Merge autoconf / automake update changes from GCC.
[deliverable/binutils-gdb.git] / ChangeLog
1 2018-10-31 Joseph Myers <joseph@codesourcery.com>
2
3 Merge from GCC:
4 PR bootstrap/82856
5 * multilib.am: New file. From automake.
6
7 2018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
8
9 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
10
11 2018-07-16 Nick Clifton <nickc@redhat.com>
12
13 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
14
15 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
16
17 * config.sub: Sync with upstream version 2018-07-03.
18
19 2018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
20
21 * config.guess: Sync with upstream version 2018-06-26.
22 * config.sub: Sync with upstream version 2018-07-02.
23
24 2018-06-29 Alexandre Oliva <oliva@adacore.com>
25
26 * configure.ac: Introduce support for @unless/@endunless.
27 * Makefile.tpl (dep-kind): Rewrite with cond; return
28 postbootstrap in some cases.
29 (make-postboot-dep, postboot-targets): New.
30 (dependencies): Do not output postbootstrap dependencies at
31 first. Output non-target ones changed for configure to depend
32 on stage_last @if gcc-bootstrap, and the original deps @unless
33 gcc-bootstrap.
34 * configure.in, Makefile.in: Rebuilt.
35
36 2018-06-24 Nick Clifton <nickc@redhat.com>
37
38 * configure: Regenerate.
39
40 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
41
42 * libtool.m4: Use AC_LANG_SOURCE.
43 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
44 * README-maintainer-mode: Update version requirements.
45 * ar-lib: New file.
46 * test-driver: New file.
47 * configure: Re-generate.
48
49 2018-06-18 Eric Botcazou <ebotcazou@adacore.com>
50
51 * Makefile.def (fortran): Add check-target-libgomp-fortran.
52 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
53 * Makefile.in: Regenerate.
54
55 * configure: Regenerate.
56
57 2018-06-18 Simon Marchi <simon.marchi@ericsson.com>
58
59 * configure.ac: Sync with GCC, remove MPX-related things.
60
61 2018-05-01 Nick Clifton <nickc@redhat.com>
62
63 * config.guess: Synchronize with config project master sources.
64 * config.sub: Likewise.
65
66 2018-05-01 Francois H. Theron <francois.theron@netronome.com>
67
68 * configure.ac: Added "nfp" target.
69 * configure: Regenerate.
70
71 2018-02-13 Maciej W. Rozycki <macro@mips.com>
72
73 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
74 * configure: Regenerate.
75
76 2018-01-30 Nick Clifton <nickc@redhat.com>
77
78 * src-release.sh (do_proto_toplev): Add patterns for more junk files
79 to delete before creating the tarball.
80
81 2018-01-29 Nick Clifton <nickc@redhat.com>
82
83 * src-release.sh (do_proto_toplev): Strip patch remnant files from
84 the sources before creating the tarball.
85
86 2018-01-13 Nick Clifton <nickc@redhat.com>
87
88 * src-release.sh: Update copyright notice. Change reference to devo
89 to be a reference to root.
90
91 2018-01-10 Nick Clifton <nickc@redhat.com>
92
93 * config-ml.in: Sync with gcc sources.
94 * config.guess: Likewise.
95 * config.sub: Likewise.
96 * configure.ac: Likewise.
97 * configure: Regenerate.
98
99 2017-12-14 Nick Clifton <nickc@redhat.com>
100
101 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
102
103 2017-12-12 Stafford Horne <shorne@gmail.com>
104
105 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
106 * configure: Regenerate.
107
108 2017-09-15 Nick Clifton <nickc@redhat.com>
109
110 * src-release.sh (LZIPPROG): New define. Provides the name of the
111 lzip program.
112 (do_lz): New function. Compresses a tarball using the lzip
113 program.
114 (do_compress): Add support for lzip compression.
115 (usage): Mention -l option.
116 (build_release): Support -l option to invoke lzip compression.
117
118 2017-09-15 Alan Modra <amodra@gmail.com>
119
120 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
121 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
122 and sim depending on $tool and $support_files. Echo configure line.
123
124 2017-09-14 Matt Rice <ratmice@gmail.com>
125
126 * src-release.sh (do_proto_toplev): Enable gold during release process.
127
128 2017-04-13 Andrew Jenner <andrew@codesourcery.com>
129
130 * config.sub: Sync with master version in config project.
131
132 2017-04-03 Andrew Jenner <andrew@codesourcery.com>
133
134 * config.sub: Handle ia16 in $basic_machine.
135
136 bfd/
137 * config.bfd: Handle ia16.
138
139 gas/
140 * configure.tgt: Handle ia16.
141
142 ld/
143 * configure.tgt: Handle ia16.
144
145 2017-03-22 Nick Clifton <nickc@redhat.com>
146
147 * config.sub: Sync with master version in config project.
148 * config.guess: Likewise.
149
150 2017-01-23 Nick Clifton <nickc@redhat.com>
151
152 * configure.ac: Update year in copyright notice.
153 Sync from FSF GCC mainline, bringing in the following patches.
154 * Makefile.def: Likewise.
155 * Makefile.tpl: Likewise.
156 * configure: Regenerate.
157 * Makefile.in: Regenerate.
158
159 2016-12-21 Jakub Jelinek <jakub@redhat.com>
160
161 * configure.ac: Don't bootstrap libmpx unless --with-build-config
162 includes bootstrap-mpx.
163
164 2016-12-01 Matthias Klose <doko@ubuntu.com>
165
166 * configure.ac: Don't use pkg-config to check for bdw-gc.
167
168 2016-11-30 Matthias Klose <doko@ubuntu.com>
169
170 * Makefile.def: Remove reference to boehm-gc target module.
171 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
172 options and for the bdw-gc pkg-config module.
173
174 2016-11-15 Matthias Klose <doko@ubuntu.com>
175
176 * config-ml.in: Remove references to GCJ.
177 * configure.ac: Likewise.
178
179 2016-09-30 Jakub Jelinek <jakub@redhat.com>
180
181 * configure.ac: Add target-libffi to target_libraries.
182 Readd libgcj target disablings, modified to only target-libffi.
183 Readd target addition of go to unsupported languages.
184
185 2016-09-30 Andrew Haley <aph@redhat.com>
186
187 * Makefile.def: Remove libjava.
188 * Makefile.tpl: Likewise.
189 * configure.ac: Likewise.
190
191 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
192
193 * configure.ac: Disable "sim" directory for arc*-*-*.
194
195 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
196
197 * configure.ac: Check for the minimum in-tree MPFR version
198 handled.
199
200 2016-12-31 Alan Modra <amodra@gmail.com>
201
202 * config.sub: Import from upstream.
203
204 2016-12-08 Alan Modra <amodra@gmail.com>
205
206 * configure: Regenerate.
207
208 2016-12-02 Josh Conner <joshconner@google.com>
209
210 * configure.ac: Add fuchsia to targets that use ELF.
211 * configure: Regenerated.
212
213 2016-11-07 Doug Evans <dje@google.com>
214
215 * config.sub: Sync with upstream version 2016-11-03.
216 git://git.sv.gnu.org/config.git
217 * config.guess: Sync with upstream version 2016-10-02.
218
219 2016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
220
221 * .gitignore: Add archives and make stamps.
222
223 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
224
225 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
226 * configure: Regenerated.
227
228 2016-06-28 Walter Lee <walt@tilera.com>
229
230 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
231 * configure: Regenerate.
232
233 2016-05-28 Alan Modra <amodra@gmail.com>
234
235 * Makefile.tpl (configure): Depend on m4 files included.
236 * Makefile.in: Regenerate.
237
238 2016-05-27 Nick Clifton <nickc@redhat.com>
239
240 * config.guess (Alpha OSF1): Fix typo introduced during the most
241 recent synchronization update.
242
243 2016-05-23 Nick Clifton <nickc@redhat.com>
244
245 * Import these patches from the gcc mainline:
246
247 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
248
249 * config.guess: Import version 2016-04-02 (newest).
250 * config.sub: Import version 2016-05-10 (newest).
251
252 2016-04-19 Nick Clifton <nickc@redhat.com>
253
254 * Import this patch from the GCC mainline:
255
256 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
257
258 PR bootstrap/70173
259 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
260 and gotools directories. Delete the stage_final file.
261 * Makefile.in: Regenerate.
262
263 2016-03-17 Cary Coutant <ccoutant@gmail.com>
264
265 * configure.ac: Add mips and s390 to the gold target check.
266 * configure: Regenerate.
267
268 2016-02-10 Nick Clifton <nickc@redhat.com>
269
270 Import these patches from the GCC mainline:
271
272 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
273
274 * configure.ac: Enable LTO for DJGPP
275 * configure: Regenerate
276
277 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
278
279 PR bootstrap/69329
280 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
281 * Makefile.in: Regenerate.
282
283 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
284 Sebastian Pop <s.pop@samsung.com>
285
286 * Makefile.in: Regenerate.
287 * Makefile.tpl: Export ISLVER.
288 * configure: Regenerate.
289 * config/isl.m4: Detect isl-0.15.
290
291 2016-01-29 Sebastian Pop <s.pop@samsung.com>
292
293 * config/isl.m4: Add comments about isl-0.16.
294 * configure: Regenerate.
295
296 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
297
298 Sync with GCC
299 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
300
301 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
302 symbols.
303
304 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
305
306 PR bootstrap/69134
307 * Makefile.def (mpfr): Disable assembler.
308 * Makefile.in: Regenerate.
309
310 2016-01-11 Nick Clifton <nickc@redhat.com>
311
312 Import the following changes from the GCC mainline:
313
314 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
315
316 * configure.ac: Enable libmpx by default.
317 * configure: Regenerated.
318
319 2015-11-19 Martin Liska <mliska@suse.cz>
320
321 * .gitignore: Add .clang-format to ignored files.
322 * Makefile.tpl: Add clang-format.
323 * Makefile.in: Regenerate.
324
325 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
326
327 PR libffi/65726
328 * Makefile.def (lang_env_dependencies): Make libffi depend
329 on cxx.
330 * Makefile.in: Regenerate.
331
332 2015-12-02 Ian Lance Taylor <iant@google.com>
333
334 PR go/66147
335 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
336 * Makefile.in: Regenerate.
337
338 2015-12-17 Nathan Sidwell <nathan@acm.org>
339
340 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
341 * configure: Regenerate.
342
343 2015-12-17 Sebastian Pop <s.pop@samsung.com>
344
345 * Makefile.in: Replace ISL with isl.
346 * Makefile.tpl: Same.
347 * config/isl.m4: Same.
348 * configure.ac: Same.
349 * contrib/download_prerequisites: Same.
350 * configure: Regenerate.
351
352 2016-01-01 Ben Elliston <bje@gnu.org>
353
354 * config.guess: Import version 2016-01-01.
355 * config.sub: Likewise.
356
357 2015-11-20 Tristan Gingold <gingold@adacore.com>
358
359 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
360 * configure: Regenerate.
361
362 2015-10-21 Nick Clifton <nickc@redhat.com>
363
364 PR gas/19109
365 * configure.ac: Note the 'none' is an acceptable argument to
366 --enable-compressed-debug-sections.
367 * configure: Regenerate.
368
369 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
370
371 PR gas/19109
372 * configure.ac: Add
373 --enable-compressed-debug-sections={all,gas,gold,ld}.
374 * configure: Regenerated.
375
376 2015-09-30 Nick Clifton <nickc@redhat.com>
377
378 Import the following patches from the GCC mainline:
379
380 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
381
382 PR libfortran/54572
383 * Makefile.def: Make libgfortran depend on libbacktrace.
384 * Makefile.in: Regenerate.
385
386 2015-08-12 Tom de Vries <tom@codesourcery.com>
387
388 PR other/67092
389 PR other/67098
390 * configure.ac: Remove --with_host_libstdcxx support.
391 * configure: Regenerate.
392
393 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
394 Jakub Jelinek <jakub@redhat.com>
395
396 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
397 nvptx*-*-*.
398 * configure: Regenerate.
399
400 2015-08-07 H.J. Lu <hongjiu.lu@intel.com>
401
402 Sync with GCC
403 2015-07-28 Ben Elliston <bje@gnu.org>
404
405 * config.sub, config.guess: Import from upstream.
406
407 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
408
409 * Makefile.def (libiconv): Define bootstrap=true.
410 Mark pdf/html/info as missing.
411 (configure-gcc): Depend on all-libiconv.
412 (all-gcc): Ditto.
413 (configure-libcpp): Ditto.
414 (all-libcpp): Ditto.
415 (configure-intl): Ditto.
416 (all-intl): Ditto.
417 * Makefile.in: Regenerate.
418
419 2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
420
421 Sync with GCC
422 2015-07-24 Michael Darling <darlingm@gmail.com>
423
424 PR other/66259
425 * config-ml.in: Reflects renaming of configure.in to configure.ac
426 * configure: Likewise
427 * configure.ac: Likewise
428
429 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
430
431 * Makefile.in: Regenerated.
432
433 Sync with GCC
434 2015-05-21 Jason Merrill <jason@redhat.com>
435
436 * Makefile.tpl: Update comments.
437
438 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
439
440 * Makefile.tpl: Remove surplus whitespace throughout.
441
442 2015-03-25 Martin Liska <mliska@suse.cz>
443 Yury Gribov <y.gribov@samsung.com>
444
445 * Makefile.tpl: Fix ln source location for vimrc file.
446
447 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
448
449 Sync with GCC
450 2015-05-16 James Bowman <james.bowman@ftdichip.com>
451
452 * configure.ac: FT32 target added.
453 * configure: Regenerate.
454
455 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
456
457 Sync with GCC
458 2015-06-02 Jason Merrill <jason@redhat.com>
459
460 PR bootstrap/66319
461 * configure.ac: Use -std=gnu++98.
462
463 2015-05-28 Mike Frysinger <vapier@gentoo.org>
464
465 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
466 * configure: Regenerate.
467
468 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
469
470 * configure.ac: Fix typo.
471 * configure: Regenerate.
472
473 2015-05-03 Matthias Klose <doko@ubuntu.com>
474
475 * configure.ac: Match $host configured with triplets.
476 * configure: Regenerate.
477
478 2015-04-17 Jakub Jelinek <jakub@redhat.com>
479
480 PR bootstrap/62077
481 * configure.ac (--enable-stage1-checking): Default to
482 release,misc,gimple,rtlflag,tree,types if --disable-checking
483 or --enable-checking is not specified and DEV-PHASE is not
484 experimental.
485 * configure: Regenerated.
486
487 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
488
489 Install back PR target/47230 fix (Revert the revert).
490
491 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
492
493 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
494 target.
495 * configure: Regenerate.
496
497 2015-05-13 John David Anglin <dave.anglin@bell.net>
498
499 * configure.ac: Disable configuration of GDB for HPUX targets.
500 * configure: Regenerate.
501
502 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
503
504 PR ld/18355
505 * Makefile.def: Add extra_configure_flags to host zlib.
506 * configure.ac (extra_host_zlib_configure_flags): New. Set
507 to --enable-host-shared When bfd is to be built as shared
508 library. AC_SUBST.
509 * Makefile.in: Regenerated.
510
511 2015-04-15 Mike Frysinger <vapier@gentoo.org>
512 Hans-Peter Nilsson <hp@axis.com>
513
514 Adjust src-release.sh for sim using the gdb create-version.sh.
515 * src-release.sh (tar_compress): If there's a fifth parameter,
516 use that in the getver call instead of $tool.
517 (sim_release): Pass gdb as fifth parameter to tar_compress.
518 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
519
520 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
521
522 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
523 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
524 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
525 * Makefile.in: Regenerate.
526
527 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
528
529 * configure.ac: Add --with-system-zlib.
530 * configure: Regenerated.
531
532 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
533
534 * src-release.sh: Don't configure with --with-target-subdir=.
535 --disable-multilib.
536
537 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
538
539 * src-release.sh (DEVO_SUPPORT): Replace src-release with
540 src-release.sh.
541
542 2015-03-30 Ed Schouten <ed@nuxi.nl>
543
544 * config.sub: Update from upstream, to 2015-03-04 version.
545 * config.guess: Likewise.
546
547 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
548
549 * Makefile.def (dependencies): Add all-zlib to all-bfd.
550 * Makefile.in: Regenerated.
551
552 2015-03-28 H.J. Lu <hongjiu.lu@intel.com>
553
554 * src-release.sh (do_proto_toplev): Configure with --target
555 --with-target-subdir and --disable-multilib.
556 (BINUTILS_SUPPORT_DIRS): Add zlib.
557 (GAS_SUPPORT_DIRS): Likewise.
558 (GDB_SUPPORT_DIRS): Likewise.
559 (SIM_SUPPORT_DIRS): Likewise.
560
561 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
562
563 * configure.ac (target_configdirs): Exclude target-zlib if
564 target-libjava isn't built.
565 * configure: Regenerated.
566
567 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
568
569 Sync with GCC
570 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
571
572 * config-ml.in: Robustify ac_configure_args parsing.
573
574 2015-03-16 H.J. Lu <hongjiu.lu@intel.com>
575
576 * Makefile.def: Updated from GCC trunk.
577 * Makefile.tpl: Likewise.
578 * configure.ac: Likewise.
579 * Makefile.in: Regenerated.
580 * configure: Likewise.
581
582 2015-01-28 James Bowman <james.bowman@ftdichip.com>
583
584 * configure.ac: Add FT32 support.
585 * configure: Regenerate.
586
587 2015-01-12 Anthony Green <green@moxielogic.com>
588
589 * configure.ac: Don't disable gprof for moxie.
590 * configure: Rebuild.
591
592 2015-01-03 Andrew Pinski <apinski@cavium.com>
593
594 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
595 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
596 (BASE_TARGET_EXPORTS): Add OBJCOPY.
597 (OBJCOPY_FOR_TARGET): New variable.
598 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
599 * Makefile.in: Regenerate.
600 * configure.ac: Check for already installed target objcopy.
601 Also GCC_TARGET_TOOL on objcopy.
602 * configure: Regenerate.
603
604 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
605
606 * config.sub: Update from upstream, to 2015-01-01 version.
607 * config.guess: Ditto.
608
609 2014-12-06 Eric Botcazou <ebotcazou@adacore.com>
610
611 * config.sub: Update from upstream config repo.
612
613 2014-11-24 H.J. Lu <hongjiu.lu@intel.com>
614
615 * libtool.m4: Updated from GCC trunk.
616
617 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
618
619 * config.guess: Update from upstream config repo.
620 * config.sub: Ditto.
621
622 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
623
624 * move-if-change: Update from upstream gnulib.
625
626 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
627
628 * compile: Sync with upstream Automake.
629 * depcomp: Ditto.
630 * install-sh: Ditto.
631 * missing: Ditto.
632 * mkinstalldirs: Ditto.
633 * ylwrap: Ditto.
634
635 2014-10-15 Tristan Gingold <gingold@adacore.com>
636
637 * src-release.sh (do_proto_toplev): Configure with --target.
638
639 2014-10-03 Jing Yu <jingyu@google.com>
640
641 * configure.ac: Add aarch64 to list of targets that support gold.
642 * configure: Regenerate.
643
644 2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
645
646 * configure.ac: Add mips*-img-elf* target triple.
647 * configure: Regenerate.
648
649 2014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
650 * configure: Disable gdb for nds32*-*-* until supported.
651 * configure.ac: Disable gdb for nds32*-*-* until supported.
652
653 2014-09-05 Joel Brobecker <brobecker@adacore.com>
654
655 * configure: Regenerate.
656
657 2014-08-27 Will Newton <will.newton@linaro.org>
658
659 * src-release.sh: New file.
660 * src-release: Remove file.
661
662 2014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
663
664 GDB not supported for or1k*-*-rtems*
665 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
666 of the stanzas results in this not being caught by or1k*-*-* later.
667 * configure. Regenerated.
668
669 2014-07-25 Samuel Bronson <naesten@gmail.com>
670
671 * .gitattributes: New file for use with git-merge-changelog.
672
673 2014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
674
675 Disable gdb for or1k*-*-* until supported
676 * configure.ac (or1k*-*-*): Disable gdb.
677 * configure: Regenerated.
678
679 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
680
681 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
682 * configure: Regenerated.
683
684 2014-03-26 Jakub Jelinek <jakub@redhat.com>
685
686 PR sanitizer/56781
687 * Makefile.def: Set bootstrap=true; for host fixincludes.
688 * configure.ac: Don't bootstrap host fixincludes unless
689 --with-build-config=bootstrap-{a,ub}san.
690 * Makefile.in: Regenerated.
691 * configure: Regenerated.
692
693 2014-03-21 Jakub Jelinek <jakub@redhat.com>
694
695 * configure.ac: Move BUILD_CONFIG set up earlier. Add
696 --enable-vtable-verify option parsing. Don't add
697 target-libsanitizer to bootstrap_target_libs unless
698 --with-build-config=bootstrap-asan or
699 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
700 to bootstrap_target_libs unless --enable-vtable-verify.
701 * configure: Regenerated.
702
703 2014-03-07 Jakub Jelinek <jakub@redhat.com>
704
705 PR bootstrap/58572
706 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
707 -I for libstdc++-v3 includes if $(LEAN).
708 * Makefile.in: Regenerated.
709
710 2014-02-24 Walter Lee <walt@tilera.com>
711
712 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
713 (tilegx-*-*): Change to tilegx*-*-*.
714 * configure: Regenerate.
715
716 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
717
718 * config.sub, config.guess: Import from upstream.
719
720 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
721
722 PR bootstrap/60620
723 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
724 * Makefile.in: Regenerate.
725
726 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
727
728 * Makefile.def (dependencies): Make all-ld depend on all-binutils
729 for WINDRES_FOR_TARGET in default-manifest.o rule.
730 * Makefile.in: Regenerate.
731
732 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
733
734 PR target/59788
735 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
736 *solaris2*.
737
738 2013-12-19 Keven Boell <keven.boell@intel.com>
739
740 * cp-namespace.c (cp_lookup_nested_symbol): Enable
741 nested lookups for fortran modules.
742 * dwarf2read.c (read_module): Add fortran module to
743 the symbol table.
744 (add_partial_symbol, add_partial_module): Add fortran
745 module to the partial symbol table.
746 (new_symbol_full): Create full symbol for fortran module.
747 * f-exp.y (yylex): Add new module domain to be parsed.
748 * symtab.h: New domain for fortran modules.
749
750 2013-12-19 Keven Boell <keven.boell@intel.com>
751
752 * f-exp.y (yylex): Add domain array to enable lookup
753 in multiple domains. Loop over lookup domains and try
754 to find requested symbol. Add STRUCT_DOMAIN to lookup
755 domains to be able to query for user defined types.
756
757 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
758
759 * configure.ac: Add user-friendly check for native x86_64-linux
760 multilibs.
761 * configure: Regenerate.
762
763 2013-11-23 Alan Modra <amodra@gmail.com>
764
765 * config.sub, config.guess: Import from upstream.
766
767 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
768
769 * Makefile.in: Regenerate.
770
771 * Makefile.tpl: Fix typo.
772 * Makefile.in: Regenerate partially.
773
774 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
775
776 * configure.ac: Added libcilkrts to noconfig list when C++ is not
777 supported.
778 * configure: Regenerated.
779
780 2013-10-30 Jason Merrill <jason@redhat.com>
781
782 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
783 --disable-build-format-warnings.
784
785 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
786
787 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
788 depend on libstdc++ and libgcc.
789 * configure: Regenerate.
790 * configure.ac: Added libcilkrts to target binaries. Also, restrict
791 libcilkrts for POSIX and i*86, and x86_64 architectures.
792 * Makefile.in: Added libcilkrts related fields to support building it.
793
794 2013-10-26 Jeff Law <law@redhat.com>
795
796 * Makefile.def (target_modules): Remove libmudflap
797 (languages): Remove check-target-libmudflap).
798 * Makefile.in: Rebuilt.
799 * Makefile.tpl (check-target-libmudflap-c++): Remove.
800 * configure.ac (target_libraries): Remove target-libmudflap.
801 Remove checks which disabled libmudflap on some systems.
802 * configure: Rebuilt.
803 * libmudflap: Directory removed.
804
805 2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
806
807 * configure.ac: Update from GCC.
808 * configure: Regenerate.
809
810 2013-10-15 Hans-Peter Nilsson <hp@axis.com>
811
812 * src-release (do-proto-toplevel): Support subdir-path-prefixed
813 files in SUPPORT_FILES.
814 (SIM_SUPPORT_DIRS): New variable.
815 (sim.tar.bz2): New rule.
816
817 2013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
818
819 * configure.ac: Update from GCC.
820 * configure: Regenerate.
821
822 2013-10-01 Jeff Johnston <jjohnstn@redhat.com>
823
824 * COPYING.NEWLIB: Update with new copyright.
825
826 2013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
827
828 * configure.ac: Update from GCC.
829 * configure: Regenerate.
830
831 2013-09-20 Alan Modra <amodra@gmail.com>
832
833 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
834 ppc host match. Support little-endian powerpc linux hosts.
835
836 2013-08-16 Joel Brobecker <brobecker@adacore.com>
837
838 * src-release (VER): When using $(TOOL)/common/create-version.sh,
839 strip the "-cvs" suffix from the version number if present.
840
841 2013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
842
843 * configure.ac: Sync with GCC repo.
844 * Makefile.def: Ditto.
845 * configure: Regenerate.
846 * Makefile.in: Ditto.
847
848 2013-07-22 Joel Brobecker <brobecker@adacore.com>
849
850 * src-release (VER): Use $(TOOL)/common/create-version.sh
851 if it exists.
852
853 2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
854
855 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
856 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
857 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
858 * configure: Regenerate.
859
860 2013-06-01 George Thomas <george.thomas@atmel.com>
861
862 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
863 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
864
865 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
866
867 * COPYING.NEWLIB: Add Altera Corporation copyright.
868
869 2013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
870
871 * config.guess: Update from config repo.
872 * config.sub: Ditto.
873
874 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
875
876 * Makefile.def: Sync with GCC.
877 * Makefile.in: Regenerate.
878
879 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
880
881 * configure.ac: Sync with GCC.
882 * configure: Regenerate.
883
884 2013-03-22 Mike Frysinger <vapier@gentoo.org>
885
886 * src-release (VER): Change bfd/configure.in sed to use the new
887 `bfd/configure --version` output.
888
889 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
890
891 * configure.ac: Sync with GCC repo.
892 * configure: Ditto.
893
894 2013-02-05 Ian Lance Taylor <iant@google.com>
895
896 PR go/55969
897 * configure.ac: Disable libgo on some systems where it does not
898 work.
899 * configure: Rebuild.
900
901 2013-02-05 Alan Modra <amodra@gmail.com>
902
903 * configure: Regenerate after syncing config/.
904
905 2013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
906
907 * configure.ac: Sync with GCC repo.
908 * configure: Ditto.
909 * Makefile.def: Ditto.
910 * Makefile.in: Ditto.
911
912 2013-01-11 Joel Brobecker <brobecker@adacore.com>
913
914 Sync with GCC, merge:
915
916 2013-01-09 Jason Merrill <jason@redhat.com>
917
918 * .gitignore: Import from gdb repository.
919
920 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
921
922 * config.sub: Update from config repo.
923
924 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
925
926 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
927 * Makefile.in: Regenerate.
928
929 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
930
931 * Makefile.def (configure-gcc): Depend on all-gmp.
932 (all-gcc): Remove dependency on all-gmp.
933 * Makefile.in: Regenerated.
934
935 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
936
937 * config.guess: Update from config repo.
938 * config.sub: Ditto.
939
940 2013-01-07 Jeff Johnston <jjohnstn@redhat.com>
941
942 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
943 exists and replace the new bfin license in its location.
944
945 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
946
947 PR gas/14899
948 * Makefile.def (dependencies): Make all-binutils, all-gprof,
949 all-ld and all-gold depend on all-gas.
950 * Makefile.in: Regenerated.
951
952 2012-12-29 Ben Elliston <bje@gnu.org>
953
954 * config.guess: Update to 2012-12-29 version.
955 * config.sub: Likewise.
956
957 2012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
958
959 * Makefile.def (install-target-libgo): Depend on
960 install-target-libatomic. Merged from GCC repo.
961 * Makefile.in: Regenerate.
962
963 2012-12-17 Jeff Johnston <jjohnstn@redhat.com>
964
965 * COPYING.LIBGLOSS: Add license for bfin libgloss.
966
967 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
968
969 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
970 * configure: Regenerate.
971
972 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
973
974 * Makefile.def (target_modules): Add bootstrap=true and
975 raw_cxx=true to libsanitizer.
976 * configure.ac (bootstrap_target_libs): Add libsanitizer.
977 * Makefile.in: Regenerated.
978 * configure: Likewise.
979
980 2012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
981
982 * config.sub: Merge from config repo.
983
984 2012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
985
986 * configure.ac: Merge from GCC.
987 * Makefile.tpl: Ditto.
988 * Makefile.in: Ditto.
989 * configure: Ditto.
990
991 2012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
992
993 * configure.ac (noconfigdirs): Merge from GCC.
994 * configure: Regenerate.
995
996 2012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
997
998 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
999
1000 2012-11-14 Roland McGrath <mcgrathr@google.com>
1001
1002 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1003 * configure: Regenerate.
1004
1005 2012-11-13 Richard Henderson <rth@redhat.com>
1006
1007 * configure.ac: Move libsanitizer logic to subdirectory.
1008 * configure: Regenerate.
1009
1010 2012-11-13 Dodji Seketeli <dodji@redhat.com>
1011
1012 * configure.ac: Enable libsanitizer just on x86 linux for now.
1013 * configure: Re-generate.
1014
1015 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
1016
1017 * configure.ac: Merge libquadmath sections.
1018 * configure: Regenerate.
1019
1020 2012-11-12 Wei Mi <wmi@google.com>
1021
1022 * configure.ac: Add libsanitizer to target_libraries.
1023 * Makefile.def: Ditto.
1024 * configure: Regenerate.
1025 * Makefile.in: Regenerate.
1026
1027 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1028
1029 * configure: Regenerated.
1030
1031 2012-11-03 Robert Mason <rbmj@verizon.net>
1032
1033 * configure.ac: add --disable-libstdcxx configure option
1034 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1035
1036 2012-10-24 Corinna Vinschen <corinna@vinschen.de>
1037
1038 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1039 against Mingw64 w32api.
1040 * configure: Regenerate.
1041
1042 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1043
1044 PR bootstrap/54820
1045 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1046 * configure: Regenerate.
1047
1048 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1049
1050 PR bootstrap/54820
1051 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1052 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1053 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1054 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1055 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1056 * Makefile.in: Regenerate.
1057 * configure.ac (have_static_libs): New variable and associated check.
1058 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1059 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1060 * configure: Regenerate.
1061
1062 2012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1063
1064 * config.guess, config.sub: Include updated version from
1065 config-patches. Adds microblaze little endian support.
1066
1067 2012-09-28 Ian Lance Taylor <iant@google.com>
1068
1069 * Makefile.def: Make all-target-libgo depend on
1070 all-target-libbacktrace.
1071 * Makefile.in: Rebuild.
1072
1073 2012-09-26 Ian Lance Taylor <iant@google.com>
1074
1075 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1076 * Makefile.in: Rebuild.
1077
1078 2012-09-06 Diego Novillo <dnovillo@google.com>
1079
1080 * configure.ac: Bump minimum GMP version to 4.2.3.
1081 * configure: Re-generate.
1082
1083 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
1084
1085 PR target/54461
1086 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1087 target-libgloss if not configured --with-avrlibc=no.
1088 * configure: Regenerate.
1089
1090 2012-09-04 Jason Merrill <jason@redhat.com>
1091
1092 * configure.ac: Fix --enable-languages=all.
1093
1094 2012-09-03 Richard Guenther <rguenther@suse.de>
1095
1096 PR bootstrap/54138
1097 * configure.ac: Re-organize ISL / CLOOG checks to allow
1098 disabling with either --without-isl or --without-cloog.
1099 * configure: Regenerated.
1100
1101 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
1102
1103 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1104 * configure: Regenerate.
1105
1106 2012-09-21 Steve Ellcey <sellcey@mips.com>
1107
1108 * configure.ac: Add mips*-mti-elf* target.
1109 * configure: Regenerate.
1110
1111 2012-09-19 Ian Lance Taylor <iant@google.com>
1112
1113 * configure.ac (host_libs): Add libbacktrace.
1114 (target_libraries): Add libbacktrace.
1115 * Makefile.def (host_modules): Add libbacktrace.
1116 (target_modules): Likewise.
1117 * configure, Makefile.in: Rebuild.
1118
1119 2012-09-15 Jiong Wang <jiwang@tilera.com>
1120
1121 * configure.ac (ENABLE_GOLD): support tilegx*
1122 * configure: rebuild
1123
1124 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
1125
1126 PR target/38607
1127 Merge upstream change.
1128 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1129
1130 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1131 Add libgomp*.o to compare_exclusions for AIX.
1132 * configure: Regenerate.
1133
1134 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1135
1136 PR binutils/4970
1137 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1138 and opcodes.
1139 * Makefile.in: Regenerated.
1140
1141 2012-08-14 Diego Novillo <dnovillo@google.com>
1142
1143 Merge from cxx-conversion branch.
1144
1145 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1146 POSTSTAGE1_CONFIGURE_FLAGS.
1147 * Makefile.in: Regenerate.
1148 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1149 Force C++ when bootstrapping.
1150 * configure: Regenerate.
1151
1152 2012-07-06 Richard Guenther <rguenther@suse.de>
1153
1154 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1155 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1156 --with-gmp=system.
1157 * Makefile.in: Regenerated.
1158 * configure: Likewise.
1159
1160 2012-07-06 Richard Guenther <rguenther@suse.de>
1161
1162 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1163 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1164 supply V=1 as extra_make_flags.
1165 * configure: Regenerated.
1166 * Makefile.in: Likewise.
1167
1168 2012-07-03 Richard Guenther <rguenther@suse.de>
1169
1170 * Makfile.def (isl): Remove not necessary extra_exports and
1171 extra_make_flags.
1172 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1173 * Makefile.in: Regenerated.
1174
1175 2012-07-03 Richard Guenther <rguenther@suse.de>
1176
1177 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1178 * configure.ac: If either the ISL or the CLooG check failed
1179 do not try to build in-tree versions.
1180 * Makefile.in: Regenerated.
1181 * configure: Regenerated.
1182
1183 2012-07-02 Richard Guenther <rguenther@suse.de>
1184 Michael Matz <matz@suse.de>
1185 Tobias Grosser <tobias@grosser.es>
1186 Sebastian Pop <sebpop@gmail.com>
1187
1188 * Makefile.def: Add ISL host module, remove PPL host module.
1189 Adjust ClooG host module to use the proper ISL.
1190 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1191 * configure.ac: Include config/isl.m4. Add ISL host library,
1192 remove PPL. Remove PPL configury, add ISL configury, adjust
1193 ClooG configury.
1194 * Makefile.in: Regenerated.
1195 * configure: Likewise.
1196
1197 2012-07-02 Richard Guenther <rguenther@suse.de>
1198
1199 Merge from graphite branch
1200 2011-07-21 Tobias Grosser <tobias@grosser.es>
1201
1202 * configure: Regenerated.
1203 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1204 both cloog.org and legacy versions. The only supported version will
1205 be CLooG with the isl backend.
1206
1207 2011-07-21 Tobias Grosser <tobias@grosser.es>
1208
1209 * configure: Regenerated.
1210 * configure.ac: Require cloog isl 0.17.0
1211
1212 2011-07-21 Tobias Grosser <tobias@grosser.es>
1213
1214 * configure: Regenerated.
1215 * config/cloog.m4: Do not define CLOOG_ORG
1216
1217 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1218
1219 * configure.ac: Skip C if explicitly selected.
1220 * configure: Regenerate.
1221
1222 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1223
1224 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1225 they contain -O2.
1226 * configure: Regenerate.
1227
1228 2012-06-20 Jason Merrill <jason@redhat.com>
1229
1230 * Makefile.tpl (check-target-libgomp-c++): New.
1231 (check-target-libitm-c++): New.
1232 * Makefile.def (c++): Add them.
1233 * Makefile.in: Regenerate.
1234
1235 2012-05-16 Olivier Hainque <hainque@adacore.com>
1236
1237 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1238 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1239 (install-no-fixedincludes): Adjust accordingly.
1240 * Makefile.in: Regenerate.
1241
1242 2012-05-09 Nick Clifton <nickc@redhat.com>
1243 Paul Smith <psmith@gnu.org>
1244
1245 PR bootstrap/50461
1246 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1247 allow for the fact that from release v3.1.0 of MPFR the source
1248 files were moved into a src sub-directory.
1249 * configure: Regenerate.
1250
1251 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1252
1253 * configure.ac: Bump minimum MPFR version to 2.4.0.
1254 * configure: Regenerated.
1255
1256 2012-05-01 Richard Henderson <rth@redhat.com>
1257
1258 * Makefile.def (libatomic): New target_module.
1259 * configure.ac (target_libraries): Add libatomic.
1260 (noconfigdirs): Check if libatomic is supported.
1261 * Makefile.in, configure: Rebuild.
1262
1263 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1264
1265 Merge upstream change
1266 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1267
1268 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
1269
1270 * libtool.m4: Additional FreeBSD 10 fixes.
1271
1272 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1273
1274 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1275 they contain -O2.
1276 * configure: Regenerate.
1277
1278 2012-05-14 Catherine Moore <clm@codesourcery.com>
1279
1280 * NEWS: Mention PowerPC VLE port.
1281
1282 2012-05-11 Mike Frysinger <vapier@gentoo.org>
1283
1284 * MAINTAINERS (config/): Move to intl/ section.
1285 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1286
1287 2012-05-09 Nick Clifton <nickc@redhat.com>
1288 Paul Smith <psmith@gnu.org>
1289
1290 PR bootstrap/50461
1291 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1292 allow for the fact that from release v3.1.0 of MPFR the source
1293 files were moved into a src sub-directory.
1294 * configure: Regenerate.
1295
1296 2012-05-02 Roland McGrath <mcgrathr@google.com>
1297
1298 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1299 * configure: Regenerate.
1300
1301 2012-04-25 Joel Brobecker <brobecker@adacore.com>
1302
1303 * config.sub: Update to 2012-04-18 version from official repo.
1304
1305 2012-03-19 Tristan Gingold <gingold@adacore.com>
1306
1307 * configure.ac (ia64*-*-*vms*): Add support for ld.
1308 * configure: Regenerate.
1309
1310 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1311
1312 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1313 (unsupported_languages): Remove mips-sgi-irix6.*.
1314 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1315 (with_stabs): Remove.
1316 * configure: Regenerate.
1317
1318 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1319
1320 * configure.ac (enable_libgomp): Remove *-*-osf*.
1321 (with_stabs): Remove alpha*-*-osf*.
1322 * configure: Regenerate.
1323
1324 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1325
1326 * COPYING.NEWLIB: Modify DJ Delorie license to include
1327 modification rights in clause as permitted by DJ Delorie.
1328 * COPYING.LIBGLOSS: Ditto.
1329
1330 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1331
1332 * COPYING.NEWLIB: Remove two unused licenses.
1333
1334 2012-03-05 Tristan Gingold <gingold@adacore.com>
1335
1336 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1337 * configure: Regenerate.
1338
1339 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1340
1341 * COPYING.NEWLIB: Add Adapteva notice.
1342 * COPYING.LIBGLOSS: Add Adapteva notice.
1343
1344 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1345
1346 * configure: Regenerate.
1347
1348 2011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1349
1350 * COPYING.LIBGLOSS: Add GPL with exception license.
1351
1352 2011-11-09 Roland McGrath <mcgrathr@google.com>
1353
1354 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1355 * configure: Rebuild.
1356 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1357 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1358 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1359 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1360 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1361 Add READELF.
1362 * Makefile.in: Rebuild.
1363
1364 2011-11-08 Richard Henderson <rth@redhat.com>
1365
1366 * configure.ac: Test for libitm directory present first.
1367
1368 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1369
1370 * configure.ac: Test libitm/configure.tgt to disable libitm.
1371 * configure: Rebuild.
1372
1373 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1374
1375 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1376 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1377 * Makefile.in: Regenerate.
1378
1379 2011-11-01 DJ Delorie <dj@redhat.com>
1380
1381 * configure.ac (rl78-*-*) New case.
1382 * configure: Regenerate.
1383
1384 2011-11-01 DJ Delorie <dj@redhat.com>
1385
1386 * config.sub: Update to version 2011-10-29 (added rl78)
1387
1388 2011-10-27 Nick Clifton <nickc@redhat.com>
1389
1390 * config.sub: Import these changes from the config project:
1391
1392 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
1393 Ben Elliston <bje@gnu.org>
1394
1395 * config.sub (epiphany): New.
1396
1397 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1398 Ben Elliston <bje@gnu.org>
1399
1400 * config.sub (hexagon, hexagon-*): New.
1401
1402 2011-08-23 Roland McGrath <mcgrathr@google.com>
1403
1404 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1405 64eb to be64.
1406
1407 2011-08-16 Roland McGrath <mcgrathr@google.com>
1408
1409 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1410 (nacl): Grok as alias for 32el-unknown-nacl.
1411
1412 2011-08-19 Joel Brobecker <brobecker@adacore.com>
1413
1414 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
1415
1416 2011-08-14 Yao Qi <yao@codesourcery.com>
1417
1418 Merge from gcc:
1419
1420 2011-08-14 Yao Qi <yao@codesourcery.com>
1421 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1422 * configure: Regenerate.
1423
1424 2011-07-26 Ian Lance Taylor <iant@google.com>
1425
1426 Merge from gcc:
1427
1428 2011-07-26 Ian Lance Taylor <iant@google.com>
1429 * configure.ac: Set have_compiler based on whether gcc directory
1430 exists, rather than on whether gcc is in configdirs.
1431 * configure: Rebuild.
1432
1433 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1434 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1435 link directories.
1436 * Makefile.in: Rebuild.
1437
1438 2011-07-20 Ian Lance Taylor <iant@google.com>
1439 PR bootstrap/49787
1440 * configure.ac: Move --enable-bootstrap handling earlier in file.
1441 If --enable-bootstrap and either --enable-build-with-cxx or
1442 --enable-build-poststage1-with-cxx, enable C++ automatically.
1443 * configure: Rebuild.
1444
1445 2011-07-19 Ian Lance Taylor <iant@google.com>
1446 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1447 make C++ a boot_language. Set and substitute
1448 POSTSTAGE1_CONFIGURE_FLAGS.
1449 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1450 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1451 * configure, Makefile.in: Rebuild.
1452
1453 2011-07-16 Jason Merrill <jason@redhat.com>
1454 * Makefile.def (language=c++): Add check-c++0x and
1455 check-target-libmudflap-c++.
1456 * Makefile.tpl (check-target-libmudflap-c++): New.
1457 * Makefile.in: Regenerate.
1458
1459 2011-07-16 Matthias Klose <doko@ubuntu.com>
1460 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1461 * Makefile.def (target_modules/libjava): Pass
1462 $(EXTRA_CONFIGARGS_LIBJAVA).
1463 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1464 if not configured with --enable-static-libjava.
1465 * Makefile.in: Regenerate.
1466 * configure: Likewise.
1467
1468 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
1469 PR regression/47836
1470 PR bootstrap/23656
1471 PR other/47733
1472 PR bootstrap/49247
1473 PR c/48825
1474 * configure.ac (target_libraries): Remove target-libiberty.
1475 Remove case-statement setting skipdirs=target-libiberty for
1476 multiple targets. Remove checking target_configdirs and
1477 removing target-libiberty but keeping target-libgcc if
1478 otherwise empty.
1479 * Makefile.def (target_modules): Don't add libiberty.
1480 (dependencies): Remove all traces of target-libiberty.
1481 * configure, Makefile.in: Regenerate.
1482
1483 2011-07-22 Jason Merrill <jason@redhat.com>
1484
1485 * Makefile.def (language=c++): Add check-c++0x and
1486 check-target-libmudflap-c++.
1487 * Makefile.tpl (check-target-libmudflap-c++): New.
1488 * Makefile.in: Regenerate.
1489
1490 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1491
1492 * configure: Regenerate.
1493
1494 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1495
1496 PR target/39150
1497 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1498 x86_64-*-solaris2.1[0-9]*.
1499 * configure: Regenerate.
1500
1501 2011-06-13 Walter Lee <walt@tilera.com>
1502
1503 * configure.ac (tilepro-*-*) New case.
1504 (tilegx-*-*): Likewise.
1505 * configure: Regenerate.
1506
1507 2011-06-06 Nick Clifton <nickc@redhat.com>
1508
1509 * config.sub: Sync from upstream.
1510
1511 2011-05-08 Doug Kwan <dougkwan@google.com>
1512
1513 Merge from gcc:
1514
1515 2011-05-08 Doug Kwan <dougkwan@google.com>
1516
1517 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1518 * configure: Regenerated.
1519 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1520 value from configure.
1521 * Makefile.in: Regenerated.
1522
1523 2011-05-05 Joseph Myers <joseph@codesourcery.com>
1524
1525 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1526 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1527 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1528 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1529 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1530 *-*-vxworks*): Disable newlib and libgloss in separate case
1531 statement.
1532 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1533 to separate case statement.
1534 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1535 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1536 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1537 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1538 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1539 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1540 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1541 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1542 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1543 i[[3456789]]86-*-rdos*, m32r-*-*,
1544 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1545 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1546 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1547 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1548 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1549 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1550 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1551 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1552 and libgloss in main case over targets. Remove most empty cases
1553 in main case over targets.
1554 * configure: Regenerate.
1555
1556 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1557
1558 * configure.ac: Remove code setting special library locations for
1559 hppa*64*-*-hpux11*. Remove code setting compiler for
1560 sparc-sun-solaris2*.
1561 * configure: Regenerate.
1562
1563 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1564
1565 * configure.ac: Separate libgloss_dir settings from general case
1566 over targets.
1567 * configure: Regenerate.
1568
1569 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1570
1571 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1572 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1573 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1574 cases in libgcj-disabling case statement.
1575 (hppa*64*-*-linux*): Set unsupported_languages instead of
1576 disabling target-zlib.
1577 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1578 to hppa*64*-*-hpux*.
1579 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1580 hppa*-*-hpux*.
1581 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1582 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1583 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1584 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1585 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1586 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1587 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1588 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1589 libgcj-disabling case statement.
1590 * configure: Regenerate.
1591
1592 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1593
1594 * configure.ac: Disable Java for targets not supporting libffi.
1595 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1596 Remove cases in Java-disabling statement.
1597 (*arm-wince-pe): Change to arm-wince-pe.
1598 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1599 cases in Java-disabling statement.
1600 (bfin-*-*): Don't disable Java again.
1601 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1602 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1603 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1604 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1605 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1606 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1607 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1608 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1609 Java-disabling statement.
1610 (mmix-*-*): Don't disable Java again.
1611 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1612 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1613 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1614 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1615 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1616 statement.
1617 * configure: Regenerate.
1618
1619 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1620
1621 Merge from GCC:
1622
1623 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1624
1625 PR lto/48086
1626 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1627 * configure: Regenerate.
1628
1629 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1630
1631 * configure.ac: Separate cases disabling Java and Java libraries
1632 from general case over targets.
1633 * configure: Regenerate.
1634
1635 2011-04-06 Joseph Myers <joseph@codesourcery.com>
1636
1637 * configure.ac (build_tools): Remove build-byacc.
1638 (host_libs): Remove mmalloc.
1639 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1640 autoconf automake libtool diff rcs fileutils shellutils time
1641 textutils wdiff find uudecode hello tar gzip indent recode release
1642 sed perl gawk findutils gettext zip.
1643 (libgcj): Remove target-qthreads.
1644 (target_tools): Remove target-examples target-gperf.
1645 (YACC): Don't handle building byacc.
1646 * configure: Regenerate.
1647 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1648 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1649 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1650 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1651 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1652 handle building components.
1653 * Makefile.in: Regenerate.
1654
1655 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1656
1657 * config.sub: Sync from upstream.
1658
1659 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1660
1661 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1662 (microblaze*): Don't disable libssp.
1663 * configure: Regenerate.
1664
1665 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1666
1667 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1668 moveifchange.
1669 * configure: Regenerate.
1670 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1671 * Makefile.in: Regenerate.
1672
1673 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1674
1675 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1676 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1677 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1678 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1679 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1680 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1681 md_exec_prefix cases.
1682 * configure: Regenerate.
1683
1684 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1685
1686 * configure.ac: Separate cases disabling target-libssp,
1687 target-libiberty, target-libstdc++-v3 and Fortran from general
1688 case over targets.
1689 * configure: Regenerate.
1690
1691 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1692
1693 * configure.ac (*-*-chorusos): Don't disable libgcj.
1694 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1695 Remove case.
1696 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1697 (arm-*-coff): Don't disable libgcj.
1698 (arm*-*-linux-gnueabi): Remove useless assignment.
1699 (arm-*-riscix*): Don't disable libgcj.
1700 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1701 configuration.
1702 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1703 (c54x*-*-*): Remove case.
1704 (tic54x-*-*): Don't disable GCC or GCC libraries.
1705 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1706 to *.
1707 (d10v-*-*): Don't disable GCC libraries.
1708 (d30v-*-*): Don't disable libgcj.
1709 (h8500-*-*): Don't disable GCC libraries.
1710 (i960-*-*): Don't disable libgcj.
1711 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1712 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1713 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1714 libgcj.
1715 (m68k-*-coff*): Remove case.
1716 (mmix-*-*): Don't disable libgloss on host.
1717 (mn10200-*-*, mn10300-*-*): Remove cases.
1718 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1719 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1720 Don't disable libgcj.
1721 (romp-*-*): Remove case.
1722 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1723 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1724 case.
1725 (v810-*-*): Don't disable GCC libraries.
1726 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1727 (ip2k-*-*): Don't disable GCC libraries.
1728 * configure: Regenerate.
1729
1730 2011-03-28 Joseph Myers <joseph@codesourcery.com>
1731
1732 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1733 libffi on host.
1734 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1735 on host.
1736 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1737 * configure: Regenerate.
1738
1739 2011-03-26 John Marino <binutils@marino.st>
1740
1741 * configure.ac: Add support for *-*-dragonfly*
1742 * configure: Regenerate.
1743
1744 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1745
1746 * configure.ac (native_only): Remove.
1747 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1748 send-pr uudecode guile gnuserv on host.
1749 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1750 send-pr rcs guile perl texinfo libtool on host.
1751 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1752 automake send-pr rcs guile perl texinfo libtool on host.
1753 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1754 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1755 (alpha*-dec-osf*): Don't disable fileutils on target.
1756 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1757 texinfo send-pr expect dejagnu on target.
1758 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1759 target-qthreads on target.
1760 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1761 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1762 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1763 x86_64-*-mingw*): Don't disable expect on target.
1764 (*-*-cygwin*): Don't disable target-gperf on target.
1765 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1766 gnuserv on target.
1767 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1768 target.
1769 * configure: Regenerate.
1770
1771 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1772
1773 * configure.ac (target_tools): Remove target-groff.
1774 (native_only): Remove target-groff.
1775 (hppa*64*-*-*): Don't disable byacc.
1776 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1777 setting.
1778 (*-*-kaos*): Don't skip target-librx and target-groff.
1779 (*-*-netware*): Don't skip target-libmudflap.
1780 (*-*-tpf*): Don't skip target-libmudflap.
1781 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1782 directories on the host.
1783 (ia64*-*-*vms*): Don't skip tix.
1784 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1785 host.
1786 * configure: Regenerate.
1787
1788 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
1789
1790 * configure.ac: Remove references to mt-mep, mt-netware,
1791 mt-wince.
1792 * Makefile.def: Add all-utils soft dependencies.
1793 * Makefile.tpl: Remove GDB_NLM_DEPS.
1794 * configure: Regenerate.
1795 * Makefile.in: Regenerate.
1796
1797 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1798
1799 Sync from GCC:
1800
1801 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1802
1803 * configure.ac: Do not include mh-x86omitfp.
1804 * configure: Regenerate.
1805
1806 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1807
1808 * configure.ac: Remove empty cases.
1809 * configure: Regenerate.
1810
1811 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1812
1813 * Makefile.def: Add dependency from termcap to gdb.
1814 * Makefile.in: Regenerate.
1815
1816 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1817
1818 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1819 * configure: Regenerate.
1820 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1821 * Makefile.tpl: Likewise.
1822 * Makefile.in: Regenerate.
1823
1824 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1825
1826 * configure.ac: Remove all mentions of tentative_cc.
1827 * configure: Regenerate.
1828
1829 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
1830
1831 PR lto/48086
1832 * configure.ac: Re-enable LTO on *-apple-darwin9.
1833 * configure: Regenerate.
1834
1835 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1836
1837 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1838 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1839 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1840 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1841 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1842 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1843 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1844 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1845 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1846 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1847 *-*-rhapsody*): Remove host cases.
1848 * configure: Regenerate.
1849
1850 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1851
1852 * configure.ac (ppc*-*-pe): Remove host case.
1853 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1854 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1855 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1856 cases.
1857 * configure: Regenerate.
1858
1859 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1860
1861 * config.sub: Update to version 2011-03-23.
1862
1863 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1864
1865 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1866 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1867 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1868 * configure: Regenerate.
1869
1870 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1871
1872 * config-ml.in: Don't handle arc-*-elf*.
1873 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1874 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1875 handle GCC libraries.
1876 * configure: Regenerate.
1877
1878 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1879
1880 PR bootstrap/48120:
1881 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1882 Add -lstdc++ -lm to LIBS.
1883 * configure: Regenerate.
1884
1885 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
1886
1887 * config.guess: Update to version 2011-02-02
1888 * config.sub: Update to version 2011-02-24
1889
1890 2011-03-03 Sebastian Pop <sebastian.pop@amd.com>
1891
1892 * configure.ac: Adjust test of with_ppl.
1893 * configure: Regenerated.
1894
1895 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1896
1897 * configure.ac: Add -lpwl to ppllibs.
1898 * config/cloog.m4: Add -lisl to clooglibs.
1899 * configure: Regenerated.
1900
1901 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1902
1903 Import from Libtool and gnulib:
1904
1905 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
1906
1907 Prepare for supporting FreeBSD 10.
1908 * config.rpath: Remove handling of freebsd1* which soon would
1909 match FreeBSD 10.0.
1910
1911 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
1912
1913 Remove support for FreeBSD 1.x.
1914 * libtool.m4 (_LT_LINKER_SHLIBS)
1915 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1916 soon would incorrectly match FreeBSD 10.0.
1917
1918 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1919
1920 PR binutils/12283
1921 * MAINTAINERS (mkinstalldirs): Comes from Automake.
1922 (move-if-change): Comes from gnulib.
1923 * move-if-change: Import version from gnulib.
1924
1925 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1926
1927 Sync from GCC:
1928
1929 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
1930
1931 PR lto/47225
1932 * Makefile.def (lto-plugin): Double dash for enable-shared.
1933 (configure-gcc): Depend on all-lto-plugin.
1934 * Makefile.in: Rebuilt.
1935
1936 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1937
1938 * configure.ac: Remove extra bracket.
1939 * configure: Regenerate.
1940
1941 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
1942
1943 PR lto/47225
1944 * Makefile.def: Add dependency for install-gcc
1945 on install-lto-plugin.
1946 * Makfile.in: Regenerated
1947
1948 2011-01-25 Jakub Jelinek <jakub@redhat.com>
1949
1950 * configure.ac: If with_ppl is no, move setting with_cloog=no
1951 after CLOOG_REQUESTED check.
1952 * configure: Regenerated.
1953
1954 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1955
1956 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1957 CLooG has been requested.
1958 * configure: Regenerated.
1959
1960 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1961
1962 * configure: Regenerated.
1963 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1964
1965 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1966
1967 * configure: Regenerated.
1968 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1969
1970 2011-01-07 Jan Hubicka <jh@suse.cz>
1971
1972 PR lto/47225
1973 * Makefile.in: Regenerate.
1974 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1975 configure.
1976
1977 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
1978
1979 PR libgcj/44341
1980 * configure.ac: Discard --with-* flags for host when configuring
1981 target libraries for cross build.
1982 * configure: Rebuilt.
1983
1984 2011-01-21 Andreas Schwab <schwab@redhat.com>
1985
1986 Sync from GCC:
1987
1988 2011-01-21 Andreas Schwab <schwab@redhat.com>
1989
1990 * configure.ac: Use AS_HELP_STRING throughout.
1991 * configure: Regenerate.
1992
1993 2011-01-18 Jie Zhang <jie.zhang@analog.com>
1994
1995 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1996 * configure: Regenerate.
1997
1998 2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1999
2000 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2001
2002 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2003
2004 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2005 for ia64-hpux.
2006 * configure: Regenerate.
2007
2008 2011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2009
2010 Sync from GCC:
2011 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2012
2013 * configure.ac: (picochip): Disable libiberty.
2014 * configure: Regenerate.
2015
2016 2010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2017
2018 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2019
2020 2010-12-10 Ian Lance Taylor <iant@google.com>
2021
2022 PR bootstrap/46819
2023 * configure.ac: For --disable-libgcj clear libgcj_saved.
2024 * configure: Rebuild.
2025
2026 2010-12-10 Tobias Burnus <burnus@net-b.de>
2027
2028 PR fortran/46540
2029 * configure.ac: Add --disable-libquadmath and
2030 --disable-libquadmath-support.
2031 * configure: Regenerate.
2032
2033 2010-12-10 Tristan Gingold <gingold@adacore.com>
2034
2035 * src-release (ETC_SUPPORT): add gnu-oids.texi
2036
2037 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
2038
2039 PR libffi/46792
2040 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2041 * configure: Regenerate.
2042
2043 2010-12-02 Ian Lance Taylor <iant@google.com>
2044
2045 * configure.ac: Always set default for poststage1_ldflags to
2046 -static-libstdc++ -static-libgcc.
2047
2048 2010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2049
2050 * COPYING.NEWLIB: Add National Semiconductor notice.
2051
2052 2010-11-29 Andreas Schwab <schwab@redhat.com>
2053
2054 * configure.ac: Move comment to remove extra space in last argument
2055 of GCC_TARGET_TOOL.
2056
2057 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
2058
2059 PR other/46026
2060 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2061 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2062 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2063 (BASE_FLAGS_TO_PASS): Use it.
2064 * configure: Rebuilt.
2065 * Makefile.in: Rebuilt.
2066
2067 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2068
2069 PR binutils/12258
2070 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2071 Properly check default linker.
2072 * configure: Regnerated.
2073
2074 2010-11-23 Matthias Klose <doko@ubuntu.com>
2075
2076 * configure.ac: For --enable-gold, handle value `default' instead of
2077 `both*'. New configure option --{en,dis}able-ld.
2078 * configure: Regenerate.
2079
2080 2010-11-20 Ian Lance Taylor <iant@google.com>
2081
2082 * configure.ac: Only disable a language library if no language needs
2083 it. Don't let --disable-libgcj uncondtionally disable libffi.
2084 * configure: Rebuild.
2085
2086 2010-11-20 Paolo Bonzini <bonzini@gnu.org>
2087
2088 * configure: Regenerate.
2089
2090 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2091
2092 PR other/46202
2093 * configure.ac: Fix just-built in-tree STRIP name to be
2094 binutils/strip-new.
2095 * configure: Regenerate.
2096 * Makefile.def (install-strip-gcc, install-strip-binutils)
2097 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2098 (install-strip-sid): Mirror dependencies on non-strip variants
2099 of these targets on the respective -strip prerequisites.
2100 * Makefile.tpl (install-strip, install-strip-host)
2101 (install-strip-target): New targets.
2102 (install-strip-[+module+], install-strip-target-[+module+]):
2103 New targets.
2104 * Makefile.in: Regenerate.
2105
2106 2010-11-19 Ian Lance Taylor <iant@google.com>
2107 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2108
2109 * configure.ac: Add target-libgo to target_libraries. Set
2110 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2111 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2112 (HOST_EXPORTS): Add GOC.
2113 (BASE_TARGET_EXPORTS): Add GOC.
2114 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2115 (GOCFLAGS_FOR_TARGET): New variable.
2116 (EXTRA_HOST_FLAGS): Add GOC.
2117 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2118 * Makefile.def (target_modules): Add libgo.
2119 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2120 (dependencies): Add dependency from configure-target-libgo to
2121 configure-target-libffi and all-target-libstdc++-v3. Add
2122 dependencies from all-target-libgo to all-target-libffi.
2123 (languages): Add go.
2124 * configure: Rebuild.
2125 * Makefile.in: Rebuild.
2126
2127 2010-11-19 Ian Lance Taylor <iant@google.com>
2128
2129 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2130 compiler/flag environment variables.
2131
2132 2010-11-18 Ian Lance Taylor <iant@google.com>
2133
2134 * configure.ac: Check for lang_requires_boot_languages in
2135 config-lang.in files.
2136 * configure: Rebuild.
2137
2138 2010-11-17 Mike Frysinger <vapier@gentoo.org>
2139
2140 * .gitignore: New file.
2141
2142 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2143 Tobias Burnus <burnus@net-b.de>
2144
2145 PR fortran/32049
2146 * Makefile.def: Add libquadmath; build it with language=fortran.
2147 * configure.ac: Add libquadmath.
2148 * Makefile.tpl: Handle multiple libs in check-[+language+].
2149 * Makefile.in: Regenerate.
2150 * configure: Regenerate.
2151
2152 2010-11-15 Andreas Schwab <schwab@redhat.com>
2153
2154 * configure.ac: Fix spelling in option names.
2155 * configure: Regenerated.
2156
2157 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
2158
2159 PR bootstrap/39622
2160 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2161 * configure: Regenerated.
2162
2163 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2164
2165 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2166 define the cloog backend to use. Furthermore, only pass the ppllibs to
2167 the configure checks, if necessary.
2168 * configure: Regenerate.
2169
2170 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2171
2172 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2173 * configure: regenerate
2174
2175 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2176
2177 * config/cloog.m4: Fix typo. verison -> version.
2178 * configure: Regenerate.
2179
2180 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2181
2182 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2183 * configure: Regenerate.
2184
2185 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2186
2187 * configure.ac: Support official CLooG.org versions.
2188 * configure: Regenerate.
2189 * config/cloog.m4: New.
2190
2191 2010-11-05 Michael Eager <eager@eagercon.com>
2192
2193 * COPYING.LIBGLOSS: Correct typo in microblaze.
2194 * COPYING.NEWLIB: Same.
2195
2196 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2197
2198 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2199 * configure: Regenerate.
2200
2201 2010-11-03 Ian Lance Taylor <iant@google.com>
2202 Dave Korn <dave.korn.cygwin@gmail.com>
2203
2204 PR lto/46273
2205 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2206 and on other supported platforms whenever LTO is enabled.
2207 * configure: Rebuild.
2208
2209 2010-11-02 Alan Modra <amodra@gmail.com>
2210
2211 PR binutils/12110
2212 * configure.ac: Error when source path contains spaces.
2213 * configure: Regenerate.
2214
2215 2010-10-20 Ian Lance Taylor <iant@google.com>
2216
2217 * Makefile.def (target_modules): Set lib_path to src/.libs for
2218 libstdc++-v3 module.
2219 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2220 * Makefile.in: Rebuild.
2221
2222 2010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2223 Joseph Myers <joseph@codesourcery.com>
2224
2225 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2226 notices.
2227 * COPYING.NEWLIB: Add Texas Instruments notice.
2228
2229 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2230
2231 * configure.ac (build_lto_plugin): New shell variable.
2232 (--enable-lto): Turn on by default for all non-ELF platforms that
2233 have had LTO support added so far. Set build_lto_plugin appropriately
2234 for both ELF and non-ELF.
2235 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2236 * configure: Regenerate.
2237
2238 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2239
2240 PR bootstrap/45326
2241 PR bootstrap/45174
2242 * configure.ac: Honor initial values of $build_configargs,
2243 $host_configargs, $target_configargs. Mark the precious, so
2244 environment settings get recorded.
2245 * configure: Regenerate.
2246
2247 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2248
2249 Sync from GCC:
2250
2251 2010-09-30 Michael Eager <eager@eagercon.com>
2252
2253 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2254 * configure: Regenerate.
2255
2256 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2257
2258 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2259 targets and amend comment.
2260 * configure: Regenerate.
2261
2262 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2263
2264 * configure.ac: Enable LTO by default on Darwin.
2265 * configure: Regenerate.
2266
2267 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2268
2269 PR bootstrap/44455
2270 * configure.ac (extra_mpfr_configure_flags): Copy from
2271 extra_mpc_gmp_configure_flags.
2272 * configure: Re-generated.
2273
2274 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2275
2276 Sync from GCC:
2277
2278 PR bootstrap/45796
2279 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2280 Depend on all-build-libiberty.
2281 * Makefile.in: Regenerate.
2282
2283 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2284
2285 Sync from GCC:
2286
2287 PR bootstrap/44621
2288 * configure.ac: Fix unportable shell quoting.
2289 * configure: Regenerate.
2290
2291 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2292
2293 * configure.ac: Support all v850 targets.
2294 * configure: Regenerate.
2295
2296 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2297
2298 PR target/44862
2299 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2300 Provide -B option to allow for link spec %s substitutions for
2301 libstdc++.a on darwin.
2302 * Makefile.in: Regenerate.
2303
2304 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
2305
2306 * Makefile.def (configure-gcc): Depend on all-libelf.
2307 * Makefile.in: Rebuild.
2308
2309 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2310
2311 * config.sub, config.guess: Update from upstream sources.
2312
2313 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2314
2315 Sync from GCC:
2316
2317 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2318 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2319 * configure: Regenerated.
2320
2321 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2322 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2323 * configure: Regenerate.
2324
2325 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2326 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2327 * configure: Regenerate.
2328
2329 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2330 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2331 separately.
2332 * configure: Regenerate.
2333
2334 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2335 * configure: Regenerate after change to elf.m4.
2336
2337 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2338 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2339 * configure: Regenerated.
2340
2341 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2342 * configure.ac: Print "buggy but acceptable" when CLooG
2343 revision is less than 9.
2344 * configure: Regenerated.
2345
2346 2010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2347
2348 Merge from gcc:
2349
2350 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2351 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2352 * configure: Regenerate.
2353
2354 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2355 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2356 a platform that supports LTO.
2357 * configure: Regenerate.
2358
2359 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2360 PR lto/42776
2361 * configure.ac (--enable-lto): Refactor handling so libelf tests
2362 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2363 and allow LTO to be explicitly enabled on non-ELF platforms that
2364 are known to support it inside else-clause.
2365 * configure: Regenerate.
2366
2367 2010-04-27 Roland McGrath <roland@redhat.com>
2368 H.J. Lu <hongjiu.lu@intel.com>
2369
2370 * configure.ac (--enable-gold): Support both, both/gold and
2371 both/bfd to add gold to configdirs without removing ld.
2372 * configure: Regenerated.
2373
2374 * Makefile.def: Add install-gold dependency to install-ld.
2375 * Makefile.in: Regenerated.
2376
2377 2010-04-14 Tristan Gingold <gingold@adacore.com>
2378
2379 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2380 * configure: Regenerate.
2381
2382 2010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2383
2384 Merge from gcc:
2385 PR bootstrap/43615
2386 PR bootstrap/43328
2387 Revert:
2388 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2389 * configure.ac: Do not pass --enable-multilib nor
2390 --disable-multilib in baseargs. Accept explicitly passed
2391 --enable_multilib.
2392 * configure: Regenerate.
2393
2394 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2395
2396 PR bootstrap/43328
2397 * configure.ac: Do not pass --enable-multilib nor
2398 --disable-multilib in baseargs. Accept explicitly passed
2399 --enable_multilib.
2400 * configure: Regenerate.
2401
2402 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2403
2404 * configure.ac (tic6x-*-*): New case.
2405 * configure: Regenerate.
2406
2407 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2408
2409 Merge from gcc:
2410 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2411 PR ada/42554
2412 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2413 * configure: Regenerate.
2414
2415 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2416
2417 * config.sub: Update to version 2010-03-22.
2418 * config.guess: Update to version 2009-12-30.
2419
2420 2010-03-14 Joseph Myers <joseph@codesourcery.com>
2421
2422 Merge from gcc:
2423 2010-01-11 Richard Guenther <rguenther@suse.de>
2424 PR lto/41569
2425 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2426 * Makefile.in: Regenerated.
2427
2428 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2429
2430 PR libstdc++/32499
2431 * configure.ac (RANLIB): Default to true.
2432 (STRIP): Likewise.
2433 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2434 * configure: Regenerate.
2435
2436 2010-02-17 Nick Clifton <nickc@redhat.com>
2437
2438 PR 11238
2439 * Makefile.tpl (local-distclean): Also remove config.cache files in
2440 sub-directories as there may not be Makefiles present in the
2441 sub-directories.
2442 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2443 the config.cache files found by the find command.
2444
2445 * Makefile.in: Regenerate.
2446 * configure.ac: Revert previous delta.
2447 * configure: Regenerate.
2448
2449 2010-02-15 Nick Clifton <nickc@redhat.com>
2450
2451 PR 11238
2452 * configure.ac: Delete config.cache files in sub-directories when
2453 deleting Makefiles.
2454 * configure: Regenerate.
2455
2456 2010-02-15 Nick Clifton <nickc@redhat.com>
2457
2458 * configure.ac: Sync from gcc.
2459 * configure: Regenerate.
2460
2461 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2462
2463 Sync from gcc:
2464 * configure.ac: Add "recommended" version checks for GMP/MPC.
2465 Update recommended GMP/MPFR/MPC versions.
2466 * configure: Regenerate.
2467
2468 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
2469
2470 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2471 * configure.ac (bootstrap_target_libs): Make inclusion of
2472 target-libgomp conditional on libgomb being in target_configdirs.
2473 * configure: Regenerate.
2474
2475 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
2476
2477 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2478 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2479 * configure: Regenerate.
2480
2481 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
2482
2483 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2484 * configure.ac (target_configdirs): Substitute.
2485 * Makefile.def: Bootstrap target module libgomp.
2486 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2487 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2488 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2489 * configure, Makefile.in: Regenerate.
2490
2491 2009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2492
2493 * libtool.m4: Sync from git Libtool.
2494 * ltmain.sh: Likewise.
2495 * ltoptions.m4: Likewise.
2496 * ltversion.m4: Likewise.
2497 * lt~obsolete.m4: Likewise.
2498
2499 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2500 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2501
2502 PR bootstrap/42424
2503 * configure.ac: Include libtool m4 files.
2504 (_LT_CHECK_OBJDIR): Call it.
2505 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2506 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
2507
2508 * configure: Regenerate.
2509
2510 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2511
2512 PR bootstrap/41818
2513 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2514 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2515 * Makefile.in: Regenerate.
2516
2517 2009-12-18 Ben Elliston <bje@au.ibm.com>
2518
2519 * config.sub, config.guess: Update from upstream sources.
2520
2521 2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
2522
2523 * COPYING.NEWLIB: Update copyright date.
2524 * COPYING.LIBGLOSS: Ditto.
2525
2526 2009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2527
2528 PR middle-end/30447
2529 PR middle-end/30789
2530 PR other/40302
2531
2532 * configure.ac: Require MPC.
2533 * configure: Regenerate.
2534
2535 * configure.ac: Update minimum MPC version to 0.8.
2536 * configure: Regenerate.
2537
2538 2009-11-20 Paolo Bonzini <bonzini@gnu.org>
2539
2540 * config.guess: Sync with upstream and gcc.
2541 * config.sub: Sync with upstream and gcc.
2542
2543 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2544
2545 * Makefile.def: Restore host and target settings for gmp.
2546 * Makefile.in: Rebuild.
2547
2548 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2549
2550 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2551 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2552 Fix portability of test of C++ as bootstrap language. Add
2553 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2554 * configure: Rebuild.
2555 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2556 and cloog. Fix in-tree ppl configuration. Introduce libelf
2557 in-tree building.
2558 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2559 (POSTSTAGE1_HOST_EXPORTS): Use it.
2560 (STAGE[+id+]_CXXFLAGS): New.
2561 (BASE_FLAGS_TO_PASS): Pass it down.
2562 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2563 extra_exports.
2564 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2565 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2566 extra_exports.
2567 * Makefile.in: Rebuild.
2568
2569 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2570
2571 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2572 paths for *-w64-mingw* and x86_64-*mingw*.
2573 * configure: Regenerated.
2574
2575 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
2576
2577 * configure.ac: Disable target-winsup & co for
2578 x86_64-*-mingw* and *-w64-mingw* targets.
2579 * configure: Regenerated.
2580
2581 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2582
2583 * configure.ac (CLooG test): Use = with test.
2584 * configure: Regenerate.
2585
2586 2009-10-22 Richard Guenther <rguenther@suse.de>
2587
2588 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2589 cloog if the ppl version check failed. Move flags saving
2590 before setting in libelf check.
2591 * configure: Regenerate.
2592
2593 2009-10-21 Richard Guenther <rguenther@suse.de>
2594
2595 * configure.ac: Adjust the ppl and cloog configure to work as
2596 documented. Disable cloog if ppl was disabled. Omit the version
2597 checks if they were disabled.
2598 * configure: Re-generate.
2599
2600 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2601
2602 * configure.ac: Add 'lto' to enable_languages, not
2603 new_enable_languages, and only if not already present.
2604 * configure: Regenerate.
2605
2606 2009-10-06 Ian Lance Taylor <iant@google.com>
2607
2608 * Makefile.def: check-gold depends upon all-gas.
2609 * Makefile.in: Rebuild.
2610
2611 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2612
2613 * Makefile.def: all-lto-plugin depends on all-libiberty.
2614 set bootstrap=true for lto-plugin.
2615 Add lto-plugin.
2616 * Makefile.in: Regenerate.
2617 * configure.ac (host_libs): Add lto-plugin.
2618 * configure: Regenerate.
2619
2620 2009-10-03 Diego Novillo <dnovillo@google.com>
2621
2622 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2623 (HOST_LIBELFLIBS): Define.
2624 (HOST_LIBELFINC): Define.
2625 * Makefile.in: Regenerate.
2626 * configure.ac: Add --enable-lto.
2627 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2628 If --enable-lto is used, add 'lto' to new_enable_languages.
2629 If --enable-lto is used and gold is enabled, add
2630 lto-plugin to configdirs.
2631 * configure: Regenerate.
2632
2633 2009-10-03 Simon Baldwin <simonb@google.com>
2634
2635 * configure.ac: If --with-system-zlib, suppress local zlib and
2636 pass --with-system-zlib to subdir configure scripts.
2637 * configure: Regenerate.
2638
2639 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
2640 Paolo Bonzini <bonzini@gnu.org>
2641
2642 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2643 $(srcdir).
2644 * Makefile.in: Rebuilt.
2645
2646 2009-09-29 Paolo Bonzini <bonzini@gnu.org>
2647
2648 Sync from gcc:
2649 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2650
2651 * configure.ac: Update minimum MPC version to 0.7.
2652 * configure: Regenerate.
2653
2654 2009-09-25 Nick Clifton <nickc@redhat.com>
2655
2656 * configure.ac: Pass any --cache-file=/dev/null option on to
2657 subconfigures.
2658 * configure: Regenerate.
2659
2660 2009-09-23 Nick Clifton <nickc@redhat.com>
2661
2662 * config.sub, config.guess: Update from upstream sources.
2663
2664 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
2665
2666 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2667 * Makefile.in: Rebuilt.
2668
2669 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2670
2671 PR bootstrap/32272
2672 * configure.ac: Error out if $srcdir isn't '.' but contains
2673 host-${host_noncanonical}.
2674 * configure: Regenerate.
2675
2676 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2677
2678 * configure.ac: If bootstrapping a combined tree with
2679 --enable-gold, require c++ in stage1_languages.
2680 * configure: Regenerate.
2681
2682 * configure.ac: Also add target_libs of stage1_languages to
2683 bootstrap_target_libs.
2684 * configure: Regenerate.
2685
2686 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2687 with --enable-languages not containing c++.
2688 * configure: Regenerate.
2689
2690 2009-09-16 Jie Zhang <jie.zhang@analog.com>
2691
2692 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2693 * configure: Regenerate.
2694
2695 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2696
2697 * configure.ac: Do not use $extrasub for replacing @if/@endif
2698 parts in Makefile; instead, use additional arguments to
2699 AC_CONFIG_COMMANDS to do the replacement manually, with several
2700 sed invocations, to avoid HP-UX sed command limits.
2701 * configure: Regenerate.
2702
2703 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
2704
2705 * configure.ac (with-build-config): Document. Handle without.
2706 Handle missing argument.
2707 * configure: Rebuilt.
2708
2709 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
2710
2711 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2712 Default to bootstrap-debug only if compare-debug works.
2713 * configure: Rebuilt.
2714 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2715 * Makefile.in: Rebuilt.
2716
2717 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
2718
2719 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2720 * Makefile.in: Rebuilt.
2721
2722 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
2723
2724 * Makefile.tpl (AWK): Fix typo.
2725 * Makefile.in: Regenerate.
2726
2727 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
2728
2729 * configure.ac: Detect awk and sed.
2730 * Makefile.def (flags_to_pass): Add AWK and SED.
2731 * Makefile.tpl (AWK, SED): New.
2732 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2733 * configure: Regenerate.
2734 * Makefile.in: Regenerate.
2735
2736 2009-09-01 Tristan Gingold <gingold@adacore.com>
2737
2738 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
2739 Remove logical names.
2740
2741 2009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
2742
2743 * ltmain.sh (func_normal_abspath): New function.
2744 (func_relative_path): Likewise.
2745 (func_mode_help): Document new -bindir option for link mode.
2746 (func_mode_link): Add new -bindir option, and use it to place
2747 output DLL if specified.
2748
2749 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2750
2751 * configure.ac (AC_PREREQ): Bump to 2.64.
2752
2753 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2754
2755 * README-maintainer-mode: Point directly to upstream locations
2756 for autoconf, automake, libtool, gettext, instead of copies on
2757 sources.redhat.com. Document required versions.
2758 * configure.ac: Do not substitute datarootdir, htmldir,
2759 pdfdir, docdir. Do not process --with-datarootdir,
2760 --with-htmldir, --with-pdfdir, --with-docdir.
2761 * configure: Regenerate.
2762
2763 * configure: Regenerate.
2764
2765 * compile: Sync from Automake 1.11.
2766 * depcomp: Likewise.
2767 * install-sh: Likewise.
2768 * missing: Likewise.
2769 * mkinstalldirs: Likewise.
2770 * ylwrap: Likewise.
2771
2772 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2773
2774 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2775 (baseargs): Add --disable-option-checking.
2776 * configure: Regenerate.
2777
2778 * Makefile.def (configure-target-libiberty): Depend on
2779 all-binutils and all-ld.
2780 (configure-target-newlib): Likewise.
2781 * Makefile.in: Regenerate.
2782
2783 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2784
2785 Sync with GCC, merge:
2786
2787 2009-07-31 Christian Bruel <christian.bruel@st.com>
2788
2789 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2790 * configure: Regenerate.
2791
2792 2009-07-06 Ian Lance Taylor <iant@google.com>
2793
2794 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2795 * configure: Rebuild.
2796
2797 2009-06-26 Steve Ellcey <sje@cup.hp.com>
2798
2799 PR bootstrap/40338
2800 * configure.ac (comparestring): Create new variable.
2801 * Makefile.tpl (comparestring): Use to skip some comparisions.
2802 * configure: Regenerate.
2803 * Makefile.in: Regenerate.
2804
2805 2009-06-23 Ian Lance Taylor <iant@google.com>
2806
2807 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
2808 boot_languages. Only bootstrap target libraries listed in
2809 target_libs for some boot language. Add --with-stage1-ldflags,
2810 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
2811 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
2812 if not building with C++.
2813 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2814 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2815 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2816 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2817 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
2818 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2819 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2820 * configure, Makefile.in: Rebuild.
2821
2822 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2823
2824 * configure.ac: Detect MPC in default directory.
2825 * configure: Regenerate.
2826
2827 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
2828
2829 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2830 to noconfdirs.
2831 * configure: Regenerate.
2832
2833 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2834
2835 * Makefile.def: Add MPC support and dependencies.
2836 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
2837
2838 * Makefile.in, configure: Regenerate.
2839
2840 2009-05-24 Nicolas Roche <roche@adacore.com>
2841
2842 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2843 * Makefile.in: Regenerate.
2844
2845 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
2846
2847 * configure.ac (cygwin noconfigdirs): Remove libgcj.
2848 * configure: Regenerate.
2849
2850 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
2851
2852 * configure.ac ($with_ppl): Default to no if not supplied.
2853 ($with_cloog): Likewise.
2854 configure: Regenerate.
2855
2856 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2857
2858 PR bootstrap/39739
2859 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2860 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2861
2862 * configure, Makefile.in: Regenerate.
2863
2864 2009-04-14 Jakub Jelinek <jakub@redhat.com>
2865
2866 * configure.ac: Change copyright header to refer to version
2867 3 of the GNU General Public License and to point readers at the
2868 COPYING3 file and the FSF's license web page.
2869 * Makefile.def: Likewise.
2870 * Makefile.tpl: Likewise.
2871 * Makefile.in: Regenerate.
2872
2873 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
2874
2875 * configure.ac: Restore match for darwin9 or later. Use double
2876 brackets since regeneration eats one pair.
2877 * configure: Regenerate.
2878
2879 2009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
2880
2881 * MAINTAINERS: Perform some obvious fixups.
2882
2883 2009-08-17 Ben Elliston <bje@au.ibm.com>
2884
2885 * config.sub, config.guess: Update from upstream sources.
2886
2887 2009-08-06 Michael Eager <eager@eagercon.com>
2888
2889 * configure.ac: Add Microblaze target.
2890 * configure: Regenerate.
2891
2892 2009-07-02 Tristan Gingold <gingold@adacore.com>
2893
2894 * configure.ac: Do not exclude gas for i386-*-darwin.
2895 Add a case for x86_64-*-darwin.
2896 * configure: Regenerate.
2897
2898 2009-06-26 Doug Evans <dje@sebabeach.org>
2899
2900 * Makefile.def (host_modules): Add cgen.
2901 * Makefile.in: Regenerate.
2902 * configure.ac (host_tools): Add cgen.
2903 * configure: Regenerate.
2904
2905 2009-06-17 Michael Eager <eager@eagercon.com>
2906
2907 * COPYING.LIBGLOSS: Add Xilinx license.
2908
2909 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
2910
2911 * configure.ac: Define is_elf for QNX Neutrino targets.
2912 * configure: Regenerate.
2913
2914 2009-06-03 Jerome Guitton <guitton@adacore.com>
2915 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2916
2917 * Makefile.tpl (all): Avoid a trailing backslash.
2918 * Makefile.in: Regenerate.
2919
2920 2009-06-03 Ben Elliston <bje@au.ibm.com>
2921
2922 * config.sub, config.guess: Update from upstream sources.
2923
2924 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
2925
2926 * Makefile.tpl ([+compare-target+]): Compare all stage
2927 directories, rather than just gcc.
2928 * Makefile.in: Rebuilt.
2929
2930 2009-05-28 Doug Kwan <dougkwan@google.com>
2931
2932 * configure.ac: Support gold for target arm*-*-*.
2933 * configure: Regenerate.
2934
2935 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
2936
2937 * Makefile.tpl (all): Avoid harmless warning in make all when
2938 gcc-bootstrap is enabled but stage_last does not exist.
2939 * Makefile.in: Rebuilt.
2940
2941 2009-05-25 Tristan Gingold <gingold@adacore.com>
2942
2943 * setup.com: Complete the file with configuration and build.
2944
2945 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2946
2947 PR other/40159
2948 * Makefile.tpl (all): Don't assume gcc-bootstrap and
2949 gcc-no-bootstrap are mutually exclusive.
2950 * Makefile.in: Rebuilt.
2951
2952 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2953
2954 PR other/40159
2955 * Makefile.tpl (all): Don't end with unconditional success.
2956 * Makefile.in: Rebuilt.
2957
2958 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
2959
2960 PR target/37137
2961 * Makefile.def (flags_to_pass): Remove redundant and incomplete
2962 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2963 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2964 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
2965 stage_configureflags, stage_cflags and stage_libcflags into
2966 explicit Makefile macros.
2967 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2968 GFORTRAN.
2969 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2970 CC. Set CC_FOR_BUILD from CC.
2971 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2972 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2973 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2974 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
2975 and GFORTRAN.
2976 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2977 (_LIBCFLAGS): Renamed to _TFLAGS.
2978 (do-compare-debug, do-compare3-debug): Drop.
2979 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2980 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2981 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2982 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2983 (XGCC_FLAGS_FOR_TARGET): New.
2984 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2985 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2986 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2987 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2988 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
2989 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
2990 TFLAGS.
2991 (BUILD_CONFIG): Include if requested.
2992 (all): Set TFLAGS on bootstrap.
2993 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2994 (all-stageid-prefixmodule): Likewise.
2995 (do-clean, distclean-stageid): Set TFLAGS.
2996 (restrap): Fix whitespace.
2997 * Makefile.in: Rebuilt.
2998
2999 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3000
3001 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3002 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3003 * Makefile.in: Regenerate.
3004
3005 2009-04-24 Eli Zaretskii <eliz@gnu.org>
3006
3007 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3008 consistency with config.sub. (Update from upstream sources.)
3009
3010 2009-04-21 Joseph Myers <joseph@codesourcery.com>
3011
3012 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3013
3014 2009-04-17 Ben Elliston <bje@au.ibm.com>
3015
3016 * config.sub, config.guess: Update from upstream sources.
3017
3018 2009-04-15 Anthony Green <green@moxielogic.com>
3019
3020 * configure.ac: Add moxie support.
3021 * configure: Rebuilt.
3022
3023 2009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3024
3025 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3026 * configure: Regenerate.
3027
3028 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3029
3030 PR gas/10039
3031 * configure.ac: Require texinfo 4.7.
3032 * configure: Regenerated.
3033
3034 2009-04-09 Steve Ellcey <sje@cup.hp.com>
3035
3036 * Makefil.def (languages): New entries.
3037 * Makefile.tpl (check-gcc-*): New generic target.
3038 * Makefile.in: Regenerate.
3039
3040 2009-03-27 Eli Zaretskii <eliz@gnu.org>
3041
3042 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3043 Windows builds of Sed.
3044
3045 2009-03-18 Tom Tromey <tromey@redhat.com>
3046
3047 * configure: Rebuild.
3048 * configure.ac (host_libs): Add libiconv.
3049 * Makefile.in: Rebuild.
3050 * Makefile.def (host_modules): Add libiconv.
3051 (configure-gdb, all-gdb): Depend on libiconv.
3052
3053 2009-03-16 Tristan Gingold <gingold@adacore.com>
3054
3055 * configure.ac: Treat gdb as supported on x86_64-darwin.
3056 * configure: Regenerate.
3057
3058 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3059
3060 Merge from GCC:
3061
3062 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3063
3064 * configure.ac (--with-host-libstdcxx): New option.
3065 * configure: Regenerate.
3066
3067 2009-01-29 Robert Millan <rmh@aybabtu.com>
3068
3069 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3070 * configure: Regenerate.
3071
3072 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3073
3074 PR tree-optimization/38515
3075 * configure.ac (cloog-polylib): Removed.
3076 (with_ppl, with_cloog): Test for "no".
3077 * configure: Regenerated.
3078
3079 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3080
3081 Backport from git Libtool:
3082
3083 2009-01-19 Robert Millan <rmh@aybabtu.com>
3084 Support GNU/kOpenSolaris.
3085 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3086 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3087 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3088 GNU/kOpenSolaris.
3089
3090 2009-02-05 Andreas Schwab <schwab@suse.de>
3091
3092 * Makefile.tpl (stage_last): Define $r and $s before using
3093 $(RECURSE_FLAGS_TO_PASS).
3094 * Makefile.in: Regenerate
3095
3096 2009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3097
3098 * COPYING.NEWLIB: Add ARM license.
3099
3100 2009-01-16 Alan Modra <amodra@bigpond.net.au>
3101
3102 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3103 (all-opcodes): Depend on all-libiberty.
3104 * Makefile.in: Regenerate.
3105
3106 2009-01-15 Douglas B Rupp <rupp@gnat.com>
3107
3108 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3109 * configure: Regenerate.
3110
3111 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3112
3113 Backport link test fix from upstream Libtool:
3114
3115 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3116 Add cache variables to tests that require the linker to work.
3117 For shlibpath_overrides_runpath, this also changes the semantics
3118 to let the result from the C compiler take precedence.
3119 compiler take precedence.
3120
3121 2008-12-02 Ben Elliston <bje@au.ibm.com>
3122
3123 * config.sub, config.guess: Update from upstream sources.
3124
3125 2008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3126
3127 * COPYING.NEWLIB: Updated.
3128 * COPYING.LIBGLOSS: Ditto.
3129
3130 2008-12-16 Paolo Bonzini <bonzini@gnu.org>
3131
3132 Sync with GCC:
3133
3134 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3135
3136 * configure.ac (ppllibs): Add by default the lib flags.
3137 * configure: Regenerate.
3138
3139 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3140
3141 * configure.ac: Add double brackets on darwin[912].
3142 * configure: Regenerate.
3143
3144 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3145
3146 * configure.ac: Expand to darwin10 and later.
3147 * configure: Regenerate.
3148
3149 2008-12-02 Andreas Schwab <schwab@suse.de>
3150
3151 * Makefile.def: configure-target-boehm-gc depends on
3152 all-target-libstdc++-v3.
3153 * Makefile.in: Regenerate.
3154
3155 2008-12-02 Ben Elliston <bje@au.ibm.com>
3156
3157 * config.sub, config.guess: Update from upstream sources.
3158
3159 2008-11-27 Joseph Myers <joseph@codesourcery.com>
3160
3161 Merge from GCC:
3162
3163 2007-12-02 Matthias Klose <doko@ubuntu.com>
3164
3165 * config-ml.in: Remove 64bit configure tests.
3166
3167 2008-05-14 Rafael Espindola <espindola@google.com>
3168
3169 * config-ml.in: don't handle --enable-shared and --enable-static.
3170
3171 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3172 Tobias Grosser <grosser@fim.uni-passau.de>
3173 Jan Sjodin <jan.sjodin@amd.com>
3174 Harsha Jagasia <harsha.jagasia@amd.com>
3175 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3176 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3177 Adrien Eliche <aeliche@isty.uvsq.fr>
3178
3179 Merge from graphite branch.
3180 * configure: Regenerate.
3181 * Makefile.in: Regenerate.
3182 * configure.ac (host_libs): Add ppl and cloog.
3183 Add checks for PPL and CLooG.
3184 * Makefile.def (ppl, cloog): Added modules and dependences.
3185 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3186 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3187
3188 2008-09-03 Richard Guenther <rguenther@suse.de>
3189
3190 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3191 cloog test.
3192 * configure: Re-generate.
3193
3194 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3195
3196 * configure.ac (--with-cloog-polylib): New.
3197 (--disable-cloog-version-check): New.
3198 (--disable-ppl-version-check): New.
3199 * configure: Re-generate.
3200
3201 2008-09-05 Richard Guenther <rguenther@suse.de>
3202
3203 * configure.ac: Initialize clooglibs to -lcloog.
3204 * configure: Re-generate.
3205
3206 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3207
3208 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3209 recommended version to 2.3.2.
3210
3211 * configure: Regenerate.
3212
3213 2008-10-31 Ben Elliston <bje@au.ibm.com>
3214
3215 * configure.ac (spu-*-*): Remove special case.
3216 * configure: Regenerate.
3217
3218 Complete comment text from GCC version of:
3219
3220 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3221
3222 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3223 (GCC_SHLIB_SUBDIR): New.
3224 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3225 * configure: Regenerate.
3226 * Makefile.in: Regenerate.
3227
3228 2008-11-27 Tristan Gingold <gingold@adacore.com>
3229
3230 * configure.ac: Build gdb for i?86-*-darwin*
3231 * configure: Regenerated.
3232
3233 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3234
3235 PR bootstrap/38014
3236 PR bootstrap/37923
3237
3238 Revert:
3239
3240 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3241
3242 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3243 * Makefile.in: Regenerated.
3244
3245 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3246
3247 PR gdb/921
3248 PR gdb/1646
3249 PR gdb/2175
3250 PR gdb/2176
3251
3252 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3253 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3254 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3255 (HOST_EXPORTS): Pass CPPFLAGS.
3256 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3257 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3258 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3259 * Makefile.in, configure: Regenerated.
3260 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3261 and CPPFLAGS_FOR_BUILD.
3262
3263 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3264
3265 * configure.ac [spu-*-*]: Do not set skipdirs.
3266 * configure: Re-generate.
3267
3268 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3269
3270 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3271 * Makefile.in: Regenerated.
3272
3273 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3274
3275 PR gdb/921
3276 PR gdb/1646
3277 PR gdb/2175
3278 PR gdb/2176
3279
3280 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3281 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3282 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3283 (HOST_EXPORTS): Pass CPPFLAGS.
3284 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3285 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3286 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3287 * Makefile.in, configure: Regenerated.
3288 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3289 and CPPFLAGS_FOR_BUILD.
3290
3291 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3292
3293 * libtool.m4: Update to libtool 2.2.6.
3294 * lt~obsolete.m4: Update to libtool 2.2.6.
3295 * ltmain.sh: Update to libtool 2.2.6.
3296 * ltsugar.m4: Update to libtool 2.2.6.
3297 * ltversion.m4: Update to libtool 2.2.6.
3298 * ltoptions.m4: Update to libtool 2.2.6.
3299 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3300
3301 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3302
3303 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3304 (GCC_SHLIB_SUBDIR): New.
3305 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3306 * configure: Regenerate.
3307 * Makefile.in: Regenerate.
3308
3309 2008-08-28 Tristan Gingold <gingold@adacore.com>
3310
3311 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3312 Enable bfd, binutils and opcodes.
3313 * configure: Regenerate.
3314
3315 2008-08-16 Nicolas Roche <roche@adacore.com>
3316
3317 * Makefile.tpl: Add BOOT_ADAFLAGS.
3318 * Makefile.in: Regenerate.
3319
3320 2008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3321
3322 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3323 * configure: Regenerate.
3324
3325 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3326
3327 Sync with gcc:
3328 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3329
3330 * configure.ac: Add makefile fragments for hpux.
3331 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3332 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3333 * configure: Regenerate.
3334 * Makefile.in: Regenerate.
3335
3336 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3337
3338 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3339 * Makefile.in: Regenerate.
3340 * configure: Regenerate.
3341
3342 2008-06-18 Ian Lance Taylor <iant@google.com>
3343
3344 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3345
3346 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3347
3348 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3349
3350 * configure: Regenerate.
3351
3352 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3353
3354 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3355 "$@" is still intact with both Autoconf 2.59 and 2.62.
3356 * configure: Regenerate.
3357
3358 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3359
3360 * Makefile.tpl: Fix comment errors.
3361 * Makefile.in: Regenerate.
3362
3363 2008-06-13 Julian Brown <julian@codesourcery.com>
3364
3365 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3366 of libobjc for ARM EABI Linux.
3367 * configure: Regenerate.
3368
3369 2008-06-12 David S. Miller <davem@davemloft.net>
3370 David Edelsohn <edelsohn@gnu.org>
3371
3372 * configure.ac: Add powerpc*-*-* to gold supported targets.
3373 * configure: Regenerate.
3374
3375 2008-06-08 Joseph Myers <joseph@codesourcery.com>
3376
3377 PR tree-optimization/36218
3378 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3379 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3380 (all prefix="build-"): Pass them to build-system sub-makes.
3381 * Makefile.in: Regenerate.
3382
3383 2008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3384
3385 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3386 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3387 mkdep, and compile. Update comments.
3388 (ETC_SUPPORT): Add ChangeLog and update comments.
3389
3390 2008-05-11 Ian Lance Taylor <iant@google.com>
3391
3392 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3393
3394 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3395
3396 Sync with gcc:
3397 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3398
3399 PR bootstrap/35457
3400 * configure.ac: Include override.m4.
3401 * configure: Regenerate.
3402
3403 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3404
3405 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3406 * Makefile.in: Regenerate.
3407
3408 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3409
3410 * configure.ac: Do not build libssp for the AVR.
3411 * configure: Regenerate.
3412
3413 2008-04-18 Nick Clifton <nickc@redhat.com>
3414
3415 * MAINTAINERS: Replace reference to configure.in with reference to
3416 configure.ac.
3417
3418 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3419
3420 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3421 as nonconfigurable directories list.
3422 * configure: Regenerate.
3423
3424 2008-04-14 David S. Miller <davem@davemloft.net>
3425
3426 * configure.ac: Add sparc*-*-* to gold supported targets.
3427 * configure: Regenerate.
3428
3429 2008-04-14 Ben Elliston <bje@au.ibm.com>
3430
3431 * config.sub, config.guess: Update from upstream sources.
3432
3433 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
3434
3435 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3436 * Makefile.in: Regenerate.
3437
3438 2008-04-07 Ian Lance Taylor <iant@google.com>
3439
3440 * Makefile.def: check-gold depends upon all-binutils.
3441 * Makefile.in: Regenerate.
3442
3443 2008-04-04 Nick Clifton <nickc@redhat.com>
3444
3445 PR binutils/4334
3446 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3447 builds.
3448 * configure: Regenerate.
3449
3450 2008-04-04 NightStrike <NightStrike@gmail.com>
3451
3452 PR other/35151
3453 * configure.ac: Combine rules for mingw32 and mingw64.
3454 * configure: Regenerate.
3455
3456 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
3457
3458 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3459 * Makefile.in: Regenerate.
3460
3461 2008-03-20 Ian Lance Taylor <iant@google.com>
3462
3463 * configure.ac: Add support for --enable-gold.
3464 * Makefile.def: Add gold as a directory like ld.
3465 * configure, Makefile.in: Regenerate.
3466
3467 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
3468
3469 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3470 (s390_cond_extensions): Reduced extensions to the compare related.
3471 (main): z10 cpu type option added.
3472 (expandConditionalJump): Renamed to ...
3473 (insertExpandedMnemonic): ... this.
3474
3475 * opcodes/s390-opc.c: Re-group the operand format makros.
3476 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
3477 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
3478 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
3479 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
3480 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
3481 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
3482 INSTR_SIL_RDU): New instruction formats added.
3483 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
3484 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
3485 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
3486 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
3487 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
3488 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
3489 masks added.
3490 (s390_opformats): New formats added "ris", "rrs", "sil".
3491 * opcodes/s390-opc.txt: Add the conditional jumps with the
3492 extensions removed from automatic expansion in s390-mkopc.c manually.
3493 (asi - trtre): Add new System z10 EC instructions.
3494 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3495
3496 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3497
3498 * configure.ac: m4_include config/proginstall.m4.
3499 * configure: Regenerate.
3500
3501 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3502
3503 Backport from upstream Libtool:
3504
3505 2007-10-12 Eric Blake <ebb9@byu.net>
3506
3507 Deal with Autoconf 2.62's semantic change in m4_append.
3508 * ltsugar.m4 (lt_append): Replace broken versions of
3509 m4_append.
3510 (lt_if_append_uniq): Don't require separator to be overquoted,
3511 and avoid broken m4_append.
3512 (lt_dict_add): Fix typo.
3513 * libtool.m4 (_LT_DECL): Don't overquote separator.
3514
3515 2008-03-13 David Edelsohn <edelsohn@gnu.org>
3516
3517 * config.rpath: Add AIX 6 support.
3518
3519 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
3520
3521 * Makefile.def (stageprofile). Remove -fprofile-generate
3522 from stage_libcflags.
3523 * Makefile.in: Regenerate.
3524
3525 2008-03-13 Ben Elliston <bje@au.ibm.com>
3526
3527 * config.sub, config.guess: Update from upstream sources.
3528
3529 2008-03-06 Florian Krohm <fkrohm@us.ibm.com>
3530
3531 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
3532 * s390-opc.txt (cmpsc): Duplicate entry removed.
3533 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
3534 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
3535 fier, cu42, cu41): Fix operand format.
3536
3537 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
3538
3539 PR bootstrap/32009
3540 PR bootstrap/32161
3541
3542 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3543 * configure: Regenerate.
3544
3545 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3546 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3547 STAGE4_LIBCFLAGS): New.
3548 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3549 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3550 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3551 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3552 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3553 for target modules. Don't export LIBCFLAGS.
3554 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3555 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3556 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3557 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3558 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3559 * Makefile.in: Regenerate.
3560
3561 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3562
3563 PR libgcj/33085
3564 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3565 Do not use -DDLL_EXPORT. Backport from upstream.
3566
3567 2008-02-14 Nick Clifton <nickc@redhat.com>
3568
3569 Import this patch from gcc:
3570 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3571
3572 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3573
3574 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
3575
3576 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3577 * configure: Regenerate.
3578
3579 2008-01-31 Marc Gauthier <marc@tensilica.com>
3580
3581 * configure.ac (xtensa*-*-*): Recognize processor variants.
3582 * configure: Regenerate.
3583
3584 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3585
3586 PR bootstrap/34922
3587 * configure.ac (PARSE_ARGS): Push suitable setting of
3588 ac_subdirs_all, for `./configure --help=recursive'.
3589 Handle `+' in generic toplevel directory disabling.
3590 * configure: Regenerate.
3591
3592 2008-01-23 Ben Elliston <bje@au.ibm.com>
3593
3594 * config.sub, config.guess: Update from upstream sources.
3595
3596 2008-01-08 Ben Elliston <bje@au.ibm.com>
3597
3598 * config.sub, config.guess: Update from upstream sources.
3599
3600 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3601
3602 * COPYING.LIBGLOSS: Update default copyright.
3603
3604 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3605
3606 * COPYING.NEWLIB: Update default copyright.
3607
3608 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3609
3610 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3611 Change recommended MPFR from 2.2.1 > 2.3.0.
3612 * configure: Regenerate.
3613
3614 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3615
3616 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3617 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3618 * Makefile.in: Regenerate.
3619
3620 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3621
3622 * configure.ac: Enable libjava for x86_64-*-darwin9.
3623 * configure: Regenerate.
3624
3625 2007-12-05 Ben Elliston <bje@au.ibm.com>
3626
3627 * config.sub, config.guess: Update from upstream sources.
3628
3629 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3630
3631 * config-ml.in: Robustify against white space in absolute file
3632 names.
3633
3634 * config-ml.in (multi-clean): Substitute ${Makefile}.
3635 Remove superfluous ${Makefile} in list.
3636
3637 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3638
3639 * Makefile.def (dependencies): Make configure-gdb depend on
3640 all-intl.
3641 * Makefile.in: Regenerated.
3642
3643 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3644
3645 * Makefile.def: To avoid problems running with parallel makes,
3646 build newlib before libgloss so that target specific header
3647 files are availble.
3648 * Makefile.in: Regenerate.
3649
3650 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3651
3652 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3653 * Makefile.in: Regenerate.
3654
3655 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3656
3657 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
3658 * libdecnumber: New directory, imported from GCC.
3659
3660 2007-10-08 Mike Frysinger <vapier@gentoo.org>
3661
3662 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3663 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3664 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3665 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3666 * configure: Regenerate.
3667
3668 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
3669
3670 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3671 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3672 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3673 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3674 * configure.ac: Default them to host tools for $host = $build.
3675 Subst them.
3676
3677 * configure: Regenerate.
3678 * Makefile.in: Regenerate.
3679
3680 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3681
3682 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3683 * configure: Regenerate.
3684
3685 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3686
3687 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3688 libstdc++.
3689 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3690 * configure: Regenerate.
3691 * Makefile.in: Regenerate.
3692
3693 2007-09-17 Andreas Schwab <schwab@suse.de>
3694
3695 * configure.ac: Raise minimum makeinfo version to 4.6.
3696 * configure: Regenerate.
3697
3698 2007-09-15 Alan Modra <amodra@bigpond.net.au>
3699
3700 * configure.ac: Correct makeinfo version check.
3701 * configure: Regenerate.
3702
3703 2007-09-14 Richard Sandiford <richard@codesourcery.com>
3704
3705 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3706 to $skipdirs and only disable gprof for newlib. Use the normal
3707 mips*-elf* handling in other respects.
3708 * configure: Regnerate.
3709
3710 2007-09-12 David Daney <ddaney@avtrex.com>
3711
3712 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3713 enabling libgcj.
3714 * configure: Regenerate.
3715
3716 2007-09-12 Richard Guenther <rguenther@suse.de>
3717
3718 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3719 nor --disable-checking is provided also turn on yes and types
3720 checking for stage1.
3721 * configure: Re-generate.
3722
3723 2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3724
3725 PR target/33281
3726 * configure.ac: Use config/mh-mingw on mingw.
3727 * configure: Regenerate.
3728
3729 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3730
3731 PR other/32154
3732 * configure.ac: For libgloss targets, point the linker to the linker
3733 script, startup code and simulator library.
3734 * configure: Regenerate.
3735
3736 2007-09-09 Andrew Haley <aph@redhat.com>
3737
3738 * configure.ac (noconfigdirs): Remove target-libffi and
3739 target-libjava.
3740
3741 2007-08-29 Nick Clifton <nickc@redhat.com>
3742
3743 * config.sub, config.guess: Update from upstream sources.
3744
3745 2007-08-21 Richard Guenther <rguenther@suse.de>
3746
3747 * configure.ac: Add types checking to stage1 checking flags.
3748 * configure: Regenerate.
3749
3750 2007-08-18 Paul Brook <paul@codesourcery.com>
3751 Joseph Myers <joseph@codesourcery.com>
3752
3753 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3754 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3755 * Makefile.in: Regenerate.
3756 * configure.ac (--with-debug-prefix-map): New.
3757 * configure: Regenerate.
3758
3759 2007-08-17 Richard Sandiford <richard@codesourcery.com>
3760 Nigel Stephens <nigel@mips.com>
3761
3762 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3763 as target_makefile_frag.
3764 * configure: Regenerate.
3765
3766 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3767
3768 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3769 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3770 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3771 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3772 (do-compare, do-compare3, do-compare-debug): New.
3773 ([+compare-target+]): Use them.
3774
3775 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3776
3777 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3778 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3779 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3780 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3781 (do-compare, do-compare3, do-compare-debug): New.
3782 ([+compare-target+]): Use them.
3783
3784 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3785 Ben Elliston <bje@au.ibm.com>
3786
3787 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3788 --silent if $silent.
3789 * configure: Regenerate.
3790
3791 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
3792
3793 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
3794
3795 2007-07-17 Nick Clifton <nickc@redhat.com>
3796
3797 * COPYING3: New file. Contains version 3 of the GNU General
3798 Public License.
3799 * COPYING3.LIB: New file. Contains version 3 of the GNU
3800 Lesser General Public License.
3801
3802 2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
3803
3804 * configure.ac: Fix my previous change to really match GCC.
3805 * configure: Regenerate.
3806
3807 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3808
3809 * configure.ac: Rewrite 'configure --help' strings to look nicer.
3810 * configure: Regenerate.
3811
3812 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3813
3814 * configure.ac: Add some missing m4 quotation.
3815 * configure: Regenerate.
3816
3817 2007-07-09 Kai Tietz <kai.tietz@onevision.com>
3818
3819 * Makefile.def: Add windmc tool to build.
3820 * Makefile.tpl: Likewise.
3821 * configure.ac: Likewise.
3822 * Makefile.in: Regenerate.
3823 * configure: Regenerate.
3824
3825 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
3826
3827 * lt~obsolete.m4: New. Import from 20070318 libtool.
3828
3829 2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
3830
3831 * configure.ac: Don't add target-libmudflap to noconfigdirs for
3832 uclinux and linux-uclibc targets.
3833 * configure: Regenerate.
3834
3835 2007-06-28 DJ Delorie <dj@redhat.com>
3836
3837 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3838 not building newlib.
3839 * configure: Regenerated.
3840
3841 2007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
3842
3843 * src-release (DEVO_SUPPORT): Correct typos.
3844
3845 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3846
3847 * Makefile.def: Add dependency from configure-gdb to all-bfd.
3848 * Makefile.in: Regenerated.
3849
3850 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
3851
3852 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3853 (distclean-stage[+id+]): Possibly delete stage_last.
3854 * Makefile.in: Regenerate.
3855
3856 2007-06-07 Ben Elliston <bje@au.ibm.com>
3857
3858 * config.sub, config.guess: Update from upstream sources.
3859
3860 2007-06-07 Ben Elliston <bje@au.ibm.com>
3861
3862 * Makefile.tpl: Fix spelling error.
3863 * Makefile.in: Regenerate.
3864
3865 2007-06-04 Paolo Bonzini <bonzini@gnu.org>
3866
3867 Sync with gcc:
3868 2007-05-30 Jakub Jelinek <jakub@redhat.com>
3869
3870 PR bootstrap/29382
3871 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3872 * configure: Rebuilt.
3873
3874 2007-06-01 Steve Ellcey <sje@cup.hp.com>
3875
3876 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3877 lt_cv_sys_max_cmd_len.
3878
3879 2007-05-31 Paolo Bonzini <bonzini@gnu.org>
3880
3881 * ltgcc.m4: Update from GCC.
3882
3883 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
3884
3885 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3886
3887 2007-05-24 Steve Ellcey <sje@cup.hp.com>
3888
3889 * ltmain.sh: Update from GCC.
3890 * libtool.m4: Update from GCC.
3891 * ltsugar.m4: New. Update from GCC.
3892 * ltversion.m4: New. Update from GCC.
3893 * ltoptions.m4: New. Update from GCC.
3894 * ltconfig: Remove.
3895 * ltcf-c.sh: Remove.
3896 * ltcf-cxx.sh: Remove.
3897 * ltcf-gcj.sh: Remove.
3898 * src-release: Update with new libtool file list.
3899
3900 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
3901
3902 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3903 stage_cflags.
3904 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3905 Remove CFLAGS/LIBCFLAGS.
3906 (configure-stage[+id+]-[+prefix+][+module+],
3907 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3908 * Makefile.in: Regenerate.
3909
3910 2007-04-14 Steve Ellcey <sje@cup.hp.com>
3911
3912 * config-ml.in: Update from GCC.
3913
3914 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
3915
3916 * src-release (do-proto-toplev): Process the support directories before
3917 the tool directory.
3918
3919 2007-03-21 Richard Sandiford <richard@codesourcery.com>
3920
3921 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3922 of glob. Quote arguments with single quotes too.
3923 * configure: Regenerate.
3924
3925 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
3926
3927 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3928 * Makefile.in: Regenerate
3929
3930 2007-03-07 Andreas Schwab <schwab@suse.de>
3931
3932 * configure: Regenerate.
3933
3934 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3935
3936 * configure.ac: Add "--with-pdfdir" configure option,
3937 which defines pdfdir variable.
3938 * Makefile.def (target=fixincludes): Add install-pdf to
3939 missing targets.
3940 (recursive_targets): Add install-pdf target.
3941 (flags_to_pass): Add pdfdir.
3942 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3943 target.
3944 * configure: Regenerate
3945 * Makefile.in: Regenerate
3946
3947 2007-02-28 Eric Christopher <echristo@apple.com>
3948
3949 Revert:
3950 2006-12-07 Mike Stump <mrs@apple.com>
3951
3952 * Makefile.def (dependencies): Add dependency for
3953 install-target-libssp and install-target-libgomp on
3954 install-gcc.
3955 * Makefile.in: Regenerate.
3956
3957 2007-02-27 Matt Kraai <kraai@ftbfs.org>
3958
3959 * configure: Regenerate.
3960 * configure.ac: Move statements after variable declarations.
3961
3962 2007-02-19 Joseph Myers <joseph@codesourcery.com>
3963
3964 * configure.ac: Adjust for loop syntax.
3965 * configure: Regenerate.
3966
3967 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
3968
3969 * configure: Rebuilt.
3970
3971 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
3972
3973 * configure.ac: Drop multiple occurrences of --enable-languages,
3974 and fix its quoting.
3975 * configure: Rebuilt.
3976
3977 2007-02-17 Mark Mitchell <mark@codesourcery.com>
3978 Nathan Sidwell <nathan@codesourcery.com>
3979 Vladimir Prus <vladimir@codesourcery.com
3980 Joseph Myers <joseph@codesourcery.com>
3981
3982 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3983 * configure: Regenerate.
3984
3985 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3986
3987 * configure.ac (target_libraries): Move libgcc before libiberty.
3988 * configure: Regenerated.
3989
3990 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
3991
3992 * configure: Regenerate again?
3993
3994 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
3995
3996 * configure: Reapply PR30748 fix which was lost in the previous commit.
3997
3998 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3999 Paolo Bonzini <bonzini@gnu.org>
4000
4001 PR bootstrap/30753
4002 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4003 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4004 * configure: Regenerated.
4005
4006 2007-02-10 Paolo Bonzini <bonzini@gnu.org>
4007
4008 * configure: Regenerate.
4009
4010 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4011
4012 PR bootstrap/30748
4013 * configure.ac: Correct syntax for Solaris ksh.
4014 * configure: Regenerated.
4015
4016 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4017
4018 * Makefile.def: Sync with GCC.
4019 * Makefile.tpl: Sync with GCC.
4020 * Makefile.in: Regenerate.
4021 * configure: Regenerate.
4022
4023 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4024
4025 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4026 noncanonical equivalents.
4027 * configure.in: Rename to...
4028 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4029 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4030 target_noncanonical. Use them. Rewrite removal of configure
4031 arguments for autoconf 2.59. Discard variable settings. Force
4032 program_transform_name for native tools.
4033
4034 * Makefile.in: Regenerated.
4035 * configure: Regenerated with autoconf 2.59.
4036
4037 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4038
4039 2007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4040
4041 * COPYING.LIBGLOSS: Reformat default Red Hat
4042 license to fit within 80 columns.
4043 * COPYING.NEWLIB: Ditto.
4044
4045 2007-02-05 Dave Brolley <brolley@redhat.com>
4046
4047 * Contribute the following changes:
4048 2006-11-28 DJ Delorie <dj@redhat.com>
4049
4050 * configure.in: Fix typo for mep's target_makefile_frag.
4051 * configure: Regenerated.
4052
4053 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4054
4055 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4056 * configure: Regenerate.
4057
4058 2001-09-19 DJ Delorie <dj@redhat.com>
4059
4060 * configure.in (target_makefile_frag): use mt-mep
4061
4062 2001-06-12 Don Howard <dhoward@redhat.com>
4063
4064 * configure.in: Remove gdb from MeP skip list.
4065
4066 2001-04-05 DJ Delorie <dj@redhat.com>
4067
4068 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4069
4070 2001-03-20 Ben Elliston <bje@redhat.com>
4071
4072 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4073
4074 2001-03-19 Ben Elliston <bje@redhat.com>
4075
4076 * config.sub (mep, mep-*): Add.
4077
4078 2007-01-31 Andreas Schwab <schwab@suse.de>
4079
4080 * Makefile.tpl (LDFLAGS): Substitute it.
4081 * Makefile.in: Regenerate.
4082
4083 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4084
4085 * configure.in: Change == to = in test command.
4086 * configure: Regenerate.
4087
4088 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4089 Nick Clifton <nickc@redhat.com>
4090 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4091
4092 * configure.in (build_configargs, host_configargs, target_configargs):
4093 Remove build/host/target parameters.
4094 (host_libs): Add gmp and mpfr.
4095 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4096 * Makefile.def (gmp, mpfr): New.
4097 (gcc): Remove target.
4098 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4099 target_os, target_vendor): New.
4100 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4101 * configure: Regenerate.
4102 * Makefile.in: Regenerate.
4103
4104 2007-01-11 Matt Fago <fago@earthlink.net>
4105
4106 * configure.in: Try to link to functions only in mpfr 2.2.x
4107 to improve robustness of configure tests.
4108 * configure: Regenerate.
4109
4110 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
4111
4112 * configure.in: Add support for an x86_64-mingw* target.
4113 * configure: Regenerate.
4114
4115 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4116
4117 * Makefile.tpl (all-target): Correct @if conditional for target
4118 modules.
4119 * configure.in: Omit libiberty if building only target libgcc.
4120 * configure, Makefile.in: Regenerated.
4121
4122 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
4123
4124 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4125 * configure: Regenerate.
4126
4127 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4128
4129 * Makefile.def (target_modules): Add libgcc.
4130 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4131 * Makefile.tpl (clean-target-libgcc): Delete.
4132 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4133 on gcc even for bootstrapped modules. Rewrite handling of
4134 lang_env_dependencies to loop over target_modules.
4135 * configure.in (target_libraries): Add target-libgcc.
4136 * Makefile.in, configure: Regenerated.
4137
4138 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4139
4140 Sync with gcc:
4141 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4142
4143 * configure.in: Reorganize recognition of languages. Add
4144 --enable-stage1-languages. Show supported languages for the chosen
4145 target rather than all recognized languages.
4146 * configure: Regenerate.
4147
4148 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4149
4150 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4151 * Makefile.in: Regenerate.
4152
4153 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4154
4155 * configure.in: Warn that MPFR 2.2.0 is buggy.
4156 * configure: Regenerate.
4157
4158 2006-12-27 Ian Lance Taylor <iant@google.com>
4159
4160 * configure.in: When removing Makefiles to force a reconfigure, also
4161 remove prev-DIR*/Makefile.
4162 * configure: Regenerate.
4163
4164 2006-12-23 Kazu Hirata <kazu@codesourcery.com>
4165
4166 * config.bfd: Recognize fido.
4167
4168 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4169
4170 Sync with gcc:
4171
4172 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4173
4174 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4175 it only affects bootstrap and could be tested on "$host" as well.
4176 * configure: Regenerate.
4177 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4178
4179 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4180
4181 PR bootstrap/29544
4182 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4183 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4184 move here comment from Makefile.tpl.
4185 * Makefile.tpl: Move some definitions higher in the file.
4186 (STAGE1_CHECKING): New.
4187 * configure.in: Add --enable-stage1-checking.
4188 * configure: Regenerate.
4189 * Makefile.in: Regenerate.
4190
4191 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4192
4193 * configure.in: Update error message for missing GMP/MPFR.
4194
4195 * configure: Regenerate.
4196
4197 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4198
4199 * configure.in: Update MPFR version in error message.
4200
4201 * configure: Regenerate.
4202
4203 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4204
4205 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4206 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4207 --with-gmp-lib): New flags.
4208
4209 * configure: Regenerate.
4210
4211 2006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4212
4213 PR bootstrap/30134
4214 * configure.in: Correct x86 darwin support for libjava to powerpc
4215 and i?86 only.
4216 * configure: Regenerate.
4217
4218 2006-12-11 Alan Modra <amodra@bigpond.net.au>
4219
4220 * configure.in: Handle spu makefile frag.
4221 * Makefile.tpl (MAINT): Define
4222 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4223 * configure: Regenerate.
4224 * Makefile.in: Regenerate.
4225
4226 2006-12-11 Ben Elliston <bje@au.ibm.com>
4227
4228 * config.sub, config.guess: Update from upstream sources.
4229
4230 2006-12-11 Ben Elliston <bje@au.ibm.com>
4231
4232 * configure.in: Sync with GCC (spu-*-*).
4233 * configure: Sync with GCC.
4234
4235 2006-12-07 Mike Stump <mrs@apple.com>
4236
4237 * Makefile.def (dependencies): Add dependency for
4238 install-target-libssp and install-target-libgomp on
4239 install-gcc.
4240 * Makefile.in: Regenerate.
4241
4242 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4243
4244 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4245 (unstage): Test for stage_last presence.
4246
4247 PR bootstrap/29802
4248 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4249 * Makefile.in: Regenerate.
4250
4251 2006-11-14 DJ Delorie <dj@redhat.com>
4252
4253 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4254 * Makefile.in: Sync with GCC.
4255 * configure.in: Sync with GCC (mpfr, gmp).
4256 * configure: Sync with GCC.
4257
4258 2006-11-08 Jie Zhang <jie.zhang@analog.com>
4259
4260 * configure.in: Remove target-libgloss from noconfigdirs for
4261 bfin-*-*.
4262 * configure: Regenerated.
4263
4264 2006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4265
4266 * COPYING.NEWLIB: Add spu license.
4267 * COPYING.LIBGLOSS: Ditto.
4268
4269 2006-10-17 Brooks Moses <bmoses@stanford.edu>
4270
4271 * Makefile.def: Added pdf target handling.
4272 * Makefile.tpl: Added pdf target handling.
4273 * Makefile.in: Regenerated.
4274
4275 2006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4276
4277 * COPYING.NEWLIB: Updated.
4278 * COPYING.LIBGLOSS: Ditto.
4279
4280 2006-09-27 Dave Brolley <brolley@redhat.com>
4281
4282 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4283 $s instead of $r.
4284 * configure: Regenerated.
4285
4286 2006-09-26 Ben Elliston <bje@au.ibm.com>
4287
4288 * config.sub, config.guess: Update from upstream sources.
4289
4290 2006-09-20 Thiemo Seufer <ths@mips.com>
4291
4292 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4293 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4294 * configure: Regenerate.
4295
4296 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
4297
4298 * configure.in: Never build newlib for a Mingw host.
4299 Never build newlib as Mingw target library.
4300 Test the existence of winsup/cygwin for building a Cygwin newlib,
4301 rather than just winsup.
4302 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4303 building a Mingw target.
4304 * configure: Regenerate.
4305
4306 2006-08-15 Thiemo Seufer <ths@mips.com>
4307 Nigel Stephens <nigel@mips.com>
4308 David Ung <davidu@mips.com>
4309
4310 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4311
4312 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
4313
4314 Sync from GCC:
4315 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4316
4317 PR bootstrap/18058
4318 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4319 if the bootstrap compiler is a GCC version that supports it.
4320 * configure: Regenerate.
4321
4322 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4323
4324 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4325 * configure: Regenerated.
4326
4327 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
4328
4329 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4330 for stages after the first.
4331
4332 2006-07-17 Jakub Jelinek <jakub@redhat.com>
4333
4334 * Makefile.def: Add dependencies for configure-opcodes
4335 on configure-intl and all-opcodes on all-intl.
4336 * Makefile.in: Regenerated.
4337
4338 2006-07-04 Peter O'Gorman <peter@pogma.com>
4339
4340 * ltconfig: chmod 644 before ranlib during install.
4341
4342 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4343
4344 * configure.in: Fix thinkos in previous check-in.
4345 * configure: Regenerate.
4346
4347 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4348
4349 Sync from gcc:
4350
4351 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4352
4353 PR other/27063
4354 * configure.in: Test subdir_requires and give an appropriate
4355 error message.
4356 * configure: Regenerate.
4357
4358 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4359
4360 PR target/27540
4361 * configure.in: Only enable libgomp on IRIX 6.
4362 * configure: Regenerate.
4363
4364 2006-06-20 David Ayers <d.ayers@inode.at>
4365
4366 PR bootstrap/28072
4367 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4368 whether target-libjava is being configured instead of whether the
4369 java front end is enabled.
4370 * configure: Regenerate.
4371
4372 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4373
4374 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4375 to R_ARM_LDC_SB_G{0,1,2} respectively.
4376
4377 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
4378
4379 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4380 too.
4381 * Makefile.in: Regenerate.
4382
4383 2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4384
4385 Sync from gcc:
4386
4387 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4388 * configure.in: Don't enable libgomp on hpux10.
4389 * configure: Rebuilt.
4390
4391 2006-06-13 David Ayers <d.ayers@inode.at>
4392
4393 Sync from gcc:
4394
4395 2006-06-12 David Ayers <d.ayers@inode.at>
4396
4397 PR bootstrap/27963
4398 PR target/19970
4399 * configure.in: Remove target-boehm-gc from noconfigdirs where
4400 ${libgcj} is specified.
4401 * configure: Regenerate.
4402
4403 2006-06-08 Jeff Johnston <jjohnstn@redhat.com>
4404
4405 Sync from gcc:
4406
4407 2005-01-12 David Edelsohn <edelsohn@gnu.org>
4408 Andreas Schwab <schwab@suse.de>
4409
4410 PR bootstrap/18033
4411 * config-ml.in: Eval option if surrounded by single quotes.
4412
4413 2006-06-07 Carlos O'Donell <carlos@codesourcery.com>
4414
4415 Sync from gcc:
4416
4417 2006-06-06 David Ayers <d.ayers@inode.at>
4418
4419 PR libobjc/13946
4420 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4421 * Makefile.in: Regenerate.
4422 * configure.in: Add --enable-objc-gc at toplevel and have it
4423 enable boehm-gc for Objective-C.
4424 Remove target-boehm-gc from libgcj.
4425 Add target-boehm-gc to target_libraries.
4426 Add target-boehm-gc to noconfigdirs where ${libgcj}
4427 is specified.
4428 Assert that boehm-gc is supported when requested for Objective-C.
4429 Only build boehm-gc if needed either for Java or Objective-C.
4430 * configure: Regenerate.
4431
4432 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
4433
4434 PR 27674
4435 * Makefile.tpl (configure-[+prefix+][+module+],
4436 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4437 Remove rule to unstage bootstrapped modules.
4438 (stage_current): New.
4439 * Makefile.in: Regenerate.
4440
4441 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4442 Andreas Tobler <a.tobler@schweiz.ch>
4443
4444 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4445 * configure: Rebuilt.
4446
4447 Revert
4448 2006-01-31 Richard Guenther <rguenther@suse.de>
4449 Paolo Bonzini <bonzini@gnu.org>
4450
4451 * Makefile.def (target_modules): Add libgcc-math target module.
4452 * configure.in (target_libraries): Add libgcc-math target library.
4453 (--enable-libgcc-math): New configure switch.
4454 * Makefile.in: Re-generate.
4455 * configure: Re-generate.
4456
4457 2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
4458
4459 * config-ml.in: Alter CCASFLAGS to include special
4460 multilib options the same as is done for CFLAGS.
4461
4462 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4463
4464 * Makefile.def: Added dependencies from sim and gdb on intl, and
4465 added configure dependencies to everything with an all dependency
4466 on intl.
4467 * gettext.m4: Removed.
4468 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
4469 (GDB_SUPPORT_DIRS): Add intl.
4470 * Makefile.in: Regenerated.
4471
4472 2006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
4473
4474 * src-release (DEVO_SUPPORT): Add config.rpath.
4475
4476 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
4477
4478 * Makefile.def (bfd, opcodes): Fix lib_path.
4479 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4480 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4481 * Makefile.in: Regenerate.
4482
4483 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4484
4485 * configure.in: Enable gprof for cross builds.
4486 * configure: Regenerate.
4487
4488 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4489
4490 * src-release (MAKEINFOFLAGS): Define.
4491 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
4492
4493 2006-05-14 Ben Elliston <bje@au.ibm.com>
4494
4495 * config.sub, config.guess: Update from upstream sources.
4496
4497 2006-05-12 Ben Elliston <bje@au.ibm.com>
4498
4499 * config.sub, config.guess: Update from upstream sources.
4500
4501 2006-05-04 Steve Ellcey <sje@cup.hp.com>
4502
4503 * blt, iwidgets, mmalloc: Remove directories.
4504
4505 2006-05-01 DJ Delorie <dj@redhat.com>
4506
4507 * configure.in: Restore CFLAGS if GMP isn't present.
4508 * configure: Regenerate.
4509
4510 2006-04-18 DJ Delorie <dj@redhat.com>
4511
4512 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4513 reference libgloss so that libssp can be built in a combined
4514 tree.
4515 * configure: Regenerate.
4516
4517 2006-04-10 Ben Elliston <bje@au.ibm.com>
4518
4519 * contrib: Remove directory.
4520
4521 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
4522
4523 * Makefile.tpl: Add install-html target.
4524 * Makefile.def: Add install-html target.
4525 * Makefile.in: Regenerate.
4526 * configure.in: Add --with-datarootdir, --with-docdir,
4527 and --with-htmldir options.
4528 * configure: Regenerate.
4529
4530 2006-03-31 Ben Elliston <bje@au.ibm.com>
4531
4532 PR binutils/1860
4533 * configure.in: Require makeinfo 4.4 or higher.
4534 * configure: Regenerate.
4535
4536 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
4537
4538 * Makefile.in: Regenerate.
4539
4540 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
4541
4542 Sync with gcc:
4543 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
4544
4545 * configure.in: Handle --disable-<component> generically.
4546 * configure: Regenerate.
4547
4548 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
4549
4550 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4551 (TARGET_CONFIGDIRS): Remove.
4552 * configure.in: Remove AC_SUBST(target_configdirs).
4553 * Makefile.in, configure: Regenerated.
4554
4555
4556 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4557
4558 PR libgcj/17311
4559 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4560
4561 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
4562
4563 PR bootstrap/25670
4564
4565 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4566
4567 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4568 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4569 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4570 BUILD_PREFIX, BUILD_PREFIX_1.
4571 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4572
4573 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4574 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4575
4576 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4577 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4578 of `cat stage_current`. Always provide the `r' and `s' variables.
4579 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4580 a single shell execution.
4581 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4582 bootstrapped modules, make the stage1 module if the build was not
4583 started yet, else build the current stage.
4584 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4585 (all-build, all-host, all-target, [+make_target+]-host,
4586 [+make_target+]-target): Do not use \-continued lines.
4587 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4588 (current_stage, restrap, stage_last): New.
4589
4590 * Makefile.in: Regenerate.
4591 * configure: Regenerate.
4592
4593 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4594
4595 Sync from gcc:
4596
4597 2006-01-31 Richard Guenther <rguenther@suse.de>
4598 Paolo Bonzini <bonzini@gnu.org>
4599
4600 * Makefile.def (target_modules): Add libgcc-math target module.
4601 * configure.in (target_libraries): Add libgcc-math target library.
4602 (--enable-libgcc-math): New configure switch.
4603 * Makefile.in: Re-generate.
4604 * configure: Re-generate.
4605 * libgcc-math: New toplevel directory.
4606
4607 2006-01-18 Richard Henderson <rth@redhat.com>
4608 Jakub Jelinek <jakub@redhat.com>
4609 Diego Novillo <dnovillo@redhat.com>
4610
4611 * libgomp: New directory.
4612 * Makefile.def: Add target_module libgomp.
4613 * Makefile.in: Regenerate.
4614 * configure.in (target_libraries): Add target-libgomp.
4615 * configure: Regenerate.
4616
4617 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4618 Andreas Schwab <schwab@suse.de>
4619
4620 * configure: Regenerate.
4621
4622 2006-01-16 Paolo Bonzini <bonzini@gnu.org>
4623
4624 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4625 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4626 the assembler, linker and binutils.
4627 * configure: Regenerate.
4628
4629 2006-01-16 Nick Clifton <nickc@redhat.com>
4630
4631 * config.sub, config.guess: Sync from config repository.
4632
4633 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
4634
4635 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4636 @ from continuation.
4637 * Makefile.in: Rebuilt.
4638
4639 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4640
4641 Sync from gcc:
4642
4643 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4644
4645 PR bootstrap/24252
4646
4647 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4648 * Makefile.tpl (OBJDUMP): New.
4649 (EXTRA_HOST_FLAGS): Add it.
4650 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4651
4652 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4653 to use symbolic links between directories. Avoid race conditions
4654 or make them harmless.
4655 * configure.in: Do not try to use symbolic links between directories.
4656
4657 * Makefile.def (LEAN): Pass.
4658 * Makefile.tpl (LEAN): Define.
4659 (stage[+id+]-start): Accept that the previous directory does not
4660 exist, if the bootstrap is lean.
4661 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4662 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4663 configure substitution.
4664 ([+compare-target+]): Likewise.
4665 ([+bootstrap-target+]-lean): New.
4666 * configure.in: Remove lean bootstrap support from here.
4667
4668 * Makefile.in: Regenerate.
4669 * configure: Regenerate.
4670
4671 2006-01-02 Andreas Schwab <schwab@suse.de>
4672
4673 * configure.in: When reconfiguring remove Makefile in
4674 all stage directories.
4675 * configure: Regenerate.
4676
4677 2005-12-27 Leif Ekblad <leif@rdos.net>
4678
4679 * configure.in: Add support for RDOS target.
4680 * configure: Regenerate.
4681
4682 2005-12-27 Nick Clifton <nickc@redhat.com>
4683
4684 PR binutils/1990
4685 * libtool.m4: Synchronize with version in GCC sources.
4686
4687 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
4688
4689 Revert Ada-related part of the previous change.
4690
4691 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4692 Do not pass.
4693 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4694 * Makefile.in: Regenerate.
4695 * configure.in: Do not include mt-ppc-aix target fragment.
4696 * configure: Regenerate.
4697
4698 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
4699
4700 * configure.in: Select appropriate fragments for PowerPC/AIX.
4701 * configure: Regenerate.
4702
4703 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4704 BOOT_CFLAGS, BOOT_LDFLAGS.
4705 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4706 BOOT_CFLAGS, BOOT_LDFLAGS.
4707 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4708 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4709 (stage): Fail if we cannot complete the work.
4710 * Makefile.in: Regenerate.
4711
4712 2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
4713
4714 * COPYING.NEWLIB: Update copyright year for default
4715 copyright.
4716
4717 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
4718
4719 * Makefile.tpl (all, do-[+make_target+], do-check, install,
4720 install-host-nogcc): Don't invoke $(stage) at the end.
4721 * Makefile.in: Regenerate.
4722
4723 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
4724
4725 * configure.in: Flip the top-level bootstrap switch.
4726 * configure: Regenerate.
4727
4728 Merge from gcc:
4729
4730 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
4731
4732 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4733 $(stage) and $(unstage).
4734 (EXTRA_TARGET_FLAGS): Correct double-quoting.
4735 (all): Remove stray semicolon.
4736 (local-distclean): Don't handle multilib.tmp and multilib.out.
4737 (install.all): Set $s for consistency.
4738 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4739 check_multilibs setting. Always make the install directory.
4740 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4741 Correct @if/@endif.
4742 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4743 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4744 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4745 (multilib.out): Remove.
4746 * Makefile.in: Regenerated.
4747
4748 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4749
4750 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4751 * configure.in: Replace ms1 arch with mt.
4752 * configure: Rebuilt.
4753
4754 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4755
4756 Sync with gcc:
4757
4758 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4759
4760 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4761 * configure.in: Replace ms1 arch with mt.
4762 * configure: Rebuilt.
4763
4764 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4765
4766 Sync with gcc:
4767
4768 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4769
4770 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4771 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4772 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
4773 Find in-tree tools if available.
4774 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4775 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4776 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4777 (COMPILER_*_FOR_TARGET): New.
4778 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4779 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4780 (CONFIGURED_*, USUAL_*): Remove.
4781 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4782 STRIP): Use autoconf substitutions.
4783 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4784 COMPILER_NM_FOR_TARGET): New.
4785 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4786
4787 (all): Make all-host and all-target in parallel.
4788 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4789 that $$r and $$s are set before invoking a recursive make.
4790 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4791 ([+bootstrap-target+]): Inline most of the `all' target.
4792
4793 2005-11-29 Ben Elliston <bje@au.ibm.com>
4794
4795 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4796 from the gcc build directory.
4797 * Makefile.in: Regenerate.
4798
4799 2005-11-29 Ben Elliston <bje@au.ibm.com>
4800
4801 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
4802 depend on all-libdecnumber.
4803 * configure.in (host_libs): Include libdecnumber.
4804 * Makefile.in: Regenerate.
4805 * configure: Likewise.
4806
4807 2005-11-21 Kean Johnston <jkj@sco.com>
4808
4809 * config.sub, config.guess: Sync from upstream sources.
4810
4811 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
4812
4813 * Makefile.def: Remove gdb dependencies for gdbtk.
4814 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4815 (configure-gdb, install-gdb): New rules.
4816 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4817 * Makefile.in, configure: Regenerated.
4818
4819 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
4820
4821 PR bootstrap/24297
4822 * Makefile.tpl (do-[+make-target+], do-check, install,
4823 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4824 are set before recursing.
4825 * Makefile.in: Regenerate.
4826
4827 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
4828
4829 PR bootstrap/18939
4830 * Makefile.def (gcc) <target>: Fix thinko.
4831 * Makefile.in: Regenerate.
4832
4833 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
4834
4835 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4836 * configure: Regenerate.
4837
4838 2005-10-09 Kazu Hirata <kazu@codesourcery.com>
4839
4840 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4841 target-libffi, target-qthreads, target-libjava, and
4842 targetlibobjc.
4843 * configure: Regenerate.
4844
4845 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
4846
4847 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4848 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4849 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4850 (USUAL_OBJDUMP_FOR_TARGET): New.
4851 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4852 * configure.in: Check for $OBJDUMP_FOR_TARGET.
4853 * configure, Makefile.in: Regenerated.
4854
4855 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
4856
4857 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4858 before other host packages.
4859
4860 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
4861
4862 PR bootstrap/22340
4863
4864 * configure.in (default_target): Remove.
4865 * Makefile.tpl (all): Do not use prerequisites as subroutines
4866 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4867 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4868 use prerequisites as subroutines.
4869 (check-host, check-target): New.
4870 (bootstrap configure & all targets): Do not use stage*-start
4871 if the directory layout is already ok.
4872 (non-bootstrap configure & all targets): Prepend a $(unstage).
4873 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
4874 (NOTPARALLEL): Remove.
4875 (unstage, stage variables): New variables.
4876 (unstage, stage targets): Simply expand to those variables.
4877
4878 * configure: Regenerate.
4879 * Makefile.in: Regenerate.
4880
4881 2005-10-04 James E Wilson <wilson@specifix.com>
4882
4883 * Makefile.def (lang_env_dependencies): Add libmudflap.
4884 * Makefile.in: Regenerate.
4885
4886 2005-10-03 Catherine Moore <clm@cm00re.com>
4887
4888 * configure.in (bfin-*-*): Support bfin.
4889 * configure: Regenerated.
4890
4891 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
4892
4893 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4894 * configure: Regenerated.
4895
4896 2005-09-28 Geoffrey Keating <geoffk@apple.com>
4897
4898 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4899 (LIPO_FOR_TARGET): New.
4900 (CONFIGURED_LIPO_FOR_TARGET): New.
4901 (USUAL_LIPO_FOR_TARGET): New.
4902 (STRIP_FOR_TARGET): New.
4903 (CONFIGURED_STRIP_FOR_TARGET): New.
4904 (USUAL_STRIP_FOR_TARGET): New.
4905 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4906 STRIP_FOR_TARGET.
4907 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4908 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4909 * Makefile.in: Regenerate.
4910 * configure: Regenerate.
4911
4912 2005-09-19 David Edelsohn <edelsohn@gnu.org>
4913
4914 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4915 (rs6000-*-aix*): Same.
4916 * configure: Regenerate.
4917
4918 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
4919
4920 * configure.in: Recognize f95 in the --enable-languages option,
4921 and substitute it for fortran, issuing a warning.
4922 * configure: Regenerate.
4923
4924 2005-09-07 Ben Elliston <bje@au.ibm.com>
4925
4926 Import from Autoconf sources:
4927
4928 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
4929 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
4930 Elliston. Handle weird characters correctly.
4931
4932 2005-08-30 Phil Edwards <phil@codesourcery.com>
4933
4934 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
4935 * configure: Regenerated.
4936
4937 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
4938
4939 * Makefile.def (libssp): Add to lang_env_dependencies.
4940 * Makefile.in: Regenerate.
4941
4942 2005-08-17 Christian Groessler <chris@groessler.org>
4943
4944 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4945 * Makefile.in: Regenerate.
4946
4947 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
4948
4949 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4950 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4951 Look for alternate names of the target cc and c++
4952 * configure: Regenerate.
4953
4954 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
4955
4956 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4957 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4958 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4959 tools; remove code to manually set them.
4960 (Target tools): Look in the environment for them.
4961 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4962 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4963 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4964 build directory.
4965 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4966 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4967 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4968 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4969 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4970 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4971 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4972 * configure: Regenerate.
4973 * Makefile.in: Regenerate.
4974
4975 2005-07-27 Mark Mitchell <mark@codesourcery.com>
4976
4977 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4978 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4979 * Makefile.in: Regenerated.
4980
4981 2005-07-26 Mark Mitchell <mark@codesourcery.com>
4982
4983 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4984 (CFLAGS_FOR_TARGET): Use it.
4985 (CXXFLAGS_FOR_TARGET): Likewise.
4986 * Makefile.in: Regenerated.
4987 * configure.in (--with-build-sysroot): New option.
4988 * configure: Regenerated.
4989
4990 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
4991
4992 * Makefile.tpl: Wrap install between unstage and stage
4993 * Makefile.in: Regenerate.
4994
4995 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
4996
4997 * all files: Update FSF address.
4998
4999 2005-07-14 Jim Blandy <jimb@redhat.com>
5000
5001 * configure.in: Add cases for Renesas m32c.
5002 * configure: Regenerated.
5003
5004 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5005
5006 * COPYING, compile, config-ml.in, config.guess,
5007 config.sub, install-sh, missing, mkinstalldirs,
5008 symlink-tree, ylwrap: Sync from upstream sources.
5009
5010 2005-07-13 Eric Christopher <echristo@redhat.com>
5011
5012 * configure.in: Add toplevel noconfigdir support for tpf.
5013 * configure: Regenerate.
5014
5015 2005-07-11 Jakub Jelinek <jakub@redhat.com>
5016
5017 * Makefile.def (target_modules): Add libssp.
5018 * configure.in (target_libraries): Add target-libssp.
5019 * configure: Rebuilt.
5020 * Makefile.in: Rebuilt.
5021
5022 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
5023
5024 PR ada/22340
5025
5026 * Makefile.def: Sync with gcc.
5027 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5028 * Makefile.in: Regenerate.
5029
5030 2005-07-07 Andreas Schwab <schwab@suse.de>
5031
5032 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5033 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5034 * Makefile.in: Regenerated.
5035
5036 2005-07-07 Kazu Hirata <kazu@codesourcery.com>
5037
5038 * configure.in: Add --enable-libssp and --disable-libssp.
5039 * configure: Regenerate with autoconf-2.13.
5040
5041 2005-07-06 Geoffrey Keating <geoffk@apple.com>
5042
5043 * configure.in: Don't build sim or rda when targetting darwin.
5044 * configure: Regenerate.
5045
5046 2005-07-04 Ben Elliston <bje@gnu.org>
5047
5048 * src-release (do-proto-toplev): Remove dejagnu bits.
5049 (DEJAGNU_SUPPORT_DIRS): Remove.
5050 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5051 (GDBD_SUPPORT_DIRS): Likewise.
5052 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5053 (INSIGHTD_SUPPORT_DIRS): Likewise.
5054 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5055
5056 2005-06-30 Ben Elliston <bje@gnu.org>
5057
5058 * setup.com (mpw): Remove unused directive.
5059
5060 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
5061
5062 * Makefile.def (stagefeedback): Come after profile.
5063 Define profiledbootstrap target.
5064 * Makefile.tpl (profiledbootstrap): Remove.
5065 (stageprofile-end): Zap stagefeedback.
5066 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5067 * Makefile.in: Regenerate.
5068
5069 2005-06-13 Zack Weinberg <zack@codesourcery.com>
5070
5071 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5072 In 'cpp' stanza, support '#line' as well as '# '.
5073
5074 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
5075
5076 * configure.in (unsupported_languages): New macro.
5077 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5078 non-ported target libraries in noconfigdirs.
5079 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5080 non-linux-gnu. Remove libgcj_ex_libffi.
5081 <lang_frag loop>: Set add_this_lang=no if the language is in
5082 unsupported_languages.
5083 * configure: Regenerate.
5084
5085 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5086
5087 * configure.in: Fix typo in handling of --with-mpfr-dir.
5088 * configure: Regenerate.
5089
5090 2005-06-02 Jim Blandy <jimb@redhat.com>
5091
5092 * config.sub: Add cases for the Renesas m32c. (This patch has been
5093 accepted into the master sources.)
5094
5095 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
5096 Michael Snyder <msnyder@redhat.com>
5097 Stan Cox <scox@redhat.com>
5098
5099 * configure.in: Set noconfigdirs for ms1.
5100
5101 * configure: Regenerate.
5102
5103 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
5104
5105 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5106 (Dependencies): Consider target modules for bootstrap dependencies.
5107 Make target bootstrap modules depend on each stage's gcc.
5108 * Makefile.in: Regenerate.
5109
5110 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
5111
5112 * Makefile.def (configure-gcc): Depend on binutils having been built.
5113 (all-gcc): No need to do it here.
5114 * Makefile.in: Regenerate.
5115
5116 2005-05-19 Paul Brook <paul@codesourcery.com>
5117
5118 * configure.in: Rewrite misleading error message when requested
5119 language cannot be built.
5120 * configure: Regenerate.
5121
5122 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5123
5124 * ylwrap: Import from Automake 1.9.5.
5125
5126 2005-05-04 Mike Stump <mrs@apple.com>
5127
5128 * configure.in: Always pass --target to target configures as
5129 otherwise rebuilds that do --recheck will fail.
5130 * configure: Rebuilt.
5131
5132 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
5133
5134 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5135 STAGE_HOST_EXPORTS.
5136 (configure, all): Add bootstrap support.
5137 (Host modules, target modules): Pass post-stage1 flags and exports.
5138 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5139 * Makefile.in: Regenerate.
5140
5141 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
5142
5143 Sync from gcc:
5144
5145 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5146
5147 * config.sub: Update from master copy.
5148
5149 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5150
5151 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5152 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5153 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5154 "*-*-elf" and "*-*-linux*".
5155 * configure: Regenerate.
5156
5157 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
5158
5159 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5160 (TARGET_CONFIGARGS): Include --with-target-subdir.
5161 (configure, all): New macros. Use them throughout.
5162
5163 2005-04-05 Paolo Bonzini <bonzini@gnu.org>
5164
5165 * Makefile.tpl: Sync with gcc.
5166 * Makefile.in: Regenerate.
5167
5168 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5169
5170 * config/mh-mingw32: Delete.
5171 * configure.in: Don't use it.
5172 * configure: Regenerate.
5173
5174 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
5175
5176 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5177 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5178 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5179 (HOST_LIB_PATH): Generate from Makefile.def.
5180 (TARGET_LIB_PATH): Likewise.
5181 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5182 * Makefile.in: Regenerate.
5183 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5184 (RPATH_ENVVAR): Include Darwin case.
5185 * configure: Regenerate.
5186
5187 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
5188
5189 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5190 * configure: Regenerate.
5191
5192 2005-03-21 Zack Weinberg <zack@codesourcery.com>
5193
5194 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5195 gcc_version, and gcc_version_trigger from set of flags to pass.
5196 * Makefile.tpl: Remove definitions of above variables.
5197 (config.status): Remove dependency on $(gcc_version_trigger).
5198 * Makefile.in: Regenerate.
5199 * configure.in: Do not reference config/gcc-version.m4 nor
5200 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5201 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5202 * configure: Regenerate.
5203
5204 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5205 Andrew Pinski <pinskia@physics.uc.edu>
5206
5207 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5208 * Makefile.in: Regenerate.
5209
5210 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
5211
5212 PR libgcj/20160
5213 * ltmain.sh: Avoid creating archives with components that have
5214 duplicate basenames.
5215
5216 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5217
5218 PR bootstrap/20250
5219 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5220 instead of check.
5221 * Makefile.in: Regenerate.
5222
5223 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5224
5225 Sync from gcc.
5226
5227 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5228
5229 PR bootstrap/17383
5230 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5231 * Makefile.tpl (HOST_SUBDIR): New substitution.
5232 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5233 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5234 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5235 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5236 (Host modules, Bootstrapped modules): Use it.
5237 (Build modules, Target modules): Do not create symlink trees,
5238 always configure out-of-srcdir.
5239 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5240 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5241 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5242 $(HOST_SUBDIR). Create a symlink for host_subdir.
5243
5244 * Makefile.in: Regenerate.
5245 * configure: Regenerate.
5246
5247 Merged from libada-gnattools-branch:
5248 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5249
5250 * Makefile.def: Add gnattools as a module, depending on target-libada.
5251 * Makefile.in: Regenerate.
5252 * configure.in: Include gnattools in host_tools; disable it if ada
5253 is disabled.
5254 * configure: Regenerate.
5255
5256 2005-02-23 Nick Clifton <nickc@redhat.com>
5257
5258 * configure: Regenerate.
5259
5260 2005-02-22 Paul Schlie <schlie@comcast.net>
5261
5262 * configure.in: Allow darwin targeted ports to build tk, itcl and
5263 libgui.
5264
5265 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5266
5267 PR libgcj/10353
5268 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5269 * configure: Regenerate.
5270
5271 2005-02-08 Andrew Cagney <cagney@gnu.org>
5272
5273 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5274 gdb/ section. Update GDB's URL.
5275
5276 2005-01-31 Andrew Cagney <cagney@gnu.org>
5277
5278 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5279
5280 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
5281
5282 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5283 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5284 target-libgloss when not *-*-elf and *-*-aout.
5285 * configure: Regenerate.
5286
5287 2005-01-27 Andrew Cagney <cagney@gnu.org>
5288
5289 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5290
5291 2005-01-24 Andrew Cagney <cagney@gnu.org>
5292
5293 * gettext.m4: Only fall back to ../intl/ when it's present.
5294
5295 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5296
5297 * install-sh, config.sub: Import from upstream.
5298
5299 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5300
5301 PR bootstrap/18222
5302 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5303 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5304 * Makefile.in: Regenerate.
5305
5306 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
5307
5308 Revert 2004-12-28 Makefile changes, a better fix will be
5309 applied to mainline and src after GCC 4.0 branches.
5310
5311 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
5312
5313 PR bootstrap/17383
5314
5315 * Makefile.def (target_modules): Remove stage parameter,
5316 it is always true now.
5317 * Makefile.tpl (configure-build-[+module+],
5318 configure-target-[+module+]): Always build symlink tree
5319 for the directory and for include. BUILD_SUBDIR and
5320 TARGET_SUBDIR cannot be . anymore.
5321 * Makefile.in: Regenerate.
5322
5323 2004-12-25 David Edelsohn <edelsohn@gnu.org>
5324
5325 Revert 2004-12-08 Makefile changes.
5326
5327 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5328
5329 * configure.in (sh64-*-*): Reenable gprof.
5330 * configure: Regenerate.
5331
5332 2004-12-09 Jim Blandy <jimb@redhat.com>
5333
5334 * MAINTAINERS: List 'depcomp' as part of automake.
5335
5336 2004-12-08 David Edelsohn <edelsohn@gnu.org>
5337
5338 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5339 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5340 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5341 * Makefile.in: Regenerate.
5342
5343 2004-12-07 Matt Kraai <kraai@ftbfs.org>
5344
5345 * Makefile.tpl: Generate normal dependencies if the LHS module is
5346 not bootstrapped.
5347 * Makefile.in: Regenerate.
5348
5349 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5350
5351 * configure.in: Include config/gxx-include-dir.m4. Use
5352 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5353 * configure: Regenerate.
5354
5355 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5356
5357 * config.if: Delete.
5358 * configure.in: Set libstdcxx_incdir directly.
5359 * configure: Regenerate.
5360 * MAINTAINERS: Remove mention of config.if.
5361 * src-release (DEVO_SUPPORT): Remove config.if.
5362
5363 2004-12-02 Eric Christopher <echristo@redhat.com>
5364
5365 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5366 of things to remove.
5367 * Makefile.in: Regenerate.
5368
5369 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5370
5371 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5372 * configure: Regenerate.
5373
5374 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5375
5376 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5377 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5378 * configure: Regenerate.
5379
5380 2004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5381
5382 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5383 (hppa*64*-*-*): Delete incorrect comment.
5384 * configure: Rebuilt.
5385
5386 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5387
5388 * install-sh, compile: Import from automake.
5389
5390 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5391
5392 * config.guess, config.sub: Import from savannnah.
5393
5394 2004-11-12 Mike Stump <mrs@apple.com>
5395
5396 * Makefile.def: Add html support.
5397 * Makefile.tpl: Likewise.
5398 * Makefile.in: Regenerate.
5399
5400 2004-11-11 Geoffrey Keating <geoffk@apple.com>
5401
5402 PR 18423
5403 * configure.in: Remove all instances of build-fixincludes from
5404 noconfigdirs.
5405 (build_configargs): Supply --target to subdirectories.
5406 * configure: Regenerate.
5407
5408 * Makefile.def: Make gcc install depend on fixincludes install.
5409 * Makefile.in: Regenerate.
5410
5411 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5412
5413 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5414 target-libgfortran.
5415 * configure: Regenerate.
5416
5417 2004-11-07 David Edelsohn <edelsohn@gnu.org>
5418
5419 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5420 like CC.
5421
5422 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
5423
5424 * Makefile.def (host fixincludes): Specify missing targets.
5425 * Makefile.in: Regenerate.
5426
5427 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5428
5429 PR other/17783
5430 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5431 * configure: Regenerated.
5432
5433 2004-11-04 Daniel Jacobowitz <dan@debian.org>
5434
5435 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5436 * configure: Regenerated.
5437
5438 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
5439
5440 PR target/18151
5441 * configure.in (case ${target}): Do not build fixincludes for avr.
5442 * configure: Regenerated.
5443
5444 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
5445
5446 * configure.in (case ${target}): Do not build fixincludes
5447 on platforms where it is not used.
5448 * configure: Regenerated.
5449
5450 2004-10-23 Daniel Jacobowitz <dan@debian.org>
5451
5452 * configure.in: Use an absolute path to install-sh.
5453 * configure: Regenerated.
5454
5455 2004-10-19 Andrew Cagney <cagney@gnu.org>
5456
5457 * src-release (do-djunpack, do-md5sum): Install the generated file
5458 directly into the proto-toplev/ directory.
5459
5460 2004-10-19 Andrew Cagney <cagney@gnu.org>
5461
5462 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
5463
5464 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
5465
5466 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5467 * configure: Regenerate.
5468
5469 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
5470
5471 Fix wrong conflict resolution in:
5472
5473 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
5474
5475 * Makefile.in: Regenerate.
5476 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5477 in the recursive `make', instead of hardwiring `all'.
5478 (Autogenerated TARGET-* variables): New.
5479
5480 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5481
5482 Merged from GCC / libtool upstream:
5483 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
5484 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5485 * ltcf-cxx.sh (tpf*): Likewise.
5486 * ltconfig (tpf*): Add TPF OS configuration support.
5487
5488 2004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
5489
5490 * configure.in: Enable target-libgloss for crx-*-*.
5491 * configure: Regenerate.
5492
5493 2004-09-24 Michael Roth <mroth@nessie.de>
5494
5495 * configure.in (--without-headers): Add missing double quotes.
5496 * configure: Regenerate.
5497
5498 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
5499
5500 * ylwrap: Revert to previous version.
5501
5502 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
5503
5504 PR bootstrap/17369
5505 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5506 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5507 SET_GCC_LIB_PATH_CMD.
5508 (BASE_TARGET_EXPORTS): Likewise.
5509 * Makefile.in: Regenerated.
5510
5511 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5512 * configure: Regenerated.
5513
5514 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
5515
5516 * config.guess: New upstream version
5517 * compile, depcomp, install-sh, ylwrap: Likewise.
5518
5519 2004-09-19 Roger Sayle <roger@eyesopen.com>
5520
5521 * config/mh-x86omitfp: New host makefile fragment. Add
5522 -fomit-frame-pointer to the default BOOT_CFLAGS.
5523 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5524 * configure: Regenerate.
5525
5526 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
5527
5528 PR target/11572
5529 * configure.in (*-*-darwin*): Renable libobjc.
5530 * configure: Regenerate.
5531
5532 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
5533
5534 * Makefile.def: Remove libbanshee.
5535 * Makefile.tpl: Ditto.
5536 * configure.in: Ditto.
5537 * Makefile.in: Regen.
5538 * configure: Ditto.
5539
5540 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
5541
5542 * missing: Import latest version from master repository.
5543
5544 2004-09-04 Nick Clifton <nickc@redhat.com>
5545
5546 * config.sub: Import latest version from master repository.
5547 * config.guess: Likewise.
5548 This includes these changes:
5549
5550 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
5551
5552 * config.sub: Handle crisv32, alias etraxfs.
5553 * config.guess (crisv32:Linux:*:*): Handle.
5554
5555 2004-08-13 Brad Smith <brad@comstyle.com>
5556
5557 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5558 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5559
5560 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
5561
5562 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5563 assume the processor is a powerpc. This is because coreutils
5564 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5565 in this case, due to a MacOS X bug that causes
5566 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5567 to return a negative number.
5568 Problem reported by Petter Reinholdtsen in:
5569 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5570
5571 2004-07-19 Ben Elliston <bje@gnu.org>
5572
5573 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5574
5575 2004-06-24 Ben Elliston <bje@gnu.org>
5576
5577 * config.guess: Update copyright years.
5578 * config.sub: Likewise.
5579
5580 2004-06-22 Robert Millan <robertmh@gnu.org>
5581
5582 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5583 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5584
5585 2004-06-22 Stanley F. Quayle <stan@stanq.com>
5586
5587 * config.guess (*:*VMS:*:*): New entry. Replaces
5588 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5589 manufacturer.
5590
5591 2004-06-22 Ben Elliston <bje@gnu.org>
5592
5593 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5594 * config.sub: Likewise.
5595
5596 2004-06-22 Ben Elliston <bje@gnu.org>
5597
5598 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5599 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5600
5601 2004-06-11 Ben Elliston <bje@gnu.org>
5602
5603 * config.guess (pegasos:OpenBSD:*:*): Remove.
5604
5605 2004-06-11 Ben Elliston <bje@gnu.org>
5606
5607 From Wouter Verhelst <wouter@grep.be>:
5608 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5609
5610 2004-06-11 Ben Elliston <bje@gnu.org>
5611
5612 * config.guess (luna88k:OpenBSD:*:*): New.
5613
5614 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5615
5616 * config.guess (m32r*:Linux:*:*): New case.
5617 * config.sub: Handle m32rle.
5618
5619 2004-03-12 Ben Elliston <bje@wasabisystems.com>
5620
5621 From Jens Petersen <petersen@redhat.com>:
5622 * config.sub: Handle sparcv8.
5623
5624 2004-03-03 Ben Elliston <bje@wasabisystems.com>
5625
5626 From Tom Smith <smith@cag.lkg.hp.com>:
5627 * config.guess: Version suffixes are equally significant on Tru64
5628 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
5629 prefix of "P" (patched kernel).
5630
5631 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
5632
5633 * config.sub: Add support for National Semiconductor CRX target.
5634
5635 2004-09-03 Jan Beulich <jbeulich@novell.com>
5636
5637 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5638 *-*-netware, but add target-libmudflap.
5639 Consolidate *-*-netware targets (of which really only i?86 exists)
5640 into a single entry.
5641 * configure: Likewise.
5642
5643 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
5644
5645 * Makefile.tpl (sorry): Remove.
5646 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5647 (cleanstrap targets): Depend on distclean, not distclean-stage1.
5648 (do-clean): Clean per-stage directories too.
5649 (do-distclean): Run distclean-stage1 too.
5650 (.NOTPARALLEL): Enable during toplevel bootstrap.
5651 (stage[+id+]-bubble): Enable parallel execution during
5652 the recursive invocation.
5653 * Makefile.in: Regenerate.
5654
5655 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
5656
5657 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
5658
5659 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5660 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5661 * configure: regenerate
5662 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5663 -mdynamic-no-pic
5664
5665 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
5666
5667 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5668 include.
5669 * configure.in: Fix indentation.
5670 * configure: Regenerate.
5671
5672 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
5673
5674 * Makefile.def (build_modules): Add fixincludes.
5675 (dependencies): Make gcc depend on fixincludes.
5676 * configure.in (build_tools): Add fixincludes.
5677 (build_configdirs): Always include build_libs.
5678 * Makefile.in: Regenerate.
5679 * configure: Regenerate.
5680
5681 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
5682
5683 * Makefile.def (bootstrap stages): Add 'lean' parameter.
5684 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5685 phony targets; do not generate timestamp files.
5686 (distclean-stageN): Remove references to their timestamp files.
5687 (restageN, touch-stageN): Remove.
5688 (stageN-bubble): Rewritten.
5689 (compare): Support lean bootstraps.
5690 * Makefile.in: Regenerate.
5691
5692 * configure.in: Only warn when bootstrapping but
5693 build != host or build != target. Support lean bootstraps.
5694 * configure: Regenerate.
5695
5696 Sync from gcc:
5697 2004-08-26 Phil Edwards <phil@codesourcery.com>
5698
5699 * configure.in: Give a better error message if GMP/MPFR are missing
5700 and a language needing them has been requested.
5701 * configure: Regenerated.
5702
5703 2004-08-25 Phil Edwards <phil@codesourcery.com>
5704
5705 * configure.in: Print a list of available language front-ends if
5706 a requested one is missing. Tidy stray tab characters.
5707 * configure: Regenerated.
5708
5709 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
5710
5711 * Makefile.in: Regenerate.
5712 * configure: Regenerate.
5713
5714 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5715 stage_*_flags.
5716 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5717 for bootstrapped modules if toplevel bootstrap is going.
5718 (GCC bootstrap): Generate per-stage targets for all bootstrapped
5719 modules. Adjust for changes in Makefile.def. Enable several
5720 rules even in non-bootstrap mode, just to avoid peppering the
5721 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5722 (stage-[+prev+]-bubble): Remove.
5723
5724 * Makefile.def (Dependencies): Depend on all-build-bison,
5725 all-build-flex, all-build-byacc, all-build-texinfo, rather
5726 than the host variations.
5727 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
5728 with BUILD_SUBDIR.
5729 (BISON): Update for recent Bisons.
5730 (YACC): Fix typo.
5731 (cross): Depend on all-build.
5732 (all): Do not depend on all-build.
5733 (prebootstrap): Remove.
5734 (dep-kind): Accept separate prefixes for MODULE and ON variables.
5735 (Prebootstrap dependencies): Add them to the per-stage targets
5736 and to all-prebootstrap.
5737 * configure.in (build_configdirs): Always enable build_tools.
5738 (BUILD_DIR_PREFIX): Remove.
5739
5740 * Makefile.def (gcc): Add target variable.
5741 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5742 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5743 in the recursive `make', instead of hardwiring `all'.
5744 (Autogenerated TARGET-* variables): New.
5745
5746 2004-08-17 Robert Millan <robertmh@gnu.org>
5747
5748 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5749 (instead of FreeBSD).
5750 * configure: Regenerate.
5751
5752 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
5753
5754 * Makefile.def, configure.in, src-release: Remove useless, bogus
5755 references to tix.
5756 * Makefile.in, configure: Regenerate.
5757
5758 * src-release: Stop distributing mmalloc with gdb (which doesn't
5759 use it).
5760 * Makefile.def: GDB doesn't depend on mmalloc anymore.
5761 * Makefile.in: Regenerate.
5762
5763 2004-08-09 Mark Mitchell <mark@codesourcery.com>
5764
5765 * configure.in (arm*-*-eabi*): New target.
5766 * configure: Regenerate.
5767
5768 2004-08-01 Robert Millan <robertmh@gnu.org>
5769
5770 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5771 libmudflap for all GNU-based systems (with Glibc).
5772 * configure: Regenerate.
5773
5774 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
5775
5776 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5777 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5778 (Dependencies): New section.
5779 * Makefile.tpl (Dependencies): Generate from Makefile.def.
5780 (configure-target-[+module+]): Depend on maybe-all-gcc
5781 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
5782 (toplevel profiledbootstrap): Fix dependencies.
5783 * Makefile.in: Regenerate.
5784
5785 2004-08-03 Mark Mitchell <mark@codesourcery.com>
5786
5787 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5788 target-libiberty to noconfigdirs.
5789
5790 2004-08-03 Paul Brook <paul@codesourcery.com>
5791
5792 * configure.in: Check for MPFR as well as GMP.
5793 * configure: Regenerate.
5794
5795 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
5796
5797 * Makefile.def (host-modules): Add gcc.
5798 * Makefile.in: Regenerate.
5799 * Makefile.tpl (sorry): New rule.
5800 (configure-host, all-host, [+make_target+]-host, do-check,
5801 install-host): Do not add gcc as a special case.
5802 (host modules): Add a small special-casing for gcc. Export
5803 extra_make_flags through the environment.
5804 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5805 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5806 other recursive targets for gcc): Remove.
5807
5808 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5809 (stage, unstage): New rules.
5810 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5811 distclean-stage[+id+]): Use stage_current.
5812 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5813 the stage*-start rules.
5814
5815 2004-07-19 Robert Millan <robertmh@gnu.org>
5816
5817 Synced from gcc:
5818
5819 2004-04-26 Robert Millan <robertmh@gnu.org>
5820
5821 Add patches from libtool CVS.
5822 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5823 * ltconfig: Likewise.
5824 * ltcf-c.sh: Likewise.
5825 * ltcf-cxx.sh: Likewise.
5826 * ltcf-gcj.sh: Likewise.
5827
5828 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
5829
5830 * configure.in: Add noconfigdirs for crx-*-*.
5831 * configure: Regenerate.
5832
5833 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
5834
5835 Synced from gcc:
5836
5837 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
5838
5839 * configure.in: Build libmudflap by default on FreeBSD.
5840 * configure: Regenerated.
5841
5842 2004-07-09 Mark Mitchell <mark@codesourcery.com>
5843
5844 * configure.in: Do not build libmudflap by default on non-GNU/Linux
5845 systems.
5846 * configure: Regenerated.
5847
5848 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5849
5850 PR target/16344
5851 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5852 feedback based compiler.
5853 * Makefile.in: Rebuilt.
5854
5855 2004-07-05 Phil Edwards <phil@codesourcery.com>
5856
5857 * configure.in: Do not prepend $srcdir to /dev/null in
5858 makefile fragments.
5859 * configure: Regenerate.
5860
5861 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
5862
5863 * Makefile.def (host_modules): Set bootstrap=true for flex.
5864 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5865 * Makefile.in: Rebuilt.
5866
5867 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
5868
5869 * Makefile.def (build_modules): Add bison, byacc, flex,
5870 m4, texinfo.
5871 (flags_to_pass): Add FLEX.
5872 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5873 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5874 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5875 DEFAULT_MAKEINFO): Remove.
5876 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5877 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5878 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5879 objdir or else use configured tool.
5880 (all-build): New.
5881 (all): Depend on it.
5882 (Build module dependencies): Add.
5883 * Makefile.in: Regenerate.
5884 * configure.in: Better support for multiple build modules,
5885 matching what is done for host/target modules. Do not look
5886 for "plausible" locations of build tools if Canadian cross.
5887 Use autoconf's AC_PROG_CC to find a C compiler. Define
5888 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
5889 * configure: Regenerate.
5890
5891 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
5892
5893 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5894 * Makefile.in: Regenerate.
5895
5896 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
5897
5898 * Makefile.tpl (configure-build-[+module+],
5899 configure-[+module+], configure-target-[+module+]): Pass
5900 [+extra_configure_args+].
5901 (all-build-[+module+], all-[+module+], check-[+module+],
5902 install-[+module+], [+make_target+]-[+module+],
5903 all-target-[+module+], check-target-[+module+],
5904 install-target-[+module+], [+make_target+]-target-[+module+]):
5905 Pass [+extra_make_args+].
5906 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5907 (GCC_HOST_EXPORTS): Remove.
5908 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5909 cross, check-gcc, check-gcc-c++, install-gcc,
5910 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5911 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5912 * Makefile.in: Regenerate.
5913
5914 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
5915
5916 * configure.in: Check for srcdir/winsup rather than build directory
5917 winsup.
5918 * configure: Regenerate.
5919
5920 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
5921
5922 * configure.in: Don't build Cygwin native newlib if winsup
5923 directory is missing. Emit warning instead.
5924 * configure: Regenerate.
5925
5926 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
5927
5928 * Makefile.tpl (touch-stage[+id+]): New.
5929 (restage[+prev+]): Depend on touch-stage[+id+].
5930
5931 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5932 Use it throughout.
5933
5934 * Makefile.def: Add profile and feedback bootstrap stages.
5935 Remove next field from bootstrap stages.
5936 * Makefile.tpl (LN, LN_S): Substitute.
5937 (stageN-start, stageN-end): Use double-colon rules, to
5938 provide a hook for additional setup commands.
5939 (distclean-stageN-gcc, restageN): Create dependencies from
5940 [+prev+], not from [+next+].
5941 (stageN-bubble): Add commands for successive stages from
5942 [+prev+], using double-colon rules.
5943 (all-stageN-gcc): Fix typo.
5944 (stagefeedback-start, profiledbootstrap): New.
5945 * Makefile.in: Regenerate.
5946 * configure.in: Call ACX_PROG_LN.
5947 * configure: Regenerate.
5948
5949 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
5950
5951 * configure.in: Fix --enable-bootstrap breakage introduced in trees
5952 without gcc.
5953 * configure: Regenerate.
5954
5955 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5956
5957 * Makefile.tpl: Fix typo.
5958 * Makefile.in: Regenerate.
5959
5960 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5961
5962 * configure.in: Remove new- prefix from toplevel
5963 bootstrap targets.
5964 * configure: Regenerate.
5965
5966 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5967
5968 Merge this patch from the gcc tree:
5969
5970 2004-05-30 Andreas Jaeger <aj@suse.de>
5971 Jim Wilson <wilson@specifixinc.com>
5972
5973 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5974 like CC.
5975
5976 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5977
5978 * Makefile.tpl (all.normal): Rename to all.
5979 (all): Replace with a rule to pick the default
5980 target from configure.
5981 (all-gcc, configure-gcc): Use conditionals to
5982 do nothing when toplevel bootstrap is going on.
5983 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5984 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5985 * configure.in: Support --enable-bootstrap.
5986
5987 * Makefile.def: Remove new- prefix from toplevel
5988 bootstrap targets.
5989 * Makefile.tpl: Likewise.
5990
5991 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
5992 target.
5993
5994 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5995 $(RECURSE_FLAGS) to recursive invocation of make.
5996
5997 * Makefile.in: Regenerate.
5998 * configure: Regenerate.
5999
6000 2004-05-27 Daniel Jacobowitz <dan@debian.org>
6001
6002 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6003 * configure: Regenerate.
6004
6005 2004-05-25 Daniel Jacobowitz <drow@false.org>
6006
6007 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6008 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6009 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6010 targets.
6011 * Makefile.in: Regenerate.
6012
6013 2005-05-24 Paolo Bonzini <bonzini@gnu.org>
6014
6015 * configure.in: Test the ability to symlink directories.
6016 * configure: Regenerate.
6017
6018 * Makefile.def (bootstrap-stage): New definitions.
6019 * Makefile.tpl (configure-stage1-gcc,
6020 configure-stage2-gcc, configure-stage3-gcc,
6021 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6022 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6023 new-restage3, compare): Autogenerate, see Makefile.in
6024 entry for behavioral changes.
6025 (distclean-stage1, new-stage1-start, new-stage1-end,
6026 new-stage1-bubble, distclean-stage2, new-stage2-start,
6027 new-stage2-end, new-stage2-bubble, distclean-stage3,
6028 new-stage3-start, new-stage3-end): New autogenerated targets.
6029 (objext, prebootstrap, BOOT_CFLAGS,
6030 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6031 targets.
6032
6033 * Makefile.in: Regenerate.
6034 (distclean-stage1, new-stage1-start, new-stage1-end,
6035 new-stage1-bubble, distclean-stage2, new-stage2-start,
6036 new-stage2-end, new-stage2-bubble, distclean-stage3,
6037 new-stage3-start, new-stage3-end): New targets.
6038 (all-stage1-gcc): Move prebootstrap dependency from here...
6039 (configure-stage1-gcc): ...to here.
6040 (new-bootstrap): Use bubble targets.
6041 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6042 Use per-stage distclean targets.
6043 (configure-stage1-gcc, configure-stage2-gcc,
6044 configure-stage3-gcc, all-stage1-gcc,
6045 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6046 Use new-stageN-start to prepare the tree.
6047
6048 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
6049
6050 * Makefile.def (host_modules): add libcpp.
6051 * Makefile.tpl: Add dependencies on and for libcpp.
6052 * Makefile.in: Regenerate.
6053 * configure.in: Add libcpp host module.
6054 * configure: Regenerate.
6055
6056 2004-05-17 Zack Weinberg <zack@codesourcery.com>
6057
6058 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6059 of libf2c.
6060 * configure, Makefile.in: Regenerate.
6061
6062 2004-05-13 Diego Novillo <dnovillo@redhat.com>
6063
6064 Merge from tree-ssa-20020619-branch.
6065
6066 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6067 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6068 (HOST_GMPLIBS): Define.
6069 (HOST_GMPINC): Define.
6070 (TARGET_LIB_PATH): Add libmudflap.
6071 (GFORTRAN_FOR_TARGET): Define.
6072 (configure-build*): Export GFORTRAN.
6073 (configure-gcc): Export GMPLIBS and GMPINC.
6074 (all-gcc): Add maybe-all-libbanshee.
6075 (configure-target-libgfortran): Define.
6076 * Makefile.in: Regenerate.
6077 * configure.in (host_libs): Add libbanshee.
6078 (target_libraries): Add target-libmudflap and target-libgfortran.
6079 Add --with-libbanshee.
6080 Handle --disable-libmudflap.
6081 (*-*-freebsd*): Use with_gmp.
6082 Add $(libgcj) to noconfigdirs.
6083 * configure: Regenerate.
6084 * depcomp: New file.
6085 * MAINTAINERS: Add tree-ssa maintainers.
6086
6087 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
6088
6089 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6090 * configure: Regenerate.
6091
6092 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
6093
6094 Revert:
6095 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6096
6097 * Makefile.def (flags_to_pass): Remove *dir variables that
6098 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6099 as well as prefix and exec_prefix.
6100 * Makefile.in: Regenerate.
6101
6102 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6103
6104 * Makefile.def (host_modules): Mark with the bootstrap
6105 flag packages on which gcc depends.
6106 * Makefile.tpl (all-bootstrap): Use it.
6107 * Makefile.in: Regenerate.
6108
6109 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6110
6111 * Makefile.def (flags_to_pass): Remove *dir variables that
6112 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6113 as well as prefix and exec_prefix.
6114 * Makefile.in: Regenerate.
6115
6116 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6117
6118 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6119 * configure: Regenerate.
6120 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6121 * gcc/Makefile.tpl (compare): Use the result of the test.
6122 * gcc/Makefile.in: Regenerate.
6123
6124 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
6125
6126 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6127 Always relocate gcc and prev-gcc to the original names, even
6128 if the build fails.
6129 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6130 New targets.
6131
6132 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6133
6134 * configure.in (mips*-*-irix5*): Enable ld.
6135 * configure: Regenerate.
6136
6137 2004-04-15 James E Wilson <wilson@specifixinc.com>
6138
6139 * Makefile.tpl (configure-[+module+], configure-gcc,
6140 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6141 Set and export LDFLAGS.
6142 * Makefile.in: Regenerate.
6143
6144 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6145
6146 PR bootstrap/14871
6147 * Makefile.tpl: If we don't have built-in-tree target tools,
6148 use the ones found by configure rather than hacking around with
6149 program_transform_name.
6150 * configure.in: Give Makefile.tpl the information necessary
6151 to do that.
6152 * Makefile.in: Regenerate.
6153 * configure: Regenerate.
6154
6155 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6156
6157 PR bootstrap/14760
6158 * configure.in: When computing baseargs, strip *all* copies of
6159 offending options. Also, don't match/substitute the trailing space,
6160 so that this actually works when two similar options are separated by
6161 only one space.
6162 * configure: Regenerate.
6163
6164 2004-04-06 David Edelsohn <edelsohn@gnu.org>
6165
6166 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6167 (rs6000-*-aix*): Same.
6168 * configure: Regenerate.
6169
6170 2004-03-25 Stan Shebs <shebs@apple.com>
6171
6172 Remove MPW support, no longer used.
6173 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6174 mpw-install: Remove files.
6175 * src-release (DEVO_SUPPORT): Remove names of removed files.
6176 * MAINTAINERS: Likewise.
6177
6178 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6179
6180 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6181 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6182 * Makefile.in: Regenerate.
6183
6184 * configure.in (top level bootstrap support): Rework --enable-werror
6185 to set @stage2_werror_flag@.
6186 * configure: Regenerate.
6187 * Makefile.tpl (top level bootstrap support): Pass
6188 @stage2_werror_flag@ down to configure in stages 2 and 3.
6189 * Makefile.in: Regenerate.
6190
6191 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6192
6193 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6194 for stages 2 and 3 as well as in make. As a consequence, remove
6195 OUTPUT_OPTION (now detected by configure) from the flags passed down
6196 to make.
6197 * Makefile.in: Regenerate.
6198
6199 * Makefile.tpl (new-bootstrap): Fix typo.
6200 * Makefile.in: Regenerate.
6201
6202 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6203
6204 * Makefile.tpl: Rearrange by moving recursive_targets rules
6205 into their proper sections.
6206 * Makefile.tpl (top level bootstrap support): Move disabling
6207 of coverage flags from 'make' to 'configure'; improve comments.
6208 * Makefile.in: Regenerate.
6209
6210 * Makefile.tpl (experimental top level bootstrap) Move stage1
6211 language setting from all- target to configure- target; disable
6212 intermodule optimization in stage 1; prevent gratuitous rebuilds
6213 of stage 1.
6214 * Makefile.in: Regenerate.
6215 * configure.in: Comma-separate stage 1 language list for top
6216 level bootstrap.
6217 * configure: Regenerate.
6218
6219 * Makefile.tpl: Clean up experimental top level bootstrap support:
6220 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6221 prev-gcc in configure- targets as well as all- targets.
6222 * Makefile.in: Regenerate.
6223
6224 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
6225
6226 * configure.in: Remove symbolic link section.
6227 * configure: Regenerate.
6228 * Makefile.tpl (links): Remove.
6229 * Makefile.in: Regenerate.
6230
6231 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
6232 Nathanael Nerode <neroden@gcc.gnu.org>
6233
6234 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6235 Set with AC_CHECK_PROGS.
6236 * configure.in: Fix comment typo from last patch.
6237 * configure: Regenerate.
6238
6239 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6240
6241 * Makefile.tpl: Introduce experimental top level bootstrap support.
6242 * Makefile.in: Regenerate.
6243 * configure.in: Introduce support for top level bootstrap.
6244 * configure: Regenerate.
6245
6246 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
6247 Paolo Bonzini <bonzini@gnu.org>
6248
6249 PR bootstrap/14522
6250 * configure.in: Cope with shells that do not support unquoted ^
6251 * configure: Regenerate.
6252
6253 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
6254 Paolo Bonzini <bonzini@gnu.org>
6255
6256 PR bootstrap/14522
6257 * configure.in: Cope with shell that do not support nesting
6258 quotes inside quoted backquote substitutions.
6259 * configure: Regenerate.
6260
6261 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6262
6263 PR bootstrap/14522
6264 * configure.in: Fix escaping of $.
6265 * configure: Regenerate.
6266
6267 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6268
6269 * configure: Regenerate.
6270
6271 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
6272
6273 PR ada/14131
6274 Move language detection to the top level.
6275 * configure.in: Find default values for the tools as
6276 soon as possible. Disable ada if GNAT is not found.
6277 Emit error message about missing languages. Expand
6278 --enable-languages=all for the gcc subdirectory.
6279
6280 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
6281
6282 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6283 and disable libgcj.
6284 * configure: Regenerated.
6285
6286 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6287
6288 PR bootstrap/7087
6289 * Makefile.tpl: Guard XFOO sed statements better.
6290 * Makefile.tpl: Add dependency for configure-target-libada.
6291 * Makefile.in: Regenerate (incidentally fixes broken
6292 commit when libada-branch was merged).
6293
6294 2004-02-28 Andrew Cagney <cagney@redhat.com>
6295
6296 * src-release (CVS_NAMES): Define.
6297 (do-tar, do-tar): Prune $(CVS_NAMES).
6298
6299 2004-02-23 Andrew Cagney <cagney@redhat.com>
6300
6301 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6302 2004-02-19.09.
6303
6304 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6305
6306 PR bootstrap/11932
6307 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6308
6309 2004-02-19 Andrew Cagney <cagney@redhat.com>
6310
6311 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6312 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6313
6314 2004-02-11 David Edelsohn <edelsohn@gnu.org>
6315
6316 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6317 (rs6000-*-aix*): Same.
6318 * configure: Regenerate.
6319
6320 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6321
6322 * configure.in (host): Add in missing $noconfigdirs to defines.
6323 * configure: Regenerate.
6324
6325 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6326 Nathanael Nerode <neroden@gcc.gnu.org>
6327
6328 PR ada/6637, PR ada/5911
6329 Merge with libada-branch:
6330 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6331 with appropriate dependencies. Add --enable-libada configure switch.
6332 * configure, Makefile.in: Regenerate.
6333
6334 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6335
6336 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6337 * configure: Regenerate.
6338
6339 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6340
6341 * COPYING.NEWLIB: Update Red Hat license to 2004.
6342
6343 2004-01-23 DJ Delorie <dj@redhat.com>
6344
6345 * Makefile.def (target_modules) [libiberty]: Don't stage.
6346 * Makefile.in: Rebuilt.
6347
6348 2004-01-23 Jeff Johnston <jjohnstn@redhat.com>
6349
6350 * COPYING.NEWLIB: Update to include copyrights for new
6351 iconv code.
6352
6353 2004-01-15 Andrew Cagney <cagney@redhat.com>
6354
6355 * src-release: Update copyright year.
6356 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6357 (NEWLIB_SUPPORT_DIRS): Delete macro.
6358 (newlib.tar.bz2): Delete rule.
6359
6360 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
6361
6362 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6363 * Makefile.tpl (configure-target-[+module+]): Support stage.
6364 * Makefile.in: Rebuilt.
6365
6366 2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6367
6368 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6369 throughout.
6370
6371 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6372
6373 * configure.in: Use ./config.cache, not config.cache.
6374 * configure: Regenerate.
6375 * Makefile.tpl: Special-casing not needed for GCC any more.
6376 * Makefile.in: Regenerate.
6377
6378 * configure.in: Don't share a cache file for host dirs.
6379 * configure: Regenerate.
6380
6381 * config-ml.in: Don't mess with the cache file.
6382
6383 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6384
6385 * Makefile.tpl: Make GCC use a separate config.cache.
6386 * Makefile.in: Regenerate.
6387
6388 PR bootstrap/11932, PR bootstrap/11933
6389 (I don't know if it will fix either of them, but it relates
6390 to them.)
6391 * configure.in: Don't use shared config.cache for target
6392 directories.
6393 * configure: Regenerate.
6394
6395 2003-12-31 Roger Sayle <roger@eyesopen.com>
6396
6397 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6398 * configure: Regenerated.
6399
6400 2003-12-21 Bernardo Innocenti <bernie@develer.com>
6401
6402 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6403 * configure: Regenerated.
6404
6405 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6406
6407 Port change over from GCC:
6408 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6409 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6410 (configure-build-[+module+], configure-[+module+]): Likewise.
6411 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6412 * Makefile.in: Regenerate.
6413
6414 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6415
6416 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6417 * configure: Regenerate.
6418
6419 2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
6420
6421 * COPYING.NEWLIB: Add license info for long long routines added to
6422 stdlib.
6423
6424 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
6425
6426 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6427 * Makefile.in: Regenerate.
6428
6429 2003-10-20 Phil Edwards <phil@codesourcery.com>
6430
6431 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
6432 * configure: Regenerate.
6433
6434 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
6435
6436 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6437 HOST_FLAGS_TO_PASS.
6438 * Makefile.in: Regenerate.
6439
6440 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
6441
6442 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6443 * configure: Rebuilt
6444 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6445 * Makefile.in: Rebuilt
6446
6447 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
6448
6449 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6450
6451 2003-10-01 Phil Edwards <pme@gcc.gnu.org>
6452
6453 * config-ml.in: Use ac_configure_args directly instead of
6454 ml_arguments. Only set ml_norecursion if --no[-]recursion is
6455 actually seen.
6456
6457 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
6458
6459 * config-ml.in: Propagate INSTALL variables.
6460
6461 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
6462
6463 * configure.in: Pass a computed --program-transform-name
6464 to subconfigures.
6465 * configure: Regenerated.
6466
6467 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6468
6469 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6470 * Makefile.in: Regenerate.
6471
6472 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6473 * Makefile.in: Regenerate.
6474
6475 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
6476
6477 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6478 quoting.
6479 * configure: Regenerated.
6480
6481 2003-09-12 Michael Chastain <mec@shout.net>
6482
6483 Fix PR gdb/857.
6484 * src-release (do-proto-topleve): Remove junk files
6485 intl/config.cache, intl/config.status,
6486 intl/config.h, intl/stamp-h.
6487
6488 2003-09-14 Andrew Cagney <cagney@redhat.com>
6489
6490 * src-release (dejagnu.tar): New target.
6491 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
6492 (do-djunpack): Use $(PACKAGE) for the package name.
6493
6494 2003-09-04 DJ Delorie <dj@redhat.com>
6495
6496 * configure: Regenerate.
6497
6498 2003-09-04 Robert Millan <robertmh@gnu.org>
6499
6500 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6501
6502 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6503
6504 * configure.in: Ensure arguments to sed are properly spaced.
6505 * configure: Regenerate.
6506
6507 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
6508
6509 Merge from gcc:
6510 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
6511 * install-sh: Update to newer upstream versions (associated with
6512 aclocal 1.7).
6513 * missing: Likewise, plus $1Help2man -> $1 typo fix.
6514
6515 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
6516
6517 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6518 * configure: Regenerated.
6519
6520 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
6521
6522 * configure.in: Use newline instead of semicolon when assuming
6523 shell arguments in a for loop.
6524 * configure: Regenerated.
6525
6526 2003-08-20 Geoffrey Keating <geoffk@apple.com>
6527
6528 PR 8180
6529 * configure.in: When testing with_libs and with_headers, treat
6530 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
6531 * configure: Regenerate.
6532
6533 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6534 make, shell, etc.
6535 (baseargs): Likewise.
6536 * configure: Regenerate.
6537
6538 2003-08-19 Geoffrey Keating <geoffk@apple.com>
6539
6540 * configure.in: Disable libgcj for darwin not on powerpc.
6541 * configure: Rebuild.
6542
6543 2003-08-15 Michael Chastain <mec@shout.net>
6544
6545 * src-release (do-proto-toplev): Remove junk files
6546 dejagnu/example/calc/config.status,
6547 dejagnu/example/calc/config.log.
6548
6549 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
6550
6551 * config-ml.in, symlink-tree: Add license.
6552
6553 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
6554
6555 Merge from gcc:
6556
6557 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
6558 * Makefile.tpl (check, check-c++): Express dependencies using
6559 dependencies rather than commands.
6560 * Makefile.in: Regenerate.
6561
6562 2003-07-31 Geoffrey Keating <geoffk@apple.com>
6563 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6564 * Makefile.in: Update.
6565
6566 2003-08-01 Andrew Cagney <cagney@redhat.com>
6567
6568 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6569 * configure: Ditto.
6570
6571 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
6572
6573 * configure.in: Enable libgcj for darwin.
6574 * configure: Rebuild.
6575
6576 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
6577
6578 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
6579
6580 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
6581
6582 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6583 creating target and build subdirs to build all parent dirs as needed.
6584 * Makefile.in: Rebuild.
6585 * configure.in: Don't build dirs explicitly here.
6586 * configure: Rebuild.
6587
6588 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
6589
6590 * Makefile.tpl (all-make): Depend on intl.
6591 * Makefile.in: Rebuilt.
6592
6593 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
6594
6595 * config.if: Remove unused libc_interface determination.
6596
6597 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
6598
6599 * Makefile.in: Regenerate, correctly this time.
6600
6601 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
6602
6603 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
6604 unused INSTALL_PROGRAM_ARGS.
6605 * configure.in: Use AC_PROG_INSTALL.
6606 * Makefile.in: Regenerate.
6607 * configure: Regenerate.
6608
6609 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
6610
6611 * configure: Rebuilt.
6612 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
6613 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6614 newlib nor libgloss.
6615 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
6616 * configure.in (am33_2.0-*-linux*): Added.
6617
6618 2003-07-09 Bob Wilson <bob.wilson@acm.org>
6619
6620 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6621 * configure: Regenerate.
6622
6623 2003-07-06 H.J. Lu <hongjiu.lu@intel.com>
6624
6625 * config-ml.in: Replace PWD with PWD_COMMAND.
6626 * Makefile.tpl: Likewise.
6627 * Makefile.in: Regenerated.
6628
6629 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
6630
6631 * configure.in: Clean up config-lang.in handling. Delete
6632 useless assignment to "subdirs".
6633 * configure: Regenerate.
6634
6635 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
6636
6637 * configure.in: Rename 'target_libs' to 'target_libraries'.
6638 Remove useless reference to 'target_libs'.
6639 * configure: Regenerate.
6640
6641 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
6642
6643 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6644 * Makefile.in: Regenerate.
6645
6646 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
6647
6648 * Makefile.def: Introduce flags_to_pass.
6649 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6650 * Makefile.in: Regenerate.
6651
6652 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
6653
6654 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6655 and target-libgloss.
6656 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6657 <h8300*-*-*>: Disable libf2c and ${libgcj}.
6658 * configure: Regenerate.
6659
6660 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
6661
6662 * configure.in: Update testsuite_flags to new location.
6663 * configure. Regenerate.
6664
6665 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
6666
6667 * Makefile.tpl: Remove BUILD_CC stuff.
6668 * Makefile.in: Regenerate.
6669
6670 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6671
6672 * config.guess: Update to 2003-06-12 version.
6673 * config.sub: Update to 2003-06-13 version.
6674
6675 2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6676
6677 * MAINTAINERS: Add myself as MIPS co-maintainer.
6678
6679 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
6680
6681 * config.guess: Update to 2003-06-06 version.
6682 * config.sub: Update to 2003-06-06 version.
6683
6684 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6685
6686 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6687 * configure. Regenerate.
6688
6689 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
6690
6691 * configure.in: Disable serial configure by default.
6692 * configure: Regenerate.
6693 * Makefile.tpl: Abolish .NOTPARALLEL.
6694 * Makefile.in: Regenerate.
6695
6696 * Makefile.tpl: Replace {build,host,target}_canonical by
6697 {build,host,target}.
6698 * Makefile.in: Regenerate.
6699
6700 * Makefile.tpl: Fix stupid pasto.
6701 * Makefile.in: Regenerate.
6702
6703 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
6704
6705 * Makefile.tpl: Remove bogus conditional.
6706 * Makefile.in: Regenerate.
6707
6708 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
6709
6710 * Makefile.tpl: Make 'recursive targets' using autogen rather
6711 than shell loop. Remove duplicate 'clean' targets and false
6712 comments.
6713 * Makefile.def: Add systematic dependencies to 'recursive' targets.
6714 Add systematic method of specifying missing targets in subdirs.
6715 Add copyright boilerplate.
6716 * Makefile.in: Regenerate.
6717 * configure.in: Add 'recursive targets' to maybe list.
6718 * configure: Regenerate.
6719
6720 * Makefile.tpl: Rename [+target+] to [+make_target+].
6721 * Makefile.def: Rename 'target' to 'make_target'.
6722
6723 2003-05-30 Nick Clifton <nickc@redhat.com>
6724
6725 * README-maintainer-mode: Update URL for locating blessed config
6726 tools.
6727
6728 2003-05-29 Robert Millan <rmh@debian.org>
6729
6730 * ltconfig: Import this patch and modify for use with current
6731 version of ltconfig:
6732
6733 2003-05-21 Bruno Haible <bruno@clisp.org>
6734
6735 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
6736 GNU/FreeBSD.
6737
6738 2003-05-28 DJ Delorie <dj@redhat.com>
6739
6740 * Makefile.tpl: Make maybe-check-gcc .PHONY.
6741 * Makefile.in: Regenerate.
6742
6743 2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
6744
6745 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
6746
6747 2003-05-21 DJ Delorie <dj@redhat.com>
6748
6749 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6750 newlib or libgloss.
6751 * Makefile.in: Regenerate.
6752
6753 2003-05-21 DJ Delorie <dj@redhat.com>
6754
6755 * Makefile.tpl: Add missing empty maybe-check-gcc target.
6756 * Makefile.in: Regenerate.
6757
6758 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6759
6760 * configure.in: Use curly braces in the definition of tooldir.
6761 * configure: Regenerate.
6762
6763 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
6764
6765 * configure.in: Switch more things to use maybe dependencies.
6766 * Makefile.tpl: Switch more things to use maybe dependencies.
6767 Factor out common code from autogen IF statements.
6768 * configure: Regenerate.
6769 * Makefile.in: Regenerate.
6770
6771 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
6772
6773 * configure.in: Accept i[3456789]86 for machine type.
6774 * configure: Regenerate.
6775
6776 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
6777
6778 * configure.in: Switch more things to use maybe dependencies.
6779 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
6780 * configure: Regenerate.
6781 * Makefile.tpl: Switch more things to use maybe dependencies.
6782 * Makefile.in: Regenerate.
6783
6784 2003-05-16 Andreas Schwab <schwab@suse.de>
6785
6786 * Makefile.tpl (install-opcodes): Define.
6787 * Makefile.in: Rebuild.
6788
6789 2003-05-13 Andreas Jaeger <aj@suse.de>
6790
6791 * config.guess: Update to 2003-05-09 version.
6792 * config.sub: Update to 2003-05-09 version.
6793
6794 2003-05-13 Michael Eager <eager@mvista.com>
6795
6796 * configure.in: Correct sed script so that options in quotes are not
6797 deleted.
6798 * configure: Rebuild.
6799
6800 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
6801
6802 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6803 and $$s/newlib/libc/sys/cygwin32 include paths.
6804 * configure: Ditto.
6805
6806 2003-05-05 H.J. Lu <hjl@gnu.org>
6807
6808 * config-ml.in: Restored from gcc repository.
6809
6810 2003-05-02 Chris Demetriou <cgd@broadcom.com>
6811
6812 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6813 * Makefile.in: Regenerate.
6814
6815 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
6816
6817 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
6818 and Makefile.def.
6819
6820 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
6821
6822 * Makefile.tpl: Clean $(BUILD_SUBDIR).
6823 * Makefile.in: Regenerated.
6824
6825 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6826
6827 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6828 * Makefile.in: Regenerate.
6829
6830 2003-04-18 Jakub Jelinek <jakub@redhat.com>
6831
6832 * configure.in (powerpc64*-*-linux*): Remove.
6833 * configure: Rebuilt.
6834
6835 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
6836
6837 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
6838 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6839 and restrap.
6840 * Makefile.in: Regenerate.
6841
6842 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
6843
6844 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6845 * configure: Regenerated.
6846
6847 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
6848
6849 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6850 * */configure: Rebuilt.
6851
6852 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
6853
6854 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6855 * Makefile.in: Regenerate.
6856
6857 2003-03-14 Michael Chastain <mec@shout.net>
6858
6859 * Makefile.in: Regenerate with correct Makefile.def.
6860
6861 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
6862
6863 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
6864 Make macro.
6865 * Makefile.in: Regenerate.
6866 * configure.in: Clean up gxx_include_dir logic.
6867 * configure: Regenerate.
6868
6869 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6870
6871 * configure.in (gxx_include_dir): Fix typo.
6872 * configure: Regenerated.
6873
6874 2003-03-06 Andrew Cagney <cagney@redhat.com>
6875
6876 * texinfo/texinfo.tex: Import version 2003-02-03.16.
6877
6878 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
6879
6880 * configure.in: Include $(build_tooldir)/sys-include in
6881 FLAGS_FOR_TARGET.
6882 * configure: Regenerated.
6883
6884 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
6885
6886 * Makefile.tpl: Reindent.
6887 * Makefile.in: Regenerate.
6888 * configure.in: Reindent. Don't set unused variables.
6889 * configure: Regenerate.
6890
6891 * Makefile.tpl: Always pass down RANLIB.
6892 * Makefile.in: Regenerate.
6893
6894 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6895 * Makefile.in: Regenerate.
6896 * configure.in: Remove unused logic relating to --enable-shared
6897 and --enable-threads. Remove bogus comments. Remove redundant
6898 noconfigdirs.
6899 * configure: Regenerate.
6900
6901 * configure.in: Replace ${libstdcxx_version} by its value.
6902 Remove reference to mh-dgux.
6903 * configure: Regenerate.
6904
6905 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6906
6907 * Makefile.tpl: Rearrange.
6908 * Makefile.in: Regenerate.
6909
6910 2003-02-25 Nick Clifton <nickc@redhat.com>
6911
6912 * configure: Remove site-file supprot - it is obsolete.
6913
6914 2003-02-24 Uwe Stieber <uwe@wwws.de>
6915
6916 * configure.in: Add support for kaOS as cross build target system.
6917 * configure: Regenerated.
6918
6919 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
6920
6921 * Makefile.tpl: Add definition of CPPFLAGS to pass into
6922 configure-target-* as some target builds may require additional
6923 flags for preprocessor tests.
6924 * Makefile.in: Regenerated.
6925
6926 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
6927
6928 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6929 * ltconfig: Handle it.
6930 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6931 auto-detecting it.
6932
6933 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
6934
6935 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6936 it is used as argument to $CC.
6937 * ltcf-gcj.sh: Likewise.
6938
6939 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
6940
6941 * configure.in: Introduce --enable-maintainer-mode.
6942 * configure: Rebuilt.
6943 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6944 for maintainer mode.
6945 * Makefile.in: Rebuilt.
6946
6947 2003-02-19 Andrew Cagney <ac131313@redhat.com>
6948
6949 * configure: Regenerate using autoconf 2.13.
6950
6951 2003-02-19 Alan Modra <amodra@bigpond.net.au>
6952
6953 * config.guess: Import latest version.
6954 * config.sub: Import latest version.
6955
6956 2003-02-18 Jason Merrill <jason@redhat.com>
6957
6958 * Makefile.tpl (check-c++): Allow parallelism.
6959
6960 2003-02-17 Andrew Cagney <ac131313@redhat.com>
6961
6962 * configure: Regenerate using autoconf 000227.
6963
6964 2003-02-15 Geoffrey Keating <geoffk@apple.com>
6965
6966 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6967 don't configure target-libobjc.
6968 * configure: Regenerate.
6969
6970 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6971
6972 * Makefile.tpl (RANLIB): Define.
6973 * Makefile.in: Regenerate.
6974
6975 2003-02-06 Keith R Seitz <keiths@redhat.com>
6976
6977 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6978 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6979 * Makefile.in: Regenerated.
6980 * configure.in: Remove all traces of snavigator, db, and grep.
6981 * configure: Regenerated.
6982
6983 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
6984
6985 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6986 * Makefile.in: Regenerated.
6987
6988 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
6989
6990 * config.if: Copy from GCC.
6991
6992 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
6993
6994 * configure.in: Revert 24Jan change.
6995 * configure: Regenerate.
6996
6997 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6998
6999 * configure.in: Revert previous change.
7000 * configure: Regenerate.
7001
7002 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7003
7004 * configure.in: Make rda native-only.
7005 * configure: Regenerate.
7006
7007 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7008
7009 * configure.in: Add missing \.
7010 * configure: Rebuilt.
7011
7012 2003-01-17 Jakub Jelinek <jakub@redhat.com>
7013
7014 * configure.in (baseargs): Avoid using \| in sed regular
7015 expressions.
7016 * configure: Rebuilt.
7017
7018 2003-01-16 Jakub Jelinek <jakub@redhat.com>
7019
7020 * configure.in (baseargs): Remove all supported forms of
7021 --cache-file, --srcdir, --host, --build and --target options
7022 from argument lists.
7023 * configure: Rebuilt.
7024
7025 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
7026
7027 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7028 * configure: Rebuilt.
7029
7030 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7031
7032 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7033 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7034 * Makefile.in: Regenerate.
7035 * configure: Regenerate.
7036
7037 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7038
7039 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7040 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7041 * Makefile.in: Regenerate.
7042
7043 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
7044
7045 * configure.in: Remove Makefile in build, host and target modules
7046 unless configure was run with --no-recursion.
7047 * configure: Rebuilt.
7048
7049 2003-01-08 Chris Demetriou <cgd@broadcom.com>
7050
7051 * config.guess: Update to 2003-01-03 version.
7052 * config.sub: Update to 2003-01-03 version.
7053
7054 2003-01-07 Christopher Faylor <cgf@redhat.com>
7055
7056 * configure: Regenerate with proper autoconf 2.13.
7057
7058 2003-01-07 Christopher Faylor <cgf@redhat.com>
7059
7060 * configure.in: Add AC_PREREQ for consistency.
7061 * configure: Regenerate.
7062
7063 2003-01-06 Andrew Cagney <ac131313@redhat.com>
7064
7065 * configure.in (GDB_TK): Add tcl directories conditional on
7066 gdb/gdbtk directory being present.
7067 * configure: Regenerate.
7068
7069 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
7070
7071 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7072 by gcc if LD is not defined and we are not doing a Canadian Cross.
7073 * configure: Rebuilt.
7074
7075 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
7076
7077 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7078
7079 2002-12-31 Tom Tromey <tromey@redhat.com>
7080
7081 * Makefile.in: Rebuilt.
7082 * Makefile.def (target_modules) [libffi]: Allow installation.
7083
7084 2002-12-31 Andreas Schwab <schwab@suse.de>
7085
7086 * configure.in: Fix use of $program_transform_name.
7087 * configure: Regenerated.
7088
7089 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
7090
7091 * configure.in (baseargs): Don't remove first configure argument.
7092 * configure: Regenerated.
7093
7094 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
7095
7096 * Makefile.tpl (local-distclean): Don't remove...
7097 (multilib.ts): ... this. Moved into...
7098 (multilib.out): ... this. Don't use sub-make.
7099 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7100 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7101 (configure-build-[+module+], configure-[+module+],
7102 configure-target-[+module+], configure-gcc): ... these. Test
7103 for Makefile existence. Drop config.status from dependencies.
7104 * Makefile.in: Rebuilt.
7105 * configure.in: Move gcc-version-trigger to the end of
7106 ac_configure_args. Add comments to maybedep.tmp and
7107 serdep.tmp. Introduce --disable-serial-configure. Remove
7108 nonopt from baseargs, matching and removing corresponding
7109 whitespace while at it.
7110 * configure: Rebuilt.
7111
7112 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7113
7114 * configure.in (host_configargs): Replace reference to
7115 no-longer-defined buildopts with --build=${build_alias}.
7116 * configure: Rebuilt.
7117
7118 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7119
7120 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7121 program_transform_name to standard idiom.
7122 (AUTOGEN, AUTOCONF): Define.
7123 (Makefile.in): Use $(AUTOGEN).
7124 (Makefile): Depend on config.status, and use autoconf-style rule to
7125 build it. Move original commands to...
7126 (config.status): ... this new target.
7127 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7128 $(AUTOCONF).
7129 * Makefile.in: Rebuilt.
7130
7131 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7132
7133 * Makefile.tpl: Fix dramatic bustage due to change in
7134 program_transform_name.
7135 * Makefile.in: Regenerate.
7136
7137 * configure.in: Remove unnecessary PATH setting.
7138 * configure: Regnerate.
7139
7140 * configure.in: Don't default to unprefixed tools unless
7141 the native tools will work.
7142 * configure: Regenerate.
7143
7144 * configure.in: Convert to autoconf script. Blow away lots
7145 of now-redundant Makefile fragments.
7146 * configure: Generate using Autoconf.
7147 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7148 * Makefile.in: Regenerate.
7149
7150 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7151
7152 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
7153 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7154
7155 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
7156 where they belong.
7157
7158 2002-12-24 Andreas Schwab <schwab@suse.de>
7159
7160 * Makefile.tpl (multilib.out): Fix missing space.
7161 * Makefile.in: Regenerate.
7162
7163 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7164
7165 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7166 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7167 * Makefile.in: Regenerate.
7168 * configure.in: Remove unnecessary leftovers.
7169
7170 2002-12-21 Geoffrey Keating <geoffk@apple.com>
7171
7172 * configure.in (extra_ranlibflags_for_target): New variable.
7173 (*-*-darwin): Add -c to ranlib commands.
7174 * configure (tooldir): Handle extra_ranlibflags_for_target.
7175
7176 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7177
7178 * COPYING.NEWLIB: Updated.
7179 * COPYING.LIBGLOSS: Ditto.
7180
7181 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7182
7183 * Makefile.tpl: Revert HJL's change.
7184 * Makefile.in: Regenerated.
7185 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7186 always.
7187
7188 2002-12-19 Andreas Schwab <schwab@suse.de>
7189
7190 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7191 * Makefile.in: Regenerate.
7192
7193 2002-12-18 H.J. Lu <hjl@gnu.org>
7194
7195 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7196 * Makefile.in: Regenerated.
7197
7198 * configure.in (build_prefix): New. Substitute.
7199
7200 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7201
7202 * Makefile.tpl: Don't let real targets depend on phony targets.
7203 * Makefile.in: Regenerate.
7204
7205 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7206 * Makefile.in: Regenerate.
7207
7208 2002-12-16 Jason Merrill <jason@redhat.com>
7209
7210 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7211 previous 'make bootstrap'.
7212 * Makefile.in: Regenerate.
7213
7214 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7215
7216 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7217
7218 2002-12-13 Jason Merrill <jason@redhat.com>
7219
7220 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7221 library tests.
7222 (check-c++): Just depend on it and check-target-libstdc++-v3.
7223 * Makefile.in: Regenerate.
7224
7225 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7226
7227 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7228 * Makefile.in: Regenerate.
7229
7230 2002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7231
7232 * COPYING.NEWLIB: Update list of alternate Regent of California
7233 licenses and discuss official revoking of advertising clause.
7234 * COPYING.LIBGLOSS: Ditto.
7235
7236 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
7237
7238 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7239 * Makefile.in: Rebuilt.
7240
7241 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
7242
7243 * configure: Fix bug put in by gremlins.
7244
7245 * Makefile.tpl: Substitute more autoconfily.
7246 * configure: Substitute more autoconfily.
7247 * Makefile.in: Regenerate.
7248
7249 2002-12-08 Andrew Cagney <ac131313@redhat.com>
7250
7251 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7252 * Makefile.in (all-sim): Ditto.
7253
7254 2002-12-06 DJ Delorie <dj@redhat.com>
7255
7256 * Makefile.tpl: Change configure dependencies to not have real
7257 targets depend on phony targets.
7258
7259 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7260
7261 * configure.in: Revert unintentional change.
7262
7263 * src-release: Configure host subdirs.
7264
7265 * Makefile.tpl: Change dependency for */multilib.out so that
7266 it works when gcc isn't in the tree.
7267
7268 * configure.in: Substitute more.
7269 * configure: Run subconfigures from the Makefile.
7270 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7271 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7272
7273 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7274
7275 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7276 and corresponding dependencies.
7277 * Makefile.in: Regenerate.
7278
7279 * configure.in (host_tools): Order binutils, gas and ld for
7280 convenience in running the testsuites.
7281
7282 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7283 * Makefile.in: Regenerate.
7284 * configure.in: Introduce rules to serialize subconfigure runs.
7285
7286 * configure.in: Introduce BASE_CC_FOR_TARGET.
7287 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7288 Realize configure-build-* targets. Realize configure-target-* targets.
7289 * Makefile.in: Regenerate.
7290
7291 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7292
7293 * configure: Move gcc_version_trigger stuff from here...
7294 * configure.in: ...to here.
7295
7296 * configure.in: Separate subconfigure options added by this file from
7297 options given by the user. Add machinery to put args for host
7298 subconfigures into the Makefile.
7299
7300 * Makefile.tpl: Remove 'vault' targets.
7301 * Makefile.tpl: Reorder and comment dependencies.
7302 * Makefile.in: Regenerate.
7303
7304 2002-11-28 Geoffrey Keating <geoffk@apple.com>
7305
7306 * configure.in: Move host-specific darwin noconfigdirs into
7307 the host-specific section.
7308
7309 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7310
7311 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7312 during replay.
7313 * Makefile.in: Regenerate.
7314
7315 (finishing slow-motion replay)
7316 * configure: Remove skip-this-dir support.
7317 * Makefile.tpl: Remove skip-this-dir support.
7318
7319 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7320 subdirectories.
7321 * Makefile.in: Regenerate.
7322
7323 * Makefile.tpl: Strip out useless setting of 'dir'.
7324 * Makefile.in: Regenerate.
7325
7326 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7327
7328 (finishing slow-motion replay)
7329 * configure.in: Fix deeply stupid bug.
7330
7331 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7332 shell code in CXX_FOR_TARGET
7333 * Makefile.def: Introduce raw_cxx.
7334 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7335 RAW_CXX_FOR_TARGET.
7336 * Makefile.in: Regenerate.
7337
7338 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7339
7340 (finishing slow-motion replay)
7341 * Makefile.tpl: Remove unnecessary ifs.
7342 * Makefile.in: Regenerate.
7343
7344 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
7345 dependencies. Maybe-ize build-libiberty. Create dummy install
7346 targets for 'no_install' modules.
7347 * configure: Move GDB_TK substitution to configure.in. Move
7348 build_modules stuff to configure.in.
7349 * configure.in: Implement soft dependency machinery. Maybe-ize
7350 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7351 * Makefile.in: Regenerate.
7352
7353 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7354
7355 (continuing slow-motion replay)
7356 * Makefile.tpl: Make all-target, install-target behave similarly
7357 to all, install (only hitting configured targets). Eliminate
7358 unused macro defintions.
7359
7360 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7361 build != host.
7362
7363 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7364
7365 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7366
7367 * configure.in: Produce lists of subdir targets we're actually
7368 configuring. Remove references to "dosrel".
7369 * Makefile.tpl: Let configure set which subdir targets are hit.
7370 Remove install-cross; clean up install; remove ALL. Remove
7371 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
7372 Autogenerate host module targets. Remove empty dependency lines
7373 and redundant dependency; rearrange slightly.
7374 * Makefile.def: Add host-side libtermcap, utils.
7375
7376 * Makefile.in: Regenerate.
7377
7378 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7379
7380 (Continuing slow-motion replay)
7381 * Makefile.def: Add list of recursive targets to autogenerate.
7382 Add build_modules.
7383 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7384 targets. Autogenerate *-build-* targets.
7385 * Makefile.in: Regenerate.
7386
7387 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7388
7389 (Continuing slow-motion replay)
7390 * configure: More autoconf-style substitutions.
7391 * Makefile.tpl: More autoconf-style substitutions.
7392 * Makefile.in: Regenerate.
7393
7394 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7395
7396 (Continuing slow-motion replay)
7397 * configure: Substitute more variables in a more autoconf-friendly
7398 way. Simplify slightly.
7399 * Makefile.tpl: Make more variables substitutable in an
7400 autoconf-friendly way.
7401 * Makefile.in: Regenerate.
7402
7403 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7404
7405 (Continuing slow-motion replay)
7406 * configure.in (v810*): Remove special setting of tools.
7407
7408 * configure: Add support for extra required flags for ar or nm.
7409 * configure.in (aix4.3+): Use above support for target-specific
7410 issues, rather than using config/mt-aix43.
7411
7412 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7413
7414 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
7415 * configure: Remove 'removing', which doesn't work. Replace $subdir
7416 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7417 with $srcdir. Reformat indentation. Substitute some variables
7418 formerly hard-coded in the Makefile for build=host.
7419 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7420 * Makefile.def: Autogenerate more.
7421 * Makefile.in: Regenerate.
7422
7423 2002-11-13 Bruce Korb <bkorb@gnu.org>
7424
7425 * Makefile.tpl: syntactic cleanup
7426
7427 2002-11-04 Kevin Buettner <kevinb@redhat.com>
7428
7429 * Makefile.def (host_modules): Add rda.
7430 * Makefile.in: Regenerate.
7431 * configure.in (target_tool): Add target-rda to list.
7432
7433 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
7434
7435 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
7436 and restrap targets to this rule.
7437 * Makefile.in: Regenerate.
7438
7439 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
7440
7441 * configure.in (i[3456]86-*-linux*): Add check to disable
7442 ${libgcj} for glibc1.
7443
7444 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
7445
7446 * configure.in: Add tic4x target.
7447
7448 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
7449
7450 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7451 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7452 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7453 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7454 * Makefile.in: Regenerate.
7455
7456 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7457
7458 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7459 * Makefile.in: Regenerate.
7460
7461 * Makefile.def: Remove order dependency comments.
7462 * Makefile.tpl: Add explicit install-install dependencies.
7463 * Makefile.in: Regenerate.
7464
7465 * Makefile.tpl: Remove material now in src-release. (Finally!)
7466 * Makefile.in: Regenerate.
7467
7468 * configure: Restore my original patch by syncing with gcc version.
7469
7470 * Bring following over from gcc:
7471
7472 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
7473
7474 * configure.in (s390*-*-linux*): Enable libgcj.
7475
7476 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7477
7478 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
7479
7480 2002-10-02 Alan Modra <amodra@bigpond.net.au>
7481
7482 * configure: Move stray lines back to where they belong.
7483
7484 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
7485
7486 * Makefile.tpl: Insert configure-target target, for src-release.
7487
7488 * configure: Finish reverting change which Andrew Cagney started
7489 reverting. Should fix bustage.
7490
7491 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7492 * src-release: New file. Contains material for making net
7493 releases for gdb, binutils, et al., formerly in Makefile.in.
7494
7495 2002-09-30 Nick Clifton <nickc@redhat.com>
7496
7497 * cpu: New top level directory. Intended to hold input files for
7498 CGEN which have FSF copyright assignment.
7499 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7500
7501 2002-09-29 Andrew Cagney <ac131313@redhat.com>
7502
7503 Revert below (note that src does not contain Makefile.tpl):
7504 * Makefile.tpl: Make subsituted variables more autoconfy.
7505 * Makefile.in: Regenerate.
7506
7507 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
7508
7509 * configure: Revert accidentally applied changes.
7510
7511 * Makefile.tpl: Make more autoconf-friendly.
7512 * Makefile.in: Regenerate.
7513 * configure: Make substitution more autoconf-like.
7514
7515 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
7516
7517 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7518 single entry to handle all these.
7519 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
7520 libjava on arm-*-elf.
7521
7522 2002-09-27 Geoffrey Keating <geoffk@apple.com>
7523
7524 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7525 things that depend on them.
7526
7527 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7528
7529 * Makefile.tpl: Make subsituted variables more autoconfy.
7530 * Makefile.in: Regenerate.
7531 * configure: Make seds more autoconfy.
7532
7533 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7534
7535 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7536 * Makefile.in: Regenerate.
7537 * configure.in: Rewrite sed statements to look autoconfy.
7538
7539 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7540 all-target-foo on configure-target-foo.
7541 * Makefile.def: Ditto.
7542 * Makefile.in: Rebuild.
7543
7544 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
7545
7546 * Makefile.def: New file.
7547 * Makefile.tpl: New file.
7548 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7549
7550 * configure.in: Minor rearrangement. Simplify tests.
7551
7552 2002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
7553
7554 * configure.in (with_headers): Skip copy if value is "yes".
7555 (with_libs): Likewise.
7556
7557 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7558
7559 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7560 * configure.in (sh*-*-pe*): Ditto.
7561 * configure.in (mips*-*-pe*): Ditto.
7562 * configure.in (*arm-wince-pe): Ditto.
7563
7564 * configure.in: Rearrange.
7565
7566 2002-09-12 Nick Clifton <nickc@redhat.com>
7567
7568 * Import these changes from the config master repository:
7569
7570 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
7571
7572 * config.sub: Add tic4x target.
7573
7574 2002-09-03 Ben Elliston <bje@redhat.com>
7575
7576 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
7577 Reported by <Duncan_Stodart@insession.com>.
7578
7579 2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
7580
7581 * COPYING.NEWLIB: More updates.
7582
7583 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
7584
7585 * COPYING.NEWLIB: Update.
7586
7587 2002-08-23 Andrew Cagney <ac131313@redhat.com>
7588
7589 * texinfo/texinfo.tex: Import version 2002-06-04.06.
7590
7591 * config.guess: Import version 2002-08-23.
7592 * config.sub: Import version 2002-08-22.
7593
7594 2002-08-20 Alexandre Oliva <aoliva@redhat.com>
7595
7596 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7597 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7598 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7599
7600 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
7601
7602 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7603
7604 2002-08-04 H.J. Lu (hjl@gnu.org)
7605
7606 * configure.in (mips*-*-linux*): Don't skip target-libffi.
7607
7608 2002-07-31 Alan Modra <amodra@bigpond.net.au>
7609
7610 * configure.in: Move generic linux case to end. Copy generic
7611 linux noconfigdirs to mips*-*-linux* entry and new
7612 powerpc64*-*-linux* entry. Add target-libffi for the latter.
7613
7614 2002-07-19 Chris Demetriou <cgd@broadcom.com>
7615
7616 * MAINTAINERS: Clarify on config.guess and config.sub, and add
7617 one instance of them which was missed to the list to update.
7618
7619 2002-07-16 Chris Demetriou <cgd@broadcom.com>
7620
7621 * config.guess: Update to 2002-07-09 version.
7622 * config.sub: Update to 2002-07-03 version.
7623
7624 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
7625
7626 * configure.in: Remove two redundant tests.
7627
7628 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7629
7630 * configure.in (mips*-*-irix6*o32): Enable stabs.
7631
7632 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
7633
7634 * configure.in: Don't build grez.
7635 * Makefile.in: Ditto.
7636
7637 * Makefile.in: Remove references to bsp, cygmon, libstub.
7638 * configure.in: Ditto.
7639
7640 * configure.in: Remove leftover reference to gdbtest.
7641
7642 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
7643
7644 * configure.in (gxx_include_dir): Change to match versioned
7645 C++ headers if --enable-version-specific-runtime-libs is used.
7646
7647 2002-07-04 Steve Ellcey <sje@cup.hp.com>
7648
7649 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7650
7651 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
7652
7653 * configure.in: Make --without-x work.
7654
7655 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
7656
7657 * contrib: New directory. Created to contain a copy of the
7658 texi2pod.pl script so that it is in the same place as the version in
7659 the FSF GCC sources.
7660
7661 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
7662
7663 * configure.in: Rearrange target Makefile fragment collection.
7664
7665 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7666 cvs[src].
7667 * configure.in: Ditto.
7668
7669 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
7670
7671 * Makefile.in: Eliminate 'apache' targets.
7672 * configure.in: Eliminate 'apache' targets.
7673
7674 * configure.in: Eliminate redundant tests. Reorganize.
7675
7676 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7677
7678 * config-ml.in: Eliminate references to Cygnus configure.
7679
7680 * Makefile.in: Eliminate references to building emacs.
7681
7682 2002-07-01 Denis Chertykov <denisc@overta.ru>
7683
7684 * configure.in: Add support for ip2k.
7685
7686 2002-06-24 Ben Elliston <bje@redhat.com>
7687
7688 * configure.in (host_tools): Remove cgen.
7689
7690 * Makefile.in (all-cgen): Remove; runs from its source directory.
7691 (check-cgen, install-cgen, clean-cgen): Likewise.
7692 (all-opcodes): No not depend on all-cgen.
7693 (all-sim): Likewise.
7694
7695 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
7696
7697 * configure.in: Fix AIX configury bug.
7698
7699 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7700
7701 * configure.in: Replace ${topsrcdir} with ${srcdir}.
7702
7703 * configure.in: Move definition of libstdcxx_flags right above
7704 usage, rather than way earlier.
7705
7706 * configure.in: Pull definition of is_cross_compiler earlier.
7707
7708 * configure.in: Rearrange a little.
7709
7710 * configure.in: Remove references to librx.
7711 * Makefile.in: Remove references to librx.
7712
7713 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7714
7715 * configure.in: Eliminate ${gasdir} variable.
7716
7717 2002-06-18 Dave Brolley <brolley@redhat.com>
7718
7719 * configure.in: Add support for frv.
7720 * config.sub: Add support for frv.
7721
7722 2002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7723
7724 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7725
7726 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7727
7728 * configure.in (vax-*-netbsd*): Re-enable gas.
7729
7730 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
7731
7732 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7733 BUILD_PREFIX_1, to correct nomenclature.
7734 * configure: Likewise.
7735
7736 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7737 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7738
7739 2002-05-31 Olaf Hering <olh@suse.de>
7740
7741 * config-ml.in: Propogate DESTDIR also.
7742
7743 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
7744
7745 * configure.in (vax-*-netbsd*): Don't build gas for this
7746 platform.
7747
7748 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
7749
7750 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7751 and libgcj for AVR.
7752
7753 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
7754
7755 * config.sub: Add DLX target.
7756
7757 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7758
7759 * config.guess: Update to 2002-05-22 version.
7760 * config.sub: Likewise.
7761
7762 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7763
7764 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7765 * config-ml.in: Likewise.
7766 * configure: Likewise.
7767 * configure.in: Likewise.
7768
7769 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
7770
7771 * configure.in: Simplify makefile fragment collection.
7772
7773 * configure.in: Remove code to build emacs.
7774
7775 * configure.in : Remove --srcdir argument from targargs and buildargs
7776 (it's always overridden in the Makefile anyway). Rearrange a bit.
7777
7778 * configure: Move some logic to configure.in.
7779 * configure.in: Move some logic from configure.
7780
7781 2002-05-07 Jeff Johnston <jjohnstn@redhat.com>
7782
7783 * COPYING.LIBGLOSS: New file.
7784
7785 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
7786
7787 * Makefile.in: Honour DESTDIR.
7788
7789 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
7790
7791 * configure.in (noconfigdirs): Don't disable libgcj on
7792 sparc64-*-solaris* and sparcv9-*-solaris*.
7793
7794 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
7795
7796 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7797
7798 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
7799
7800 * configure.in (FLAGS_FOR_TARGET): Do not add
7801 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7802 on i[3456]86-*-linux*.
7803
7804 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
7805
7806 * configure.in (noconfigdirs): Replace [ ] with test.
7807
7808 * configure.in (noconfigdirs): Do not add target-newlib if
7809 target == i[3456]86-*-linux*, and host == target.
7810
7811 2002-04-29 Mark Mitchell <mark@codesourcery.com>
7812
7813 * config.guess: Updated to 2002-04-26's version.
7814 * config.sub: Updated to 2002-04-26's version.
7815
7816 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
7817
7818 * configure.in: delete reference to absent file
7819
7820 * configure.in: replace '[' with 'test'
7821
7822 * configure.in: Eliminate references to gash.
7823 * Makefile.in: Eliminate references to gash.
7824
7825 * configure.in: remove useless references to 'pic' makefile fragments.
7826
7827 * configure.in: (*-*-windows*) Finish removing.
7828
7829 * configure.in: Eliminate redundant test for libgui.
7830
7831 2002-04-26 Joel Sherrill <joel@OARcorp.com>
7832
7833 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7834 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7835
7836 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
7837
7838 * configure.in: remove references to dead files
7839
7840 2002-04-18 Tom Tromey <tromey@redhat.com>
7841
7842 * configure.in: Disallow configuring libgcj when it is already
7843 installed and we're using Solaris 2.8 linker. Do enable libgcj on
7844 Solaris 2.8 by default. For PR libgcj/6158.
7845
7846 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7847
7848 * configure.in: Move default CC setting out of config/mh-* fragments
7849 directly into here.
7850
7851 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7852
7853 * configure.in: don't even try to configure or make a subdirectory
7854 if there's no configure script for it.
7855
7856 2002-04-15 Mark Mitchell <mark@codesourcery.com>
7857
7858 * MAINTAINERS: Remove chill maintainers.
7859 * Makefile.in (CHILLFLAGS): Remove.
7860 (CHILL_LIB): Remove.
7861 (TARGET_CONFIGDIRS): Remove libchill.
7862 (CHILL_FOR_TARGET): Remove.
7863 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7864 CHILL_LIB.
7865 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7866 (CHECK_TARGET_MODULES): Likewise.
7867 (INSTALL_TARGET_MODULES): Likewise.
7868 (CLEAN_TARGET_MODULES): Likewise.
7869 (configure-target-libchill): Remove.
7870 (all-target-libchill): Remove.
7871 * configure.in (target_libs): Remove target-libchill.
7872 Do not compute CHILL_FOR_TARGET.
7873 * libchill: Remove directory.
7874
7875 2002-04-15 DJ Delorie <dj@redhat.com>
7876
7877 * Makefile.in, configure.in, configure: Sync with gcc, entries
7878 follow...
7879
7880 2002-04-08 Tom Tromey <tromey@redhat.com>
7881
7882 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7883 Fixes PR libgcj/6068.
7884
7885 2002-03-30 Krister Walfridsson <cato@df.lth.se>
7886
7887 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7888
7889 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7890
7891 * configure.in (alpha*-dec-osf*): Enable libgcj.
7892
7893 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
7894
7895 Fix for: PR bootstrap/3591, target/5676
7896 * configure.in (mcore-pe): Disable the configuration of
7897 libstdc++-v3 since exceptions are not supported.
7898
7899 2002-03-20 Anthony Green <green@redhat.com>
7900
7901 * configure.in: Enable libgcj for xscale-elf target.
7902
7903 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
7904
7905 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7906 libjava.
7907 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
7908
7909 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
7910
7911 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
7912 libstdc++-v3 and libjava.
7913
7914 2002-02-11 Adam Megacz <adam@xwt.org>
7915
7916 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
7917 boehm-gc
7918
7919 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
7920
7921 * config.guess: Updated to 2002-01-30's version.
7922 * config.sub: Updated to 2002-02-01's version.
7923 Contribute sh64-elf.
7924 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7925 * configure.in: Added sh64-*-*.
7926
7927 2002-01-17 H.J. Lu <hjl@gnu.org>
7928
7929 * Makefile.in (all-fastjar): Also depend on all-libiberty.
7930 (all-target-fastjar): Also depend on all-target-libiberty.
7931
7932 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
7933
7934 * configure, configure.in: Use temp file for long sed commands.
7935
7936 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
7937
7938 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
7939 libf2c.
7940
7941 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
7942
7943 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
7944
7945 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
7946
7947 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7948
7949 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
7950
7951 * configure: Handle temporary files securely using mkdir.
7952
7953 2001-09-26 Will Cohen <wcohen@redhat.com>
7954
7955 * configure.in (*-*-linux*): Disable configuration of target-newlib
7956 and target-libgloss.
7957
7958 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7959
7960 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
7961 RANLIB.
7962
7963 2001-08-11 Graham Stott <grahams@redhat.com>
7964
7965 * Makefile.in (check-c++): Add missing semicolon.
7966
7967 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
7968
7969 * configure.in (sh-*-linux*): New.
7970
7971 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7972
7973 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7974 and libgcj on m68hc11/m68hc12.
7975
7976 2001-06-27 H.J. Lu (hjl@gnu.org)
7977
7978 * Makefile (CFLAGS_FOR_BUILD): New.
7979 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
7980
7981 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
7982
7983 * configure.in (libstdcxx_flags): Do not try to execute
7984 libstdc++-v3/testsuite_flags until it exists.
7985
7986 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
7987
7988 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
7989
7990 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
7991
7992 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
7993
7994 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
7995
7996 * configure.in: Move *-chorusos target case to the proper switch.
7997 Disable libgcj.
7998
7999 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8000
8001 * Makefile.in (STAGE1_CFLAGS): Pass down.
8002
8003 2001-04-13 Alan Modra <amodra@one.net.au>
8004
8005 * config.guess: Add hppa64-linux support. Note for next import that
8006 this is already in the master file.
8007 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8008
8009 2001-03-22 Colin Howell <chowell@redhat.com>
8010
8011 * Makefile.in (DO_X): Do not backslash single-quotes in
8012 backquotes (two places).
8013
8014 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
8015
8016 * Makefile.in (DO_X): Quote nested quotes.
8017
8018 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
8019
8020 * Makefile.in (DO_X): Use double quotes for quoting
8021 "RANLIB=$${RANLIB}".
8022
8023 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8024
8025 * configure.in: Only use `lang_requires' for languages athat are
8026 actually enabled.
8027
8028 2001-03-07 Tom Tromey <tromey@redhat.com>
8029
8030 * configure.in: Allow config-lang.in to set `lang_requires' to list
8031 of other required languages.
8032
8033 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
8034
8035 * Makefile.in: Remove RANLIB definition. Use RANLIB
8036 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8037 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8038
8039 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8040 Alexandre Oliva <aoliva@redhat.com>
8041
8042 * Makefile.in (check-c++): Use tabs, not spaces.
8043
8044 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8045
8046 * Makefile.in (check-c++): New rule.
8047
8048 * configure.in (target_libs): Remove libg++.
8049 (noconfigdirs): Remove libg++.
8050 (noconfigdirs): Same.
8051 (noconfigdirs): Same.
8052 (noconfigdirs): Same.
8053
8054 * config-ml.in: Remove libg++ references.
8055
8056 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8057 (ALL_TARGET_MODULES): Same.
8058 (configure-target-libg++): Remove.
8059 (all-target-libg++): Remove.
8060 (configure-target-libio): Remove.
8061 (all-target-libio): Remove.
8062 (check-target-libio): Remove.
8063 (.PHONY): Remove.
8064 (libg++.tar.bz2): Remove.
8065 (all-target-cygmon): Remove libio.
8066 (all-target-libstdc++): Remove.
8067 (configure-target-libstdc++): Remove.
8068 (TARGET_LIB_PATH): Remove libstdc++.
8069 (ALL_GCC_CXX): Remove libstdc++.
8070 (all-target-gperf): Correct.
8071
8072 2001-02-15 Anthony Green <green@redhat.com>
8073
8074 * configure: Introduce GCJ_FOR_TARGET.
8075 * configure.in: Ditto.
8076 * Makefile.in: Ditto.
8077
8078 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8079
8080 * configure.in: for *-chorusos, don't config target-newlib and
8081 target-libgloss.
8082
8083 2001-02-04 Mark Mitchell <mark@codesourcery.com>
8084
8085 Remove V2 C++ library.
8086 * configure.in: Remove --enable-libstdcxx_v3 support.
8087
8088 2001-01-27 Richard Henderson <rth@redhat.com>
8089
8090 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8091
8092 2001-01-26 Tom Tromey <tromey@redhat.com>
8093
8094 * configure.in: Allow libgcj to be built on Sparc Solaris.
8095
8096 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8097
8098 * configure.in: Enable libgcj on several additional platforms.
8099
8100 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8101
8102 * configure.in: Enable libgcj for linux targets.
8103
8104 2001-01-09 Mike Stump <mrs@wrs.com>
8105
8106 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8107 failures of subdirectories.
8108
8109 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8110
8111 * configure: handle DOS-style absolute paths.
8112
8113 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8114
8115 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8116
8117 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8118
8119 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8120 (libstdcxx_incdir): Pass down.
8121 * config.if: Remove expired bits for cxx_interface, add stub.
8122 (libstdcxx_incdir): Add variable for g++ include directory.
8123 * configure.in (gxx_include_dir): Use it.
8124
8125 2000-12-15 Andreas Jaeger <aj@suse.de>
8126
8127 * configure.in: Handle lang_dirs.
8128
8129 2000-12-13 Anthony Green <green@redhat.com>
8130
8131 * configure.in: Disable libgcj for any target not specifically
8132 listed. Disable libgcj for x86 and Alpha Linux until compatible
8133 with g++ abi.
8134
8135 2000-12-13 Mike Stump <mrs@wrs.com>
8136
8137 * Makefile.in (local-distclean): Also remove fastjar.
8138
8139 2000-12-10 Anthony Green <green@redhat.com>
8140
8141 * configure.in: Define libgcj. Disable libgcj target libraries for
8142 most targets.
8143
8144 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8145
8146 * configure.in (target_libs): Revert 2000-12-08 patch.
8147 (noconfigdirs): Added target-libjava.
8148
8149 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8150
8151 * Makefile.in: handle DOS-style absolute paths.
8152
8153 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8154
8155 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8156 libjava.
8157 * configure.in (target_libs): Removed `target-libjava'.
8158
8159 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8160
8161 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8162 (ALL_MODULES): Added fastjar.
8163 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8164 (all-target-libjava): all-fastjar replaces all-zip.
8165 (all-fastjar): Added.
8166 (configure-target-fastjar, all-target-fastjar): Likewise.
8167 * configure.in (host_tools): Added fastjar.
8168
8169 2000-12-07 Mike Stump <mrs@wrs.com>
8170
8171 * Makefile.in (local-distclean): Remove leftover built files.
8172
8173 2000-11-16 Fred Fish <fnf@be.com>
8174
8175 * configure.in (enable_libstdcxx_v3): Fix typo,
8176 libstd++ -> libstdc++.
8177
8178 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8179
8180 * configure: Provide the original toplevel configure arguments
8181 (including $0) to subprocesses in the environment rather than
8182 through gcc/configargs.h.
8183
8184 2000-11-12 Mark Mitchell <mark@codesourcery.com>
8185
8186 * configure: Turn on libstdc++ V3 by default.
8187
8188 2000-10-16 Michael Meissner <meissner@redhat.com>
8189
8190 * configure (gcc/configargs.h): Only create if there is a build GCC
8191 directory created.
8192
8193 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
8194
8195 * configure: Save configure arguments to gcc/configargs.h.
8196
8197 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
8198
8199 * Makefile.in (bootstrap): avoid recursion if subdir missing
8200 (cross): ditto
8201 (do-proto-toplev): ditto
8202
8203 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8204
8205 * configure.in: Do not build byacc for hppa64. Provide paths to the
8206 X11 libraries for hppa64.
8207
8208 2000-09-02 Anthony Green <green@cygnus.com>
8209
8210 * Makefile.in (all-gcc): Depend on all-zlib.
8211 (CLEAN_MODULES): Add clean-zlib.
8212 (ALL_MODULES): Add all-zlib.
8213 * configure.in (host_libs): Add zlib.
8214
8215 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
8216
8217 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8218 $targargs to tell whether newlib is going to be built.
8219
8220 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8221 $$r/TARGET_SUBDIR/libio for _G_config.h.
8222
8223 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8224
8225 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8226
8227 * configure: Make enable_threads and enable_shared defaults
8228 explicit. Substitute enable_threads into generated Makefiles.
8229 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8230 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8231
8232 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
8233
8234 * configure.in: Re-enable all references to libg++ and librx.
8235
8236 2002-04-09 Loren James Rittle <rittle@labs.mot.com>
8237
8238 * configure.in: Add *-*-freebsd* configurations.
8239
8240 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8241
8242 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8243 (do-tar, do-bz2): New rules.
8244 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8245 (gdb-tar): New rule.
8246 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8247 (insight_dejagnu.tar): New rule.
8248 (insight.tar): New rule.
8249 (gdb+dejagnu.tar): New rule.
8250 (gdb.tar): New rule.
8251
8252 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8253
8254 * MAINTAINERS: Update dejagnu/
8255
8256 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
8257
8258 * ltmain.sh (relink_command): Fix typo in previous change.
8259
8260 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
8261
8262 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8263 (relink_command): Added --tag flags.
8264 (mode=install): If relinking fails; error out.
8265
8266 2002-03-12 Richard Henderson <rth@redhat.com>
8267
8268 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8269 .NOTPARALLEL tag.
8270 (do-check): Rename from check.
8271 (check): Allow parallel check.
8272
8273 2002-03-11 Richard Henderson <rth@redhat.com>
8274
8275 * Makefile.in (.NOTPARALLEL): Add fake tag.
8276
8277 2002-03-07 H.J. Lu (hjl@gnu.org)
8278
8279 * configure.in: Enable gprof for mips*-*-linux*.
8280
8281 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8282
8283 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8284 libjava.
8285 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8286
8287 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8288
8289 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8290
8291 2002-02-23 Daniel Jacobowitz <drow@mvista.com>
8292
8293 * config.guess: Import from master sources, rev 1.232.
8294 * config.sub: Import from master sources, rev 1.246.
8295
8296 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
8297
8298 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8299 because its Makefile is there; test for the executable instead.
8300
8301 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8302
8303 Contribute sh64-elf.
8304 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8305 * configure.in: Added sh64-*-*.
8306
8307 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8308
8309 * COPYING.NEWLIB: Remove advertising clause from
8310 Berkeley and Red Hat licenses.
8311
8312 2002-02-01 Mo DeJong <supermo@bayarea.net>
8313
8314 * Makefile.in: Add all-tix to deps for all-snavigator
8315 so that tix is built when building snavigator.
8316
8317 2002-02-01 Ben Elliston <bje@redhat.com>
8318
8319 * config.guess: Import from master sources, rev 1.229.
8320 * config.sub: Import from master sources, rev 1.240.
8321
8322 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
8323
8324 From Steve Ellcey <sje@cup.hp.com>:
8325 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8326 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8327 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8328 IA64.
8329 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8330 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8331 soname_spec, sys_lib_search_path_spec): Ditto.
8332
8333 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8334
8335 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8336 target-libiberty, and target-libgloss. Skip Java-related
8337 libraries if not supported for NetBSD on target CPU.
8338
8339 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8340
8341 * configure.in: Import StrongARM and XScale target_configdirs from
8342 FSF GCC version.
8343
8344 2002-01-16 H.J. Lu (hjl@gnu.org)
8345
8346 * config.guess: Import from master sources, rev 1.225.
8347 * config.sub: Import from master sources, rev 1.238.
8348
8349 * MAINTAINERS: Updated notes on config.guess and config.sub.
8350
8351 2002-01-11 Steve Ellcey <sje@cup.hp.com>
8352
8353 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8354 ld and gdb are not supported.
8355
8356 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8357
8358 * Change reference to Cygnus Solutions to be Red Hat.
8359
8360 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8361
8362 * COPYING.NEWLIB: Update generic copyright date.
8363
8364 2002-01-07 Mark Salter <msalter@redhat.com>
8365
8366 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8367 Allow target-libgloss to be built for arm, strongarm, and xscale.
8368
8369 2002-01-03 Ben Elliston <bje@redhat.com>
8370
8371 * MAINTAINERS: Update URL for config.* scripts.
8372
8373 2001-12-18 Alan Modra <amodra@bigpond.net.au>
8374
8375 * config.sub: Import latest version.
8376 * config.guess: Likewise.
8377
8378 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8379
8380 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8381 options for i[3456]86-pc-linux* native builds.
8382
8383 2001-12-05 Laurent Guerby <guerby@acm.org>
8384
8385 * MAINTAINERS: gcc adopts symlink-tree, refer more to
8386 libiberty.
8387
8388 Import this patch from gcc:
8389
8390 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8391
8392 * symlink-tree: handle DOS-style absolute paths.
8393
8394 2001-11-28 DJ Delorie <dj@redhat.com>
8395 Zack Weinberg <zack@codesourcery.com>
8396
8397 When build != host, create libiberty for the build machine.
8398
8399 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8400 CONFIG_ARGUMENTS.
8401 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8402 New variables.
8403 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8404 and rules.
8405 (all.normal): Depend on ALL_BUILD_MODULES.
8406 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8407 (all-build-libiberty): Depend on configure-build-libiberty.
8408
8409 * configure: Calculate and substitute proper value for
8410 ALL_BUILD_MODULES.
8411 * configure.in: Create the build subdirectory.
8412 Calculate and substitute TARGET_CONFIGARGS (formerly
8413 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8414
8415 2001-11-26 Geoffrey Keating <geoffk@redhat.com>
8416
8417 * config.sub: Update to version 1.232 on subversion.
8418
8419 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
8420
8421 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8422 files from .po files for a distribution.
8423
8424 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
8425
8426 * COPYING.NEWLIB: Mention preserved notice in specific parts.
8427
8428 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
8429
8430 Merged from net gcc:
8431 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
8432 * ltcf-c.sh: Use $objext, not $ac_objext.
8433 2001-07-27 Mark Kettenis <kettenis@gnu.org>
8434 * ltcf-cxx.sh: Add support for GNU.
8435 2001-07-22 Timothy Wall <twall@redhat.com>
8436 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
8437 default settings if using GNU tools with that configuration.
8438 * ltcf-cxx.sh: Ditto.
8439 * ltcf-gcj.sh: Ditto.
8440 2001-07-21 Michael Chastain <chastain@redhat.com>
8441 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8442 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
8443 * ltmain.sh: Mark as gcc-local.
8444
8445 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
8446
8447 * Makefile.in (all-bison): Revert 2001-10-24.
8448 Don't depend on texinfo.
8449
8450 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
8451
8452 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
8453
8454 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
8455
8456 * configure.in (--enable-languages): Be more permissive about
8457 syntax. Check for empty lists better. Warn about $LANGUAGES.
8458
8459 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
8460
8461 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8462
8463 2001-10-24 Jeff Holcomb <jeffh@redhat.com>
8464
8465 Makefile.in (all-bison): Don't depend on texinfo.
8466
8467 2001-10-03 Alan Modra <amodra@bigpond.net.au>
8468
8469 * gettext.m4: Test po/POTFILES.in exists before trying to read.
8470
8471 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
8472
8473 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8474
8475 2001-09-28 Hans-Peter Nilsson <hp@axis.com>
8476
8477 * config.sub, config.guess: Import latest from subversions.
8478
8479 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
8480
8481 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8482 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8483 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8484 avoid quotes nesting problems.
8485 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8486 (DO_X): Export only variables that are set.
8487
8488 2001-09-19 Ben Elliston <bje@redhat.com>
8489
8490 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8491 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8492 semantics. Use the shell built-in "type" command instead.
8493
8494 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8495
8496 * config.sub: Reverted the earlier change, this version is not the
8497 master file.
8498
8499 2001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8500
8501 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
8502 Add support for mips64.
8503
8504 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
8505
8506 * configure.in: Enable libstdc++-v3 for h8300 targets.
8507
8508 2001-08-30 Eric Christopher <echristo@redhat.com>
8509 Jason Eckhardt <jle@redhat.com>
8510
8511 * config.sub: Add support for mipsisa32.
8512
8513 2001-08-30 Eric Christopher <echristo@redhat.com>
8514
8515 * config.sub, config.guess: Import latest from subversions.
8516
8517 2001-08-20 Alan Modra <amodra@bigpond.net.au>
8518
8519 * config.sub, config.guess: Import latest from subversions.
8520
8521 2001-07-26 DJ Delorie <dj@redhat.com>
8522
8523 * MAINTAINERS: Clarify libiberty merge rules and procedures.
8524
8525 2001-06-19 Alan Modra <amodra@bigpond.net.au>
8526
8527 * Makefile.in: Revert 2001-06-17.
8528 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
8529
8530 2001-06-17 H.J. Lu <hjl@gnu.org>
8531
8532 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
8533 (gas+binutils.tar.bz2): Likewise.
8534 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
8535
8536 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
8537
8538 * Makefile.in (VER): When present, extract the version number from
8539 the file version.in.
8540
8541 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
8542
8543 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8544 gcc/xgcc is built, use -print-prog-name to find out the program
8545 name to use.
8546
8547 2001-06-04 Mark Mitchell <mark@codesourcery.com>
8548
8549 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8550 with_gcc]: Use `gcc -shared' to build a shared library.
8551
8552 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
8553
8554 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8555 archives.
8556
8557 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
8558
8559 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
8560 libraries when using g++ with native linker.
8561
8562 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
8563
8564 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8565
8566 2001-05-24 Tom Rix <trix@redhat.com>
8567
8568 * configure.in : enable ld for aix
8569
8570 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
8571
8572 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8573 [aix4*|aix5*]: Prepend blank.
8574
8575 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
8576
8577 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8578 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
8579 of subdir/configure scripts to use the new libtool.m4.
8580
8581 2001-05-14 H.J. Lu <hjl@gnu.org>
8582
8583 * config.if (libc_interface): Set to -libc6.2- for cross
8584 compiling to Linux/glibc 2.2.
8585
8586 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
8587
8588 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8589 libgcj.
8590
8591 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
8592
8593 * configure.in (noconfigdirs): Don't reset it from scratch in the
8594 target case; only append to it.
8595
8596 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
8597
8598 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8599 sparc-*-solaris2.8]: Disable ${libgcj}.
8600
8601 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
8602
8603 * configure.in (libgcj_saved): Copy from $libgcj.
8604 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8605 --disable-libgcj.
8606
8607 2001-04-20 Alexandre Oliva <aoliva@redhat.com>
8608
8609 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8610 1.641.2.228.
8611
8612 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
8613
8614 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8615 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8616
8617 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
8618
8619 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8620 New macros.
8621 (bootstrap, cross): Use RECURSE_FLAGS.
8622 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8623
8624 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
8625
8626 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8627
8628 2001-03-23 Nick Clifton <nickc@redhat.com>
8629
8630 * README-maintainer-mode: Add note about inability to use "make
8631 distclean" in maintainer mode.
8632
8633 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
8634
8635 Re-installed:
8636 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8637 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
8638 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8639 * ltcf-cxx.sh: Likewise.
8640 * ltcf-gcj.sh: Likewise.
8641
8642 2001-03-22 Philip Blundell <philb@gnu.org>
8643
8644 * config.sub, config.guess: Import latest from subversions.
8645
8646 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
8647
8648 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8649 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8650
8651 2001-03-20 Michael Chastain <chastain@redhat.com>
8652
8653 * Makefile.in: all-m4 depends on all-texinfo.
8654
8655 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
8656
8657 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8658
8659 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
8660
8661 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
8662 longer valid.
8663
8664 2001-02-16 Nick Clifton <nickc@redhat.com>
8665
8666 * configure.in (noconfigdirs): Allow configuration of texinfo
8667 for Cygwin hosts.
8668
8669 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
8670
8671 * config.guess: Add linux target for S/390.
8672 * config.sub: Likewise.
8673 * configure.in: Likewise.
8674
8675 2001-02-06 Ben Elliston <bje@redhat.com>
8676
8677 * configure: Output host type to stdout, not stderr.
8678
8679 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8680
8681 * config.guess: Import from subversions.gnu.org (revision 1.181).
8682 * config.sub: Import from subversions.gnu.org (revision 1.199).
8683
8684 2001-01-30 Alan Modra <alan@linuxcare.com.au>
8685
8686 * config.guess: Handle hppa64-linux systems.
8687
8688 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8689
8690 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8691 Don't unset, it's non-portable and no longer necessary, set to empty
8692 instead.
8693
8694 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8695
8696 * ltconfig: Shell portability fix for the tagname validity check.
8697
8698 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8699
8700 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8701
8702 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
8703
8704 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8705 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8706
8707 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
8708
8709 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8710 keep at least one of build_libtool_libs or build_old_libs set to
8711 yes.
8712
8713 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
8714
8715 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8716 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8717
8718 2000-11-07 Philip Blundell <pb@futuretv.com>
8719
8720 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8721
8722 2000-11-03 Philip Blundell <pb@futuretv.com>
8723
8724 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8725 files.
8726
8727 2001-01-15 Jeff Johnston <jjohnstn@redhat.com>
8728
8729 * COPYING.NEWLIB: Put into source repository.
8730
8731 2001-01-15 Ben Elliston <bje@redhat.com>
8732
8733 * configure.in (host_tools): Add sid.
8734 Always configure cgen.
8735 * Makefile.in (all-sid): New target.
8736 (check-sid, clean-sid, install-sid): Likewise.
8737
8738 2001-01-07 Andreas Jaeger <aj@suse.de>
8739
8740 * config.sub, config.guess: Update from subversions.
8741
8742 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
8743
8744 * configure.in: Disable language-specific target libraries for
8745 languages that aren't enabled.
8746
8747 2000-11-24 Nick Clifton <nickc@redhat.com>
8748
8749 * configure.in (xscale-elf): Add target.
8750 (xscale-coff): Add target.
8751 (c4x, c5x, tic54x): Move after ARM targets.
8752
8753 2000-11-23 Alexandre Oliva <aoliva@redhat.com>
8754
8755 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
8756
8757 2000-11-20 Ian Lance Taylor <ian@zembu.com>
8758
8759 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
8760
8761 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
8762
8763 * Makefile.in: Merge with GCC and libgcj.
8764 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
8765 configure-target-<library> when their configure scripts need the C
8766 or C++ library to have already been built to work properly.
8767 (do_proto_toplev): Set them to an empty string.
8768
8769 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
8770
8771 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8772 (REALLY_SET_LIB_PATH): Use them.
8773
8774 2000-11-06 Christopher Faylor <cgf@cygnus.com>
8775
8776 * config.sub: Add support for Sun Chorus
8777
8778 2000-11-02 Per Lundberg <plundis@chaosdev.org>
8779
8780 * config.sub: Add support for the *-storm-chaos OS.
8781
8782 2000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
8783
8784 * configure.in (noconfigdirs): Don't compile some
8785 of the libraries for 68HC11 & 68hc12 targets.
8786
8787 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
8788
8789 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
8790 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
8791 all affected `configure' scripts.
8792
8793 2000-09-25 Alexandre Oliva <aoliva@redhat.com>
8794
8795 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
8796 ltcf-c.sh.
8797
8798 2000-09-12 Philip Blundell <philb@gnu.org>
8799
8800 * config.sub, config.guess: Update from subversions.
8801
8802 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
8803
8804 * Makefile.in (all-zlib): Added dummy target.
8805
8806 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
8807 multi-language branch.
8808
8809 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
8810
8811 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8812 (bootstrap*): Depend on all-bootstrap.
8813
8814 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
8815
8816 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8817 crosses, but add gcc/include to the header search path for them.
8818
8819 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
8820
8821 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
8822 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
8823 * gettext.m4: New file, extracted from aclocal.m4.
8824
8825 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
8826
8827 * config-ml.in (CC, CXX): Avoid trailing whitespace.
8828 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
8829 sub-configures.
8830
8831 2000-08-20 Doug Evans <dje@casey.transmeta.com>
8832
8833 * Makefile.in (ALL_MODULES): Add all-cgen.
8834 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8835 (all-cgen): New target.
8836 (all-opcodes,all-sim): Depend on all-cgen.
8837 * configure.in (host_tools): Add cgen.
8838 Only configure cgen if --enable-cgen-maint.
8839
8840 2000-08-17 Alexandre Oliva <aoliva@redhat.com>
8841
8842 * config-ml.in (CC, CXX): Don't introduce a leading space.
8843
8844 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
8845
8846 * configure.in (libstdcxx_flags): Use
8847 libstdc++-v3/src/libstdc++.INC.
8848
8849 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
8850
8851 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
8852
8853 2000-08-11 Jason Merrill <jason@redhat.com>
8854
8855 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
8856 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
8857 (FLAGS_FOR_TARGET): Not here.
8858 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
8859
8860 2000-08-07 DJ Delorie <dj@redhat.com>
8861
8862 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
8863 "if we're also building gcc, and it's a gcc that will run on the
8864 build machine, we want to use its includes instead of the system's
8865 default includes".
8866
8867 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
8868
8869 * configure.in (libstdcxx_flags): Don't use `"'.
8870
8871 * config-ml.in: Adjust multilib search paths to the
8872 appropriate multilib tree.
8873
8874 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
8875
8876 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
8877 commas in $LANGUAGES.
8878
8879 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
8880
8881 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
8882
8883 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
8884
8885 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
8886 CXX_FOR_TARGET for sed.
8887
8888 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
8889
8890 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
8891 Do not override if already set in the environment or in configure.
8892 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
8893 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
8894
8895 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
8896
8897 * Makefile.in (FLAGS_FOR_TARGET): New macro.
8898 (GCC_FOR_TARGET): Use it.
8899 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
8900 * configure.in: ... here.
8901 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
8902 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
8903
8904 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
8905
8906 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
8907 (configure-target-libchill, configure-target-libobjc): Likewise.
8908
8909 * configure.in: Use the same cache file for all target libs.
8910 * config-ml.in: But different cache files per multilib variant.
8911
8912 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8913
8914 * configure (topsrcdir): Don't use dirname.
8915
8916 2000-07-20 Jason Merrill <jason@redhat.com>
8917
8918 * configure.in: Remove all references to libg++ and librx.
8919
8920 * configure, configure.in, Makefile.in: Unify gcc and binutils.
8921
8922 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
8923
8924 * config.sub: Update to subversions version 2000-07-06.
8925
8926 2000-07-12 Andrew Haley <aph@cygnus.com>
8927
8928 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
8929 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
8930
8931 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
8932
8933 * symlink-tree: Check number of arguments.
8934
8935 2000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
8936
8937 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
8938
8939 2000-07-05 Jim Wilson <wilson@cygnus.com>
8940
8941 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
8942 search path for a g++ extracted from the build tree. This
8943 will allow link tests run by configure scripts in
8944 subdirectories to succeed.
8945
8946 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
8947
8948 * ltconfig: Add support for mips-dde-sysv4.2MP
8949
8950 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
8951
8952 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
8953 `os2'. Force ac_cv_exeext to be ".exe" in that case.
8954
8955 2000-06-19 Timothy Wall <twall@cygnus.com>
8956
8957 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
8958 * config.sub: Add tic54x target.
8959
8960 2000-06-07 Phillip Thomas <pthomas@suse.de>
8961
8962 * README-maintainer-mode: New file: Contains notes on using
8963 --enable-maintainer-mode with binutils.
8964
8965 2000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
8966
8967 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
8968
8969 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
8970
8971 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8972 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
8973
8974 20000-05-21 H.J. Lu (hjl@gnu.org)
8975
8976 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8977 directory are used if they exist. Make sure
8978 $(build_tooldir)/include is searched for header files,
8979 $(build_tooldir)/lib/ for library files.
8980 (GCC_FOR_TARGET): Likewise.
8981 (CXX_FOR_TARGET): Likewise.
8982
8983 2000-05-18 Jeffrey A Law (law@cygnus.com)
8984
8985 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8986
8987 2000-05-17 Alexandre Oliva <aoliva@cygnus.com>
8988
8989 * Makefile.in (configure-target-libiberty): Depend on
8990 configure-target-newlib.
8991
8992 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
8993
8994 * configure.in, Makefile.in: Merge all libffi-related
8995 configury stuff from the libgcj tree.
8996
8997 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
8998
8999 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9000 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9001
9002 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9003
9004 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9005 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9006 current version information. Add to proto-toplev directory.
9007 (gdb-taz): Build do-djunpack.
9008
9009 2000-05-15 David Edelsohn <edelsohn@gnu.org>
9010
9011 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9012
9013 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9014
9015 * ltmain.sh: Preserve in relink_command any environment
9016 variables that may affect the linker behavior.
9017
9018 2000-05-12 Jeffrey A Law (law@cygnus.com)
9019
9020 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9021
9022 2000-05-10 Jim Wilson <wilson@cygnus.com>
9023
9024 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9025
9026 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9027
9028 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9029 with the version name.
9030
9031 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
9032
9033 * config.if: Tweak.
9034
9035 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
9036
9037 * djunpack.bat: New file.
9038
9039 2000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
9040
9041 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9042 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9043 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9044 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9045
9046 2000-04-16 Dave Pitts <dpitts@cozx.com>
9047
9048 * config.sub (case $basic_machine): Change default for "ibm-*"
9049 to "openedition".
9050
9051 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
9052
9053 * Makefile.in (gdb-taz): New target. GDB specific archive.
9054 (do-md5sum): New target.
9055 (MD5PROG): Define.
9056 (PACKAGE): Default to TOOL.
9057 (VER): Default to a shell script.
9058 (taz): Rewrite target. Move real work to do-proto-toplev. Include
9059 md5 checksum generation.
9060 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9061 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9062 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9063 insight.tar.bz2): Use gdb-taz to create archive.
9064
9065 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
9066
9067 * configure (warn_cflags): Delete.
9068
9069 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
9070 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
9071
9072 * configure.in (enable_libstdcxx_v3): Add.
9073 (target_libs): Add bits here to switch between libstdc++-v2 and
9074 libstdc++-v3.
9075 * config.if: And this file too.
9076 * Makefile.in: Add libstdc++-v3 targets.
9077
9078 2000-04-05 Michael Meissner <meissner@redhat.com>
9079
9080 * config.sub (d30v): Add d30v as a basic machine type.
9081
9082 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
9083
9084 * configure.in: -linux-gnu*, not -linux-gnu.
9085
9086 2000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
9087
9088 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9089 (do-tar-bz2): Replace TOOL with PACKAGE.
9090 (gdb.tar.bz2): Remove GDBTK from GDB package.
9091 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9092 dejagnu.tar.bz2): New packages.
9093
9094 2000-02-27 Andreas Jaeger <aj@suse.de>
9095
9096 * configure.in: Add entry for mips*-*-linux*, move catch all
9097 *-*-*linux* entry below this one.
9098
9099 2000-02-27 Ian Lance Taylor <ian@zembu.com>
9100
9101 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9102
9103 2000-02-24 Nick Clifton <nickc@cygnus.com>
9104
9105 * config.sub: Support an OS of "wince".
9106
9107 2000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
9108
9109 * config.guess, config.sub: Updated to match config's 2000-02-15
9110 version.
9111
9112 2000-02-23 Linas Vepstas <linas@linas.org>
9113
9114 * config.sub: Add support for Linux/IBM 370.
9115 * configure.in: Likewise.
9116
9117 2000-02-22 Nick Clifton <nickc@cygnus.com>
9118
9119 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9120
9121 2000-02-20 Christopher Faylor <cgf@cygnus.com>
9122
9123 * config.guess: Guess "cygwin" rather than "cygwin32".
9124
9125 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9126
9127 * configure (gcc_version): When setting, narrow search to
9128 lines containing `version_string'.
9129
9130 2000-02-15 Denis Chertykov <denisc@overta.ru>
9131
9132 * config.sub: Add support for avr target.
9133
9134 2000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
9135
9136 * config.sub: Add mmix-knuth-mmixware.
9137
9138 2000-01-27 Christopher Faylor <cgf@redhat.com>
9139
9140 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9141 structure stuff to -L library search.
9142 (CXX_FOR_TARGET): Ditto.
9143 (CROSS_CHECK_MODULES): Fix spelling mistake.
9144
9145 2000-01-24 Mark Mitchell <mark@codesourcery.com>
9146
9147 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9148 the C++ compiler.
9149
9150 2000-01-12 Richard Henderson <rth@cygnus.com>
9151
9152 * configure.in: Don't build some bits for beos.
9153
9154 2000-01-12 Joel Sherrill (joel@OARcorp.com)
9155
9156 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9157 as include files.
9158
9159 2000-01-06 Geoff Keating <geoffk@cygnus.com>
9160
9161 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9162 not mh-aix43.
9163
9164 1999-12-14 Richard Henderson <rth@cygnus.com>
9165
9166 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9167 * config.sub: Accept alphaev[78], alphaev8.
9168
9169 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9170
9171 * config.guess, config.sub: Update from autoconf.
9172
9173 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9174
9175 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9176 necessary libraries are missing.
9177
9178 1999-10-25 Andreas Schwab <schwab@suse.de>
9179
9180 * configure: Fix quoting inside arguments of eval.
9181
9182 1999-10-21 Nick Clifton <nickc@cygnus.com>
9183
9184 * config-ml.in: Allow suppression of some ARM multilibs.
9185
9186 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9187
9188 * config.guess: Add OS/390 match pattern.
9189 * config.sub: Add mvs, openedition targets.
9190 * configure.in (i370-ibm-opened*): New.
9191
9192 1999-09-04 Steve Chamberlain <sac@pobox.com>
9193
9194 * config.sub: Add support for configuring for pj.
9195
9196 1999-08-31 Nick Clifton <nickc@cygnus.com>
9197
9198 * config.sub (maybe_os): Add support for configuring for fr30.
9199
9200 1999-08-25 Nick Clifton <nickc@cygnus.com>
9201
9202 * configure.in: Do not configure or build ld for AIX
9203 platforms. ld is known to be broken on these platforms.
9204
9205 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9206
9207 * config-ml.in: Pass compiler flag corresponding to multidirs to
9208 subdir configures.
9209
9210 1999-08-09 Ian Lance Taylor <ian@zembu.com>
9211
9212 * Makefile.in (LDFLAGS): Define.
9213
9214 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9215
9216 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9217 noconfigdirs.
9218 (*-*-cygwin*): Likewise.
9219
9220 1999-08-08 Ian Lance Taylor <ian@zembu.com>
9221
9222 * mkdep: New file.
9223 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9224 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9225
9226 From Eli Zaretskii <eliz@is.elta.co.il>:
9227 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9228 long file name when using DJGPP on MS-DOS.
9229
9230 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9231
9232 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9233
9234 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9235
9236 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9237 dependency as this causes "make check" to globally "make all"
9238
9239 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9240
9241 * configure.in (target_libs): Added target-zlib.
9242 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9243 (CONFIGURE_TARGET_MODULES): Likewise.
9244 (CHECK_TARGET_MODULES): Likewise.
9245 (INSTALL_TARGET_MODULES): Likewise.
9246 (CLEAN_TARGET_MODULES): Likewise.
9247 (configure-target-zlib): New target.
9248 (all-target-zlib): Likewise.
9249 (all-target-libjava): Depend on all-target-zlib.
9250 (configure-target-libjava): Depend on configure-target-zlib.
9251
9252 * Makefile.in (configure-target-libjava): Depend on
9253 configure-target-newlib.
9254 (configure-target-boehm-gc): New target.
9255 (configure-target-qthreads): New target.
9256
9257 * configure.in (target_libs): Added target-qthreads.
9258 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9259 (CONFIGURE_TARGET_MODULES): Likewise.
9260 (CHECK_TARGET_MODULES): Likewise.
9261 (INSTALL_TARGET_MODULES): Likewise.
9262 (CLEAN_TARGET_MODULES): Likewise.
9263 (all-target-qthreads): New target.
9264 (configure-target-libjava): Depend on configure-target-qthreads.
9265 (all-target-libjava): Depend on all-target-qthreads.
9266
9267 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9268 (CONFIGURE_TARGET_MODULES): Likewise.
9269 (CHECK_TARGET_MODULES): Likewise.
9270 (INSTALL_TARGET_MODULES): Likewise.
9271 (CLEAN_TARGET_MODULES): Likewise.
9272 (all-target-libjava): New target.
9273 (all-target-boehm-gc): Likewise.
9274 * configure.in (target_libs): Added libjava, boehm-gc.
9275
9276 1999-07-22 Ian Lance Taylor <ian@zembu.com>
9277
9278 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9279 configure.bat in SUPPORT_FILES.
9280 (gas+binutils.tar.bz2): Likewise.
9281
9282 * makeall.bat: Remove; obsolete.
9283
9284 1999-07-21 Ian Lance Taylor <ian@zembu.com>
9285
9286 From Mark Elbrecht:
9287 * configure.bat: Remove; obsolete.
9288
9289 1999-07-11 Ian Lance Taylor <ian@zembu.com>
9290
9291 * configure: Add -W -Wall to the default CFLAGS when compiling with
9292 gcc.
9293
9294 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9295
9296 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9297
9298 1999-06-30 Mark Mitchell <mark@codesourcery.com>
9299
9300 * configure.in: Build ld on IRIX6.
9301
9302 1999-06-12 Ian Lance Taylor <ian@zembu.com>
9303
9304 * Makefile.in: Change distribution targets to use bzip2 instead of
9305 gzip.
9306 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9307 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9308
9309 1999-06-04 Nick Clifton <nickc@cygnus.com>
9310
9311 * config.sub: Add mcore target.
9312
9313 1999-05-30 Cort Dougan <cort@cs.nmt.edu>
9314
9315 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9316
9317 1999-05-25 H.J. Lu (hjl@gnu.org)
9318
9319 * config.guess (dummy): Changed to $dummy.
9320
9321 1999-05-24 Nick Clifton <nickc@cygnus.com>
9322
9323 * config.sub: Tidied up case statements.
9324
9325 1999-05-22 Ben Elliston <bje@cygnus.com>
9326
9327 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9328 <jiro@din.or.jp>.
9329
9330 * config.guess: Merge with FSF version. Future changes will be
9331 more accurately recorded in this ChangeLog.
9332 * config.sub: Likewise.
9333
9334 1999-05-20 Stephen L Moshier <moshier@world.std.com>
9335
9336 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9337
9338 1999-04-30 Tom Tromey <tromey@cygnus.com>
9339
9340 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9341
9342 1999-04-23 Tom Tromey <tromey@cygnus.com>
9343
9344 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9345
9346 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
9347
9348 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9349 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9350 Bad merge removed these two changes.
9351
9352 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
9353 Martin Heller (Ing.-Buero_Heller@t-online.de)
9354
9355 * config.guess (interix Alpha): Add.
9356
9357 1999-04-11 Richard Henderson <rth@cygnus.com>
9358
9359 * configure.in (i?86-*-beos*): Do config gperf; don't config
9360 gdb, newlib, or libgloss.
9361
9362 1999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
9363
9364 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9365 link a trivial program with -mabi=64. If it fails, remove mabi=64
9366 from multidirs.
9367
9368 1999-04-10 Philipp Thomas (kthomas@gwdg.de)
9369
9370 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9371
9372 1999-04-08 Nick Clifton <nickc@cygnus.com>
9373
9374 * config.sub: Add support for mcore targets.
9375
9376 1999-04-07 Michael Meissner <meissner@cygnus.com>
9377
9378 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9379 not mt-ospace, in order to shut up assembler warning about using
9380 symbols that are named the same as registers.
9381
9382 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
9383
9384 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9385 dependency list for all-target-cygmon.
9386
9387 1999-04-05 Doug Evans <devans@casey.cygnus.com>
9388
9389 * config-ml.in: Check $host, not $target, for selective multilibs.
9390 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9391 thumb interworking, and underscore prefix multilibs.
9392
9393 1999-04-04 Ian Lance Taylor <ian@zembu.com>
9394
9395 * missing: Update to version from current automake.
9396
9397 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9398
9399 * configure (gxx_include_dir): Removed.
9400
9401 * configure.in (gxx_include_dir): Handle it.
9402 * Makefile.in: Likewise.
9403
9404 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9405
9406 * config.sub (mips64vr4111,mips64vr4111el) Add.
9407
9408 1999-03-21 Ben Elliston <bje@cygnus.com>
9409
9410 * config.guess: Correct typo for detecting ELF on FreeBSD.
9411
9412 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9413
9414 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9415 config/mh-djgpp.
9416
9417 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9418
9419 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9420 all-target-newlib to dependency list for all-target-bsp.
9421
9422 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9423
9424 * config.sub: Add i386-uwin support.
9425 * config.guess: Likewise.
9426
9427 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9428
9429 * configure.in: cleanup, add mh-*pic handling for arm, special
9430 case powerpc*-*-aix*
9431
9432 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
9433
9434 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9435 can be built.
9436
9437 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
9438
9439 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
9440 targets.
9441
9442 1999-03-02 Nick Clifton <nickc@cygnus.com>
9443
9444 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9445
9446 1999-02-28 Geoffrey Noer <noer@cygnus.com>
9447
9448 * config.sub: Check for "cygwin*" rather than "cygwin32*"
9449
9450 1999-02-24 Nick Clifton <nickc@cygnus.com>
9451
9452 * config.sub: Fix typo in arm recognition.
9453
9454 1999-02-24 Drew Moseley <dmoseley@cygnus.com>
9455
9456 * configure.in (noconfigdirs): Changed target_configdirs to
9457 include target-bsp only for m68k-*-elf* and m68k-*-coff*
9458 rather than m68k-*-* since it is not known to work on
9459 m68k-aout. Ditto for arm-*-*oabi.
9460
9461 1999-02-24 Stan Shebs <shebs@andros.cygnus.com>
9462
9463 * configure.in (*-*-windows*): Remove, no longer used.
9464
9465 1999-02-19 Ben Elliston <bje@cygnus.com>
9466
9467 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9468 Smart and improved by Andrew Cagney.
9469
9470 1999-02-18 Marc Espie <espie@cvs.openbsd.org>
9471
9472 * config.guess: Recognize openbsd-*-hppa.
9473
9474 1999-02-17 H.J. Lu (hjl@gnu.org)
9475
9476 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9477 only if it is not empty.
9478
9479 1999-02-17 Nick Clifton <nickc@cygnus.com>
9480
9481 Patch from: Scott Bambrough <scottb@corelcomputer.com>
9482
9483 * config.guess: Modified to recognize uname's armv* syntax.
9484
9485 * config.sub: Modified to recognize uname's armv* syntax.
9486
9487 1999-02-17 Mark Salter <msalter@cygnus.com>
9488
9489 * configure.in: Added target-bsp for sparclite.
9490
9491 1999-02-08 Richard Henderson <rth@cygnus.com>
9492
9493 * config.sub: Recognize alphapca5[67] and up to alphaev8.
9494
9495 1999-02-08 Nick Clifton <nickc@cygnus.com>
9496
9497 * configure.in: Add support for strongarm port.
9498 * config.sub: Add support for strongarm target.
9499
9500 1999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
9501
9502 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9503 the old name config/mh-cygwin32.
9504 Enable texinfo.
9505
9506 1999-02-04 Ian Lance Taylor <ian@cygnus.com>
9507
9508 * configure.in: Do build ld for ix86 Solaris.
9509
9510 1999-02-02 Jim Wilson <wilson@cygnus.com>
9511
9512 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
9513 $AR_FOR_TARGET. Likewise for RANLIB.
9514
9515 1999-02-02 Catherine Moore <clm@cygnus.com>
9516
9517 * config.sub (oabi): Recognize.
9518 * configure.in (arm-*-oabi): Handle.
9519
9520 1999-01-30 Robert Lipe (robertlipe@usa.net)
9521
9522 * config.guess: Improve detection of i686 on UnixWare 7.
9523
9524 1999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
9525
9526 * config.guess: Add support for i386-pc-interix.
9527 * config.sub: Likewise.
9528 * configure.in: Likewise.
9529
9530 1999-01-18 Christopher Faylor <cgf@cygnus.com>
9531
9532 * Makefile.in: Remove unneeded all-target-libio from
9533 from all-target-winsup target since it is now unneeded.
9534 Add all-target-libtermcap in its place since it is now
9535 needed.
9536
9537 1998-12-30 Christopher Faylor <cgf@cygnus.com>
9538
9539 * configure.in: makefile stub for cygwin target is probably
9540 unnecessary. Remove it for now.
9541
9542 1998-12-30 Christopher Faylor <cgf@cygnus.com>
9543
9544 * configure.in: libtermcap.a should be built when cygwin is the
9545 target as well as the host.
9546 * config.guess: Allow mixed case in cygwin uname output.
9547 * Makefile.in: Add libtermcap target.
9548
9549 1998-12-23 Jeffrey A Law (law@cygnus.com)
9550
9551 * config.sub: Clean up handling of hppa2.0.
9552
9553 1998-12-22 Rodney Brown (rodneybrown@pmsc.com)
9554
9555 * config.guess: Use C code to identify more HP machines.
9556
9557 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
9558
9559 * config.sub: Handle hppa2.0.
9560
9561 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
9562
9563 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
9564 cygmon for all sparclite targets, regardless of object format.
9565
9566 1998-12-15 Mark Salter <msalter@cygnus.com>
9567
9568 * configure.in: Added target-bsp for several target architectures.
9569
9570 * Makefile.in: Added rules for bsp.
9571
9572 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
9573
9574 * config.guess: Improve detection of hppa2.0 processors.
9575
9576 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
9577
9578 * config.guess: Recognize FreeBSD using ELF automatically.
9579
9580 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
9581
9582 * configure (skip-this-dir): Add handling for new shell script, which
9583 might be created by a sub-directory's configure to indicate, this particular
9584 directory is "unwanted".
9585 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9586
9587 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
9588
9589 * ltconfig: import from libtool, after changing libtool to
9590 account for the cygwin name change.
9591
9592 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
9593
9594 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9595 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9596
9597 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
9598
9599 * configure.in: Add libtermcap to list of cygwin dependencies.
9600
9601 1998-11-17 Geoffrey Noer <noer@cygnus.com>
9602
9603 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9604 they include winsup/include when it's a cygwin target.
9605
9606 1998-11-12 Tom Tromey <tromey@cygnus.com>
9607
9608 * configure.in (host_tools): Added zip.
9609 * Makefile.in (all-target-libjava): Depend on all-zip.
9610 (all-zip): New target.
9611 (ALL_MODULES): Added all-zip.
9612 (NATIVE_CHECK_MODULES): Added check-zip.
9613 (INSTALL_MODULES): Added install-zip.
9614 (CLEAN_MODULES): Added clean-zip.
9615
9616 1998-11-12 Geoffrey Noer <noer@cygnus.com>
9617
9618 * Makefile.in: lose "32" from comment about cygwin.
9619
9620 1998-11-05 Nick Clifton <nickc@cygnus.com>
9621
9622 * configure.in: Use -Os to build target libraries for the fr30.
9623
9624 1998-11-04 Dave Brolley <brolley@cygnus.com>
9625
9626 * config.sub: Add fr30.
9627
9628 1998-11-02 Geoffrey Noer <noer@cygnus.com>
9629
9630 * configure.in: drop "32" from config/mh-cygwin32. Check
9631 cygwin* instead of cygwin32*.
9632 * config.sub: Check cygwin* instead of cygwin32*.
9633
9634 1998-10-22 Robert Lipe <robertl@dgii.com>
9635
9636 * config.guess: Match any version of Unixware7.
9637
9638 1998-10-20 Syd Polk <spolk@cygnus.com>
9639
9640 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9641 if desired.
9642
9643 1998-10-18 Jeffrey A Law (law@cygnus.com)
9644
9645 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9646 these if the appropriate directories and files to not exist.
9647
9648 1998-10-14 Jeffrey A Law (law@cygnus.com)
9649
9650 * Makefile.in (DEVO_SUPPORT): Add config.if.
9651
9652 1998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
9653
9654 * configure: Add pattern to replace "build_tooldir"'s
9655 definition in the generated Makefile with "tooldir"'s
9656 actual value.
9657
9658 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
9659
9660 * config.sub: Bring back lost sparcv9.
9661
9662 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9663
9664 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
9665
9666 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9667 CC_FOR_TARGET and friends.
9668
9669 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9670
9671 * Makefile.in (build_tooldir): New variable, same as tooldir.
9672 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9673 -B$(build_tooldir)/bin/.
9674 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9675
9676 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
9677
9678 * config.sub: Add support for i[34567]86-pc-udk.
9679 * configure.in: Likewise.
9680
9681 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
9682
9683 * Makefile.in: add bzip2 package building bits for user
9684 tools module
9685 * configure.in: ditto
9686
9687 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
9688
9689 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9690 (ALL_TARGET_MODULES): Add all-target-libobjc.
9691 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9692 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9693 (all-target-libchill): Add dependencies.
9694 * configure.in (target_libs): Add libchill.
9695
9696 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
9697
9698 * configure.in (target_subdir): Remove duplicate line.
9699
9700 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
9701
9702 * Makefile.in (all-automake): fix dependencies.
9703
9704 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
9705
9706 * configure.in: Minor cleanups for building in the $(target_alias)
9707 subdir.
9708
9709 1998-09-22 Jim Wilson <wilson@cygnus.com>
9710
9711 * Makefile.in (bootstrap): Set r and s before make all. Use
9712 BASE_FLAGS_TO_PASS in make all.
9713 (cross): Likewise.
9714
9715 1998-09-20 Mark Mitchell <mark@markmitchell.com>
9716
9717 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9718
9719 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
9720
9721 * config.sub: Fix typo in last change.
9722
9723 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9724
9725 * config.sub: Add support for C4x target.
9726 * configure.in: Likewise.
9727
9728 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
9729
9730 * config.sub: Recognize sparcv9 just like sparc64.
9731
9732 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
9733
9734 * config.guess: Match "Pent II" or "PentII" for OpenServer.
9735
9736 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
9737
9738 * config.guess: Correctly identify Pentium II sco boxes.
9739
9740 * config.guess: Fix "tr" code. From Weiwen Liu.
9741
9742 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
9743
9744 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9745 stabs.
9746
9747 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
9748
9749 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9750 (ALL_TARGET_MODULES): Add all-target-libchill.
9751 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9752 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9753 (all-target-libchill): Add dependencies.
9754 * configure.in (target_libs): Add libchill.
9755
9756 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9757
9758 * config.guess: Avoid assumptions about "tr" behaves when
9759 LANG is set to something other than English.
9760
9761 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
9762
9763 * configure (gxx_include_dir): Changed to
9764 '${prefix}/include/g++'-${libstdcxx_interface}.
9765
9766 * config.if: New to determine the interfaces.
9767
9768 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
9769
9770 * config.guess: Detect and handle MPE/IX.
9771 * config.sub: Deal with MPE/IX.
9772
9773 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
9774
9775 * configure.in: Use mh-aix43.
9776
9777 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
9778
9779 * configure: Fix --without/--disable cases for gxx-include-dir.
9780
9781 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
9782
9783 * mdata-sh: Imported. Needed for automake support.
9784
9785 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
9786
9787 * Makefile.in (taz): Try "chmod -R og=u ." before
9788 "chmod og=u `find . -print`".
9789
9790 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
9791
9792 * configure.in: Add arm-elf and thumb-elf support.
9793
9794 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
9795
9796 * Makefile.in: Undo previous patch.
9797
9798 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
9799
9800 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
9801 to here ...
9802 (install-no-fixedincludes): and here
9803 (INSTALL_MODULES): ... from here.
9804
9805 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
9806
9807 * config.sub: Merge with FSF.
9808
9809 * config.guess: Merge with FSF.
9810
9811 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
9812
9813 * configure (extraconfigdirs): New variable.
9814 (SUBDIRS): Add extraconfigdirs and recurse on them too.
9815 * Makefile.in (all): Move higher in file.
9816 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
9817 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
9818 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
9819 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
9820 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
9821
9822 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
9823
9824 * Makefile.in (all-target-libjava): Depend on all-gcc and
9825 all-target-newlib.
9826 (configure-target-libjava): Depend on $(ALL_GCC).
9827
9828 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
9829
9830 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
9831 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
9832
9833 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
9834
9835 * ylwrap: Change absolute path checks to check for DOS style path
9836 names.
9837
9838 * ylwrap: Don't use a full path name if the source file is in the
9839 same directory. From hjl@lucon.org (H.J. Lu).
9840
9841 * config-ml.in: Default to being verbose, to match Feb 18 change to
9842 configure.
9843
9844 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
9845
9846 Brought over from egcs:
9847
9848 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9849
9850 * configure.in (target_subdir): Set to ${target_alias} instead
9851 of "libraries".
9852
9853 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9854
9855 * configure.in (target_subdir): Set to libraries if enable_multilib.
9856
9857 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
9858
9859 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
9860 multilibs, force reconfiguration the first time we create
9861 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
9862
9863 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
9864
9865 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
9866 avoid confusion with --no-recursion.
9867
9868 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
9869
9870 * configure.in: Win32 hosts shouldn't use install -x
9871 * install-sh: remove -x option, and special .exe-handling
9872 hack.
9873
9874 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
9875
9876 * config.guess: Recognize i586-pc-beos.
9877 * configure.in: Don't build some bits for beos.
9878
9879 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
9880
9881 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
9882 CFLAGS default to -O2.
9883
9884 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
9885 when using GNU ld.
9886
9887 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
9888
9889 * ltmain.sh: Correct install when using a different shell.
9890
9891 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
9892
9893 * ltconfig, ltmain.sh: Update to libtool 1.2b.
9894
9895 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
9896
9897 * makefile.vms: Update to build binutils/makefile.vms. Add install
9898 target.
9899
9900 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
9901
9902 * ltconfig: Update to correct AIX handling.
9903
9904 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9905
9906 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
9907
9908 * configure.in (target_subdir): Set to ${target_alias} instead
9909 of "libraries".
9910
9911 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
9912
9913 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
9914 (Makefile): Depend on $(gcc_version_trigger).
9915
9916 * configure (gcc_version): Change default initializer to empty
9917 string.
9918 (gcc_version_trigger): New variable; pass this variable down
9919 to subdir configures to enable them checking gcc's version
9920 themselves. Emit make macros for both gcc_version vars.
9921 (topsrcdir): Initialize reliably.
9922 (recursion line): Remove --with-gcc-version=${gcc_version}.
9923
9924 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9925
9926 * configure (enable_version_specific_runtime_libs): Implement new flag
9927 --enable-version-specific-runtime-libs which installs C++ runtime stuff
9928 in $(libsubdir); emit definition in each generated Makefile.
9929 (gxx_include_dir): Initialize depending on
9930 $enable_version_specific_runtime_libs.
9931
9932 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9933
9934 * configure (gcc_version): Initialize properly depending on
9935 how and where configure is started.
9936 (recursion line): Pass a --with-gcc-version=${gcc_version}
9937 to configures in subdirs.
9938
9939 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
9940
9941 * configure.in (noconfigdirs): Add configure pattern for mips tx39
9942 cygmon
9943
9944 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
9945
9946 * configure.in: Add cygmon and libstub support for mn10200.
9947
9948 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
9949
9950 * configure (gcc_version): Add new variable describing the
9951 particular gcc version we're building.
9952 * Makefile.in (libsubdir): Add new macro for the directory
9953 in which the compiler finds executables, libraries, etc.
9954 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
9955 and libsubdir.
9956
9957 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9958
9959 * Makefile.in (local-clean): Remove *.log.
9960 (warning.log): Built with warn_summary from build.log.
9961 (mail-report.log): Run test_summary.
9962 (mail-report-with-warnings.log): Run test_summary including
9963 warning.log in the report.
9964
9965 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
9966
9967 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
9968
9969 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
9970
9971 * Makefile.in (grep): Grep no longer depends on libiberty.
9972
9973 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
9974
9975 * Makefile.in: all-snavigator needs all-libgui.
9976
9977 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
9978
9979 * configure.in: Add cygmon and libstub support for mn10300.
9980
9981 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
9982
9983 * missing: Update to version from automake 1.3.
9984
9985 * ltmain.sh: On installation, don't get confused if the same name
9986 appears more than once in the list of library names.
9987
9988 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
9989
9990 * config.sub: Accept m68060 and m5200 as CPU names.
9991
9992 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
9993
9994 * configure: Use && rather than using -a in test, because odd
9995 strings can confuse test.
9996 * configure.in: Likewise.
9997
9998 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
9999
10000 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10001
10002 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10003
10004 * Makefile.in (boostrap2-lean, bootstrap3-lean,
10005 bootstrap4-lean): New targets.
10006
10007 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10008
10009 * mpw-* Delete. Not used.
10010
10011 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10012
10013 * COPYING.LIB: Update FSF address.
10014
10015 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10016
10017 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10018
10019 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10020 GAS_SUPPORT_DIRS.
10021
10022 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10023
10024 * ltconfig, ltmain.sh: Avoid producing a version number if
10025 -version-info was not used.
10026
10027 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10028
10029 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10030 building with newlib.
10031
10032 1998-04-30 Paul Eggert <eggert@twinsun.com>
10033
10034 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10035 Solaris `make' causes it to continue to next definition.
10036
10037 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10038
10039 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10040 the right GUI libraries and files are installed along with GDB.
10041
10042 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10043
10044 * configure.in: Change alpha to alpha* in several places.
10045
10046 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10047
10048 * config.sub: Recognize sparc86x.
10049
10050 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
10051
10052 * configure.in (--enable-target-optspace): Remove debug echo.
10053
10054 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10055
10056 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10057
10058 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10059
10060 * ltconfig: Update cygwin32 support.
10061
10062 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10063 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10064 (GDB_SUPPORT_DIRS): Likewise.
10065
10066 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10067
10068 * configure.in (target_makefile_frag): If --enable-target-optspace,
10069 use -Os to compile target libraries rather than -O2. Default to
10070 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10071 not used.
10072 * configure.in (target_cflags): Ditto for d30v.
10073
10074 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10075
10076 * Makefile.in (all-bfd): Depend on all-intl.
10077 (all-binutils): Likewise.
10078 (all-gas): Likewise.
10079 (all-gprof): Likewise.
10080 (all-ld): Likewise.
10081
10082 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
10083
10084 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10085
10086 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10087
10088 * Makefile.in (all-bfd): Depend upon all-libiberty.
10089
10090 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10091
10092 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10093
10094 * Makefile.in: Add libstub.
10095
10096 * configure.in: Ditto. Build libstub for targets that have cygmon
10097 support.
10098
10099 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10100
10101 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10102
10103 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10104
10105 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10106 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10107
10108 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10109
10110 * configure: Define DEFAULT_M4 by searching PATH.
10111 * Makfile.in: Use DEFAULT_M4.
10112
10113 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10114
10115 * ltconfig: Add cygwin32 support.
10116
10117 * Makefile.in, configure.in: Add libtool as a native only directory
10118 to configure and build.
10119
10120 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10121
10122 * Makefile.in (INSTALL_MODULES): Remove texinfo.
10123
10124 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10125
10126 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10127
10128 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10129
10130 * Makefile.in: add ash make rules
10131 * configure.in: add ash to native_only and host_tools lists
10132
10133 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10134
10135 * Makefile.in (all-gettext, all-intl): New targets.
10136 (ALL_MODULES): Added all-gettext, all-intl.
10137 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10138 (INSTALL_MODULES): Added install-gettext, install-intl.
10139 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10140
10141 * configure.in (host_tools): Added gettext.
10142 (native_only): Likewise.
10143 (noconfigdirs) [various cases]: Likewise.
10144 (host_libs): Added intl.
10145
10146 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10147
10148 * configure: Do not disable building gdbtk for cygwin32 hosts.
10149
10150 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10151
10152 * configure.in: Add thumb-coff target.
10153 * config.sub: Add thumb-coff target.
10154
10155 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10156
10157 * Makefile.in: Revert yesterday's change.
10158 (all-target-winsup): all-target-librx stays out of here.
10159
10160 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10161
10162 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10163 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10164 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10165 Remove references to librx and libg++.
10166
10167 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10168
10169 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10170 recursive makes
10171
10172 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10173
10174 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10175 for newlib directory.
10176 (CXX_FOR_TARGET): Likewise.
10177
10178 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10179
10180 * ltconfig: Update after libtool/ltconfig.in change for
10181 hpux11.
10182
10183 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10184
10185 * ltconfig, ltmain.sh: Update to libtool 1.2.
10186
10187 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10188
10189 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10190 (install-gcc-cross): Instead, override LANGUAGES here.
10191
10192 1998-03-18 Dave Love <d.love@dl.ac.uk>
10193
10194 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10195 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10196
10197 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10198
10199 * configure.in: Add Thumb-pe target.
10200
10201 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
10202
10203 * Makefile.in - changed sn targets to snavigator
10204 * configure.in - changed sn targets to snavigator
10205
10206 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10207
10208 * config-ml.in: After building symlink tree call make distclean
10209 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10210 to be the case for libiberty.
10211
10212 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10213
10214 * configure: When making link, also check the current
10215 directory. The configure scripts may create one.
10216
10217 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10218
10219 * config.sub: Accept alphapca56 and alphaev6 properly.
10220
10221 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10222
10223 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10224
10225 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10226
10227 * config.sub (sco5): Fix typo.
10228
10229 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10230
10231 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10232 install-itcl.
10233 (install-itcl): Remove dependency on install-tcl.
10234
10235 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10236
10237 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10238
10239 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10240
10241 * configure.in: Don't build libgui for a cygwin32 target when not on
10242 a cygwin32 host.
10243
10244 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10245
10246 * configure (redirect): Set to null, so default behavior of
10247 configure is now --verbose.
10248
10249 1998-02-16 Dave Love <d.love@dl.ac.uk>
10250
10251 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10252 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10253
10254 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10255
10256 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10257 this change to sync Makefile.in with its ChangeLog entries.
10258
10259 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10260
10261 * ltmain.sh (mkdir): Check that the directory doesn't exist
10262 before we exit with error, so that we don't get races during
10263 parallel builds.
10264
10265 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10266
10267 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10268
10269 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10270
10271 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10272 PICFLAG_FOR_TARGET.
10273 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10274
10275 * configure: Emit a definition for the new macro enable_shared
10276 into each Makefile.
10277
10278 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10279
10280 * configure.in (host_tools, native_only): Add libtool.
10281
10282 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10283
10284 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10285 Fix typo in ming config comment.
10286
10287 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10288
10289 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10290
10291 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10292
10293 * config.sub: Add tic30 cases, and map c30 to tic30.
10294
10295 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10296
10297 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10298 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10299 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10300 (CLEAN_TARGET_MODULES): Similarly
10301 (all-target-libf2c): Add dependences.
10302 * configure.in (target_libs): Add libf2c.
10303
10304 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10305
10306 * configure.in: Remove expect from noconfigdirs when target
10307 is cygwin32. OK to build expect and dejagnu with Canadian
10308 Cross.
10309
10310 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10311
10312 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10313 host.
10314
10315 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10316 and mingw32.
10317
10318 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10319
10320 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10321 here as it is not defined in the toplevel Makefile.
10322
10323 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10324
10325 * configure (package_makefile_rules_frag): New variable, which names
10326 a file with generic rules, ...
10327 Change comment to mention we now have FIVE parts.
10328 * configure: Undo last change.
10329
10330 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10331
10332 * config.guess: More accurate determination of HP processor types.
10333 * config.sub: More accurate determination of HP processor types.
10334
10335 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10336
10337 * configure (package_makefile_frag): Move inserting the
10338 ${package_makefile_frag} to where it should be according
10339 to the comment.
10340
10341 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
10342
10343 * config.guess: Add support for Linux/ARM.
10344
10345 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10346
10347 * .cvsignore: Remove *-info and *-install since they match
10348 release-info and mpw-install, which we don't want to just ignore.
10349
10350 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10351
10352 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10353
10354 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10355
10356 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10357 local_prefix to sub-make invocations.
10358
10359 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10360
10361 * configure.in: Check makefile fragments in the source
10362 directory.
10363
10364 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10365
10366 * configure.in: Check whether host and target makefile
10367 fragments exist before adding them to *_makefile_frag.
10368
10369 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10370
10371 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10372
10373 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10374
10375 * configure.in: Make sure we only replace RPATH_ENVVAR on
10376 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10377 regexp to sed.
10378
10379 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10380 to sub-makes.
10381
10382 1998-01-13 Lee Iverson (leei@ai.sri.com)
10383
10384 * config-ml.in (multi-do): LDFLAGS must include multilib
10385 designator.
10386
10387 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10388
10389 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10390
10391 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10392
10393 * config.sub: Add mingw32 support.
10394 * configure.in: Likewise.
10395
10396 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10397
10398 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10399
10400 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10401
10402 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10403 * configure (gxx_include_dir): Provide a definition for subdirs
10404 which do not use autoconf.
10405
10406 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10407
10408 * config.guess: Sync with egcs. Picks up new alpha support,
10409 BeOS & some additional linux support.
10410
10411 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
10412
10413 * config.guess: HP 9000/803 is a PA1.1 machine.
10414
10415 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10416
10417 * configure.in: It's alpha*-...
10418
10419 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10420
10421 * configure.in (host_makefile_frag, target_makefile_frag):
10422 Handle multiple config files.
10423 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10424 alpha-*-*.
10425
10426 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10427
10428 * mkdep: New file.
10429
10430 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
10431
10432 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10433
10434 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
10435
10436 * Makefile.in: Add libgui directory.
10437 (GDB_TK): Add all-libgui.
10438 * configure.in: Add libgui directory.
10439 * configure: Add all-libgui to GDB_TK.
10440
10441 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
10442
10443 * config-ml.in (multidirs): Add m32r to multilib list.
10444
10445 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
10446
10447 * Makefile.in (all-target-gperf): Change dependency to
10448 all-target-libstdc++.
10449
10450 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
10451
10452 * config.guess: Add BeOS support.
10453
10454 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
10455
10456 Source directory cvs renamed to cvssrc:
10457 * configure.in (host_tools): Change cvs to cvssrc.
10458 (native_only): Likewise.
10459 (noconfigdirs) [various cases]: Likewise.
10460 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10461 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10462 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10463 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10464 (all-cvssrc): Rename target from all-cvs.
10465
10466 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
10467
10468 * configure (gxx_include_dir): Fix thinko.
10469
10470 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
10471
10472 * Makefile.in (INSTALL_TARGET_CROSS): Define.
10473 (install-cross, install-gcc-cross): New targets.
10474
10475 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
10476
10477 * configure.in (noconfigdirs): Add support for Thumb target.
10478
10479 * config.sub (maybe_os): Add support for Thumb target.
10480
10481 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
10482
10483 * Makefile.in: Add rules for cygmon.
10484
10485 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10486
10487 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
10488
10489 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10490 * configure (gxx_include_dir): Provide a definition for subdirs
10491 which do not use autoconf.
10492
10493 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
10494
10495 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
10496 11/18/97 build
10497
10498 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
10499
10500 * From Franz Sirl.
10501 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10502 found on RedHat Linux systems.
10503
10504 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
10505
10506 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10507 guesses.
10508
10509 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
10510
10511 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10512
10513 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
10514
10515 * ltmain.sh: If mkdir fails, check whether the directory was created
10516 anyhow by some other process.
10517
10518 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
10519
10520 * configure.in (d30v-*-*): Configure all directories.
10521
10522 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
10523
10524 * configure.in (d30v-*-*): Configure newlib, libiberty directories
10525 for the D30V.
10526
10527 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
10528
10529 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10530
10531 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
10532
10533 * include/libiberty.h: Add extern "C" { so it can be used with C++
10534 progrms.
10535 * include/remote-sim.h: Add extern "C" { so it can be used with C++
10536 programs.
10537
10538 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
10539
10540 * configure.in (d30v-*-*): Configure GCC now.
10541
10542 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
10543
10544 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10545 is no longer needed.
10546
10547 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
10548
10549 * Makefile.in: check-target-libio depends on all-target-libstdc++.
10550
10551 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
10552
10553 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10554 targets using "$@" to provide support for similar but not identical
10555 targets without having to duplicate code.
10556
10557 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
10558
10559 * makefile.vms: Fix to work with DEC C.
10560
10561 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
10562
10563 * config.sub: Add mips-tx39-elf to marketing names.
10564
10565 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
10566
10567 * ltmain.sh: Handle symlinks in generated script.
10568
10569 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
10570
10571 * configure: Handle autoconf style directory options: --bindir,
10572 --datadir, --includedir, --infodir, --libdir, --libexecdir,
10573 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10574 --sysconfdir.
10575 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10576 (sharedstatedir, localstatedir, oldincludedir): New variables.
10577 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10578 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10579 sbindir, sharedstatedir, and sysconfdir.
10580
10581 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10582
10583 * Makefile.in (bootstrap-lean): New target.
10584
10585 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
10586
10587 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
10588 sn, and gnuserv from noconfigdirs.
10589
10590 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
10591
10592 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10593
10594 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
10595
10596 * Makefile.in (cross): New target.
10597
10598 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
10599 Jeff Law <law@cygnus.com>
10600
10601 * Makefile.in (bootstrap2, bootstrap3): New targets.
10602 (all-bootstrap): Remove outdated and confusing target.
10603 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10604
10605 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
10606
10607 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
10608 windows. Consistent with gdb/configure.
10609
10610 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
10611
10612 * configure.in: Name Linux target fragment.
10613
10614 * configure: Rewrite so that project Makefile fragment is inserted
10615 first and appears last in the resulting Makefile.
10616
10617 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
10618
10619 * Makefile.in (install-itcl): Install tcl first.
10620
10621 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
10622
10623 * configure.in: remove bison from noconfigdirs for Cygwin32 host
10624
10625 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10626
10627 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10628
10629 * configure.in (skipdirs): Add target-librx for Linux.
10630 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10631
10632 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
10633
10634 * Makefile.in (bootstrap): New target.
10635
10636 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
10637
10638 * config.sub: Accept 'amigados' for backward compatability.
10639
10640 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
10641
10642 * config.guess: Merge with FSF.
10643
10644 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
10645
10646 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10647
10648 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
10649
10650 * config.sub: Add "marketing-names" patch.
10651
10652 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
10653
10654 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
10655
10656 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
10657
10658 * config.sub: Handle v850-elf.
10659
10660 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
10661
10662 * .cvsignore (*-install): Remove.
10663
10664 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
10665
10666 * ltconfig: Set CONFIG_SHELL in libtool.
10667 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10668
10669 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10670
10671 * configure.in (target_subdir): Set to libraries if enable_multilib.
10672
10673 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
10674
10675 * config.guess: Update from gcc directory.
10676
10677 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
10678
10679 * Makefile.in (all-sim): Depends on all-readline.
10680
10681 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10682
10683 * Makefile.in (BISON, YACC): Use $$s.
10684 (all-bison): Depend on all-texinfo.
10685
10686 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
10687
10688 * Makefile.in (BISON): Add -L flag.
10689 (YACC): Likewise.
10690
10691 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10692
10693 * configure.in (noconfigdirs): Add support for v850e target.
10694
10695 * config.sub (maybe_os): Add support for v850e target.
10696
10697 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10698
10699 * configure.in (noconfigdirs): Add support for v850ea target.
10700
10701 * config.sub (maybe_os): Add support for v850ea target.
10702
10703 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
10704
10705 * config.sub: Add mipstx39. Delete r3900.
10706
10707 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10708
10709 * Makefile.in (all-autoconf): Depends on all-texinfo.
10710
10711 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
10712
10713 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10714 eabi targets.
10715
10716 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
10717
10718 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10719
10720 * configure: When handling a Canadian Cross, handle YACC as well as
10721 BISON. Just set BISON to bison. When setting YACC, prefer bison.
10722 * Makefile.in (all-bison): Depend upon all-texinfo.
10723
10724 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
10725
10726 * Makefile.in (BISON): bison, not byacc or bison -y.
10727 (YACC): bison -y or byacc or yacc.
10728 (various): Add *-bison as appropriate.
10729 (taz): No need to mess with BISON anymore.
10730
10731 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
10732
10733 * configure: If OSTYPE matches *win32*, try to find a good value for
10734 CONFIG_SHELL.
10735
10736 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
10737
10738 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10739 configure.in if it is present.
10740
10741 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
10742
10743 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10744
10745 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
10746
10747 * config.sub: Recognize `arc' cpu.
10748 * configure.in: Likewise.
10749 * config-ml.in: Likewise.
10750
10751 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
10752
10753 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10754
10755 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
10756
10757 * configure: Changed sed delimiter from ':' to '|' when
10758 attempting to substitute ${config_shell} for SHELL. On
10759 NT ${config_shell} may contain a ':' in it.
10760
10761 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
10762
10763 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10764
10765 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
10766
10767 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
10768
10769 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
10770
10771 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
10772
10773 * ylwrap: If the program is a relative path, force it to be
10774 absolute.
10775
10776 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
10777
10778 * configure (tooldir): Set BISON to `bison -y' and not just bison.
10779
10780 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
10781
10782 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
10783 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
10784 for libraries.
10785
10786 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
10787
10788 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
10789 separated by spaces.
10790
10791 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
10792
10793 * ylwrap: New file.
10794 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
10795
10796 * ltmain.sh: Handle /bin/sh at start of install program.
10797
10798 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
10799
10800 * ltconfig, ltmain.sh: New files, from libtool 1.0.
10801 * missing: New file, from automake 1.2.
10802
10803 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
10804
10805 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
10806 check-tk to CHECK_X11_MODULES.
10807
10808 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
10809
10810 * config.sub: Merge with FSF.
10811
10812 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
10813
10814 * config.guess: Merge with FSF.
10815
10816 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
10817
10818 * configure: Treat msdosdjgpp like go32.
10819 * configure.in: Likewise. Don't remove gprof for go32.
10820
10821 * configure: Change Makefile.tem2 to Makefile.tm2.
10822
10823 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
10824
10825 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
10826
10827 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10828
10829 * install-sh (chmodcmd): Set to null if the DST directory already
10830 exists. Same as Nov 11th change.
10831
10832 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
10833
10834 * configure (GDB_TK): Needs itcl and tix.
10835
10836 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
10837
10838 * config.guess: Update from FSF.
10839
10840 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
10841
10842 * Makefile.in (GDB_TK): Depend on itcl and tix.
10843
10844 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
10845
10846 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
10847 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
10848 (INSTALL_SCRIPT): New variable.
10849 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
10850 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
10851 to -x.
10852 * install-sh: Add support for -x option.
10853
10854 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
10855
10856 * configure.in, Makefile.in: Treat tix like itcl.
10857
10858 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
10859
10860 * Makefile.in (WINDRES): New variable.
10861 (WINDRES_FOR_TARGET): New variable.
10862 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
10863 (EXTRA_HOST_FLAGS): Add WINDRES.
10864 (EXTRA_TARGET_FLAGS): Add WINDRES.
10865 (EXTRA_GCC_FLAGS): Add WINDRES.
10866 ($(DO_X)): Pass down WINDRES.
10867 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10868 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
10869 DLLTOOL_FOR_TARGET.
10870
10871 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
10872
10873 * configure.in: configure sim before gdb for win32-x-ppc
10874
10875 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10876
10877 Move gperf into the toplevel, from libg++.
10878 * configure.in (target_tools): Add target-gperf.
10879 (native_only): Add target-gperf.
10880 * Makefile.in (all-target-gperf): New target, depend on
10881 all-target-libg++.
10882 (configure-target-gperf): Empty rule.
10883 (ALL_TARGET_MODULES): Add all-target-gperf.
10884 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
10885 (CHECK_TARGET_MODULES): Add check-target-gperf.
10886 (INSTALL_TARGET_MODULES): Add install-target-gperf.
10887 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
10888
10889 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
10890
10891 * config.sub (mn10200): Recognize new basic machine.
10892
10893 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10894
10895 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
10896 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
10897
10898 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10899
10900 * configure.in: If we're building mips-sgi-irix6* native, turn on
10901 ENABLE_MULTILIB and set TARGET_SUBDIR.
10902
10903 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
10904
10905 * Makefile.in (all-sn): Depend on all-grep.
10906
10907 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
10908
10909 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
10910
10911 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
10912 Makefile. From Jeff Makey <jeff@cts.com>.
10913 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
10914
10915 * Makefile.in (DISTBISONFILES): Remove.
10916 (taz): Don't futz with DISTBISONFILES. Change BISON to use
10917 $(DEFAULT_YACC).
10918
10919 * configure.in: Build itl, db, sn, etc., when building for native
10920 cygwin32.
10921
10922 * Makefile.in (LD): New variable.
10923 (EXTRA_HOST_FLAGS): Pass down LD.
10924 ($(DO_X)): Likewise.
10925
10926 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
10927
10928 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
10929
10930 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
10931
10932 * configure.in (targargs): Strip out any supplied --build argument
10933 before adding our own. Always add --build.
10934
10935 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
10936
10937 * configure.in (targargs): Pass --build if we're doing
10938 a cross-compile.
10939
10940 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
10941
10942 * configure: Use '|' instead of ":" as the separator in
10943 sed. Otherwise sed chokes on NT path names with drive
10944 designators. Also look for "?:*" as the leading characters in an
10945 absolute pathname.
10946
10947 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
10948
10949 * config.sub: Support for r3900.
10950
10951 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
10952
10953 * configure.in: Use install-sh, not install.sh.
10954
10955 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
10956
10957 * Makefile.in (taz): Improve check for BISON so it doesn't try to
10958 apply it twice.
10959
10960 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
10961
10962 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
10963 install-binutils.
10964
10965 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
10966
10967 * Makefile.in: Add automake targets.
10968 * configure.in (host_tools): Add automake.
10969
10970 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
10971
10972 * configure: Default CXX to c++, not gcc.
10973 * Makefile.in (CXX): Set to c++, not gcc.
10974 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
10975
10976 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
10977
10978 * install-sh: try appending a .exe if source file doesn't
10979 exist
10980
10981 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
10982
10983 * configure.in: Turn on multilib by default.
10984 (cross_only): Remove target-libiberty.
10985
10986 * Makefile.in (all-gcc): Don't depend on libiberty.
10987
10988 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
10989
10990 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
10991
10992 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
10993
10994 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
10995 (DISTBISONFILES): Add ld/Makefile.in
10996
10997 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
10998
10999 * configure.in: if target is cygwin32 but host isn't cygwin32,
11000 don't configure gdb tcl tk expect, not just gdb.
11001
11002 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11003
11004 * configure.in: Added gnuserv everywhere sn appears.
11005
11006 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11007 (CROSS_CHECK_MODULES): Added check-gnuserv.
11008 (INSTALL_MODULES): Added install-gnuserv.
11009 (CLEAN_MODULES): Added clean-gnuserv.
11010 (all-gnuserv): New target.
11011
11012 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11013
11014 * config.guess: Fixes for MIPS OpenBSD systems.
11015
11016 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11017
11018 * Makefile.in (INSTALL_XFORM): Remove.
11019 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11020
11021 * mkinstalldirs: New file, copied from automake.
11022 * Makefile.in (installdirs): Rename from install-dirs. Use
11023 mkinstalldirs. Change all users.
11024 (DEVO_SUPPORT): Add mkinstalldirs.
11025
11026 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11027
11028 * install-sh: Rename from install.sh.
11029 * Makefile.in (INSTALL): Change install.sh to install-sh.
11030 (DEVO_SUPPORT): Likewise.
11031
11032 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11033 Graichen <graichen@rzpd.de>.
11034
11035 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11036
11037 * config.guess: Recognize OpenBSD systems correctly.
11038
11039 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11040
11041 * README, Makefile.in (ETC_SUPPORT): Remove references to
11042 cfg-paper*, configure.{texi,man,info*}._
11043
11044 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11045
11046 * Makefile.in (all.normal): Ensure that gcc is built after all
11047 the x11 - ie gdb - targets.
11048
11049 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11050
11051 * makefile.vms: Don't run conf-a-gas.
11052
11053 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11054
11055 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11056
11057 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11058
11059 * configure.in: Remove noconfigdirs case since gdb also
11060 configures and builds for tic80-coff.
11061
11062 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11063
11064 * configure: Set cache_file to config.cache.
11065 * Makefile.in (local-distclean): Remove config.cache.
11066
11067 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11068
11069 * COPYING: Update FSF address.
11070
11071 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11072
11073 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11074 noconfigdirs.
11075
11076 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11077
11078 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11079 MAKEDIRS, is empty.
11080
11081 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11082
11083 * config.sub: Tweak mn10300 entry.
11084
11085 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11086
11087 * configure.in (host_tools): Put sim before gdb, so gdb's
11088 configure.tgt can determine if the simulator was configured.
11089
11090 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11091
11092 * config.sub: Move BeOS $os case to be with other Cygnus
11093 local cases.
11094
11095 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11096
11097 * config.sub: Remove misplaced comment that broke Linux.
11098
11099 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11100
11101 * config.sub: Add BeOS support.
11102
11103 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11104
11105 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11106
11107 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11108
11109 * configure.in (noconfigdirs): Remove tcl and tk from
11110 noconfigdirs for cygwin32 builds.
11111
11112 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11113
11114 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11115
11116 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11117
11118 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11119 make-all.com, use makefile.vms instead.
11120
11121 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11122
11123 * config.sub: Accept -lnews*.
11124
11125 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11126
11127 * configure.in (noconfigdirs): Disable target-newlib,
11128 target-examples and target-libiberty for d30v.
11129
11130 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11131
11132 * configure.in (noconfigdirs): Enable ld for d30v.
11133
11134 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11135
11136 * configure.in (tic80-*-*): Build compiler.
11137
11138 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11139
11140 * configure.in (d30v-*): Remove sim directory from list of
11141 unsupported d30v directories
11142
11143 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11144
11145 * config.sub, configure.in: Add d30v target cpu.
11146
11147 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11148
11149 * makefile.vms: New file.
11150 * make-all.com: Remove.
11151
11152 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11153
11154 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11155
11156 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11157
11158 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11159
11160 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11161
11162 * Makefile.in (ALL_MODULES): Added all-db.
11163 (CROSS_CHECK_MODULES): Addec check-db.
11164 (INSTALL_MODULES): Added install-db.
11165 (CLEAN_MODULES): Added clean-db.
11166
11167 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11168
11169 * config.guess: Merge with latest FSF sources.
11170
11171 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11172
11173 * Makefile.in (ALL_MODULES): Added all-itcl.
11174 (CROSS_CHECK_MODULES): Added check-itcl.
11175 (INSTALL_MODULES): Added install-itcl.
11176 (CLEAN_MODULES): Added clean-itcl.
11177
11178 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11179
11180 * configure.in: build gdb for mn10200
11181
11182 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11183
11184 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11185
11186 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11187
11188 * configure.in (tic80-*-*): Turn off most targets right now.
11189
11190 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11191
11192 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11193 rather than the makeinfo program.
11194 (do-info): Depend upon all-texinfo.
11195
11196 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11197
11198 * configure.in: Remove uses of config/mh-linux.
11199
11200 * config.sub, config.guess: Merge with latest FSF sources.
11201
11202 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11203
11204 * config.sub (case $basic_machine): Add tic80 entries.
11205
11206 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11207
11208 * config.sub, config.guess: Merge with latest FSF sources.
11209
11210 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11211
11212 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11213 * mpw-config.in: Test for NewFolderRecursive.
11214 * mpw-install: Use symbolic name for startup filename.
11215 * mpw-README: Add various additional details.
11216
11217 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11218
11219 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11220
11221 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11222
11223 * configure.in: Do build gcc and the target libraries for
11224 the mn10200.
11225
11226 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11227
11228 * configure.in: don't avoid building gdb for mn10300 any more
11229 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11230 instead of single-quoting it.
11231
11232 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11233
11234 * configure.in: Don't use --with-stabs on IRIX 6.
11235
11236 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11237
11238 * configure.in (m32r): Build gdb, libg++ now.
11239
11240 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11241
11242 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11243 directories from noconfigdirs.
11244
11245 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11246
11247 * config.sub (basic_machine): added mips16 configuration
11248
11249 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11250
11251 * config.sub: Handle d10v-unknown.
11252
11253 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11254
11255 * config.sub: Handle v850-unknown.
11256
11257 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11258
11259 * Makefile.in: add findutils
11260 * configure.in: add findutils to list of host_tools
11261
11262 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11263
11264 * config.sub: Handle mn10200 and mn10300.
11265
11266 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11267
11268 * configure.in (d10v-*): Do not build librx.
11269
11270 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11271
11272 * configure.in (mn10300): Build everything except gdb & libgloss.
11273
11274 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11275
11276 * config.guess: Patch for Dansk Data Elektronik servers,
11277 from Niels Skou Olsen <nso@dde.dk>.
11278
11279 For ncr, use /bin/uname rather than uname, since GNU uname does not
11280 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11281
11282 Patch for MIPS R4000 running System V,
11283 from Eric S. Raymond <esr@snark.thyrsus.com>.
11284
11285 Fix thinko for nextstep.
11286
11287 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11288
11289 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11290 * config.guess: Guess mips-dec-mach_bsd4.3.
11291
11292 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11293 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11294 release numbers.
11295 * config.guess (mips-mips-riscos*): Emit just enough of the
11296 release number.
11297
11298 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11299 * config.guess (sparc-auspex-sunos*): Added.
11300 (f300-fujitsu-*): Added.
11301
11302 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11303 * config.guess: Recognize a Tadpole as a sparc.
11304
11305 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11306
11307 * config.guess: Don't assume that NextStep version is either 2 or
11308 3. NextStep 4 (aka OpenStep 4) has come out now.
11309
11310 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11311
11312 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11313 From Rik Faith <faith@cs.unc.edu>.
11314
11315 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11316
11317 * config.sub: Contributions from bug-gnu-utils to:
11318 Support plain "hppa" (no version given) architecture, reported by
11319 OpenStep.
11320 OpenBSD like NetBSD.
11321 LynxOs is not a hardware supplier.
11322
11323 * config.guess: Contributions from bug-gnu-utils to add support for:
11324 OpenBSD like NetBSD.
11325 Stratus systems.
11326 More Pyramid systems.
11327 i[n>4]86 Intel chips.
11328 M680[n>4]0 Motorola chips.
11329 Use unknown instead of lynx for hardware manufacturer.
11330
11331 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11332
11333 * install.sh (chmodcmd): Set to null if the DST directory already
11334 exists.
11335
11336 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11337
11338 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11339 not use mt-ppc target Makefile fragment any more.
11340
11341 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11342
11343 * configure.in (*-*-windows): Exclude everything but those dirs
11344 needed to build windows.
11345
11346 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11347
11348 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11349
11350 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11351
11352 * configure.in: Exclude mmalloc from i386-windows.
11353
11354 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11355
11356 * Undo my previous change.
11357
11358 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11359
11360 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11361 unconditionally.
11362 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11363
11364 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11365
11366 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11367 host to add it's own flags.
11368
11369 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11370
11371 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11372
11373 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11374
11375 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11376 (CXX_FOR_TARGET): Likewise.
11377 (GCC_FOR_TARGET): Define.
11378 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11379 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11380 CC_FOR_TARGET was specified on the command line.
11381 (MAKEOVERRIDES): Don't define.
11382
11383 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11384
11385 * configure.in (m32r): Fix spelling of libg++ libs.
11386
11387 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11388
11389 * config.sub (-apple*): Remove, now redundant.
11390
11391 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11392
11393 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11394
11395 * configure: Rework yesterday's sed script patch.
11396
11397 * config.sub: Merge with FSF.
11398
11399 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11400
11401 * config.guess: Merge from FSF.
11402
11403 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11404 * config.guess: Use pc instead of unknown, for pc clone systems.
11405 Change linux to linux-gnu.
11406
11407 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11408 * config.guess: Avoid non-portable tr syntax.
11409
11410 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11411
11412 * test-build.mk (HOLES): Add "xargs" for gdb.
11413
11414 * configure: Avoid hpux10.20 sed bug.
11415
11416 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11417
11418 * configure.in: Add support for windows host
11419 (that is a build done under the Microsoft build environment).
11420
11421 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11422
11423 * Makefile.in: Replace all uses of srcroot with s, to shrink
11424 command line lengths.
11425
11426 Patches from Geoffrey Noer <noer@cygnus.com>:
11427 * configure.in: If configuring for newlib, pass --with-newlib to
11428 subdirectories.
11429 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11430 -Bnewlib/ and -Lwinsup to gcc.
11431 (CXX_FOR_TARGET): Likewise.
11432
11433 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
11434
11435 * Makefile.in (ETC_SUPPORT): Add configure.
11436
11437 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
11438
11439 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
11440 host configuration file.
11441
11442 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
11443
11444 * configure.in: Break mn10x00 support into separate
11445 mn10200 and mn10300 configurations.
11446 * config.sub: Likewise.
11447
11448 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
11449
11450 * configure.in: Add lots of stuff to noconfigdirs for
11451 the mn10x00 targets.
11452
11453 * config.sub, configure.in: Add mn10x00 support.
11454
11455 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
11456
11457 * make-all.com: Call conf-a-gas, not config-a-gas.
11458
11459 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
11460
11461 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
11462 targets.
11463
11464 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
11465
11466 * mpw-README: Add much more detail for native PowerMac.
11467 * mpw-install: New file.
11468 * mpw-configure: Add --norecursion and --help options.
11469 * mpw-config.in: Translate readme and install files when
11470 copying to objdir.
11471 * mpw-build.in: Don't always depend on byacc and flex.
11472 (install-only-top): New action.
11473
11474 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
11475
11476 * configure.in: You can now configure GDB for the v850.
11477
11478 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
11479
11480 * configure.in (noconfigdirs): Don't configure any C++ dirs
11481 if targeting D10V.
11482
11483 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
11484
11485 * config.sub: Recognize mips64vr5000.
11486
11487 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
11488
11489 * configure.in: Use a single line for host_tools and native_only.
11490
11491 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
11492
11493 * config.sub, configure.in: Add entries for m32r.
11494
11495 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
11496
11497 * Makefile.in (inet-install): Don't run install-gzip.
11498
11499 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
11500
11501 * configure.in: Don't config lots of things for *-*-windows*.
11502
11503 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
11504
11505 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11506 (host_libs, host_tools): Copy from configure.in.
11507 * mpw-configure: Don't complain about directories not found.
11508
11509 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11510
11511 * configure.in (i[345]86): Recognize i686 for pentium pro.
11512 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11513 file.
11514
11515 * config.guess (i[345]86): Ditto.
11516
11517 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11518
11519 * configure.in (noconfigdirs): Removed gdb for D10V.
11520
11521 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
11522
11523 * configure.in: Remove ld, target-libio, target-libg++, and
11524 target-libstdc++ from noconfigdirs.
11525
11526 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
11527
11528 * configure: Fix three locations where shell scripts were
11529 being run directly rather than with config_shell.
11530
11531 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
11532
11533 * configure.in (v850-*-*): Set up initial $noconfigdirs.
11534 * config.sub (basic_machine): Recognize v850.
11535
11536 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
11537
11538 * mpw-configure: Handle multiple enable/disable options and
11539 pass them down recursively, handle -c and -s flags appropriately
11540 depending on choice of compiler, add escape mechanism for
11541 quoted arguments to gC.
11542
11543 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11544
11545 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11546 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11547 so that -mrelocatable-lib and -mno-eabi are used.
11548
11549 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11550 not support --print-multi-lib, don't abort.
11551
11552 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
11553
11554 * make-all.com: Run config-a-gas.
11555 * setup.com: Don't copy subdirectory files around.
11556
11557 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
11558
11559 * configure.in (*-*-ose): Remove exclusion of libgloss for this
11560 target, it now compiles correctly.
11561
11562 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
11563
11564 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11565
11566 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11567
11568 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
11569
11570 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11571
11572 * configure.in (native_only): Add prms.
11573
11574 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
11575
11576 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11577 (BINUTILS_SUPPORT_DIRS): Likewise.
11578
11579 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11580
11581 * configure.in (d10v-*-*): Don't configure ld or gdb until the
11582 d10v support is added.
11583
11584 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11585
11586 * configure.in (d10v-*-*): New target.
11587
11588 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
11589
11590 * config.guess (HP 9000/811): Recognize this as a PA1.1
11591 machine.
11592
11593 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
11594
11595 * Makefile.in (do-tar-gz): New target, split out from tail end of
11596 taz target. Run each command separately, don't use pipes.
11597 (taz): Use it.
11598
11599 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
11600
11601 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11602 * mpw-build.in: No builds should depend on building byacc or flex,
11603 they are assumed to be installed already.
11604
11605 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11606
11607 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11608 variable that CC_FOR_TARGET needs.
11609
11610 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11611
11612 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11613 options have changed since the last time the subdirectory was
11614 configured, and if it has, reconfigure.
11615 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11616 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11617
11618 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
11619
11620 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11621 CLEAN_MODULES): Add bash.
11622 (all-bash): New target.
11623
11624 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
11625
11626 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11627
11628 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11629
11630 * config.sub (basic_machine): Recognize d10v as a valid processor.
11631
11632 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
11633
11634 * mpw-configure: Add support for --bindir.
11635 * mpw-build.in: Use a GCC-specific build script for GCC actions.
11636
11637 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
11638
11639 * configure.in: add bash, time, gawk to list of hosttools and things
11640 to only build for native toolchains
11641
11642 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11643
11644 * Makefile.in (docdir): Remove.
11645
11646 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11647
11648 * Makefile.in (datadir): Set to $(prefix)/share.
11649
11650 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
11651
11652 * configure.in: build diff and patch for cygwin32-hosted
11653 toolchains.
11654
11655 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
11656
11657 * config.sub: Accept -rtems*.
11658
11659 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
11660
11661 * configure.in: enable dosrel for cygwin32-hosted builds,
11662 remove diff from the list of things not buildable
11663 via Canadian Cross
11664
11665 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
11666
11667 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
11668 don't get ". ".
11669
11670 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
11671
11672 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11673
11674 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
11675
11676 * Makefile.in (taz): Handle case where tex3patch didn't even get
11677 checked out. Also, if it was found, put the symlink in a new util
11678 subdirectory.
11679
11680 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11681
11682 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11683
11684 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
11685
11686 * config.sub: Recognize -openvms.
11687 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11688 * make-all.com, setup.com: New files.
11689
11690 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11691
11692 * Makefile.in (taz): tex3patch moved to texinfo/util.
11693
11694 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
11695
11696 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
11697 * configure.in: remove make from disable-if-Can-Cross list
11698 enable gdb if ${host} and ${target} are cygwin32
11699
11700 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
11701
11702 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
11703 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11704
11705 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11706
11707 * config.guess: Combine mips-mips-riscos cases, and use cpp to
11708 distinguish sysv/svr4/bsd variants.
11709 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11710
11711 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
11712
11713 * configure.in: Added copyright notice.
11714 * move-if-change: Added copyright notice.
11715
11716 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11717
11718 * configure.in (powerpcle-*-solaris*): Until we get shared
11719 libraries working, don't build gdb, sim, make, tcl, tk, or
11720 expect.
11721
11722 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
11723
11724 * config.guess: Merge with FSF:
11725
11726 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11727 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11728
11729 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
11730 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11731
11732 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
11733 * config.guess: Combine two OSF1 rules.
11734 Also recognize field test versions. From mjr@zk3.dec.com.
11735 * config.guess (dgux): Use /usr/bin/uname rather than uname,
11736 because GNU uname does not support -p. From pmr@pajato.com.
11737
11738 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
11739
11740 * Makefile.in (MAKEDIRS): Removed $(tooldir).
11741
11742 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
11743
11744 * mpw-README: Document GCCIncludes.
11745
11746 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
11747
11748 * configure.in (alpha-*-linux*): Set enable_shared to yes.
11749
11750 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11751
11752 * mpw-configure: Handle --enable-FOO and --disable-FOO.
11753
11754 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
11755
11756 * configure.in (*-*-cygwin32): Configure make.
11757
11758 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
11759
11760 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11761
11762 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
11763
11764 * Makefile.in (all-inet): Depend on all-perl.
11765
11766 * Makefile.in (inet-install): New target.
11767
11768 * Makefile.in (all-inet): Depend on all-tcl.
11769 (all-inet): Depend on all-send-pr.
11770
11771 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11772
11773 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
11774 temporarily.
11775
11776 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
11777
11778 * configure.in: Don't configure --with-gnu-ld on AIX.
11779
11780 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11781
11782 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
11783
11784 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
11785
11786 * Makefile.in (ALL_MODULES): Added all-inet.
11787 (CROSS_CHECK_MODULES): Added check-inet.
11788 (INSTALL_MODULES): Added install-inet.
11789 (CLEAN_MODULES): Added clean-inet.
11790 (all-indent): New target.
11791
11792 * configure.in (host_tools): Added inet.
11793 (native_only): Added inet.
11794 (noconfigdirs): Added inet.
11795
11796 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
11797
11798 * configure.in: Don't configure libgloss if we are not configuring
11799 newlib.
11800
11801 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
11802
11803 * configure.in: Don't configure libgloss for unsupported
11804 architectures.
11805
11806 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11807
11808 * Makefile.in (CLEAN_MODULES): Add clean-apache.
11809
11810 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
11811
11812 * Makefile.in (ALL_MODULES): Include all-apache.
11813 (CROSS_CHECK_MODULES): Include check-apache.
11814 (INSTALL_MODULES): Include install-apache.
11815 (all-apache): New target.
11816
11817 * configure.in: Added apache everywhere perl is seen.
11818
11819 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11820
11821 * Makefile.in: Add support for clean-{module} and
11822 clean-target-{module} rules.
11823
11824 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
11825
11826 * configure.in (*-*-ose) do not build libgloss.
11827
11828 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11829
11830 * config.guess (prep*:SunOS:5.*:*): Turn into
11831 powerpele-unknown-solaris2.
11832
11833 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
11834
11835 * configure.in: Permit --enable-shared to specify a list of
11836 directories.
11837
11838 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11839
11840 * configure.in (host==solaris): Pass only the first word of $CC
11841 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
11842
11843 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11844
11845 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
11846
11847 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
11848
11849 * Makefile.in (ALL_MODULES): Include all-perl.
11850 (CROSS_CHECK_MODULES): Include check-perl.
11851 (INSTALL_MODULES): Include install-perl.
11852 (ALL_X11_MODULES): Include all-guile.
11853 (CHECK_X11_MODULES): Include check-guile.
11854 (INSTALL_X11_MODULES): Include install-guile.
11855 (all-perl): New target.
11856 (all-guile): New target.
11857
11858 * configure.in (host_tools): Include perl and guile.
11859 (native_only): Include perl and guile.
11860 (noconfigdirs): Don't build guile and perl; no ports have been
11861 done.
11862
11863 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
11864
11865 * configure (--enable-*): Handle quoted option lists such as
11866 --enable-sim-cflags='-g0 -O' better.
11867
11868 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11869
11870 * Makefile.in ({,inst}all-target): New rule so we can make and
11871 install all of the target directories easily.
11872
11873 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11874
11875 * configure.in: Add missing global flag in sed substitution when
11876 deleting `target-' from ${configdirs}.
11877
11878 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
11879
11880 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
11881 option.
11882
11883 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
11884 config/mh-necv4.
11885
11886 * install.sh: Correct misspelling of transformbasename.
11887
11888 * config.guess: Recognize mips-*-sysv*.
11889
11890 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
11891
11892 * config.sub: Recognize mon960.
11893
11894 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
11895
11896 * configure: Restore Canadian Cross handling of BISON and LEX,
11897 removed in Feb 20 change.
11898
11899 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
11900
11901 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
11902 Mention make install. Remove the old copyright date as well the
11903 clumsy and rather pointless copyright on the README file.
11904
11905 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
11906
11907 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
11908 Makefile after running symlink-tree, then run `make distclean' to
11909 avoid clobbering any generated files in srcdir.
11910
11911 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
11912
11913 * configure.in (m68k-*-netbsd*): Build everything now.
11914
11915 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11916
11917 * Makefile.in (taz): Fix quoting.
11918
11919 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
11920
11921 * configure.in (sparclet-*-*): Build everything now.
11922
11923 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11924
11925 * configure.in (m68k-*-linux*): New host.
11926
11927 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
11928
11929 * configure: Check for bison before byacc.
11930
11931 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
11932
11933 * Makefile.in configure: Change the way LEX and BISON/YACC are
11934 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
11935 searching PATH. These are used as fallbacks by Makefile.in if
11936 flex/bison/byacc aren't in objdir.
11937
11938 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
11939
11940 * Makefile.in: Make everything which depends upon all-bfd also
11941 depend upon all-opcodes, in case --with-commonbfdlib is used.
11942
11943 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11944
11945 * configure.in (host *-*-cygwin32): Don't build gdb if we are
11946 building NT native compilers on Unix.
11947
11948 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
11949
11950 * configure.in: Don't get CC from the host Makefile fragment if we
11951 can find gcc in PATH, or if this is a Canadian Cross. Move the
11952 Solaris test for /usr/ucb/cc to the post target script, just after
11953 the compiler sanity test.
11954
11955 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
11956
11957 * config.sub: Merge with FSF.
11958
11959 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
11960
11961 * Makefile.in (RPATH_ENVVAR): New variable.
11962 (REALLY_SET_LIB_PATH): Use it.
11963 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
11964
11965 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
11966
11967 * config.sub, configure.in: Recognize sparclet cpu.
11968
11969 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
11970
11971 * config.guess: Support m68k-cbm-sysv4.
11972
11973 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11974
11975 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
11976 m68k-unknown-linuxaout from linker help string. Put quotes around
11977 $ld_help_string.
11978
11979 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
11980
11981 * config.guess (powerpc-harris-powerunix): Add guess for port
11982 to new target.
11983
11984 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11985
11986 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
11987
11988 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
11989
11990 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
11991 $(REALLY_SET_LIB_PATH) in Makefile.
11992 * Makefile.in (SET_LIB_PATH): New variable.
11993 (REALLY_SET_LIB_PATH): New variable.
11994 ($(DO_X)): Use $(SET_LIB_PATH).
11995 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
11996 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
11997 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
11998 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
11999 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12000 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12001 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12002 (install-dosrel): Likewise.
12003 (all-opcodes): Depend upon all-libiberty.
12004
12005 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12006
12007 * config.guess (*:CYGWIN*): New
12008
12009 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12010
12011 * Makefile.in (all-target-winsup): All all-target-libiberty.
12012
12013 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12014
12015 * configure.in (noconfigdirs): Add missing # in front of comment.
12016
12017 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12018
12019 * configure.in: add second pass to things added to noconfigdirs
12020 so *-gm-magic can exclude libgloss properly.
12021
12022 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12023
12024 * mpw-configure (extralibs_name, rez_name): Set correctly
12025 for MWC68K compiler.
12026
12027 * mpw-README: Add more info on the necessary build tools.
12028
12029 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12030
12031 * configure.in, config.sub: Recognize cygwin32.
12032
12033 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12034
12035 * config.guess, config.sub: Recognize A/UX.
12036
12037 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12038
12039 * config.sub: Merge with gcc/config.sub.
12040
12041 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12042
12043 * mpw-build.in (do-binutils): Add build of stamps.
12044
12045 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12046
12047 * config.sub: Add recognition for mips64vr4100*-* targets.
12048
12049 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12050
12051 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12052 Add creation of gconfigargs with `--enable-shared' turned on.
12053 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12054 ($(host)-stamp-stage3-configured): Likewise.
12055 (HOLES): Add chatr and ldd.
12056 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12057
12058 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12059
12060 * configure: Pass --nfp to recursive configures.
12061
12062 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12063
12064 * Makefile.in (DLLTOOL): New.
12065 (DLLTOOL_FOR_TARGET): New.
12066 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12067 (EXTRA_TARGET_FLAGS): Ditto.
12068 (EXTRA_GCC_FLAGS): Ditto.
12069 (CONFIGURE_TARGET_MODULES): Ditto.
12070 (DO_X): Ditto.
12071 * configure: Add DLLTOOL.
12072
12073 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12074
12075 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12076 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12077 mh-sco, since old workarounds no longer needed, and don't
12078 build ld, since libraries have weak symbols in COFF.
12079
12080 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12081
12082 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12083
12084 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12085
12086 * configure.in: Make sure that ${CC} can be used to compile an
12087 executable.
12088
12089 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12090
12091 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12092 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12093 nothing depending on whether gdbtk is being built.
12094
12095 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12096
12097 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12098
12099 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12100
12101 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12102 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12103
12104 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12105
12106 * config-ml.in: Add support for
12107 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12108 Simplify setting of multidirs from --disable-foo.
12109
12110 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12111
12112 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12113 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12114 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12115 non-empty, pass them on to the GCC make.
12116 (all-bootstrap): New rule that is like all-gcc, except it executes
12117 the GCC bootstrap rule instead of the GCC all rule.
12118
12119 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12120
12121 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12122
12123 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12124
12125 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12126 DG/UX support.
12127
12128 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12129
12130 * config.sub (i*86*) Change [345] to [3456]
12131
12132 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12133
12134 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12135 --with-gnu-ld=no.
12136
12137 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12138
12139 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12140 AIX multilibs get built.
12141
12142 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12143
12144 * configure.in (i386-win32): Don't build expect if we're not
12145 building the tcl subdir.
12146
12147 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12148
12149 * Makefile.in: (configure-target-examples, all-target-examples):
12150 New targets, configure and build example programs.
12151
12152 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12153
12154 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12155 use it as input to sedit the generated MPW makefile.
12156 * mpw-README: Add a suggestion about Gestalt.h.
12157
12158 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12159
12160 * config.sub: Accept *-*-ieee*.
12161
12162 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12163
12164 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12165 Ronald F. Guilmette <rfg@monkeys.com>.
12166
12167 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12168
12169 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12170 for powerpc-pe native.
12171 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12172 (target==powerpc-pe): duplicate i386-win32 entry.
12173
12174 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12175
12176 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12177 of vxworks, not just vxworks5.1.
12178
12179 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12180
12181 * mpw-configure: Add support for exec-prefix.
12182
12183 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12184
12185 * config.guess: Recognize HP model 816 machines as having
12186 a PA1.1 processor.
12187
12188 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12189
12190 * configure: Ignore new autoconf configure options.
12191
12192 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12193
12194 * config.guess: Recognize Pentium under SCO.
12195 From Robert Lipe <robertl@arnet.com>.
12196
12197 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12198
12199 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12200
12201 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12202
12203 * configure.in: Don't configure gas for alpha-dec-osf*.
12204
12205 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12206
12207 * configure.in: Default to --with-stabs for some targets for which
12208 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12209 i[345]86*-*-unixware*.
12210
12211 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12212
12213 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12214 rather than basing it on the target. Simplify handling of options
12215 controlling which directories to configure. Remove extraneous
12216 slash in multi-clean target.
12217
12218 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12219
12220 * config-ml.in: Prefix more variables with ml_ so they don't collide
12221 with configure's.
12222
12223 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12224
12225 * configure: Don't turn -v into --v.
12226
12227 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12228
12229 * configure.in (targargs): Fix typo.
12230
12231 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12232
12233 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12234
12235 * configure.in: Strip --host and --target options from
12236 CONFIG_ARGUMENTS, and always configure for --host only. Add
12237 --with-cross-host option when building with a cross-compiler.
12238 * configure: Canonicalize the arguments put into config.status by
12239 always using `=' for an option with an argument. Pass a presumed
12240 --host or --target explicitly.
12241
12242 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12243
12244 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12245 into general OS recognition case.
12246
12247 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12248
12249 * configure.in (target_configdirs): add target-winsup only
12250 for win32 target systems.
12251
12252 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12253
12254 * Makefile.in (all-target-libgloss): Depend upon
12255 configure-target-newlib, since when libgloss is built it looks to
12256 see if the newlib directory exists.
12257
12258 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12259
12260 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12261 cfg-ml-*.in.
12262
12263 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12264
12265 * configure: Handle LD and LD_FOR_TARGET when configuring a
12266 Canadian Cross.
12267
12268 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12269
12270 * configure.in (target_libs): add target-winsup.
12271 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12272 (target==ppcle-pe): remove ld from $noconfigdirs.
12273
12274 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12275
12276 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12277 Preserve relative path names in $srcdir. Build symlink tree if
12278 configuring cross target dir and srcdir=. (= no VPATH support).
12279 (configure-target-libg++): Depend on configure-target-librx.
12280 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12281 * config-ml.in: New file.
12282 * symlink-tree: New file.
12283 * configure: Ensure srcdir="." if that's what it is.
12284
12285 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12286
12287 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12288 includes and FLEX_SKELETON setting.
12289 * mpw-configure (--with-gnu-ld): New option, controls whether
12290 to use PPCLink or ld with PowerMac GCC.
12291 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12292 * mpw-config.in: Configure grez if targeting Mac.
12293
12294 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12295 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12296 just macos.
12297 * configure.in: Configure grez resource compiler if targeting Mac.
12298 * Makefile.in (all-grez, install-grez): New targets.
12299
12300 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12301
12302 * configure: CXX defaults to gcc, not g++. If we find
12303 gcc in the path, set CC to gcc -O2.
12304
12305 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12306
12307 * configure: Default ${build} correctly. Avoid picking up extra
12308 spaces when reading CC and CXX from Makefile. When doing a
12309 Canadian Cross, use plausible default values for numerous
12310 variables.
12311 * configure.in: When doing a Canadian Cross, don't try to
12312 configure tools whose configure script can't handle it.
12313
12314 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12315
12316 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12317
12318 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12319
12320 * configure: Remove dubious bug reporting address.
12321
12322 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12323
12324 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12325 configure script, run that instead of this directory's configure.
12326 In either case, print a message that we're configuring the sub-dir.
12327
12328 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12329
12330 * configure.in: Before checking for the existence of various files,
12331 use sed to filter out "target-".
12332
12333 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12334
12335 * Makefile.in (DO_X): Split rule to decrease command line length
12336 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12337 (Philippe De Muyter).
12338
12339 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12340
12341 * Makefile.in (all-patch): depend on all-libiberty.
12342
12343 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12344
12345 * configure.in: If the only directory in target_configdirs which
12346 actually exists is libiberty, then set target_configdirs to empty,
12347 to avoid trying to build a target libiberty in a gas or gdb
12348 distribution.
12349
12350 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12351
12352 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12353 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12354 systems.
12355
12356 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12357
12358 * configure.in (copy_dirs): Use sys-include instead of include
12359 for --with-headers option.
12360
12361 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12362
12363 * Makefile.in, configure.in: Make winsup builds work with
12364 new scheme.
12365
12366 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12367
12368 * configure.in: Build the linker on AIX.
12369
12370 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12371
12372 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12373 where needed.
12374
12375 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12376
12377 * Makefile.in (all-gcc): Fix typo.
12378
12379 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12380
12381 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12382
12383 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12384
12385 * configure.in: Rename libFOO to target-libFOO, and xiberty
12386 to target-xiberty, to provide more flexibility.
12387 (target_subdir): Define. Create if cross.
12388 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12389 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12390 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12391 check-libFOO -> check-target-libFOO, etc.
12392 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12393 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12394 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12395 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12396 allow ALL_GCC="" to only configure.
12397 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12398 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12399 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12400
12401 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12402
12403 * Makefile.in (taz): Build "info" in etc explicitly.
12404
12405 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12406
12407 * configure.in: Make sure that CC is undefined (as opposed to
12408 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12409 problem with autoconf trying to configure on a host without GCC.
12410
12411 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12412
12413 * mpw-configure: Set host alias from choice of host compiler,
12414 only use generic MPW Makefile sed if present, edit a file
12415 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12416 * mpw-README: Add problem notes about CW6 and CW7.
12417
12418 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12419
12420 * Makefile.in (taz): Use ";" instead of ";;".
12421
12422 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12423
12424 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12425 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12426 DISTDOCDIRS.
12427 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12428 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12429
12430 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
12431
12432 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
12433 and gnats, because they are now subsumed by DISTSTUFFDIRS.
12434 Move bfd to DISTSTUFFDIRS.
12435
12436 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12437
12438 * Makefile.in (X11_LIB): Removed.
12439 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12440
12441 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12442
12443 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12444
12445 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12446 names.
12447
12448 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12449
12450 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12451
12452 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
12453
12454 * configure.in (i[345]86-*-win32): Always build newlib.
12455 Don't configure cvs, autoconf or texinfo.
12456 * Makefile.in (LD_FOR_TARGET): New.
12457 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12458 Pass down LD_FOR_TARGET.
12459
12460 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
12461
12462 * winsup: New directory.
12463 * Makefile.in: Build winsup.
12464 * configure.in: Winsup is configured when target is win32.
12465 Can only build win32 target GDB when native.
12466
12467 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
12468
12469 * config.guess: Recognize HP model 819 machines as having
12470 a PA 1.1 processor.
12471
12472 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
12473
12474 * configure: Fix sed loop which substitutes for CC and CXX to
12475 avoid bug found in various sed implementations.
12476
12477 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12478
12479 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12480 simulator. Use standard powerpc-*-eabi*.
12481
12482 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
12483
12484 * configure.in: Stop putting gas and binutils in noconfigdirs for
12485 powerpc-*-aix* and rs6000-*-*.
12486
12487 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
12488
12489 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12490 -mcall-aixdesc libraries.
12491
12492 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
12493
12494 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12495
12496 * config.sub (arm | armel | armeb): Fix shell syntax.
12497
12498 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12499
12500 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12501 -msoft-float and -mcpu=common support.
12502 (powerpc*-*-eabisim*): Add support for building -mcall-aix
12503 libraries.
12504
12505 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12506
12507 * configure.in: Allow configuration and build of emacs19 for the alpha.
12508
12509 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12510
12511 * configure.in (CC): Get ^CC, not just any old CC, from
12512 ${host_makefile_frag}.
12513
12514 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12515
12516 * configure.in (CC): Try to get CC from
12517 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12518
12519 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12520
12521 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12522 only if it exists in $(srcdir).
12523
12524 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
12525
12526 * configure: If CC and CXX are not set in the environment, set
12527 them, based on either an existing Makefile or on searching for gcc
12528 in PATH. Substitute for CC and CXX in Makefile.
12529 * configure.in: Remove libm from target_libs. Separate
12530 target_configdirs from configdirs. If CC is not set in
12531 environment, try to get it from a host Makefile fragment. Rewrite
12532 changes of configdirs to use skipdirs instead. A few minor
12533 tweaks. Take directories out of target_configdirs as they are
12534 taken out of configdirs. Remove existing Makefile files from
12535 subdirectories. Substitute for TARGET_CONFIGDIRS and
12536 CONFIG_ARGUMENTS in Makefile.
12537 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12538 by configure.in.
12539 (CONFIG_ARGUMENTS): Likewise.
12540 (CONFIGURE_TARGET_MODULES): New variable.
12541 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12542 ($(CONFIGURE_TARGET_MODULES)): New target.
12543 (configure-libg++, configure-libio): New targets.
12544 (all-libg++): Depend upon configure-libg++.
12545 (all-libio): Depend upon configure-libio.
12546 (configure-libgloss, all-libgloss): New targets.
12547 (configure-libstdc++): New target.
12548 (all-libstdc++): Depend upon configure-libstdc++.
12549 (configure-librx, all-librx): New targets.
12550 (configure-newlib): New target.
12551 (all-newlib): Depend upon configure-newlib
12552 (configure-xiberty): New target.
12553 (all-xiberty): Depend upon configure-xiberty.
12554
12555 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12556
12557 * configure.in (host i[345]86-*-win32): Expand the
12558 noconfigdirs again.
12559
12560 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
12561
12562 * mpw-configure: Fix sed command file name.
12563
12564 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
12565
12566 * configure.in (host i[345]86-*-win32): Reduce the
12567 noconfigdirs again.
12568
12569 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
12570
12571 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12572 or powerpc*-*-pe*, since they are not yet supported.
12573
12574 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12575
12576 Add PowerMac support and many other enhancements.
12577 * mpw-configure: New option --cc to select compiler to use,
12578 paste options set according to --cc into the generated
12579 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12580 if mpw-make.sed is present.
12581 * mpw-config.in: Don't test for gC1, test for mpw-touch,
12582 add forward includes for PowerPC include files.
12583 * mpw-build.in: Build using Makefile.PPC if present.
12584 (do-byacc, etc): Remove separate version resource builds.
12585 (do-gas): Build "stamps" before "all".
12586 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12587 * mpw-README: Update to reflect --cc option, PowerMac support,
12588 and recently-reported compatibility problems.
12589
12590 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
12591
12592 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12593 embedded m68k systems (-aout, -coff, -elf, -vxworks).
12594 (--with-multilib-top): Pass to recursive invocations.
12595
12596 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
12597
12598 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12599 v810-*-*.
12600
12601 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12602
12603 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12604 gdb, ld and opcodes on v810-*-*.
12605
12606 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
12607
12608 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12609 (local-maintainer-clean): New target.
12610 (maintainer-clean): New target.
12611 (realclean): Just depend upon maintainer-clean.
12612
12613 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12614
12615 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12616
12617 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
12618
12619 * configure.in: Build ld in mips*-*-bsd* case.
12620
12621 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
12622
12623 * config.sub: Accept -lites* OS. From Ian Dall.
12624
12625 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
12626
12627 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
12628 targets.
12629
12630 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12631
12632 * configure.in: treat i386-win32 canadian cross the same as
12633 i386-go32 canadian cross.
12634
12635 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12636
12637 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12638 running under the simulator to build a reduced set of libraries.
12639 (powerpc-*-eabiaix): Add fine grained multilib support added to
12640 other powerpc targets yesterday.
12641
12642 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12643
12644 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12645 -disable-softfloat, -disable-relocatable, -disable-aix, and
12646 -disable-sysv to control which multilib libraries get built.
12647
12648 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12649
12650 * configure: Add Makefile.tem to list of files to remove in trap
12651 handler.
12652
12653 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
12654
12655 * config.guess (*Linux*): Add missing "exit"s.
12656 Also, need specific check for alpha-unknown-linux (uses COFF).
12657
12658 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
12659
12660 * config.guess: Merge with FSF:
12661
12662 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
12663 * config.guess (AIX4): More robust release numbering discovery.
12664
12665 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
12666 * config.guess (i386-sequent-ptx): Properly get version number.
12667
12668 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
12669 * config.guess (mips:*:4*:UMIPS): New case.
12670
12671 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
12672
12673 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12674 (i386-win32 host): Likewise. Don't build readline.
12675
12676 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
12677
12678 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
12679 SUPPORT_FILES to submakes.
12680
12681 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
12682
12683 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12684 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12685 mpw-configure.
12686
12687 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
12688
12689 * configure.in (appdirs): Use =, not ==, in test expression when
12690 trying to build the text to print in the warning message for
12691 Solaris users.
12692
12693 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
12694
12695 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12696
12697 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12698
12699 * config.guess: Recognize lynx-2.3.
12700
12701 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
12702
12703 * config.sub (z8ksim): Deleted
12704 (z8k-*-coff): New, this is the one true name of the target.
12705
12706 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
12707
12708 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12709
12710 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
12711
12712 * config.guess (*:Linux:*:*): First try asking the linker what the
12713 default object file format is (elf, aout, or coff). Then if this
12714 fails, try previous methods.
12715
12716 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12717
12718 * configure.in: Don't build newlib for *-*-vxworks5.1.
12719
12720 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12721
12722 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12723 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12724
12725 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
12726
12727 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12728
12729 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
12730
12731 * cfg-ml-com.in: New file.
12732 * cfg-ml-pos.in: New file.
12733
12734 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12735
12736 * COPYING.NEWLIB: Add HP free copyright to list.
12737
12738 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12739
12740 * config.sub: Recognize -eabi* for the system, not just -eabi.
12741
12742 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
12743
12744 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12745 * config.sub, configure.in (win32): New target and host.
12746
12747 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
12748
12749 * configure.in: Add i386-pe configuration.
12750
12751 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
12752
12753 * mpw-build.in (install): Install GDB after LD.
12754
12755 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
12756
12757 * mpw-config.in (elf/mips.h): Always forward-include, needed
12758 for GDB to build.
12759
12760 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
12761
12762 * testsuite: New directory for customer acceptance and whole tool
12763 chain tests.
12764
12765 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12766
12767 * configure: If per-host line isn't found, but AC_OUTPUT is found
12768 and a configure script exists, run it instead.
12769
12770 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12771
12772 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
12773
12774 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
12775
12776 * configure: Set build_{cpu,vendor,os,alias} to host values when
12777 --build isn't specified.
12778
12779 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12780
12781 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
12782 (FLAGS_TO_PASS): Pass them.
12783 (EXTRA_TARGET_FLAGS): Ditto.
12784
12785 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12786
12787 * Makefile.in (all-libg++): Depend on all-libstdc++.
12788
12789 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12790
12791 * configure.in (noconfigdirs): Enable all packages for
12792 i386-unknown-netbsd.
12793
12794 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
12795
12796 * configure.in (noconfigdirs): Don't configure tk for i386-go32
12797 hosted builds (DOS builds)
12798
12799 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12800
12801 Changes for ARM based on patches from Richard Earnshaw:
12802 * config.sub: Handle armeb and armel.
12803 * configure.in: Omit arm linker only for riscix.
12804
12805 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
12806
12807 * config.guess: Update from FSF.
12808
12809 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
12810
12811 * config.sub: Recognize powerpcle as the little endian varient of
12812 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
12813 powerpcle variant. Convert pentium into i586, not i486. Add p5
12814 alias for i586. Map new x86 variants p6, k5, nexgen into i586
12815 temporarily.
12816
12817 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
12818
12819 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
12820
12821 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
12822
12823 * config.sub: Accept -lites* as a basic system type.
12824
12825 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
12826
12827 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
12828 installed, and if so return linuxoldld as the system name.
12829
12830 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
12831
12832 * config.guess: Add hppa1.1-hp-lites support.
12833
12834 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
12835
12836 * configure.in: Don't build newlib for m68k-vxworks5.1.
12837
12838 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12839
12840 * configure.in (mips-sgi-irix6): Use mh-irix5.
12841
12842 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
12843
12844 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
12845
12846 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12847
12848 * test-build.mk: Enable building of shared libraries on IRIX 5 and
12849 OSF/1. Fix compiler flags.
12850 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
12851
12852 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
12853
12854 * configure.in: Recognize --with-newlib.
12855 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
12856
12857 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12858
12859 * Makefile.in: move {all,check,install}-gdb from *_MODULES
12860 to *_X11_MODULES due to gdbtk needing X include files et al.
12861
12862 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
12863
12864 Merge in support for Mac MPW as a host.
12865 (Old change descriptions retained for informational value.)
12866
12867 * mpw-config.in: Add generic include forwards for cpu-specific
12868 include files in aout and elf directories.
12869
12870 * mpw-configure: Added copyright.
12871 * mpw-config.in: Check for presence of required build tools.
12872 (target_libs): Add newlib.
12873 (target_tools): Add examples.
12874 (Read Me): Generate as "Read Me for MPW" instead.
12875 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
12876 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
12877 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
12878
12879 * mpw-configure: Remove subdir-specific makefile hackery,
12880 delete mk.tmp after using it.
12881
12882 * mpw-build.in (all): Display start and end times.
12883
12884 * mpw-configure (host_canonical): Set.
12885 (target_cpu): Always add to makefiles.
12886 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
12887 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
12888 (mpw-mh-mpw): Look for in srcdir and srcroot.
12889 Use sed instead of mpw-edit-prefix to edit prefix definitions.
12890
12891 * mpw-build.in: (install-only): New target.
12892
12893 * mpw-configure (host_alias, target_alias): Rename from hostalias
12894 and targetalias, add into generated Makefile.
12895 (mk.tmp): If present, add into generated Makefile.
12896 * mpw-build.in (all-gas): Build config.h first before gas proper.
12897
12898 * mpw-configure (config.status): Write only if changed.
12899 * mpw-config.in (readline): Configure it (not built, just used for
12900 definitions).
12901
12902 * mpw-config.in (elf/mips.h): Add a forward include.
12903
12904 * mpw-config.in: Forward-include most .h files in include into
12905 extra-include.
12906 (readline): Don't build.
12907 mpw-build.in (install): Install GDB.
12908
12909 * mpw-configure (prefix, mpw_prefix): Handle it.
12910 * mpw-config.in (mmalloc, readline): Don't configure.
12911 * mpw-build.in (thisscript): Rename to ThisScript.
12912 Use mpw-build instead of BuildProgram everywhere.
12913 (mmalloc, readline): Don't build.
12914 * mpw-README: New file, basic documentation about the MPW port.
12915
12916 * mpw-config.in: Use forward-include to create include files.
12917
12918 * mpw-configure: Add more things to the top of each configured
12919 Makefile, including contents of config/mpw-mh-mpw.
12920 * mpw-config.in (extra-include): Create this directory and fill it
12921 with Posix-like include files when configuring.
12922
12923 * config.sub (apple, mac, mpw): Add various aliases.
12924
12925 * mpw-build.in: New file, top-level build script fragment for MPW.
12926 * mpw-configure: New file, configure script for MPW.
12927 * mpw-config.in: New file, config fragment for MPW.
12928
12929 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12930
12931 * configure.in (host_libs): Remove glob, since it is gone from the
12932 sources.
12933
12934 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12935
12936 * Makefile.in: define empty GDB_NLM_DEPS var.
12937
12938 * configure.in(target_makefile_frag): use config/mt-netware
12939 for netware targets.
12940
12941 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
12942
12943 * config.sub: Merge in recent FSF changes. Remove linux special
12944 cases.
12945
12946 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12947
12948 Revert this change:
12949
12950 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
12951
12952 * build-all.mk: Use CC=cc -Xs on Solaris.
12953
12954 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12955
12956 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
12957 stop using it.
12958 * Makefile.in: Nuke all references to glob subdirectory.
12959
12960 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12961
12962 * configure.in: Fix --enable-shared logic in per-host.
12963
12964 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
12965
12966 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
12967
12968 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12969
12970 * configure.in (noconfigdirs): Don't build gas on AIX, for
12971 powerpc*-*-aix* as well as for rs6000*-*-aix*.
12972
12973 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
12974
12975 * configure: Fix --cache-file to work if the file argument is a
12976 relative path.
12977
12978 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
12979
12980 * configure: If the --cache-file is used, pass it down to
12981 configure in subdirectories.
12982
12983 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
12984
12985 * config.sub: add vxworks29k configuration.
12986
12987 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12988
12989 * Makefile.in (taz): Do "diststuff" part quietly.
12990
12991 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
12992
12993 * config.sub: Mini-merge with gcc/config.sub.
12994
12995 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12996
12997 * config.guess (IRIX): Sed - to _.
12998
12999 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13000
13001 * Makefile.in (source-vault, binary-vault): New targets.
13002
13003 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13004
13005 * config.sub: Recognize -eabi as a basic system type.
13006
13007 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13008
13009 * configure.in (enable_shared stuff): Fix typo.
13010
13011 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13012
13013 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13014
13015 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13016
13017 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13018
13019 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13020
13021 * configure.in (rs6000-*-*): Don't build gas.
13022
13023 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13024
13025 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13026 reduce command line length.
13027 (AS_FOR_TARGET): Check for as.new, not Makefile.
13028 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13029
13030 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13031
13032 * config.guess: Merge from FSF.
13033
13034 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13035
13036 * configure: Don't use $ when handling program_suffix.
13037
13038 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13039
13040 * configure.in: Configure tk for hppa/hpux.
13041
13042 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13043
13044 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13045
13046 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13047
13048 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13049 to LIBCXXFLAGS. Tests are better run without it.
13050
13051 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13052
13053 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13054
13055 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13056
13057 * configure.in (*-*-netware*): Don't configure xiberty.
13058
13059 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13060
13061 * configure.in: Remove tk from native_only list.
13062
13063 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13064
13065 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13066 for special NCD build.
13067
13068 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13069
13070 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13071 makeall.bat, they're only useful for binutils snapshots.
13072 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13073 makeall.bat to specified SUPPORT_FILES.
13074
13075 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13076
13077 * build-all.mk: Add Ericsson targets to sun4 and solaris
13078 hosts. Add BNR's sun4 target to solaris host, so their
13079 build-from-source will be tested in-house first.
13080
13081 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13082
13083 * Makefile.in (LIBCFLAGS): New variable.
13084 (CFLAGS_FOR_TARGET): Ditto.
13085 (LIBCFLAGS_FOR_TARGET): Ditto.
13086 (LIBCXXFLAGS): Ditto.
13087 (CXXFLAGS_FOR_TARGET): Ditto.
13088 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13089 (BASE_FLAGS_TO_PASS): Pass them.
13090 (EXTRA_TARGET_FLAGS): Ditto.
13091
13092 * configure.in: Support --enable-shared.
13093
13094 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13095
13096 * configure.in (target_libs): Include libstdc++ again.
13097 * config.guess: Update from FSF (for FreeBSD).
13098
13099 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13100
13101 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13102 makeall.bat.
13103 (DISTDOCDIRS): Add `etc'.
13104 (ETC_SUPPORT_PFX): New variable.
13105 (taz): Include anything from etc starting with a word in
13106 ETC_SUPPORT_PFX.
13107
13108 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13109
13110 * config.sub: Update for recent FSF changes. Remove obsolete
13111 h8300hds entry. Add -windows* and -osx as basic os. Minor
13112 spacing changes.
13113
13114 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13115
13116 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13117
13118 * config.guess: Merge with FSF.
13119 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13120
13121 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13122
13123 * configure: Since the "trap 0" handler will override the exit
13124 status on many systems, only use it for "exit 1", and make it set
13125 a non-zero exit status; reset it before "exit 0". Also, check
13126 exit status of config.sub, and error out if it failed.
13127
13128 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13129
13130 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13131 and install libgloss.
13132
13133 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13134
13135 * Makefile.in (all-binutils): Depend upon all-byacc.
13136
13137 * configure.in: Don't build emacs on Irix 5.
13138
13139 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13140
13141 * configure.in (*-*-netware*): Add libio.
13142
13143 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13144
13145 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13146 (CHECK_TARGET_MODULES): Ditto.
13147 (INSTALL_TARGET_MODULES): Ditto.
13148 (TARGET_LIBS): Ditto.
13149 (all-libstdc++): Note dependencies.
13150
13151 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13152
13153 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13154
13155 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13156
13157 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13158 -fexternal-templates.
13159
13160 * configure.in (target_libs): Add libstdc++.
13161 (noconfigdirs): Add libstdc++ as appropriate.
13162
13163 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13164
13165 * config.guess: Update from FSF.
13166
13167 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13168
13169 * configure: Use ${config_shell} when running ${configsub}.
13170
13171 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13172
13173 * config.sub: No longer recognize h8300h.
13174
13175 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13176
13177 * config.sub: Remove extraneous differences between config.sub and
13178 gcc/config.sub.
13179
13180 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13181
13182 * Makefile.in (DISTSTUFFDIRS): Add gas.
13183
13184 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13185
13186 * COPYING.NEWLIB: New file.
13187
13188 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13189
13190 * config.guess (HP-UX): Patch from Harlan Stenn
13191 <harlan@landmark.com> to also emit release level.
13192
13193 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13194
13195 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13196
13197 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13198
13199 * config.sub: Merge nextstep cleanup from FSF.
13200
13201 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13202
13203 * configure.in (arm-*-*): Don't configure ld for this target.
13204
13205 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13206
13207 * configure.in (*-*-netware): don't configure libg++, libio,
13208 librx, or newlib.
13209
13210 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13211
13212 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13213 configure ld--it works, but it doesn't support shared libraries.
13214
13215 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13216
13217 * config.guess (*-unknown-freebsd*): Get rid of possible
13218 trailing "(Release)" in version string.
13219 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13220
13221 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13222
13223 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13224 Fix type: *-next-neststep -> *-next-nextstep.
13225
13226 * config.guess: Merge from FSF:
13227
13228 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13229
13230 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13231
13232 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13233
13234 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13235 instead of UNIX_SV for UnixWare 1.0).
13236
13237 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13238
13239 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13240 to make gdb/nlm/* build after the compiler and linker.
13241
13242 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13243
13244 * config.guess (netbsd, freebsd, linux): Accept any machine,
13245 not just i[34]86.
13246 (m68k-atari-sysv4): Relocate to match FSF version.
13247
13248 * config.guess: More merges from the FSF:
13249
13250 Add a space before function call or macro invocation.
13251
13252 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13253
13254 * config.guess: Add trap cmd to remove dummy.c and dummy when
13255 interrupted.
13256
13257 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13258
13259 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13260 (dummy): Redirect stderr from compilation of dummy.c.
13261
13262 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13263
13264 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13265
13266 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13267
13268 * configure: Accept and ignore --cache*, for compatibility with
13269 new autoconf.
13270
13271 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13272
13273 * config.guess: Merge from FSF:
13274
13275 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13276
13277 * config.guess (Pyramid*:OSx*:*:*): New case.
13278 (PATH): Add /.attbin at end for finding uname.
13279 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
13280
13281 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13282
13283 * config.guess (M88*:DolphinOS:*:*): New case.
13284
13285 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13286
13287 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13288 to select whether to use ELF or COFF.
13289
13290 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13291
13292 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13293
13294 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13295
13296 * config.guess: Guess the OS version for HPUX.
13297
13298 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13299
13300 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13301
13302 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13303
13304 * configure.in: Recognize --with-headers, --with-libs, and
13305 --without-newlib.
13306 * Makefile.in (all-xiberty): Depend upon all-ld.
13307
13308 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13309
13310 * configure.in: Change i[34]86 to i[345]86.
13311
13312 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13313
13314 * configure (version): A few more tweaks to help message.
13315
13316 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13317
13318 * Makefile.in: Remove (for now) librx as a host library,
13319 now that we're building it for target.
13320
13321 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13322
13323 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13324 (Karl Berry).
13325
13326 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13327
13328 * configure.in: Also configure librx.
13329
13330 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13331
13332 * Makefile.in: Update various rules to reflect that librx
13333 is now needed for libg++.
13334
13335 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13336
13337 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13338
13339 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13340
13341 * configure.in: Configure the examples directory.
13342
13343 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13344
13345 * configure: Simplify Jun 2 1994 change.
13346
13347 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13348
13349 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13350 /bin/gcc isn't good enough to build gcc.
13351
13352 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13353
13354 * Makefile.in (GDB_SUPPORT_FILES): Remove
13355 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13356 (gdb.tar.gz): Add new rule to use standard distribution building
13357 mechanism.
13358
13359 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13360
13361 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13362 Bill Cox <bill@cygnus.com>.
13363
13364 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13365
13366 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13367
13368 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13369
13370 * configure: Search current dir first in .gdbinit.
13371
13372 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13373
13374 * config.sub: Recognize freebsd (merged from gcc config.sub).
13375
13376 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13377
13378 * config.sub: Refer to NeXT's operating system as nextstep.
13379
13380 * config.sub (case $basic_machine): Re-order the cases, to match
13381 the order in the FSF version (which is mostly alphabethical).
13382 Merge in some additions and changes from the FSF.
13383
13384 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13385
13386 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13387 * config.sub: Recognize cxux7.
13388 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13389
13390 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13391
13392 * config.sub: Fix typo powerpc -> powerpc-*.
13393
13394 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13395
13396 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13397
13398 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13399 parallel with all-emacs and install-emacs). Top-level command
13400 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13401
13402 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13403
13404 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13405 $(relbindir)/make before doing ``make install'', and use
13406 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13407 installing over running make binary.
13408 ($(host)-stamp-stage3-installed): Likewise.
13409
13410 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13411
13412 * config.guess: Recognize Mach.
13413
13414 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13415
13416 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13417 see whether --exec-prefix was used.
13418
13419 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13420
13421 * README: Explicitly mention libg++/README. (Zoo's idea.)
13422
13423 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13424
13425 * Makefile.in: Add all-librx target similar to all-libproc.
13426
13427 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13428
13429 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13430 with post 1.2 uname bogosity.
13431
13432 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13433
13434 * configure: Remove temporary files on receipt of a signal.
13435
13436 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
13437
13438 * configure: If there is a package_makefile_frag, remove
13439 ${subdir}/Makefile.tem after copying it in.
13440
13441 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13442
13443 * build_all.mk: support rs6000 lynx identifies itself as
13444 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
13445 since /bin/gcc is too feeble to compile a modern gcc.
13446
13447 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13448
13449 * brought devo/test-build.mk update-to-date with progressive/
13450 test-build.mk. Add lynx targets and hppa flag info.
13451
13452 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13453
13454 * configure.in: Use mh-ncrsvr43. Patch from
13455 Tom McConnell <tmcconne@sedona.intel.com>.
13456
13457 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
13458
13459 * config.guess (i386-unknown-bsdi): No longer need to
13460 check #if defined(__bsdi__) && defined(__i386__).
13461
13462 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13463
13464 * configure: Set program_transform_nameoption correctly.
13465
13466 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13467
13468 * brought build-all.mk update-to-date with progressive build-all.mk,
13469 added new targets and hppa info.
13470
13471 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13472
13473 * configure: If config.guess result is a prefix of the user
13474 specified target, assume a native build and use the user specified
13475 target as the host alias. Remove SunOS patch suffix removal hack.
13476 * configure.in: Remove SunOS patch suffix removal hack.
13477
13478 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13479 in NATIVE_CHECK_MODULES.
13480
13481 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
13482
13483 * Makefile.in: Rename HOST_ONLY to NATIVE.
13484 * configure: Delete SunOs patch suffix from host_canonical
13485 and build_canonical variables that are prepended to Makefiles.
13486 * configure.in: Add comments for easier maintenance.
13487
13488 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13489
13490 * Makefile.in: Add all-libproc target similar to all-gui.
13491
13492 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
13493
13494 * Makefile.in (CHECK_MODULES): split into
13495 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13496
13497 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
13498
13499 * config.guess (i386-unknown-bsdi): New system to guess.
13500
13501 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13502
13503 * Makefile.in: Add all-gui target (but not yet build by "all").
13504
13505 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
13506
13507 * config.sub: Move deletion of patch suffix from here...
13508 * configure.in: To here, at Ian's suggestion. The top-
13509 level scripts might need to know of a patch level.
13510
13511 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
13512
13513 * config.sub: Strip off patch suffix so rtl is recognized
13514 as a sunos4.1.3 machine, even though it's been patched.
13515
13516 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
13517
13518 * Makefile.in (INSTALL_LAST): Delete.
13519 (INSTALL_DOSREL): New.
13520
13521 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13522
13523 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13524 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13525 whether we pass down --with-gnu-ld anyhow.
13526
13527 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
13528
13529 * Makefile.in (INSTALL_LAST): Change operation so it works
13530 on more flavors of make.
13531 * configure.in (go32): Don't build libg++ or libio.
13532
13533 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
13534
13535 * Makefile.in (Move HOST_PREFIX_1 and friends up so
13536 they can be overriden by templates.
13537
13538 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
13539
13540 * configure.in (target==go32): Don't build gdb.
13541 * dosrel: New directory.
13542
13543 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
13544
13545 * configure.in (host==go32): Configure dosrel too.
13546 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13547 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13548 be set by incoming names or templates.
13549 (INSTALL_LAST): New rule.
13550
13551 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
13552
13553 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13554
13555 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13556
13557 * configure.in (appdirs): New variable. Currently empty, but will
13558 be used in gas distribution. If nonempty, lists a set of
13559 directories at least one of which must get configured, or top
13560 level configuration is considered to have failed.
13561 (rs6000-*-lynxos*): Use new file name.
13562
13563 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13564
13565 Eliminate XTRAFLAGS.
13566 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13567 newlib include files using -idirafter, and also use -nostdinc.
13568 (CXX_FOR_TARGET): Likewise.
13569 (XTRAFLAGS): Removed.
13570 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13571 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13572 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13573 ($(DO_X)): Don't pass down XTRAFLAGS.
13574
13575 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13576
13577 * configure.in (mips*-dec-bsd*): New target; do build linker.
13578 (mips*-*-bsd*): New target; don't build linker.
13579
13580 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13581
13582 * configure.in: support rs6000-*-lynxos* configuration.
13583 support sunos4 as a cross target.
13584
13585 * config.sub: look for lynx*, not lynx since the OS version may
13586 legitimately be part of the name.
13587
13588 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13589
13590 * configure.in (i[34]86-*-sco*): Move to be with other i386
13591 targets.
13592 (romp-*-*): New target. Skip various binary utilities.
13593 (vax-*-*): New target. Don't build newlib.
13594 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
13595
13596 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13597
13598 * configure.in: Only set host_makefile_frag if config
13599 directory exists.
13600
13601 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13602
13603 * install.sh: If $dstdir exists, don't check whether each
13604 component does.
13605
13606 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13607
13608 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13609
13610 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
13611
13612 * configure.in (*-*-lynxos*): Don't configure newlib for either
13613 native or cross Lynx.
13614
13615 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
13616
13617 * config.sub (sparc64-elf): Fix os.
13618 (z8k): Remove duplicate.
13619
13620 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13621
13622 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13623 gcc/stmp-fixproto, to try to prevent fixproto from being run.
13624
13625 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
13626
13627 * configure: Make file links cleanly even if Lynx fails on
13628 an NFS symlink (at least fail cleanly).
13629
13630 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13631
13632 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13633 -XNh2000.
13634
13635 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13636
13637 * configure: Unknown options are fatal again.
13638
13639 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
13640
13641 * configure: Ignore --x-includes and --x-libraries, for Autoconf
13642 compatibility.
13643
13644 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
13645
13646 * build-all.mk: Add `clean' target.
13647
13648 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13649
13650 * config.guess: Add SINIX support.
13651 * configure.in: Add mips-*-sysv4* support.
13652
13653 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
13654
13655 * build-all.mk: Document all useful targets.
13656 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13657 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13658
13659 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13660
13661 * configure: Support --silent, --quiet.
13662
13663 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13664
13665 * configure: Support --disable-FEATURE.
13666
13667 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13668
13669 * config.guess: Recognize NCR running SVR4.3.
13670
13671 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
13672
13673 * config.guess: Make BSDI generate i386-unknown-bsd386.
13674 Patch from Paul Eggert <eggert@twinsun.com>.
13675
13676 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13677
13678 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13679
13680 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13681
13682 * configure: Make unrecognized options give nonfatal warnings
13683 instead of fatal errors, and pass them to any subdirectory
13684 configures in case they recognize them.
13685 Make --x equivalent to --with-x.
13686
13687 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13688
13689 * configure: Add --enable-* options. Clean up usage message and
13690 some comments.
13691
13692 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
13693
13694 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13695
13696 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13697
13698 * configure.in (hppa*-*-*): Enable binutils.
13699
13700 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13701
13702 * config.sub: Recognize cisco.
13703
13704 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
13705
13706 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13707
13708 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13709
13710 * config.guess: about target *-hitachi-hiuxwe2, don't print more
13711 than one configuration name. Add comment.
13712
13713 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
13714
13715 * config.guess: about target *-hitachi-hiuxwe2, fixed
13716 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
13717 macro is incorrect.]
13718
13719 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13720
13721 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13722 than the "make ls" stuff which used to be here.
13723
13724 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13725
13726 * config.guess: Recognize i[34]86-unknown-freebsd.
13727 From Shawn M Carey <smcarey@rodan.syr.edu>.
13728
13729 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
13730
13731 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13732
13733 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
13734
13735 * config.guess: Check for ptx.
13736
13737 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
13738
13739 * config.sub: Add os9k checking.
13740
13741 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13742
13743 * config.guess: Handle OSF1 running on HPPA processors
13744
13745 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13746
13747 * configure: If subdir configure fails, print out a message with
13748 subdirectory name, in case subdir's configure code didn't identify
13749 itself.
13750
13751 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
13752
13753 * configure.in: Remove embedded newlines from configdirs.
13754 Avoid mismatches of substrings. Fix matching strings at end
13755 of configdirs.
13756
13757 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
13758
13759 * config.guess: Add Lynx/rs6000 config support.
13760
13761 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13762
13763 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13764
13765 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
13766
13767 * configure.in (hppa*-*-osf*): Treat this just like most other
13768 PA configurations (eg no binutils or ld).
13769 (hppa*-*-*elf*): These configurations have binutils and ld.
13770
13771 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13772
13773 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
13774
13775 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13776
13777 * configure.in (rs6000-*-*): Build gas.
13778
13779 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13780
13781 * Makefile.in: Avoid bug in losing hpux sed.
13782
13783 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13784
13785 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
13786 for GDB and GDB has been fixed to not need it.
13787
13788 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13789
13790 * config.guess: Recognize vax hosts.
13791
13792 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13793
13794 * configure (while loop): Don't use "break 2" inside case
13795 statement -- the case statement isn't an enclosing loop.
13796
13797 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
13798
13799 * config.guess: Clean up NeXT support, to allow nextstep
13800 on Intel machines. Make OS be nextstep.
13801
13802 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
13803
13804 * config.guess: Add alternate forms for Convex.
13805
13806 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
13807
13808 * configure: Completely rewrite option processing. Take
13809 advantage of pattern-matching to avoid invoking test frequently.
13810 Also clean up host and target defaulting logic.
13811
13812 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13813
13814 * Makefile.in: Replace all occurrances of "rootme" with "r" and
13815 "$${rootme}" with "$$r", to increase the likelihood that the do-*
13816 commands (plus user environment) will fit SCO limits.
13817
13818 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13819
13820 * configure.in: Don't issue warnings about directories which are
13821 not being configured if -norecursion is set. Correct test for
13822 --with-gnu-as and --with-gnu-ld to not get confused by substring
13823 matches.
13824
13825 * configure.in: Don't build gas for alpha-dec-osf1*.
13826
13827 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
13828
13829 * configure: Back out Per's change of 12/19/1993. It changes the
13830 behavior of configure in unexpected and confusing ways.
13831
13832 Also, use different delim char when calculating
13833 program_transform_name so that the name can contain slashes.
13834
13835 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
13836
13837 * configure.in, config.sub: Add support for VSTa micro-kernel.
13838
13839 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
13840
13841 * configure.in: Nuke hacks which were used to get a special
13842 version of GAS for HPPA configurations.
13843
13844 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
13845
13846 * configure: If only ${target_alias} is given, use that
13847 as the default for ${host_alias}.
13848 * configure: Add missing back-slashes before nested quotes.
13849
13850 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13851
13852 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
13853
13854 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
13855
13856 * config.guess: Recognize some Tektronix configurations.
13857 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
13858
13859 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13860
13861 * config.sub: Match any flavor of SH.
13862
13863 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
13864
13865 * configure.in: Don't try to configure newlib for Alpha.
13866
13867 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13868
13869 * configure.in: Don't build ld for Irix 5. Don't build gas,
13870 libg++ or libio for any Alpha target.
13871
13872 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
13873
13874 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
13875
13876 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
13877 default arguments -- so it tried to compress itself.
13878
13879 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13880
13881 * configure.in (notsupp): ensure that a space is always at the end
13882 of the configdirs list, since the grep checks for an explicit space
13883
13884 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13885
13886 * configure.in (target i386-sysv4.2): don't build ld, since static
13887 versions of many libraries are not available.
13888
13889 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13890
13891 * config.guess: Recognize Apollos (using environment variables).
13892 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
13893
13894 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13895
13896 * config.guess: Recognize Sony news mips running newsos.
13897
13898 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
13899
13900 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
13901 "fi ; else" for bash.
13902
13903 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
13904
13905 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
13906
13907 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
13908
13909 * config.sub: accept unixware as an alias for svr4.2.
13910 Fix some inconsistancies with the gcc version.
13911
13912 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13913
13914 * Makefile.in (DISTDOCDIRS): Add gdb.
13915
13916 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
13917
13918 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
13919
13920 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13921
13922 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
13923 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
13924 this now.
13925
13926 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13927
13928 * config.sub: Accept hiux* as an OS name.
13929
13930 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
13931 etc/make-stds.texi. The underscore came from gcc, and dje now
13932 agrees that RUNTESTFLAGS is the correct name.
13933
13934 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
13935
13936 * install.sh: Remove 'set -e'. It makes any conditionals
13937 in the script useless.
13938
13939 * config.guess: Automatically recognize arm-acorn-riscix
13940 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
13941
13942 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
13943
13944 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
13945
13946 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13947
13948 * Makefile.in (DISTDOCDIRS): New variable.
13949 (taz): Edit local Makefile.in sooner, instead of proto-toplev
13950 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
13951
13952 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13953
13954 * configure.in (hppa target): check the source directory for the
13955 pagas sub-directory
13956
13957 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
13958
13959 * config.sub: Allow -aout* and -elf*.
13960
13961 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13962
13963 * configure.in: Don't build ld on i386-solaris2, same as for
13964 sparc-solaris2.
13965
13966 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
13967
13968 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
13969
13970 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13971
13972 * configure.in: Configure gdb for alpha.
13973
13974 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13975
13976 * Makefile.in (CXXFLAGS): Add -O.
13977
13978 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13979
13980 * config.guess: added support for DG Aviion
13981
13982 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13983
13984 * configure.in: Produce warning message for subdirectories not
13985 configurable for this host/target combination. Don't try to
13986 configure gdb for vms.
13987
13988 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13989
13990 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
13991 appropriate files before making "diststuff".
13992 (DISTBISONFILES): New var: list of files to be edited.
13993 (DISTSTUFFDIRS): Add binutils.
13994
13995 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13996
13997 * config.sub: also handle mipsel and mips64el (for little endian mips)
13998
13999 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14000
14001 * configure.in: Add * to end of all OS names.
14002
14003 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14004
14005 * configure.in: Build newlib for LynxOS native.
14006
14007 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14008
14009 * config.guess: Add support for delta 88k running SVR3.
14010
14011 * configure.in: Add comment about HP compiler vs. emacs.
14012
14013 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14014
14015 * configure.in: don't build ld on solaris2 (not a viable option
14016 due to bugs in getpwnam & getpwuid)
14017
14018 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14019
14020 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14021 config.guess will produce a full version number.
14022
14023 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14024
14025 * configure.in: Build linker and binutils for alpha-dec-osf1.
14026
14027 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14028
14029 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14030 and gdb/testsuite/Makefile.in.
14031
14032 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14033
14034 * configure.in: recognize mips*- instead of mips-
14035
14036 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14037
14038 * config.sub: Accept linux*coff and linux*elf as operating
14039 systems.
14040
14041 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14042
14043 * config.sub: Recognize mips64, and mips3 as an alias for it.
14044
14045 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14046
14047 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14048 gdb knows how to handle OSF/1 shared libraries.
14049
14050 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14051
14052 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14053 * config.guess: Recognize Hitachi's HIUX.
14054 * config.sub: Recognize h3050r* and hppahitachi.
14055 Remove redundant cases for hp9k[23]*.
14056
14057 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14058
14059 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14060 if gas and ld are in the source tree and are in ${configdirs}.
14061 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14062 --with options (but still pass them down on the command line,
14063 if they were explicitly specified).
14064
14065 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14066
14067 * configure: substitute SHELL value in Makefile.in with
14068 ${CONFIG_SHELL}
14069
14070 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14071
14072 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14073 *-*-solaris2* targets.
14074
14075 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14076
14077 * Makefile.in: define M4, and pass it down to sub-makes;
14078 all-autoconf now depends on all-m4
14079
14080 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14081
14082 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14083 presence of {ar,ranlib} instead of a configured directory
14084
14085 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14086
14087 * config.guess: Accept 34?? as well as 33?? for NCR.
14088
14089 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14090
14091 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14092 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14093
14094 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14095
14096 * configure: grab values for $(CC) and $(CXX) from the
14097 environment, so that someone can do "CC=gcc configure; make" and
14098 have it work right (matching the way that autoconf works now)
14099
14100 * configure.in, Makefile.in: add support for gash, the tcl
14101 interface to Galaxy
14102
14103 * config.guess: add NetBSD variants (hp300, x86)
14104
14105 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14106
14107 * install.sh: Support -d option (in the manner of SunOS 4 install,
14108 as it is more deterministic than that of GNU install)
14109 (chmodcmd): Set file to mode 755 by default (should also do default
14110 chgrp and chown, but I don't feel like dealing with that now)
14111
14112 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14113
14114 * config.sub: Remove h8300hhms alias.
14115
14116 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14117
14118 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14119
14120 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14121
14122 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14123 as stmp-fixinc
14124
14125 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14126
14127 * config.sub: recognize m88110-bug-coff.
14128
14129 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14130
14131 * Makefile.in (all-libio): all dependencies on the toolchain used
14132 to build this (gcc, gas, ld, etc)
14133
14134 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14135
14136 * config.guess: Deal with OSF/1 1.3 on alpha.
14137
14138 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14139
14140 * install.sh: add some 'else true' clauses for portability
14141
14142 * configure.in: don't build libio for h8[35]00-*-* targets
14143
14144 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14145
14146 * Makefile.in: Add support for new libio.
14147
14148 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14149
14150 * install.sh: If one command fails, don't try the rest. Don't try
14151 to remove $dsttmp (via trap) unless we have already created it.
14152 If $src doesn't exist, detect it and exit with an error.
14153
14154 * config.guess: Recognize BSD on hp300.
14155
14156 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14157
14158 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14159 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14160
14161 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14162
14163 * Makefile.in (all-send-pr): depends on all-prms
14164
14165 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14166
14167 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14168
14169 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14170
14171 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14172 Added test for mips-mips-riscos5.
14173
14174 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14175
14176 * configure.in: use mh-hp300 for 68k HP hosts
14177
14178 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14179
14180 * configure: add support for CONFIG_SHELL, so that you can use
14181 some alternate shell for evaluating configure scripts
14182
14183 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14184
14185 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14186 in configure script to bug-gdb@prep.ai.mit.edu when building
14187 distribution archive.
14188 * Makefile.in (COMPRESS): Remove def.
14189 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14190 gdb.tar.Z and make-gdb.tar.Z respectively.
14191 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14192 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14193 to convergence with 'taz' target in Makefile.in.
14194
14195 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14196
14197 * install.sh (dsttmp): use trap to ensure that tmp files go
14198 away on error conditions
14199
14200 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14201
14202 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14203
14204 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14205
14206 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14207 its parent is '/' not ''.
14208
14209 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14210
14211 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14212
14213 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14214 that ${newsrcdir}/configure.in does.
14215
14216 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14217
14218 * test-build.mk: support for CONFIG_SHELL
14219
14220 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14221
14222 * config.sub (netware): Add as a basic system type.
14223
14224 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14225
14226 * Makefile.in (Makefile): depend on configure.in. Also drop the
14227 $(srcdir)/ from the dependency on Makefile.in.
14228
14229 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14230
14231 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14232 (h8300hhms is temporary until multi-libraries are implemented).
14233 * configure.in: Handle h8300h too.
14234
14235 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14236
14237 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14238
14239 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14240
14241 * configure: Remove extraneous output when guessing host type.
14242 * config.guess: Remove extraneous output when guessing using C
14243 compiler rather than uname, or when guessing fails.
14244
14245 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14246
14247 * Makefile.in: remove all.cross and install.cross targets
14248
14249 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14250 definitions
14251
14252 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14253
14254 * configure.in (target sh): Build gprof.
14255
14256 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14257
14258 * config.sub: change -solaris to -solaris2
14259
14260 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14261
14262 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14263
14264 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14265
14266 * configure: Correct error message for missing Makefile.in to
14267 print correct directory.
14268
14269 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14270
14271 * install.sh: kludge around 386BSD shell bug
14272
14273 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14274
14275 * config.guess: Recognize NeXT.
14276 * config.guess: Recognize i486-ncr-sysv4.
14277 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14278
14279 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14280
14281 * Makefile.in (MAKEINFOFLAGS): New variable.
14282 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14283 * build-all.mk, test-build.mk: Pass down --no-split as
14284 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14285
14286 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14287
14288 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14289
14290 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14291
14292 * Makefile.in (libg++.tar.z): New rule.
14293 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14294 * Makefile.in (taz): Only do a single chmod.
14295
14296 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14297
14298 * install.sh: don't use dirname anymore (replaced with sed usage)
14299
14300 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14301
14302 * Makefile.in: Change extension for gzip'd files from '.z' to
14303 '.gz' per new FSF standard usage.
14304
14305 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14306
14307 * configure: put quotes around the final value of program_transform_name
14308
14309 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14310
14311 * Makefile.in: new install.sh support; update install-info rules
14312
14313 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14314
14315 * configure.in: Build diff for crosses, but not for go32 host.
14316
14317 * configure.in: Build gprof only for native, and don't build it
14318 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14319
14320 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14321
14322 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14323
14324 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14325
14326 * configure.in (host_tools): Add prms.
14327
14328 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14329
14330 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14331 with $(FLAGS_TO_PASS) on the command line
14332
14333 * config.sub: Recognize lynx and lynxos
14334
14335 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14336
14337 * config.sub: Accept -ecoff*, not just -ecoff.
14338
14339 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14340
14341 * Makefile.in (taz): Use .gz suffix instead of .z.
14342 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14343 names.
14344
14345 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14346
14347 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14348
14349 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14350
14351 * Makefile.in (install-no-fixedincludes): install gcc last, so
14352 that rebuilds that might happen during 'make install' don't get
14353 bogus gcc include files
14354
14355 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14356
14357 Change from Utah for HPPA support:
14358 * config.guess: Recognize hppa1.x-hp-bsd.
14359
14360 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14361
14362 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14363 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14364
14365 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14366
14367 * config.sub: Add support for rom68k and bug boot monitors.
14368
14369 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14370
14371 * Makefile.in: Make all-opcodes depend on all-bfd.
14372
14373 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14374
14375 * config.guess: Added special check for i[34]86-univel-sysv4*.
14376
14377 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14378
14379 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14380 the processor rather than assuming i486.
14381
14382 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14383
14384 * config.guess: Recognize SunOS6 as Solaris3.
14385
14386 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14387
14388 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14389 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14390
14391 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14392
14393 * build-all.mk (all-cross): New target for Canadian Cross.
14394 Added Q2 go32 targets.
14395 * test-build.mk: Configure go32 cross sparclite-aout and
14396 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14397 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14398
14399 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14400
14401 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14402 GO32 hosted toolchains
14403
14404 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14405
14406 * configure: change so "-exec-prefix" gets passed down rather
14407 than "-exec_prefix" so autoconf generated Makefiles get the
14408 exec_prefix set right.
14409
14410 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14411
14412 * config.guess: get the Solaris2 minor version number
14413
14414 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14415
14416 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14417
14418 * config.guess: Recognize some Sequent platforms.
14419
14420 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14421
14422 * Makefile.in: added the vault-install target
14423
14424 * configure.in: actually use the Sun3 makefile fragment that's in
14425 config, also added the release dir to configdirs
14426
14427 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14428
14429 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14430
14431 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14432
14433 * configure.in: remove some program from Alpha targetted toolchains
14434
14435 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
14436
14437 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
14438 gprof.
14439 (taz): Run "make diststuff" in those directories instead of "make
14440 proto-dir". Look for "VERSION=" only at start of line in subdir
14441 Makefile. Use "gzip -9" for compression.
14442 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14443 (binutils.tar.z): New target.
14444
14445 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14446
14447 * Makefile.in (taz): Include gpl.texinfo.
14448
14449 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14450
14451 * Makefile.in (setup-dirs): Merged into "taz" target.
14452 (taz): Only do `proto-dir' stuff if a directory is actually needed
14453 for this target.
14454
14455 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
14456
14457 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14458 (FLAGS_TO_PASS): Pass down MUNCH_NM.
14459 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14460 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14461 (gcc-no-fixedincludes): Correct for current gcc Makefile.
14462
14463 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
14464
14465 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
14466 config.sub, and move-if-change to gdb testsuite distribution
14467 archive, so the testsuite can be extracted, configured, and
14468 run separately from the gdb distribution. Blow away the Chill
14469 tests that require a Chill compiled executable, since GNU Chill
14470 is not yet publically available.
14471
14472 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14473
14474 * test-build.mk: set environment variables in a single command,
14475 instead of a list of assignments and exports
14476
14477 * config.guess: recognize Alpha/OSF1 systems
14478
14479 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14480
14481 * configure: Change help message to prefer --options rather than
14482 -options.
14483
14484 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14485
14486 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14487 zippy@ecst.csuchico.edu.
14488 * config.guess: Recognize miniframe.
14489
14490 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
14491
14492 * Makefile.in: Use srcroot to find runtest rather than rootme.
14493 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
14494
14495 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
14496
14497 * test-build.mk: Extensive additions to support building on a
14498 machine other than the host.
14499
14500 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14501
14502 * configure (tooldir): Fix for i386-aix again.
14503
14504 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
14505
14506 * configure, Makefile.in: Change definition of $(tooldir)
14507 to match the FSF.
14508
14509 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
14510
14511 * config.guess: Recognize i[34]86/SVR4.
14512
14513 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14514
14515 * Makefile.in (all-gdb): gdb depends on sim.
14516
14517 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
14518
14519 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
14520 at the same time we make the prototype gdb directory.
14521 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
14522 files at the same time as the gdb base release distribution.
14523
14524 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
14525
14526 * Makefile.in (check): Use individual check targets rather than
14527 DO_X rule.
14528 (check-gcc): Added.
14529
14530 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
14531
14532 * config.sub: Use sysv3.2 not sysv32 for canonical OS
14533 for System V release 3.2.
14534
14535 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14536
14537 * config.sub: Recognize hppaosf.
14538 * configure.in: Do configure ld/binutils/gas for it.
14539
14540 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14541
14542 * configure (tooldir): Alter syntax used to set this, for systems
14543 where "\$" isn't handled right, like i386-aix.
14544
14545 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
14546
14547 * configure: Pass program-transform-name, not
14548 program_transform_name, to recursive configures.
14549
14550 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
14551
14552 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14553 of gas+ld+binutils.
14554
14555 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
14556
14557 * config.guess: Recognize AIX3.2 as distinct from 3.1.
14558
14559 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14560
14561 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14562
14563 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14564
14565 * Makefile.in (PRMS): Set back to all-prms.
14566
14567 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
14568
14569 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14570 targets, rather than for MIPS hosts.
14571
14572 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14573
14574 * configure.in: add comment for --with-x default values
14575
14576 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14577
14578 * Makefile.in: add check-* targets for each of the directories in
14579 the tree. Add a definition of RUNTEST that will use the one we
14580 just built, if it exists. Pass this down via FLAGS_TO_PASS.
14581
14582 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
14583
14584 * configure.in: Removed obsolete references to bfd_target and
14585 target_makefile_frag.
14586
14587 * build-all.mk: Set assorted targets for Q2.
14588 * config.sub: Recognize z8k-sim and h8300-hms.
14589 * test-build.mk: Really don't pass host to configure.
14590 (HOLES): Added uname.
14591
14592 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
14593
14594 * configure: Handle an empty program-prefix, program-suffix or
14595 program-transform-name correctly.
14596
14597 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
14598
14599 * build-all.mk: -G 8 no longer required for MIPS targets.
14600 * test-build.mk: Don't pass host argument to configure; make it
14601 guess.
14602
14603 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
14604
14605 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
14606 * Makefile.in (COMPRESS): New macro, like GZIP.
14607
14608 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
14609
14610 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14611
14612 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14613 with gas currently defaults to -G 0.
14614
14615 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
14616
14617 * Makefile.in (all-flex): flex depends on byacc.
14618
14619 * build-all.mk: If host not specified, use config.guess. Pass TAG
14620 to test-build.mk as RELEASE_TAG.
14621 * test-build.mk (configargs): New variable containing arguments to
14622 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
14623 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14624
14625 * config.guess: Use /bin/uname when checking -X argument on SCO,
14626 to avoid invoking GNU uname which doesn't understand -X.
14627
14628 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14629
14630 * configure.in: Build gas for mips-*-*.
14631
14632 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14633
14634 * Makefile.in (all.normal): insert missing backslash.
14635
14636 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
14637
14638 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
14639
14640 * Makefile.in: Complete overhaul to merge many almost identical
14641 targets.
14642
14643 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14644
14645 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14646 (gdb.tar.Z): Adjusted.
14647
14648 * Makefile.in (setup-dirs, taz): New targets; should be general
14649 enough to adapt for gdb sometime. Build only .z file.
14650 (gas.tar.z): New target.
14651
14652 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14653
14654 * build-all.mk: Use CC=cc -Xs on Solaris.
14655
14656 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
14657
14658 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
14659 for handling BISON for FSF releases.
14660
14661 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14662
14663 * configure: Actually implement the change zoo just documented.
14664
14665 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
14666
14667 * configure: when using config.guess, only set target_alias when
14668 it's not already been set (ie, on the command line)
14669
14670 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14671
14672 * Makefile.in: add installcheck target, set PRMS to install-prms
14673
14674 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14675
14676 * configure: add support for package_makefile_fragment, handle the
14677 case where a directory has a configure.in file but no Makefile.in
14678 more gracefully (with an actual understandable error message, even);
14679 add support for --without (and add this to the usage message); also
14680 explicitly add a --host=${host_alias} to the command line when
14681 config.guess is used
14682
14683 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14684
14685 * configure: Must use both --host and --target in recursive calls.
14686
14687 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
14688
14689 * Makefile.in: Change deja-gnu to dejagnu.
14690
14691 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
14692
14693 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14694
14695 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14696
14697 * configure.in: canonicalize all instances to *-*-solaris2*,
14698 also strip out a number of tools to not build for go32 host
14699
14700 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14701
14702 * config.guess: add GPL.
14703
14704 * Makefile.in, config.guess, config.sub, configure: bump
14705 copyrights to 93.
14706
14707 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
14708
14709 * Makefile.in (do-info): Removed obsolete check for existence of
14710 localenv file.
14711
14712 * Makefile.in (MAKEOVERRIDES): Define to be empty.
14713
14714 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14715
14716 * Makefile.in: a couple of 'else true' for decstation,
14717 support for TclX
14718
14719 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14720
14721 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
14722
14723 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14724
14725 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
14726
14727 * config.guess: Recognize i386-ibm-aix (PS/2).
14728 * configure.in: Use config/mh-aix386 file for it.
14729
14730 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
14731
14732 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14733 CC_FOR_TARGET instead.
14734 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14735
14736 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
14737
14738 * Makefile.in: Add sim to list of directories sent with gdb
14739
14740 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
14741
14742 * configure.in: Put back mips-dec-bsd* case.
14743
14744 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
14745
14746 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14747 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
14748 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
14749
14750 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14751
14752 * configure.in: remove no-op mips-dec-bsd* in "case $target"
14753
14754 * Makefile.in (dir.info): only run gen-info-dir if it exists,
14755 (install-info): install dir.info only if it exists,
14756 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14757
14758 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
14759
14760 * configure.in: For vms target, skip bfd, ld, binutils. Do build
14761 gas for mips-dec-bsd.
14762
14763 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
14764
14765 * configure (makesrcdir): If ${srcdir} is relative and not ".",
14766 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
14767
14768 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
14769
14770 * configure.in: Added "dejagnu" to hosttools list.
14771
14772 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
14773
14774 * config.sub, configure.in, config.guess: Add support
14775 for Bosx, an AIX variant from Bull.
14776 Patches from F.Pierresteguy@frcl.bull.fr.
14777
14778 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
14779
14780 * devo/dejagnu: Initial creation of devo/dejagnu.
14781 Migrated dejagnu testcases and support files for testing software
14782 tools to reside as subdirectories, currently called "testsuite",
14783 within the directory of the software tool. Migrated all programs,
14784 support libraries, etc. beloging to dejagnu proper from
14785 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
14786 with no modifications. The changes to these files which will
14787 allow them to configure, build, and execute properly will be made
14788 in a future update.
14789
14790 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14791
14792 * Makefile.in: Change send_pr to send-pr.
14793 * configure.in: Likewise.
14794 * send_pr: Renamed directory to send-pr.
14795
14796 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
14797
14798 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
14799
14800 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
14801
14802 * README: Update for gdb-4.8 release.
14803 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
14804 gdb-xxx.tar.z (gzip'd) file also.
14805
14806 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14807
14808 * Makefile.in: make all-diff depend on all-libiberty
14809
14810 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
14811
14812 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
14813
14814 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14815
14816 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
14817
14818 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
14819
14820 * Makefile.in (DEVO_SUPPORT): Remove etc directory
14821 (ETC_SUPPORT): Only add the files GDB wants from etc/.
14822 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
14823
14824 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14825
14826 * Makefile.in: makeinfo binary is in a new location
14827
14828 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
14829
14830 * config.sub: Accept -ecoff as an OS.
14831
14832 * Makefile.in: Various changes to eliminate a level of make
14833 recursion and reduce the required command line length.
14834 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
14835 sub-makes.
14836 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
14837 variables holding settings for specific sub-makes.
14838 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
14839 in terms of BASE_FLAGS_TO_PASS.
14840 (TARGET_LIBS): New variable listing directories which use
14841 TARGET_FLAGS_TO_PASS.
14842 (subdir_do): Eliminated.
14843 (do-*): New set of targets to replace subdir_do.
14844 (various): All targets which used subdir_do now depend on do-*.
14845 (local-clean): Renamed from do_clean.
14846 (local-distclean): New target, dependency of distclean and
14847 realclean.
14848 (install-info): Don't create directories. Depend on dir.info
14849 rather than calling make recursively.
14850 (install-dir.info): Eliminated.
14851 (install-info-dirs): Create all info directories here.
14852 (dir.info): Depend upon do-install-info.
14853
14854 * test-build.mk (HOLES): Added false.
14855
14856 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
14857
14858 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
14859
14860 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14861
14862 * Makefile.in (info): remove dependency on all-texinfo. The
14863 problem was really in texinfo/C, not at this level.
14864
14865 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
14866
14867 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
14868
14869 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
14870
14871 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
14872 GDB releases.
14873
14874 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14875
14876 * configure: Include srcdir in message about target of link not
14877 being found. Don't convert `-' to `_' in `with' options being
14878 passed to subdirs.
14879
14880 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14881
14882 * configure.in: add uudecode to host_tools
14883
14884 * Makefile.in: added {all,install}-uudecode targets, added them to
14885 the appropriate lists
14886
14887 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
14888
14889 * Makefile.in (all-gcc): Added dependency on all-gas.
14890
14891 * configure.in (mips-*-*): Build ld and binutils.
14892
14893 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14894
14895 * configure: check return code from mkdir, print error message and
14896 exit on failure.
14897
14898 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
14899
14900 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
14901
14902 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
14903
14904 * test-build.mk (HOLES): Added tar, cpio and uudecode.
14905
14906 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14907
14908 * config.sub (h8500): Recognize this as a cpu type.
14909
14910 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14911
14912 * configure: source directory missing is no longer a warning
14913
14914 * configure.in: recognize irix[34]* instead of irix[34]
14915
14916 * Makefile.in: define and pass down X11_LIB
14917
14918 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
14919
14920 * guess-systype: Renamed to ...
14921 * config.guess: ... by popular request.
14922 * configure.in, Makefile.in: Update accordingly.
14923
14924 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
14925
14926 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
14927 + Add Convex, Cray/Unicos, and Encore/Multimax support.
14928 + Execute ./dummy instead of assuming . is in PATH.
14929
14930 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
14931
14932 * guess-systype: New shell script. Attempts to guess the
14933 canonical host name of the executing host.
14934 Only a few hosts are supported so far.
14935 * configure: Call guess-systype if no host is specified.
14936
14937 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
14938
14939 * Makefile.in (gcc-no-fixedincludes): Made to work with current
14940 gcc Makefile.
14941
14942
14943 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
14944
14945 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
14946 (all-gcc, install-gcc, subdir_do): Use it.
14947
14948 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14949
14950 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
14951
14952 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
14953
14954 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
14955 set exclusively by configure, using configure.in .
14956
14957 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14958
14959 * test-build.mk: set $PATH for all builds
14960
14961 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
14962
14963 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
14964
14965 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
14966 the one used in gcc/Makefile.in, so that a null expansion doesn't
14967 override the one needed to build gcc with a native cc.
14968
14969
14970 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14971
14972 * configure: Accept -with arguments.
14973
14974 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14975
14976 * Makefile.in: added h8300sim
14977
14978 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
14979
14980 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
14981 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
14982 (all-cygnus, native, build-cygnus): Make
14983 $(canonhost)-stamp-3stage-done, not $(host)....
14984 * test-build.mk (stamp-3stage-compared): Use tail +10c for
14985 i386-sco3.2v4. Added else true to if command.
14986
14987 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
14988
14989 * config.sub: (from FSF) Sequent uses a BSD-like OS.
14990
14991 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
14992
14993 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
14994
14995 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14996
14997 * configure.in: don't remove binutils from Solaris builds
14998
14999 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15000
15001 * Makefile.in: get rid of earlier definitions for *clean,
15002 also handle the recursive info rule better
15003
15004 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15005
15006 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15007 do more-or-less the right thing.
15008
15009 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15010
15011 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15012 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15013
15014 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15015
15016 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15017 $(host_canonical).
15018
15019 * configure.in: split the configdirs list into 4 categories (native
15020 v. cross, library v. tool) and handle the cross-only and native-
15021 only in more reasonable (and correct!) way.
15022
15023 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15024
15025 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15026 configdirs anymore.
15027
15028 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15029
15030 * Makefile.in: extensive cleanup:: removed all of the explicit
15031 clean-* targets, collapsed many wrappers around subdir_do into
15032 one, added additional targets to satisfy standards.texi, deleted
15033 some old targets, some changes for consistency
15034
15035 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15036
15037 * configure.in: handle some programs as cross-only, and others as
15038 native only
15039
15040 * test-build.mk: handle partial holes in a more generic manner
15041
15042 * Makefile.in: m4 depends on libiberty
15043
15044 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15045
15046 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15047 time, wdiff, and find to configdirs
15048
15049 * Makefile.in: all, clean, and install rules for the new programs
15050 added to configure.in
15051
15052 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15053
15054 * configure.in: use mh-sun for all *-sun-* hosts
15055
15056 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15057
15058 * Makefile.in: define flags for X11 include files and library file
15059 locations, pass them down to the programs that need this info
15060
15061 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15062
15063 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15064
15065 * configure.in: start building libg++ for HP-UX targets
15066
15067 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15068
15069 * README: Update references to files moved into etc/.
15070
15071 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15072
15073 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15074 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15075
15076 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15077
15078 * configure: accept dash as well as underscore in long option
15079 names for FSF compatibility.
15080
15081 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15082
15083 * config.sub: added -sco3.2v4 support from FSF.
15084
15085 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15086
15087 * configure.in: expand the section that adds or removes
15088 directories from the list of programs to build, to handle native
15089 vs. cross in addition to host v. native
15090
15091 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15092
15093 * Makefile.in: Replace C++ in macro names with CXX.
15094 This is less likely to break ...
15095
15096 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15097
15098 * test-build.mk: add -w to GNU_MAKE
15099
15100 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15101
15102 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15103 add 'sparc' to list of recognized cpus. This needed to make
15104 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15105 Delete some redundant ose68 variants. Recognize -wrs as an os,
15106 then changes that into $CPU-wrs-vxworks.
15107
15108 * configure.in: remove most references to gdbtest, regularize
15109 target based program removal
15110
15111 * test-build.mk: import from p3 tree (many fixes and changes)
15112
15113 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15114
15115 * Makefile.in: added rules to handle tcl, tk, and expect
15116
15117 * configure.in: handle those directories if they exist
15118
15119 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15120
15121 * config.sub: removed bogus hppabsd and hppahpux names, since
15122 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15123
15124 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15125
15126 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15127 depends upon all-xiberty
15128
15129 * Makefile.in: changes from p3, including:
15130
15131 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15132
15133 * Makefile.in (XTRAFLAGS): include newlib directories if
15134 newlib/Makefile exists, rather than if host != target.
15135
15136 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15137
15138 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15139 from the same source tree and not building a cross-compiler. This
15140 matters for the libg++ configuration if reconfiguring a tree that
15141 has already been installed.
15142
15143 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15144
15145 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15146 pick up the machine and system specific header files.
15147
15148 * Makefile.in: added AS_FOR_TARGET, passed down in
15149 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15150 the C compiler to use to create programs which are run in the
15151 build environment, set it to default to $(CC), and passed it down
15152 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15153
15154 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15155
15156 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15157 We need them for unusual native builds, like systems without
15158 ranlib.
15159
15160 * configure: also define $(host_canonical) and
15161 $(target_canonical), which are the full, canonical names for the
15162 given host and target
15163
15164 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15165
15166 * Makefile.in: Added separate definitions for C++.
15167
15168 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15169
15170 * configure.in (configdirs): Add deja-gnu.
15171
15172 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15173
15174 * README: Update for configure.texi and gdb-4.7 release.
15175
15176 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15177
15178 * Makefile.in: Move "all" target to top of file.
15179 Previously, first target was ".PHONY" which caused BSD4.4 make
15180 to build .PHONY when make was run without arguments.
15181
15182 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15183
15184 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15185 Library-copylefted code in libiberty.
15186
15187 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15188
15189 * config.sub: Replace m68kmote with plain old m68k.
15190
15191 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15192
15193 * Makefile.in: Remove space from blank line, avoid Make complaints.
15194
15195 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15196
15197 * config.sub: Complain if no argument is given. Added support for
15198 386bsd as OS and target alias.
15199
15200 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15201
15202 * Makefile.in (XTRAFLAGS): include newlib directories if
15203 newlib/Makefile exists, rather than if host != target.
15204
15205 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15206
15207 * config.sub: recognize sparclite-wrs-vxworks.
15208
15209 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15210 p3.) Added clean-xiberty to clean.
15211
15212 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15213
15214 * configure.in: use *-*-* instead of nested cases for host and target
15215
15216 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15217
15218 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15219 from the same source tree and not building a cross-compiler. This
15220 matters for the libg++ configuration if reconfiguring a tree that
15221 has already been installed.
15222
15223 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15224
15225 * config.sub (i486v/i486v4): Merge in from FSF version.
15226
15227 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15228
15229 * configure: only set PWD if it is already set.
15230
15231 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15232
15233 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15234 doesn't have unset and all success paths (and most error paths)
15235 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15236 to just ${PWD} to avoid confusion.)
15237
15238 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15239
15240 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15241 even for a native compilation.
15242
15243 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15244
15245 Changes to make the gdb.tar.Z rule work better.
15246
15247 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15248 (DEVO_SUPPORT): Add configure.texi.
15249 (bfd-ilrt.tar.Z): Remove ancient rule.
15250
15251 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15252
15253 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15254 pick up the machine and system specific header files.
15255
15256 * configure.in, config.sub: added new target m68010-adobe-scout,
15257 with alias of adobe68k. Changed configure.in to check for
15258 -scout before -sco* to avoid a false match.
15259
15260 * Makefile.in: added AS_FOR_TARGET, passed down in
15261 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15262 the C compiler to use to create programs which are run in the
15263 build environment, set it to default to $(CC), and passed it down
15264 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15265
15266 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15267
15268 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15269 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15270 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15271 FOR_TARGET variants, to newlib and libg++.
15272
15273 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15274
15275 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15276 first.
15277
15278 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15279
15280 * config.sub: Accept `elf' as an environment.
15281
15282 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15283
15284 * Makefile.in (all-opcodes): cd into the right directory
15285
15286 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15287
15288 * configure: added -program_transform_name option, used as
15289 argument to sed when installing programs.
15290 configure.texi: added documentation for -program_prefix,
15291 -program_suffix and -program_transform_name.
15292
15293 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15294
15295 * config.sub: Accept i486 where i386 ok.
15296
15297 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15298
15299 * config.sub: accept we32k
15300
15301 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15302
15303 * config.sub, configure.in: accept OSE68000 and OSE68k.
15304
15305 * Makefile.in: don't create all directories for ``make install'';
15306 let the subdirectories create the ones they need.
15307
15308 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15309
15310 * COPYING: new file, GPL v2
15311
15312 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15313
15314 * Makefile.in: use the new gen-info-dir, which needs a template
15315 argument (which also lives in texinfo)
15316
15317 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15318
15319 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15320
15321 * config.sub (ncr3000): Change i386 to i486.
15322
15323 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15324
15325 * Makefile.in: add install-rcs, install-grep to
15326 install-no-fixedincludes, removed install-bison and install-libgcc
15327
15328 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15329
15330 * configure.in: grab the HPUX makefile fragment if on HPUX
15331
15332 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15333
15334 * Makefile.in: eradicate bison spoor (ditto libgcc).
15335 configure.in: recognise m68{k,000}-ericsson-OSE.
15336 es1800 is alias for m68k-ericsson-OSE
15337
15338 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15339
15340 * configure.in: rearrange the parts that remove programs from
15341 configdirs, based now on HOST==TARGET or by canonical triple.
15342
15343 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15344
15345 * test-build.mk: recurse explicitly with -f test-build.mk when
15346 appropriate. predicate stage3 and comparison on the existence
15347 of gcc. That is, if gcc isn't around, we aren't three-staging.
15348 On very clean, also remove ...stamp-co. Build in-place before
15349 doing other builds.
15350
15351 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15352
15353 * Makefile.in, configure.in: add tgas
15354
15355 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15356
15357 * Makefile.in: a number of changes merged in from progressive.
15358
15359 * configure.in: add libm.
15360
15361 * .cvsignore: ignore some stuff that comes from test-build.mk.
15362
15363 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15364
15365 * config.sub: Add es1800 (m68k-ericsson-es1800).
15366
15367 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15368
15369 * configure: Add program_suffix (parallel to program_prefix)
15370 * Makefile.in: adjust directory-creating script for losing decstation
15371
15372 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15373
15374 * configure: Minor $subdir-related fixes.
15375
15376 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15377
15378 * configure: fix various problems with propogating
15379 makefile_target_frag in subdirs.
15380 * configure.in: config libgcc if its there
15381
15382 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15383
15384 * config.sub: HPPA merge.
15385
15386 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15387
15388 * Makefile.in: Replace all-bison with all-byacc in all
15389 dependency lines for other tools (which now use byacc).
15390
15391 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15392
15393 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15394
15395 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15396
15397 * Makefile.in: make gprof rules similar to byacc rules (instead of
15398 vestigal $(unsubdir) that didn't work...)
15399
15400 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15401
15402 * config.sub: Add support for Linux.
15403 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15404 (at least for libg++).
15405
15406 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15407
15408 * configure.texi: fix doc for the -nfp option to configure
15409
15410 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15411
15412 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15413
15414 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15415
15416 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15417 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15418 * configure.in: added solaris* host_makefile_frag hook.
15419
15420 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15421
15422 * config.sub: changed recognition of m68000 so that various
15423 m68k types can be specified via m680[01234]0
15424
15425 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15426
15427 * config.sub (basic_machine): fix sed so that '-foo' isn't
15428 completely substituted out while .+'-foo' loses the '-foo'
15429
15430 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15431
15432 * config.sub ($os): Add -aout.
15433
15434 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
15435
15436 * configure: If host_makefile_frag is absolute, don't
15437 prefix ${invsubdir} (relevant to libg++ auto-configure).
15438
15439 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15440
15441 * Makefile.in (tooldir): Define it.
15442 (all-ld): Depend on all-flex.
15443
15444 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
15445
15446 * Makefile.in (check): Fix libg++ special case.
15447
15448 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
15449
15450 * configure: do not bury `pwd` into config.status, thus do fewer
15451 pwd's.
15452
15453 * configure: print the "Building in" message only when building in
15454 other than "." AND verbose.
15455
15456 * configure: remove -s, rework -v to better accomodate guested
15457 configures.
15458
15459 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15460
15461 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
15462
15463 * Makefile.in: macroize flags passed on recursion. remove
15464 fileutils.
15465
15466 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
15467
15468 * configure: get makesrcdir right for subdirs deeper than 1.
15469
15470 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15471 install.
15472
15473 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
15474
15475 * Makefile.in: don't print subdir_do or recursion lines.
15476
15477 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
15478
15479 * standards.texi: added menu item.
15480
15481 * Makefile.in: build and install standards.info.
15482
15483 * standards.texi: new file.
15484
15485 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15486
15487 * configure: test for and move config.status pieces from
15488 ${subdir}/.
15489
15490 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
15491
15492 * configure: Test for existance of files before trying to mv
15493 them, to avoid numerous non-existance messages.
15494
15495 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
15496
15497 * configure: correct final line of config.status.
15498
15499 * configure: patch from eggert. Avoids a protection problem if
15500 the original Makefile.in is read only.
15501
15502 * configure: use move-if-change from gcc to create config.status.
15503 Some makefiles depend on config.status to tell if a directory
15504 has been reconfigured for a different host. This change
15505 prevents those directories from remaking everything in the case
15506 where the reconfig was only intended to rebuild a Makefile.
15507
15508 * configure: test for config.sub with "config.sub sun4" rather
15509 than "config.sub ${host_alias}". Otherwise we can't tell a bad
15510 host alias from a missing config.sub.
15511
15512 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15513
15514 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15515 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
15516
15517 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
15518
15519 * configure: mkdir ${subdir} as needed.
15520
15521 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
15522
15523 * Makefile.in,configure.in: added autoconf.
15524
15525 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15526
15527 * Makefile.in: no longer pass against on recursion.
15528
15529 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15530 definitions are not inherited.
15531
15532 * configure: correct makesrcdir when subdir is .
15533
15534 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
15535
15536 * configure: Add support for 'subdirs' variable, which is
15537 like 'configdirs', except that configure doesn't re-invoke
15538 itself for subdirs, it just creates a Makefile for each subdir.
15539 * configure.texi: Document subdirs.
15540
15541 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15542
15543 * configure.in: added flex to configdirs
15544
15545 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
15546
15547 * Makefile.in: remove clean-stamps from clean.
15548
15549 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
15550
15551 * configure.in: Add gdbtest to configdirs.
15552
15553 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
15554
15555 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
15556 to recursive makes.
15557 * configure.in: Recognize new ncr3000 config.
15558
15559 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
15560
15561 * Makefile.in, configure.in: removed references to gdbm.
15562
15563 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
15564
15565 * config.sub: Don't canonicalize os value
15566 newsos* to bsd (readline needs to check for newsos).
15567 (This fix was earlier made Jan 31, but got re-broken.)
15568
15569 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
15570
15571 * configure.in: sco is an os, not a vendor!
15572
15573 * configure: Quote $( better. Keep various shells happy.
15574
15575 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
15576
15577 * Makefile.in: eliminate stamp-files.
15578
15579 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
15580
15581 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
15582 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15583
15584 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
15585
15586 * config.sub: fix iris/iris3.
15587
15588 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
15589
15590 * configure: re-add -rm.
15591
15592 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
15593
15594 * Maskefile.in: add .stmp-rcs to all.
15595
15596 * configure.in: remove gas from rs6000 build, use aix host fragment.
15597
15598 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
15599
15600 * configure: pass down site_option during recursion.
15601
15602 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
15603
15604 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
15605
15606 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
15607
15608 * configure: Change exec_prefix so that it really defaults to prefix.
15609
15610 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
15611
15612 * Makefile.in, configure.in: Add support for mmalloc library.
15613
15614 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
15615
15616 * Makefile.in: add stmp dependencies for a few more things.
15617
15618 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
15619
15620 * configure: adjusted error message on objdir/srcdir configure
15621 collision, per john's suggestion.
15622
15623 * Makefile.in: add libiberty stmp to all and all.cross.
15624
15625 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
15626
15627 * Makefile.in: remove force dependencies, add grep to all.
15628
15629 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
15630
15631 * Makefile.in: drop flex. make stamp files work.
15632
15633 * configure: added test for conflicting configuration in srcdir,
15634 remove trailing slashes from srcdir. Otherwise emacs gdb mode
15635 gets cranky. use relative paths for configure and srcdir
15636 whenever possible. Send some error messages to stderr that were
15637 going to stdout.
15638
15639 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
15640
15641 * Makefile.in: Fix libg++ rule to check for gcc directory
15642 before using gcc/gcc. Also pass XTRAFLAGS.
15643
15644 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
15645
15646 * Makefile.in: added stmp-files so that directories aren't polled
15647 when they are already built.
15648
15649 * configure.texi: fixed a node pointer problem.
15650
15651 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
15652
15653 * config.sub configure.in gdb/configure.in
15654 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15655 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15656 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
15657
15658 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15659
15660 * configure: -recurring becomes -silent. corrected help message
15661 for -site= option.
15662
15663 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15664
15665 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15666
15667 * configure: when building Makefile for crosses, replace
15668 tooldir and program_prefix. default srcdir from location of
15669 config.sub. remove "for host in hosts" and "for target in
15670 targets" loops.
15671
15672 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15673
15674 * Makefile.in: Do not pass bindir or mandir to cvs.
15675
15676 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
15677
15678 * Makefile.in, configure.in: removed traces of namesubdir,
15679 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
15680 copyrights to '92, changed some from Cygnus to FSF.
15681
15682 * configure.texi: remove most references to multiple hosts,
15683 multiple targets, subdirs, etc.
15684
15685 * configure.man: removed rcsid. reference config.sub not
15686 config.subr.
15687
15688 * Makefile.in: mkdir $(infodir) on install-info.
15689
15690 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
15691
15692 * configure.texi: Explain better about .gdbinit and about
15693 the environment that configure.in sections run in.
15694
15695 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
15696
15697 * configure.in: Ultrix is only a decstation if it's a MIPS.
15698
15699 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
15700
15701 * README: DOC.configure => cfg-paper.texi.
15702
15703 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
15704
15705 * config.sub (near case $os): Don't convert newsos* to bsd!
15706
15707 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
15708
15709 * Makefile.in: Reinstall change from gdb-4.3 that reduces
15710 the number of copies of COPYING that go into the GDB tar file.
15711
15712 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
15713
15714 * bfd/configure.in, gdb/config/mh-i386sco,
15715 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15716 Fix SCO configuration stuff.
15717
15718 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
15719
15720 * Makefile.in: For libg++, make sure the -I pointing
15721 to the gcc directory goes *after* all the libg++-local -I flags.
15722 Also, move just-gcc dependency from just-libg++ to all-libg++.
15723
15724 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
15725
15726 * configure: Change -x to -f to keep Ultrix /bin/test happy.
15727
15728 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
15729
15730 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
15731
15732 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
15733
15734 * config.sub: Add stratus configuration frags. Also
15735 submitted to FSF.
15736
15737 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
15738
15739 * Makefile.in (DEV_SUPPORT): add configure.man.
15740
15741 * config.sub(Decode manufacturer-specific): add -none*.
15742
15743 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
15744
15745 * Makefile.in: remove form feeds to make Sun's make happy.
15746 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
15747
15748 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
15749
15750 * Makefile.in (AR_FLAGS): Make quieter.
15751
15752 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
15753
15754 * configure.in: Add libg++.
15755 * configure: When verbose, don't output the command line at each
15756 level; it will be unremarkably the same as the previous version,
15757 which will be the same as what the user typed.
15758
15759 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
15760
15761 * configure.in, Makefile.in: fix clean-info, add flex. add
15762 fileutils.
15763
15764 * configure: be less sensitive to spaces in Makefile.in. Do not
15765 look for sources in "..". Doing so breaks subdirectories that
15766 might have their own configure. If a subdir has it's own
15767 configure script, use it.
15768
15769 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
15770
15771 * cfg-paper.texi: some changes suggested by rms.
15772
15773 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
15774
15775 * config.sub: Merge in some small additions from the FSF version,
15776 taken from the gcc distribution, to bring the Cygnus and FSF
15777 versions into closer sync.
15778
15779 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
15780
15781 * configure.in: Changed svr4 references to sysv4.
15782
15783 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
15784
15785 * configure: added -V for version number option.
15786
15787 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
15788
15789 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
15790 renamed from DOC.configure to cfg-paper.texi.
15791
15792 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15793
15794 * configure, config.subr, config.sub: config.subr is now
15795 config.sub again.
15796
15797 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
15798
15799 * configure.texi: new file, in progress.
15800
15801 * Makefile.in: build info file and install the man page for
15802 configure.
15803
15804 * configure.man: new file, first cut.
15805
15806 * configure: find config.subr again now that configuration "none"
15807 has gone. removed all traces of the -ansi option. removed all
15808 traces of the -languages option.
15809
15810 * config.subr: resync from rms.
15811
15812 1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
15813
15814 * configure, config.sub, config.subr: merge config.sub into
15815 config.subr, call the result config.subr, remove config.sub, use
15816 config.subr.
15817
15818 * Makefile.in: revised install for dir.info.
15819
15820 1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
15821
15822 * configure.in: add decstation host makefile frag.
15823
15824 * Makefile.in: BISON now bison -y again. also install-gcc on
15825 install. clean-gdbm on clean. infodir belongs in datadir.
15826 Make directories for info install. Build dir.info here then
15827 install it.
15828
15829 1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
15830
15831 * Makefile.in: fix for bad directory tests.
15832
15833 1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
15834
15835 * configure: \{1,2\} appears to be a sysv'ism. Use a different
15836 regexp. -srcdir relative was being handled incorrectly.
15837
15838 * Makefile.in: unwrapped some for loops so that parallel makes
15839 work again and so one can focus one's attention on a particular
15840 package.
15841
15842 1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
15843
15844 * configure: added PWD as a stand in for `pwd` (for speed). use
15845 elif wherever possible. make -srcdir work without -objdir.
15846 -objdir= commented out.
15847
15848 1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
15849
15850 * configure: +options become --options. -subdirs commented out.
15851 added -host, -datadir. Renamed -destdir to -prefix. Comment in
15852 Makefile now at top of generated Makefile. Removed cvs log
15853 entries. added -srcdir. create .gdbinit only if there is one
15854 in ${srcdir}.
15855
15856 * Makefile.in: idestdir and ddestdir go away. Added copyrights
15857 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
15858 and mandir now keyed off datadir by default.
15859
15860 1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
15861
15862 * Freshly created ChangeLog.
15863
15864 \f
15865 Local Variables:
15866 mode: change-log
15867 left-margin: 8
15868 fill-column: 76
15869 version-control: never
15870 End:
This page took 0.335368 seconds and 5 git commands to generate.