Do not build libctf for targets that do not use the ELF file format.
[deliverable/binutils-gdb.git] / ChangeLog
1 2019-05-29 Nick Clifton <nickc@redhat.com>
2
3 * configure.ac (noconfigdirs): Add libctf if the target does not use
4 the ELF file format.
5 * configure: Regenerate.
6
7 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
8
9 * Makefile.def (dependencies): configure-libctf depends on all-bfd
10 and all its deps.
11 * Makefile.in: Regenerated.
12
13 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
14
15 * MAINTAINERS: Add libctf.
16
17 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
18
19 * Makefile.def (host_modules): Add libctf.
20 * Makefile.def (dependencies): Likewise.
21 libctf depends on zlib, libiberty, and bfd.
22 * Makefile.in: Regenerated.
23 * configure.ac (host_libs): Add libctf.
24 * configure: Regenerated.
25
26 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
27
28 * config.guess: Synchronize with config project master sources.
29 * config.sub: Likewise.
30 * readline/support/config.guess: Likewise.
31 * readline/support/config.sub: Likewise.
32
33 2019-04-10 Nick Clifton <nickc@redhat.com>
34
35 * libiberty: Sync with gcc. Bring in:
36 2019-04-10 Nick Clifton <nickc@redhat.com>
37
38 PR 89394
39 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
40 lengths.
41 (d_count_templates_scopes): Replace num_templates and num_scopes
42 parameters with a struct d_print_info pointer parameter. Adjust
43 body of the function accordingly. Add recursion counter and check
44 that the recursion limit is not reached.
45 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
46 Reset recursion counter afterwards, unless the recursion limit was
47 reached.
48
49 2018-06-24 Nick Clifton <nickc@redhat.com>
50
51 2.32 branch created.
52
53 2019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
54
55 Merge from GCC:
56 PR target/88535
57 * config.guess: Import upstream version 2019-01-03.
58 * config.sub: Import upstream version 2019-01-01.
59
60 2019-01-10 Nick Clifton <nickc@redhat.com>
61
62 * libiberty: Sync with gcc. Bring in:
63 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
64
65 PR other/16615
66
67 * cp-demangle.c: Mechanically replace "can not" with "cannot".
68 * floatformat.c: Likewise.
69 * strerror.c: Likewise.
70
71 2018-12-22 Jason Merrill <jason@redhat.com>
72
73 Remove support for demangling GCC 2.x era mangling schemes.
74 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
75 internal_cplus_demangle, and all subroutines.
76 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
77 Lucid, ARM, HP, and EDG demangling styles.
78 (cplus_demangle): Remove 'work' variable. Don't call
79 internal_cplus_demangle.
80
81 2019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
82
83 * configure.ac: Don't configure readline if --with-system-readline is
84 used.
85 * configure: Re-generate.
86
87 2018-10-31 Joseph Myers <joseph@codesourcery.com>
88
89 Merge from GCC:
90 PR bootstrap/82856
91 * multilib.am: New file. From automake.
92
93 2018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
94
95 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
96
97 2018-07-16 Nick Clifton <nickc@redhat.com>
98
99 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
100
101 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
102
103 * config.sub: Sync with upstream version 2018-07-03.
104
105 2018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
106
107 * config.guess: Sync with upstream version 2018-06-26.
108 * config.sub: Sync with upstream version 2018-07-02.
109
110 2018-06-29 Alexandre Oliva <oliva@adacore.com>
111
112 * configure.ac: Introduce support for @unless/@endunless.
113 * Makefile.tpl (dep-kind): Rewrite with cond; return
114 postbootstrap in some cases.
115 (make-postboot-dep, postboot-targets): New.
116 (dependencies): Do not output postbootstrap dependencies at
117 first. Output non-target ones changed for configure to depend
118 on stage_last @if gcc-bootstrap, and the original deps @unless
119 gcc-bootstrap.
120 * configure.in, Makefile.in: Rebuilt.
121
122 2018-06-24 Nick Clifton <nickc@redhat.com>
123
124 * configure: Regenerate.
125
126 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
127
128 * libtool.m4: Use AC_LANG_SOURCE.
129 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
130 * README-maintainer-mode: Update version requirements.
131 * ar-lib: New file.
132 * test-driver: New file.
133 * configure: Re-generate.
134
135 2018-06-18 Eric Botcazou <ebotcazou@adacore.com>
136
137 * Makefile.def (fortran): Add check-target-libgomp-fortran.
138 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
139 * Makefile.in: Regenerate.
140
141 * configure: Regenerate.
142
143 2018-06-18 Simon Marchi <simon.marchi@ericsson.com>
144
145 * configure.ac: Sync with GCC, remove MPX-related things.
146
147 2018-05-01 Nick Clifton <nickc@redhat.com>
148
149 * config.guess: Synchronize with config project master sources.
150 * config.sub: Likewise.
151
152 2018-05-01 Francois H. Theron <francois.theron@netronome.com>
153
154 * configure.ac: Added "nfp" target.
155 * configure: Regenerate.
156
157 2018-02-13 Maciej W. Rozycki <macro@mips.com>
158
159 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
160 * configure: Regenerate.
161
162 2018-01-30 Nick Clifton <nickc@redhat.com>
163
164 * src-release.sh (do_proto_toplev): Add patterns for more junk files
165 to delete before creating the tarball.
166
167 2018-01-29 Nick Clifton <nickc@redhat.com>
168
169 * src-release.sh (do_proto_toplev): Strip patch remnant files from
170 the sources before creating the tarball.
171
172 2018-01-13 Nick Clifton <nickc@redhat.com>
173
174 * src-release.sh: Update copyright notice. Change reference to devo
175 to be a reference to root.
176
177 2018-01-10 Nick Clifton <nickc@redhat.com>
178
179 * config-ml.in: Sync with gcc sources.
180 * config.guess: Likewise.
181 * config.sub: Likewise.
182 * configure.ac: Likewise.
183 * configure: Regenerate.
184
185 2017-12-14 Nick Clifton <nickc@redhat.com>
186
187 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
188
189 2017-12-12 Stafford Horne <shorne@gmail.com>
190
191 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
192 * configure: Regenerate.
193
194 2017-09-15 Nick Clifton <nickc@redhat.com>
195
196 * src-release.sh (LZIPPROG): New define. Provides the name of the
197 lzip program.
198 (do_lz): New function. Compresses a tarball using the lzip
199 program.
200 (do_compress): Add support for lzip compression.
201 (usage): Mention -l option.
202 (build_release): Support -l option to invoke lzip compression.
203
204 2017-09-15 Alan Modra <amodra@gmail.com>
205
206 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
207 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
208 and sim depending on $tool and $support_files. Echo configure line.
209
210 2017-09-14 Matt Rice <ratmice@gmail.com>
211
212 * src-release.sh (do_proto_toplev): Enable gold during release process.
213
214 2017-04-13 Andrew Jenner <andrew@codesourcery.com>
215
216 * config.sub: Sync with master version in config project.
217
218 2017-04-03 Andrew Jenner <andrew@codesourcery.com>
219
220 * config.sub: Handle ia16 in $basic_machine.
221
222 bfd/
223 * config.bfd: Handle ia16.
224
225 gas/
226 * configure.tgt: Handle ia16.
227
228 ld/
229 * configure.tgt: Handle ia16.
230
231 2017-03-22 Nick Clifton <nickc@redhat.com>
232
233 * config.sub: Sync with master version in config project.
234 * config.guess: Likewise.
235
236 2017-01-23 Nick Clifton <nickc@redhat.com>
237
238 * configure.ac: Update year in copyright notice.
239 Sync from FSF GCC mainline, bringing in the following patches.
240 * Makefile.def: Likewise.
241 * Makefile.tpl: Likewise.
242 * configure: Regenerate.
243 * Makefile.in: Regenerate.
244
245 2016-12-21 Jakub Jelinek <jakub@redhat.com>
246
247 * configure.ac: Don't bootstrap libmpx unless --with-build-config
248 includes bootstrap-mpx.
249
250 2016-12-01 Matthias Klose <doko@ubuntu.com>
251
252 * configure.ac: Don't use pkg-config to check for bdw-gc.
253
254 2016-11-30 Matthias Klose <doko@ubuntu.com>
255
256 * Makefile.def: Remove reference to boehm-gc target module.
257 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
258 options and for the bdw-gc pkg-config module.
259
260 2016-11-15 Matthias Klose <doko@ubuntu.com>
261
262 * config-ml.in: Remove references to GCJ.
263 * configure.ac: Likewise.
264
265 2016-09-30 Jakub Jelinek <jakub@redhat.com>
266
267 * configure.ac: Add target-libffi to target_libraries.
268 Readd libgcj target disablings, modified to only target-libffi.
269 Readd target addition of go to unsupported languages.
270
271 2016-09-30 Andrew Haley <aph@redhat.com>
272
273 * Makefile.def: Remove libjava.
274 * Makefile.tpl: Likewise.
275 * configure.ac: Likewise.
276
277 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
278
279 * configure.ac: Disable "sim" directory for arc*-*-*.
280
281 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
282
283 * configure.ac: Check for the minimum in-tree MPFR version
284 handled.
285
286 2016-12-31 Alan Modra <amodra@gmail.com>
287
288 * config.sub: Import from upstream.
289
290 2016-12-08 Alan Modra <amodra@gmail.com>
291
292 * configure: Regenerate.
293
294 2016-12-02 Josh Conner <joshconner@google.com>
295
296 * configure.ac: Add fuchsia to targets that use ELF.
297 * configure: Regenerated.
298
299 2016-11-07 Doug Evans <dje@google.com>
300
301 * config.sub: Sync with upstream version 2016-11-03.
302 git://git.sv.gnu.org/config.git
303 * config.guess: Sync with upstream version 2016-10-02.
304
305 2016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
306
307 * .gitignore: Add archives and make stamps.
308
309 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
310
311 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
312 * configure: Regenerated.
313
314 2016-06-28 Walter Lee <walt@tilera.com>
315
316 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
317 * configure: Regenerate.
318
319 2016-05-28 Alan Modra <amodra@gmail.com>
320
321 * Makefile.tpl (configure): Depend on m4 files included.
322 * Makefile.in: Regenerate.
323
324 2016-05-27 Nick Clifton <nickc@redhat.com>
325
326 * config.guess (Alpha OSF1): Fix typo introduced during the most
327 recent synchronization update.
328
329 2016-05-23 Nick Clifton <nickc@redhat.com>
330
331 * Import these patches from the gcc mainline:
332
333 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
334
335 * config.guess: Import version 2016-04-02 (newest).
336 * config.sub: Import version 2016-05-10 (newest).
337
338 2016-04-19 Nick Clifton <nickc@redhat.com>
339
340 * Import this patch from the GCC mainline:
341
342 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
343
344 PR bootstrap/70173
345 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
346 and gotools directories. Delete the stage_final file.
347 * Makefile.in: Regenerate.
348
349 2016-03-17 Cary Coutant <ccoutant@gmail.com>
350
351 * configure.ac: Add mips and s390 to the gold target check.
352 * configure: Regenerate.
353
354 2016-02-10 Nick Clifton <nickc@redhat.com>
355
356 Import these patches from the GCC mainline:
357
358 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
359
360 * configure.ac: Enable LTO for DJGPP
361 * configure: Regenerate
362
363 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
364
365 PR bootstrap/69329
366 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
367 * Makefile.in: Regenerate.
368
369 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
370 Sebastian Pop <s.pop@samsung.com>
371
372 * Makefile.in: Regenerate.
373 * Makefile.tpl: Export ISLVER.
374 * configure: Regenerate.
375 * config/isl.m4: Detect isl-0.15.
376
377 2016-01-29 Sebastian Pop <s.pop@samsung.com>
378
379 * config/isl.m4: Add comments about isl-0.16.
380 * configure: Regenerate.
381
382 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
383
384 Sync with GCC
385 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
386
387 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
388 symbols.
389
390 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
391
392 PR bootstrap/69134
393 * Makefile.def (mpfr): Disable assembler.
394 * Makefile.in: Regenerate.
395
396 2016-01-11 Nick Clifton <nickc@redhat.com>
397
398 Import the following changes from the GCC mainline:
399
400 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
401
402 * configure.ac: Enable libmpx by default.
403 * configure: Regenerated.
404
405 2015-11-19 Martin Liska <mliska@suse.cz>
406
407 * .gitignore: Add .clang-format to ignored files.
408 * Makefile.tpl: Add clang-format.
409 * Makefile.in: Regenerate.
410
411 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
412
413 PR libffi/65726
414 * Makefile.def (lang_env_dependencies): Make libffi depend
415 on cxx.
416 * Makefile.in: Regenerate.
417
418 2015-12-02 Ian Lance Taylor <iant@google.com>
419
420 PR go/66147
421 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
422 * Makefile.in: Regenerate.
423
424 2015-12-17 Nathan Sidwell <nathan@acm.org>
425
426 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
427 * configure: Regenerate.
428
429 2015-12-17 Sebastian Pop <s.pop@samsung.com>
430
431 * Makefile.in: Replace ISL with isl.
432 * Makefile.tpl: Same.
433 * config/isl.m4: Same.
434 * configure.ac: Same.
435 * contrib/download_prerequisites: Same.
436 * configure: Regenerate.
437
438 2016-01-01 Ben Elliston <bje@gnu.org>
439
440 * config.guess: Import version 2016-01-01.
441 * config.sub: Likewise.
442
443 2015-11-20 Tristan Gingold <gingold@adacore.com>
444
445 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
446 * configure: Regenerate.
447
448 2015-10-21 Nick Clifton <nickc@redhat.com>
449
450 PR gas/19109
451 * configure.ac: Note the 'none' is an acceptable argument to
452 --enable-compressed-debug-sections.
453 * configure: Regenerate.
454
455 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
456
457 PR gas/19109
458 * configure.ac: Add
459 --enable-compressed-debug-sections={all,gas,gold,ld}.
460 * configure: Regenerated.
461
462 2015-09-30 Nick Clifton <nickc@redhat.com>
463
464 Import the following patches from the GCC mainline:
465
466 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
467
468 PR libfortran/54572
469 * Makefile.def: Make libgfortran depend on libbacktrace.
470 * Makefile.in: Regenerate.
471
472 2015-08-12 Tom de Vries <tom@codesourcery.com>
473
474 PR other/67092
475 PR other/67098
476 * configure.ac: Remove --with_host_libstdcxx support.
477 * configure: Regenerate.
478
479 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
480 Jakub Jelinek <jakub@redhat.com>
481
482 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
483 nvptx*-*-*.
484 * configure: Regenerate.
485
486 2015-08-07 H.J. Lu <hongjiu.lu@intel.com>
487
488 Sync with GCC
489 2015-07-28 Ben Elliston <bje@gnu.org>
490
491 * config.sub, config.guess: Import from upstream.
492
493 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
494
495 * Makefile.def (libiconv): Define bootstrap=true.
496 Mark pdf/html/info as missing.
497 (configure-gcc): Depend on all-libiconv.
498 (all-gcc): Ditto.
499 (configure-libcpp): Ditto.
500 (all-libcpp): Ditto.
501 (configure-intl): Ditto.
502 (all-intl): Ditto.
503 * Makefile.in: Regenerate.
504
505 2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
506
507 Sync with GCC
508 2015-07-24 Michael Darling <darlingm@gmail.com>
509
510 PR other/66259
511 * config-ml.in: Reflects renaming of configure.in to configure.ac
512 * configure: Likewise
513 * configure.ac: Likewise
514
515 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
516
517 * Makefile.in: Regenerated.
518
519 Sync with GCC
520 2015-05-21 Jason Merrill <jason@redhat.com>
521
522 * Makefile.tpl: Update comments.
523
524 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
525
526 * Makefile.tpl: Remove surplus whitespace throughout.
527
528 2015-03-25 Martin Liska <mliska@suse.cz>
529 Yury Gribov <y.gribov@samsung.com>
530
531 * Makefile.tpl: Fix ln source location for vimrc file.
532
533 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
534
535 Sync with GCC
536 2015-05-16 James Bowman <james.bowman@ftdichip.com>
537
538 * configure.ac: FT32 target added.
539 * configure: Regenerate.
540
541 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
542
543 Sync with GCC
544 2015-06-02 Jason Merrill <jason@redhat.com>
545
546 PR bootstrap/66319
547 * configure.ac: Use -std=gnu++98.
548
549 2015-05-28 Mike Frysinger <vapier@gentoo.org>
550
551 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
552 * configure: Regenerate.
553
554 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
555
556 * configure.ac: Fix typo.
557 * configure: Regenerate.
558
559 2015-05-03 Matthias Klose <doko@ubuntu.com>
560
561 * configure.ac: Match $host configured with triplets.
562 * configure: Regenerate.
563
564 2015-04-17 Jakub Jelinek <jakub@redhat.com>
565
566 PR bootstrap/62077
567 * configure.ac (--enable-stage1-checking): Default to
568 release,misc,gimple,rtlflag,tree,types if --disable-checking
569 or --enable-checking is not specified and DEV-PHASE is not
570 experimental.
571 * configure: Regenerated.
572
573 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
574
575 Install back PR target/47230 fix (Revert the revert).
576
577 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
578
579 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
580 target.
581 * configure: Regenerate.
582
583 2015-05-13 John David Anglin <dave.anglin@bell.net>
584
585 * configure.ac: Disable configuration of GDB for HPUX targets.
586 * configure: Regenerate.
587
588 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
589
590 PR ld/18355
591 * Makefile.def: Add extra_configure_flags to host zlib.
592 * configure.ac (extra_host_zlib_configure_flags): New. Set
593 to --enable-host-shared When bfd is to be built as shared
594 library. AC_SUBST.
595 * Makefile.in: Regenerated.
596
597 2015-04-15 Mike Frysinger <vapier@gentoo.org>
598 Hans-Peter Nilsson <hp@axis.com>
599
600 Adjust src-release.sh for sim using the gdb create-version.sh.
601 * src-release.sh (tar_compress): If there's a fifth parameter,
602 use that in the getver call instead of $tool.
603 (sim_release): Pass gdb as fifth parameter to tar_compress.
604 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
605
606 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
607
608 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
609 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
610 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
611 * Makefile.in: Regenerate.
612
613 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
614
615 * configure.ac: Add --with-system-zlib.
616 * configure: Regenerated.
617
618 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
619
620 * src-release.sh: Don't configure with --with-target-subdir=.
621 --disable-multilib.
622
623 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
624
625 * src-release.sh (DEVO_SUPPORT): Replace src-release with
626 src-release.sh.
627
628 2015-03-30 Ed Schouten <ed@nuxi.nl>
629
630 * config.sub: Update from upstream, to 2015-03-04 version.
631 * config.guess: Likewise.
632
633 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
634
635 * Makefile.def (dependencies): Add all-zlib to all-bfd.
636 * Makefile.in: Regenerated.
637
638 2015-03-28 H.J. Lu <hongjiu.lu@intel.com>
639
640 * src-release.sh (do_proto_toplev): Configure with --target
641 --with-target-subdir and --disable-multilib.
642 (BINUTILS_SUPPORT_DIRS): Add zlib.
643 (GAS_SUPPORT_DIRS): Likewise.
644 (GDB_SUPPORT_DIRS): Likewise.
645 (SIM_SUPPORT_DIRS): Likewise.
646
647 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
648
649 * configure.ac (target_configdirs): Exclude target-zlib if
650 target-libjava isn't built.
651 * configure: Regenerated.
652
653 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
654
655 Sync with GCC
656 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
657
658 * config-ml.in: Robustify ac_configure_args parsing.
659
660 2015-03-16 H.J. Lu <hongjiu.lu@intel.com>
661
662 * Makefile.def: Updated from GCC trunk.
663 * Makefile.tpl: Likewise.
664 * configure.ac: Likewise.
665 * Makefile.in: Regenerated.
666 * configure: Likewise.
667
668 2015-01-28 James Bowman <james.bowman@ftdichip.com>
669
670 * configure.ac: Add FT32 support.
671 * configure: Regenerate.
672
673 2015-01-12 Anthony Green <green@moxielogic.com>
674
675 * configure.ac: Don't disable gprof for moxie.
676 * configure: Rebuild.
677
678 2015-01-03 Andrew Pinski <apinski@cavium.com>
679
680 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
681 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
682 (BASE_TARGET_EXPORTS): Add OBJCOPY.
683 (OBJCOPY_FOR_TARGET): New variable.
684 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
685 * Makefile.in: Regenerate.
686 * configure.ac: Check for already installed target objcopy.
687 Also GCC_TARGET_TOOL on objcopy.
688 * configure: Regenerate.
689
690 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
691
692 * config.sub: Update from upstream, to 2015-01-01 version.
693 * config.guess: Ditto.
694
695 2014-12-06 Eric Botcazou <ebotcazou@adacore.com>
696
697 * config.sub: Update from upstream config repo.
698
699 2014-11-24 H.J. Lu <hongjiu.lu@intel.com>
700
701 * libtool.m4: Updated from GCC trunk.
702
703 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
704
705 * config.guess: Update from upstream config repo.
706 * config.sub: Ditto.
707
708 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
709
710 * move-if-change: Update from upstream gnulib.
711
712 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
713
714 * compile: Sync with upstream Automake.
715 * depcomp: Ditto.
716 * install-sh: Ditto.
717 * missing: Ditto.
718 * mkinstalldirs: Ditto.
719 * ylwrap: Ditto.
720
721 2014-10-15 Tristan Gingold <gingold@adacore.com>
722
723 * src-release.sh (do_proto_toplev): Configure with --target.
724
725 2014-10-03 Jing Yu <jingyu@google.com>
726
727 * configure.ac: Add aarch64 to list of targets that support gold.
728 * configure: Regenerate.
729
730 2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
731
732 * configure.ac: Add mips*-img-elf* target triple.
733 * configure: Regenerate.
734
735 2014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
736 * configure: Disable gdb for nds32*-*-* until supported.
737 * configure.ac: Disable gdb for nds32*-*-* until supported.
738
739 2014-09-05 Joel Brobecker <brobecker@adacore.com>
740
741 * configure: Regenerate.
742
743 2014-08-27 Will Newton <will.newton@linaro.org>
744
745 * src-release.sh: New file.
746 * src-release: Remove file.
747
748 2014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
749
750 GDB not supported for or1k*-*-rtems*
751 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
752 of the stanzas results in this not being caught by or1k*-*-* later.
753 * configure. Regenerated.
754
755 2014-07-25 Samuel Bronson <naesten@gmail.com>
756
757 * .gitattributes: New file for use with git-merge-changelog.
758
759 2014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
760
761 Disable gdb for or1k*-*-* until supported
762 * configure.ac (or1k*-*-*): Disable gdb.
763 * configure: Regenerated.
764
765 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
766
767 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
768 * configure: Regenerated.
769
770 2014-03-26 Jakub Jelinek <jakub@redhat.com>
771
772 PR sanitizer/56781
773 * Makefile.def: Set bootstrap=true; for host fixincludes.
774 * configure.ac: Don't bootstrap host fixincludes unless
775 --with-build-config=bootstrap-{a,ub}san.
776 * Makefile.in: Regenerated.
777 * configure: Regenerated.
778
779 2014-03-21 Jakub Jelinek <jakub@redhat.com>
780
781 * configure.ac: Move BUILD_CONFIG set up earlier. Add
782 --enable-vtable-verify option parsing. Don't add
783 target-libsanitizer to bootstrap_target_libs unless
784 --with-build-config=bootstrap-asan or
785 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
786 to bootstrap_target_libs unless --enable-vtable-verify.
787 * configure: Regenerated.
788
789 2014-03-07 Jakub Jelinek <jakub@redhat.com>
790
791 PR bootstrap/58572
792 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
793 -I for libstdc++-v3 includes if $(LEAN).
794 * Makefile.in: Regenerated.
795
796 2014-02-24 Walter Lee <walt@tilera.com>
797
798 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
799 (tilegx-*-*): Change to tilegx*-*-*.
800 * configure: Regenerate.
801
802 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
803
804 * config.sub, config.guess: Import from upstream.
805
806 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
807
808 PR bootstrap/60620
809 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
810 * Makefile.in: Regenerate.
811
812 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
813
814 * Makefile.def (dependencies): Make all-ld depend on all-binutils
815 for WINDRES_FOR_TARGET in default-manifest.o rule.
816 * Makefile.in: Regenerate.
817
818 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
819
820 PR target/59788
821 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
822 *solaris2*.
823
824 2013-12-19 Keven Boell <keven.boell@intel.com>
825
826 * cp-namespace.c (cp_lookup_nested_symbol): Enable
827 nested lookups for fortran modules.
828 * dwarf2read.c (read_module): Add fortran module to
829 the symbol table.
830 (add_partial_symbol, add_partial_module): Add fortran
831 module to the partial symbol table.
832 (new_symbol_full): Create full symbol for fortran module.
833 * f-exp.y (yylex): Add new module domain to be parsed.
834 * symtab.h: New domain for fortran modules.
835
836 2013-12-19 Keven Boell <keven.boell@intel.com>
837
838 * f-exp.y (yylex): Add domain array to enable lookup
839 in multiple domains. Loop over lookup domains and try
840 to find requested symbol. Add STRUCT_DOMAIN to lookup
841 domains to be able to query for user defined types.
842
843 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
844
845 * configure.ac: Add user-friendly check for native x86_64-linux
846 multilibs.
847 * configure: Regenerate.
848
849 2013-11-23 Alan Modra <amodra@gmail.com>
850
851 * config.sub, config.guess: Import from upstream.
852
853 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
854
855 * Makefile.in: Regenerate.
856
857 * Makefile.tpl: Fix typo.
858 * Makefile.in: Regenerate partially.
859
860 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
861
862 * configure.ac: Added libcilkrts to noconfig list when C++ is not
863 supported.
864 * configure: Regenerated.
865
866 2013-10-30 Jason Merrill <jason@redhat.com>
867
868 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
869 --disable-build-format-warnings.
870
871 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
872
873 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
874 depend on libstdc++ and libgcc.
875 * configure: Regenerate.
876 * configure.ac: Added libcilkrts to target binaries. Also, restrict
877 libcilkrts for POSIX and i*86, and x86_64 architectures.
878 * Makefile.in: Added libcilkrts related fields to support building it.
879
880 2013-10-26 Jeff Law <law@redhat.com>
881
882 * Makefile.def (target_modules): Remove libmudflap
883 (languages): Remove check-target-libmudflap).
884 * Makefile.in: Rebuilt.
885 * Makefile.tpl (check-target-libmudflap-c++): Remove.
886 * configure.ac (target_libraries): Remove target-libmudflap.
887 Remove checks which disabled libmudflap on some systems.
888 * configure: Rebuilt.
889 * libmudflap: Directory removed.
890
891 2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
892
893 * configure.ac: Update from GCC.
894 * configure: Regenerate.
895
896 2013-10-15 Hans-Peter Nilsson <hp@axis.com>
897
898 * src-release (do-proto-toplevel): Support subdir-path-prefixed
899 files in SUPPORT_FILES.
900 (SIM_SUPPORT_DIRS): New variable.
901 (sim.tar.bz2): New rule.
902
903 2013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
904
905 * configure.ac: Update from GCC.
906 * configure: Regenerate.
907
908 2013-10-01 Jeff Johnston <jjohnstn@redhat.com>
909
910 * COPYING.NEWLIB: Update with new copyright.
911
912 2013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
913
914 * configure.ac: Update from GCC.
915 * configure: Regenerate.
916
917 2013-09-20 Alan Modra <amodra@gmail.com>
918
919 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
920 ppc host match. Support little-endian powerpc linux hosts.
921
922 2013-08-16 Joel Brobecker <brobecker@adacore.com>
923
924 * src-release (VER): When using $(TOOL)/common/create-version.sh,
925 strip the "-cvs" suffix from the version number if present.
926
927 2013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
928
929 * configure.ac: Sync with GCC repo.
930 * Makefile.def: Ditto.
931 * configure: Regenerate.
932 * Makefile.in: Ditto.
933
934 2013-07-22 Joel Brobecker <brobecker@adacore.com>
935
936 * src-release (VER): Use $(TOOL)/common/create-version.sh
937 if it exists.
938
939 2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
940
941 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
942 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
943 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
944 * configure: Regenerate.
945
946 2013-06-01 George Thomas <george.thomas@atmel.com>
947
948 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
949 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
950
951 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
952
953 * COPYING.NEWLIB: Add Altera Corporation copyright.
954
955 2013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
956
957 * config.guess: Update from config repo.
958 * config.sub: Ditto.
959
960 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
961
962 * Makefile.def: Sync with GCC.
963 * Makefile.in: Regenerate.
964
965 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
966
967 * configure.ac: Sync with GCC.
968 * configure: Regenerate.
969
970 2013-03-22 Mike Frysinger <vapier@gentoo.org>
971
972 * src-release (VER): Change bfd/configure.in sed to use the new
973 `bfd/configure --version` output.
974
975 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
976
977 * configure.ac: Sync with GCC repo.
978 * configure: Ditto.
979
980 2013-02-05 Ian Lance Taylor <iant@google.com>
981
982 PR go/55969
983 * configure.ac: Disable libgo on some systems where it does not
984 work.
985 * configure: Rebuild.
986
987 2013-02-05 Alan Modra <amodra@gmail.com>
988
989 * configure: Regenerate after syncing config/.
990
991 2013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
992
993 * configure.ac: Sync with GCC repo.
994 * configure: Ditto.
995 * Makefile.def: Ditto.
996 * Makefile.in: Ditto.
997
998 2013-01-11 Joel Brobecker <brobecker@adacore.com>
999
1000 Sync with GCC, merge:
1001
1002 2013-01-09 Jason Merrill <jason@redhat.com>
1003
1004 * .gitignore: Import from gdb repository.
1005
1006 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1007
1008 * config.sub: Update from config repo.
1009
1010 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1011
1012 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1013 * Makefile.in: Regenerate.
1014
1015 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1016
1017 * Makefile.def (configure-gcc): Depend on all-gmp.
1018 (all-gcc): Remove dependency on all-gmp.
1019 * Makefile.in: Regenerated.
1020
1021 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1022
1023 * config.guess: Update from config repo.
1024 * config.sub: Ditto.
1025
1026 2013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1027
1028 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1029 exists and replace the new bfin license in its location.
1030
1031 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1032
1033 PR gas/14899
1034 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1035 all-ld and all-gold depend on all-gas.
1036 * Makefile.in: Regenerated.
1037
1038 2012-12-29 Ben Elliston <bje@gnu.org>
1039
1040 * config.guess: Update to 2012-12-29 version.
1041 * config.sub: Likewise.
1042
1043 2012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1044
1045 * Makefile.def (install-target-libgo): Depend on
1046 install-target-libatomic. Merged from GCC repo.
1047 * Makefile.in: Regenerate.
1048
1049 2012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1050
1051 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1052
1053 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1054
1055 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1056 * configure: Regenerate.
1057
1058 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1059
1060 * Makefile.def (target_modules): Add bootstrap=true and
1061 raw_cxx=true to libsanitizer.
1062 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1063 * Makefile.in: Regenerated.
1064 * configure: Likewise.
1065
1066 2012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1067
1068 * config.sub: Merge from config repo.
1069
1070 2012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1071
1072 * configure.ac: Merge from GCC.
1073 * Makefile.tpl: Ditto.
1074 * Makefile.in: Ditto.
1075 * configure: Ditto.
1076
1077 2012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1078
1079 * configure.ac (noconfigdirs): Merge from GCC.
1080 * configure: Regenerate.
1081
1082 2012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1083
1084 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1085
1086 2012-11-14 Roland McGrath <mcgrathr@google.com>
1087
1088 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1089 * configure: Regenerate.
1090
1091 2012-11-13 Richard Henderson <rth@redhat.com>
1092
1093 * configure.ac: Move libsanitizer logic to subdirectory.
1094 * configure: Regenerate.
1095
1096 2012-11-13 Dodji Seketeli <dodji@redhat.com>
1097
1098 * configure.ac: Enable libsanitizer just on x86 linux for now.
1099 * configure: Re-generate.
1100
1101 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
1102
1103 * configure.ac: Merge libquadmath sections.
1104 * configure: Regenerate.
1105
1106 2012-11-12 Wei Mi <wmi@google.com>
1107
1108 * configure.ac: Add libsanitizer to target_libraries.
1109 * Makefile.def: Ditto.
1110 * configure: Regenerate.
1111 * Makefile.in: Regenerate.
1112
1113 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1114
1115 * configure: Regenerated.
1116
1117 2012-11-03 Robert Mason <rbmj@verizon.net>
1118
1119 * configure.ac: add --disable-libstdcxx configure option
1120 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1121
1122 2012-10-24 Corinna Vinschen <corinna@vinschen.de>
1123
1124 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1125 against Mingw64 w32api.
1126 * configure: Regenerate.
1127
1128 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1129
1130 PR bootstrap/54820
1131 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1132 * configure: Regenerate.
1133
1134 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1135
1136 PR bootstrap/54820
1137 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1138 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1139 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1140 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1141 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1142 * Makefile.in: Regenerate.
1143 * configure.ac (have_static_libs): New variable and associated check.
1144 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1145 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1146 * configure: Regenerate.
1147
1148 2012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1149
1150 * config.guess, config.sub: Include updated version from
1151 config-patches. Adds microblaze little endian support.
1152
1153 2012-09-28 Ian Lance Taylor <iant@google.com>
1154
1155 * Makefile.def: Make all-target-libgo depend on
1156 all-target-libbacktrace.
1157 * Makefile.in: Rebuild.
1158
1159 2012-09-26 Ian Lance Taylor <iant@google.com>
1160
1161 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1162 * Makefile.in: Rebuild.
1163
1164 2012-09-06 Diego Novillo <dnovillo@google.com>
1165
1166 * configure.ac: Bump minimum GMP version to 4.2.3.
1167 * configure: Re-generate.
1168
1169 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
1170
1171 PR target/54461
1172 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1173 target-libgloss if not configured --with-avrlibc=no.
1174 * configure: Regenerate.
1175
1176 2012-09-04 Jason Merrill <jason@redhat.com>
1177
1178 * configure.ac: Fix --enable-languages=all.
1179
1180 2012-09-03 Richard Guenther <rguenther@suse.de>
1181
1182 PR bootstrap/54138
1183 * configure.ac: Re-organize ISL / CLOOG checks to allow
1184 disabling with either --without-isl or --without-cloog.
1185 * configure: Regenerated.
1186
1187 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
1188
1189 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1190 * configure: Regenerate.
1191
1192 2012-09-21 Steve Ellcey <sellcey@mips.com>
1193
1194 * configure.ac: Add mips*-mti-elf* target.
1195 * configure: Regenerate.
1196
1197 2012-09-19 Ian Lance Taylor <iant@google.com>
1198
1199 * configure.ac (host_libs): Add libbacktrace.
1200 (target_libraries): Add libbacktrace.
1201 * Makefile.def (host_modules): Add libbacktrace.
1202 (target_modules): Likewise.
1203 * configure, Makefile.in: Rebuild.
1204
1205 2012-09-15 Jiong Wang <jiwang@tilera.com>
1206
1207 * configure.ac (ENABLE_GOLD): support tilegx*
1208 * configure: rebuild
1209
1210 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
1211
1212 PR target/38607
1213 Merge upstream change.
1214 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1215
1216 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1217 Add libgomp*.o to compare_exclusions for AIX.
1218 * configure: Regenerate.
1219
1220 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1221
1222 PR binutils/4970
1223 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1224 and opcodes.
1225 * Makefile.in: Regenerated.
1226
1227 2012-08-14 Diego Novillo <dnovillo@google.com>
1228
1229 Merge from cxx-conversion branch.
1230
1231 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1232 POSTSTAGE1_CONFIGURE_FLAGS.
1233 * Makefile.in: Regenerate.
1234 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1235 Force C++ when bootstrapping.
1236 * configure: Regenerate.
1237
1238 2012-07-06 Richard Guenther <rguenther@suse.de>
1239
1240 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1241 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1242 --with-gmp=system.
1243 * Makefile.in: Regenerated.
1244 * configure: Likewise.
1245
1246 2012-07-06 Richard Guenther <rguenther@suse.de>
1247
1248 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1249 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1250 supply V=1 as extra_make_flags.
1251 * configure: Regenerated.
1252 * Makefile.in: Likewise.
1253
1254 2012-07-03 Richard Guenther <rguenther@suse.de>
1255
1256 * Makfile.def (isl): Remove not necessary extra_exports and
1257 extra_make_flags.
1258 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1259 * Makefile.in: Regenerated.
1260
1261 2012-07-03 Richard Guenther <rguenther@suse.de>
1262
1263 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1264 * configure.ac: If either the ISL or the CLooG check failed
1265 do not try to build in-tree versions.
1266 * Makefile.in: Regenerated.
1267 * configure: Regenerated.
1268
1269 2012-07-02 Richard Guenther <rguenther@suse.de>
1270 Michael Matz <matz@suse.de>
1271 Tobias Grosser <tobias@grosser.es>
1272 Sebastian Pop <sebpop@gmail.com>
1273
1274 * Makefile.def: Add ISL host module, remove PPL host module.
1275 Adjust ClooG host module to use the proper ISL.
1276 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1277 * configure.ac: Include config/isl.m4. Add ISL host library,
1278 remove PPL. Remove PPL configury, add ISL configury, adjust
1279 ClooG configury.
1280 * Makefile.in: Regenerated.
1281 * configure: Likewise.
1282
1283 2012-07-02 Richard Guenther <rguenther@suse.de>
1284
1285 Merge from graphite branch
1286 2011-07-21 Tobias Grosser <tobias@grosser.es>
1287
1288 * configure: Regenerated.
1289 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1290 both cloog.org and legacy versions. The only supported version will
1291 be CLooG with the isl backend.
1292
1293 2011-07-21 Tobias Grosser <tobias@grosser.es>
1294
1295 * configure: Regenerated.
1296 * configure.ac: Require cloog isl 0.17.0
1297
1298 2011-07-21 Tobias Grosser <tobias@grosser.es>
1299
1300 * configure: Regenerated.
1301 * config/cloog.m4: Do not define CLOOG_ORG
1302
1303 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1304
1305 * configure.ac: Skip C if explicitly selected.
1306 * configure: Regenerate.
1307
1308 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1309
1310 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1311 they contain -O2.
1312 * configure: Regenerate.
1313
1314 2012-06-20 Jason Merrill <jason@redhat.com>
1315
1316 * Makefile.tpl (check-target-libgomp-c++): New.
1317 (check-target-libitm-c++): New.
1318 * Makefile.def (c++): Add them.
1319 * Makefile.in: Regenerate.
1320
1321 2012-05-16 Olivier Hainque <hainque@adacore.com>
1322
1323 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1324 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1325 (install-no-fixedincludes): Adjust accordingly.
1326 * Makefile.in: Regenerate.
1327
1328 2012-05-09 Nick Clifton <nickc@redhat.com>
1329 Paul Smith <psmith@gnu.org>
1330
1331 PR bootstrap/50461
1332 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1333 allow for the fact that from release v3.1.0 of MPFR the source
1334 files were moved into a src sub-directory.
1335 * configure: Regenerate.
1336
1337 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1338
1339 * configure.ac: Bump minimum MPFR version to 2.4.0.
1340 * configure: Regenerated.
1341
1342 2012-05-01 Richard Henderson <rth@redhat.com>
1343
1344 * Makefile.def (libatomic): New target_module.
1345 * configure.ac (target_libraries): Add libatomic.
1346 (noconfigdirs): Check if libatomic is supported.
1347 * Makefile.in, configure: Rebuild.
1348
1349 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1350
1351 Merge upstream change
1352 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1353
1354 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
1355
1356 * libtool.m4: Additional FreeBSD 10 fixes.
1357
1358 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1359
1360 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1361 they contain -O2.
1362 * configure: Regenerate.
1363
1364 2012-05-14 Catherine Moore <clm@codesourcery.com>
1365
1366 * NEWS: Mention PowerPC VLE port.
1367
1368 2012-05-11 Mike Frysinger <vapier@gentoo.org>
1369
1370 * MAINTAINERS (config/): Move to intl/ section.
1371 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1372
1373 2012-05-09 Nick Clifton <nickc@redhat.com>
1374 Paul Smith <psmith@gnu.org>
1375
1376 PR bootstrap/50461
1377 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1378 allow for the fact that from release v3.1.0 of MPFR the source
1379 files were moved into a src sub-directory.
1380 * configure: Regenerate.
1381
1382 2012-05-02 Roland McGrath <mcgrathr@google.com>
1383
1384 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1385 * configure: Regenerate.
1386
1387 2012-04-25 Joel Brobecker <brobecker@adacore.com>
1388
1389 * config.sub: Update to 2012-04-18 version from official repo.
1390
1391 2012-03-19 Tristan Gingold <gingold@adacore.com>
1392
1393 * configure.ac (ia64*-*-*vms*): Add support for ld.
1394 * configure: Regenerate.
1395
1396 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1397
1398 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1399 (unsupported_languages): Remove mips-sgi-irix6.*.
1400 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1401 (with_stabs): Remove.
1402 * configure: Regenerate.
1403
1404 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1405
1406 * configure.ac (enable_libgomp): Remove *-*-osf*.
1407 (with_stabs): Remove alpha*-*-osf*.
1408 * configure: Regenerate.
1409
1410 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1411
1412 * COPYING.NEWLIB: Modify DJ Delorie license to include
1413 modification rights in clause as permitted by DJ Delorie.
1414 * COPYING.LIBGLOSS: Ditto.
1415
1416 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1417
1418 * COPYING.NEWLIB: Remove two unused licenses.
1419
1420 2012-03-05 Tristan Gingold <gingold@adacore.com>
1421
1422 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1423 * configure: Regenerate.
1424
1425 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1426
1427 * COPYING.NEWLIB: Add Adapteva notice.
1428 * COPYING.LIBGLOSS: Add Adapteva notice.
1429
1430 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1431
1432 * configure: Regenerate.
1433
1434 2011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1435
1436 * COPYING.LIBGLOSS: Add GPL with exception license.
1437
1438 2011-11-09 Roland McGrath <mcgrathr@google.com>
1439
1440 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1441 * configure: Rebuild.
1442 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1443 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1444 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1445 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1446 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1447 Add READELF.
1448 * Makefile.in: Rebuild.
1449
1450 2011-11-08 Richard Henderson <rth@redhat.com>
1451
1452 * configure.ac: Test for libitm directory present first.
1453
1454 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1455
1456 * configure.ac: Test libitm/configure.tgt to disable libitm.
1457 * configure: Rebuild.
1458
1459 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1460
1461 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1462 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1463 * Makefile.in: Regenerate.
1464
1465 2011-11-01 DJ Delorie <dj@redhat.com>
1466
1467 * configure.ac (rl78-*-*) New case.
1468 * configure: Regenerate.
1469
1470 2011-11-01 DJ Delorie <dj@redhat.com>
1471
1472 * config.sub: Update to version 2011-10-29 (added rl78)
1473
1474 2011-10-27 Nick Clifton <nickc@redhat.com>
1475
1476 * config.sub: Import these changes from the config project:
1477
1478 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
1479 Ben Elliston <bje@gnu.org>
1480
1481 * config.sub (epiphany): New.
1482
1483 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1484 Ben Elliston <bje@gnu.org>
1485
1486 * config.sub (hexagon, hexagon-*): New.
1487
1488 2011-08-23 Roland McGrath <mcgrathr@google.com>
1489
1490 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1491 64eb to be64.
1492
1493 2011-08-16 Roland McGrath <mcgrathr@google.com>
1494
1495 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1496 (nacl): Grok as alias for 32el-unknown-nacl.
1497
1498 2011-08-19 Joel Brobecker <brobecker@adacore.com>
1499
1500 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
1501
1502 2011-08-14 Yao Qi <yao@codesourcery.com>
1503
1504 Merge from gcc:
1505
1506 2011-08-14 Yao Qi <yao@codesourcery.com>
1507 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1508 * configure: Regenerate.
1509
1510 2011-07-26 Ian Lance Taylor <iant@google.com>
1511
1512 Merge from gcc:
1513
1514 2011-07-26 Ian Lance Taylor <iant@google.com>
1515 * configure.ac: Set have_compiler based on whether gcc directory
1516 exists, rather than on whether gcc is in configdirs.
1517 * configure: Rebuild.
1518
1519 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1520 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1521 link directories.
1522 * Makefile.in: Rebuild.
1523
1524 2011-07-20 Ian Lance Taylor <iant@google.com>
1525 PR bootstrap/49787
1526 * configure.ac: Move --enable-bootstrap handling earlier in file.
1527 If --enable-bootstrap and either --enable-build-with-cxx or
1528 --enable-build-poststage1-with-cxx, enable C++ automatically.
1529 * configure: Rebuild.
1530
1531 2011-07-19 Ian Lance Taylor <iant@google.com>
1532 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1533 make C++ a boot_language. Set and substitute
1534 POSTSTAGE1_CONFIGURE_FLAGS.
1535 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1536 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1537 * configure, Makefile.in: Rebuild.
1538
1539 2011-07-16 Jason Merrill <jason@redhat.com>
1540 * Makefile.def (language=c++): Add check-c++0x and
1541 check-target-libmudflap-c++.
1542 * Makefile.tpl (check-target-libmudflap-c++): New.
1543 * Makefile.in: Regenerate.
1544
1545 2011-07-16 Matthias Klose <doko@ubuntu.com>
1546 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1547 * Makefile.def (target_modules/libjava): Pass
1548 $(EXTRA_CONFIGARGS_LIBJAVA).
1549 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1550 if not configured with --enable-static-libjava.
1551 * Makefile.in: Regenerate.
1552 * configure: Likewise.
1553
1554 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
1555 PR regression/47836
1556 PR bootstrap/23656
1557 PR other/47733
1558 PR bootstrap/49247
1559 PR c/48825
1560 * configure.ac (target_libraries): Remove target-libiberty.
1561 Remove case-statement setting skipdirs=target-libiberty for
1562 multiple targets. Remove checking target_configdirs and
1563 removing target-libiberty but keeping target-libgcc if
1564 otherwise empty.
1565 * Makefile.def (target_modules): Don't add libiberty.
1566 (dependencies): Remove all traces of target-libiberty.
1567 * configure, Makefile.in: Regenerate.
1568
1569 2011-07-22 Jason Merrill <jason@redhat.com>
1570
1571 * Makefile.def (language=c++): Add check-c++0x and
1572 check-target-libmudflap-c++.
1573 * Makefile.tpl (check-target-libmudflap-c++): New.
1574 * Makefile.in: Regenerate.
1575
1576 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1577
1578 * configure: Regenerate.
1579
1580 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1581
1582 PR target/39150
1583 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1584 x86_64-*-solaris2.1[0-9]*.
1585 * configure: Regenerate.
1586
1587 2011-06-13 Walter Lee <walt@tilera.com>
1588
1589 * configure.ac (tilepro-*-*) New case.
1590 (tilegx-*-*): Likewise.
1591 * configure: Regenerate.
1592
1593 2011-06-06 Nick Clifton <nickc@redhat.com>
1594
1595 * config.sub: Sync from upstream.
1596
1597 2011-05-08 Doug Kwan <dougkwan@google.com>
1598
1599 Merge from gcc:
1600
1601 2011-05-08 Doug Kwan <dougkwan@google.com>
1602
1603 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1604 * configure: Regenerated.
1605 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1606 value from configure.
1607 * Makefile.in: Regenerated.
1608
1609 2011-05-05 Joseph Myers <joseph@codesourcery.com>
1610
1611 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1612 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1613 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1614 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1615 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1616 *-*-vxworks*): Disable newlib and libgloss in separate case
1617 statement.
1618 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1619 to separate case statement.
1620 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1621 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1622 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1623 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1624 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1625 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1626 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1627 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1628 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1629 i[[3456789]]86-*-rdos*, m32r-*-*,
1630 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1631 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1632 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1633 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1634 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1635 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1636 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1637 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1638 and libgloss in main case over targets. Remove most empty cases
1639 in main case over targets.
1640 * configure: Regenerate.
1641
1642 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1643
1644 * configure.ac: Remove code setting special library locations for
1645 hppa*64*-*-hpux11*. Remove code setting compiler for
1646 sparc-sun-solaris2*.
1647 * configure: Regenerate.
1648
1649 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1650
1651 * configure.ac: Separate libgloss_dir settings from general case
1652 over targets.
1653 * configure: Regenerate.
1654
1655 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1656
1657 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1658 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1659 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1660 cases in libgcj-disabling case statement.
1661 (hppa*64*-*-linux*): Set unsupported_languages instead of
1662 disabling target-zlib.
1663 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1664 to hppa*64*-*-hpux*.
1665 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1666 hppa*-*-hpux*.
1667 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1668 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1669 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1670 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1671 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1672 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1673 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1674 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1675 libgcj-disabling case statement.
1676 * configure: Regenerate.
1677
1678 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1679
1680 * configure.ac: Disable Java for targets not supporting libffi.
1681 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1682 Remove cases in Java-disabling statement.
1683 (*arm-wince-pe): Change to arm-wince-pe.
1684 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1685 cases in Java-disabling statement.
1686 (bfin-*-*): Don't disable Java again.
1687 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1688 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1689 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1690 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1691 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1692 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1693 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1694 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1695 Java-disabling statement.
1696 (mmix-*-*): Don't disable Java again.
1697 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1698 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1699 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1700 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1701 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1702 statement.
1703 * configure: Regenerate.
1704
1705 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1706
1707 Merge from GCC:
1708
1709 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1710
1711 PR lto/48086
1712 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1713 * configure: Regenerate.
1714
1715 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1716
1717 * configure.ac: Separate cases disabling Java and Java libraries
1718 from general case over targets.
1719 * configure: Regenerate.
1720
1721 2011-04-06 Joseph Myers <joseph@codesourcery.com>
1722
1723 * configure.ac (build_tools): Remove build-byacc.
1724 (host_libs): Remove mmalloc.
1725 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1726 autoconf automake libtool diff rcs fileutils shellutils time
1727 textutils wdiff find uudecode hello tar gzip indent recode release
1728 sed perl gawk findutils gettext zip.
1729 (libgcj): Remove target-qthreads.
1730 (target_tools): Remove target-examples target-gperf.
1731 (YACC): Don't handle building byacc.
1732 * configure: Regenerate.
1733 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1734 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1735 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1736 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1737 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1738 handle building components.
1739 * Makefile.in: Regenerate.
1740
1741 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1742
1743 * config.sub: Sync from upstream.
1744
1745 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1746
1747 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1748 (microblaze*): Don't disable libssp.
1749 * configure: Regenerate.
1750
1751 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1752
1753 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1754 moveifchange.
1755 * configure: Regenerate.
1756 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1757 * Makefile.in: Regenerate.
1758
1759 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1760
1761 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1762 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1763 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1764 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1765 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1766 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1767 md_exec_prefix cases.
1768 * configure: Regenerate.
1769
1770 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1771
1772 * configure.ac: Separate cases disabling target-libssp,
1773 target-libiberty, target-libstdc++-v3 and Fortran from general
1774 case over targets.
1775 * configure: Regenerate.
1776
1777 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1778
1779 * configure.ac (*-*-chorusos): Don't disable libgcj.
1780 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1781 Remove case.
1782 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1783 (arm-*-coff): Don't disable libgcj.
1784 (arm*-*-linux-gnueabi): Remove useless assignment.
1785 (arm-*-riscix*): Don't disable libgcj.
1786 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1787 configuration.
1788 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1789 (c54x*-*-*): Remove case.
1790 (tic54x-*-*): Don't disable GCC or GCC libraries.
1791 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1792 to *.
1793 (d10v-*-*): Don't disable GCC libraries.
1794 (d30v-*-*): Don't disable libgcj.
1795 (h8500-*-*): Don't disable GCC libraries.
1796 (i960-*-*): Don't disable libgcj.
1797 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1798 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1799 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1800 libgcj.
1801 (m68k-*-coff*): Remove case.
1802 (mmix-*-*): Don't disable libgloss on host.
1803 (mn10200-*-*, mn10300-*-*): Remove cases.
1804 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1805 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1806 Don't disable libgcj.
1807 (romp-*-*): Remove case.
1808 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1809 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1810 case.
1811 (v810-*-*): Don't disable GCC libraries.
1812 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1813 (ip2k-*-*): Don't disable GCC libraries.
1814 * configure: Regenerate.
1815
1816 2011-03-28 Joseph Myers <joseph@codesourcery.com>
1817
1818 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1819 libffi on host.
1820 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1821 on host.
1822 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1823 * configure: Regenerate.
1824
1825 2011-03-26 John Marino <binutils@marino.st>
1826
1827 * configure.ac: Add support for *-*-dragonfly*
1828 * configure: Regenerate.
1829
1830 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1831
1832 * configure.ac (native_only): Remove.
1833 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1834 send-pr uudecode guile gnuserv on host.
1835 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1836 send-pr rcs guile perl texinfo libtool on host.
1837 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1838 automake send-pr rcs guile perl texinfo libtool on host.
1839 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1840 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1841 (alpha*-dec-osf*): Don't disable fileutils on target.
1842 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1843 texinfo send-pr expect dejagnu on target.
1844 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1845 target-qthreads on target.
1846 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1847 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1848 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1849 x86_64-*-mingw*): Don't disable expect on target.
1850 (*-*-cygwin*): Don't disable target-gperf on target.
1851 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1852 gnuserv on target.
1853 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1854 target.
1855 * configure: Regenerate.
1856
1857 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1858
1859 * configure.ac (target_tools): Remove target-groff.
1860 (native_only): Remove target-groff.
1861 (hppa*64*-*-*): Don't disable byacc.
1862 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1863 setting.
1864 (*-*-kaos*): Don't skip target-librx and target-groff.
1865 (*-*-netware*): Don't skip target-libmudflap.
1866 (*-*-tpf*): Don't skip target-libmudflap.
1867 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1868 directories on the host.
1869 (ia64*-*-*vms*): Don't skip tix.
1870 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1871 host.
1872 * configure: Regenerate.
1873
1874 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
1875
1876 * configure.ac: Remove references to mt-mep, mt-netware,
1877 mt-wince.
1878 * Makefile.def: Add all-utils soft dependencies.
1879 * Makefile.tpl: Remove GDB_NLM_DEPS.
1880 * configure: Regenerate.
1881 * Makefile.in: Regenerate.
1882
1883 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1884
1885 Sync from GCC:
1886
1887 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1888
1889 * configure.ac: Do not include mh-x86omitfp.
1890 * configure: Regenerate.
1891
1892 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1893
1894 * configure.ac: Remove empty cases.
1895 * configure: Regenerate.
1896
1897 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1898
1899 * Makefile.def: Add dependency from termcap to gdb.
1900 * Makefile.in: Regenerate.
1901
1902 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1903
1904 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1905 * configure: Regenerate.
1906 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1907 * Makefile.tpl: Likewise.
1908 * Makefile.in: Regenerate.
1909
1910 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1911
1912 * configure.ac: Remove all mentions of tentative_cc.
1913 * configure: Regenerate.
1914
1915 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
1916
1917 PR lto/48086
1918 * configure.ac: Re-enable LTO on *-apple-darwin9.
1919 * configure: Regenerate.
1920
1921 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1922
1923 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1924 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1925 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1926 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1927 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1928 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1929 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1930 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1931 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1932 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1933 *-*-rhapsody*): Remove host cases.
1934 * configure: Regenerate.
1935
1936 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1937
1938 * configure.ac (ppc*-*-pe): Remove host case.
1939 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1940 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1941 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1942 cases.
1943 * configure: Regenerate.
1944
1945 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1946
1947 * config.sub: Update to version 2011-03-23.
1948
1949 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1950
1951 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1952 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1953 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1954 * configure: Regenerate.
1955
1956 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1957
1958 * config-ml.in: Don't handle arc-*-elf*.
1959 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1960 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1961 handle GCC libraries.
1962 * configure: Regenerate.
1963
1964 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1965
1966 PR bootstrap/48120:
1967 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1968 Add -lstdc++ -lm to LIBS.
1969 * configure: Regenerate.
1970
1971 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
1972
1973 * config.guess: Update to version 2011-02-02
1974 * config.sub: Update to version 2011-02-24
1975
1976 2011-03-03 Sebastian Pop <sebastian.pop@amd.com>
1977
1978 * configure.ac: Adjust test of with_ppl.
1979 * configure: Regenerated.
1980
1981 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1982
1983 * configure.ac: Add -lpwl to ppllibs.
1984 * config/cloog.m4: Add -lisl to clooglibs.
1985 * configure: Regenerated.
1986
1987 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1988
1989 Import from Libtool and gnulib:
1990
1991 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
1992
1993 Prepare for supporting FreeBSD 10.
1994 * config.rpath: Remove handling of freebsd1* which soon would
1995 match FreeBSD 10.0.
1996
1997 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
1998
1999 Remove support for FreeBSD 1.x.
2000 * libtool.m4 (_LT_LINKER_SHLIBS)
2001 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2002 soon would incorrectly match FreeBSD 10.0.
2003
2004 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2005
2006 PR binutils/12283
2007 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2008 (move-if-change): Comes from gnulib.
2009 * move-if-change: Import version from gnulib.
2010
2011 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2012
2013 Sync from GCC:
2014
2015 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2016
2017 PR lto/47225
2018 * Makefile.def (lto-plugin): Double dash for enable-shared.
2019 (configure-gcc): Depend on all-lto-plugin.
2020 * Makefile.in: Rebuilt.
2021
2022 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2023
2024 * configure.ac: Remove extra bracket.
2025 * configure: Regenerate.
2026
2027 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2028
2029 PR lto/47225
2030 * Makefile.def: Add dependency for install-gcc
2031 on install-lto-plugin.
2032 * Makfile.in: Regenerated
2033
2034 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2035
2036 * configure.ac: If with_ppl is no, move setting with_cloog=no
2037 after CLOOG_REQUESTED check.
2038 * configure: Regenerated.
2039
2040 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2041
2042 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2043 CLooG has been requested.
2044 * configure: Regenerated.
2045
2046 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2047
2048 * configure: Regenerated.
2049 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2050
2051 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2052
2053 * configure: Regenerated.
2054 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2055
2056 2011-01-07 Jan Hubicka <jh@suse.cz>
2057
2058 PR lto/47225
2059 * Makefile.in: Regenerate.
2060 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2061 configure.
2062
2063 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
2064
2065 PR libgcj/44341
2066 * configure.ac: Discard --with-* flags for host when configuring
2067 target libraries for cross build.
2068 * configure: Rebuilt.
2069
2070 2011-01-21 Andreas Schwab <schwab@redhat.com>
2071
2072 Sync from GCC:
2073
2074 2011-01-21 Andreas Schwab <schwab@redhat.com>
2075
2076 * configure.ac: Use AS_HELP_STRING throughout.
2077 * configure: Regenerate.
2078
2079 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2080
2081 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2082 * configure: Regenerate.
2083
2084 2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2085
2086 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2087
2088 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2089
2090 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2091 for ia64-hpux.
2092 * configure: Regenerate.
2093
2094 2011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2095
2096 Sync from GCC:
2097 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2098
2099 * configure.ac: (picochip): Disable libiberty.
2100 * configure: Regenerate.
2101
2102 2010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2103
2104 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2105
2106 2010-12-10 Ian Lance Taylor <iant@google.com>
2107
2108 PR bootstrap/46819
2109 * configure.ac: For --disable-libgcj clear libgcj_saved.
2110 * configure: Rebuild.
2111
2112 2010-12-10 Tobias Burnus <burnus@net-b.de>
2113
2114 PR fortran/46540
2115 * configure.ac: Add --disable-libquadmath and
2116 --disable-libquadmath-support.
2117 * configure: Regenerate.
2118
2119 2010-12-10 Tristan Gingold <gingold@adacore.com>
2120
2121 * src-release (ETC_SUPPORT): add gnu-oids.texi
2122
2123 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
2124
2125 PR libffi/46792
2126 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2127 * configure: Regenerate.
2128
2129 2010-12-02 Ian Lance Taylor <iant@google.com>
2130
2131 * configure.ac: Always set default for poststage1_ldflags to
2132 -static-libstdc++ -static-libgcc.
2133
2134 2010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2135
2136 * COPYING.NEWLIB: Add National Semiconductor notice.
2137
2138 2010-11-29 Andreas Schwab <schwab@redhat.com>
2139
2140 * configure.ac: Move comment to remove extra space in last argument
2141 of GCC_TARGET_TOOL.
2142
2143 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
2144
2145 PR other/46026
2146 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2147 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2148 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2149 (BASE_FLAGS_TO_PASS): Use it.
2150 * configure: Rebuilt.
2151 * Makefile.in: Rebuilt.
2152
2153 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2154
2155 PR binutils/12258
2156 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2157 Properly check default linker.
2158 * configure: Regnerated.
2159
2160 2010-11-23 Matthias Klose <doko@ubuntu.com>
2161
2162 * configure.ac: For --enable-gold, handle value `default' instead of
2163 `both*'. New configure option --{en,dis}able-ld.
2164 * configure: Regenerate.
2165
2166 2010-11-20 Ian Lance Taylor <iant@google.com>
2167
2168 * configure.ac: Only disable a language library if no language needs
2169 it. Don't let --disable-libgcj uncondtionally disable libffi.
2170 * configure: Rebuild.
2171
2172 2010-11-20 Paolo Bonzini <bonzini@gnu.org>
2173
2174 * configure: Regenerate.
2175
2176 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2177
2178 PR other/46202
2179 * configure.ac: Fix just-built in-tree STRIP name to be
2180 binutils/strip-new.
2181 * configure: Regenerate.
2182 * Makefile.def (install-strip-gcc, install-strip-binutils)
2183 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2184 (install-strip-sid): Mirror dependencies on non-strip variants
2185 of these targets on the respective -strip prerequisites.
2186 * Makefile.tpl (install-strip, install-strip-host)
2187 (install-strip-target): New targets.
2188 (install-strip-[+module+], install-strip-target-[+module+]):
2189 New targets.
2190 * Makefile.in: Regenerate.
2191
2192 2010-11-19 Ian Lance Taylor <iant@google.com>
2193 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2194
2195 * configure.ac: Add target-libgo to target_libraries. Set
2196 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2197 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2198 (HOST_EXPORTS): Add GOC.
2199 (BASE_TARGET_EXPORTS): Add GOC.
2200 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2201 (GOCFLAGS_FOR_TARGET): New variable.
2202 (EXTRA_HOST_FLAGS): Add GOC.
2203 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2204 * Makefile.def (target_modules): Add libgo.
2205 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2206 (dependencies): Add dependency from configure-target-libgo to
2207 configure-target-libffi and all-target-libstdc++-v3. Add
2208 dependencies from all-target-libgo to all-target-libffi.
2209 (languages): Add go.
2210 * configure: Rebuild.
2211 * Makefile.in: Rebuild.
2212
2213 2010-11-19 Ian Lance Taylor <iant@google.com>
2214
2215 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2216 compiler/flag environment variables.
2217
2218 2010-11-18 Ian Lance Taylor <iant@google.com>
2219
2220 * configure.ac: Check for lang_requires_boot_languages in
2221 config-lang.in files.
2222 * configure: Rebuild.
2223
2224 2010-11-17 Mike Frysinger <vapier@gentoo.org>
2225
2226 * .gitignore: New file.
2227
2228 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2229 Tobias Burnus <burnus@net-b.de>
2230
2231 PR fortran/32049
2232 * Makefile.def: Add libquadmath; build it with language=fortran.
2233 * configure.ac: Add libquadmath.
2234 * Makefile.tpl: Handle multiple libs in check-[+language+].
2235 * Makefile.in: Regenerate.
2236 * configure: Regenerate.
2237
2238 2010-11-15 Andreas Schwab <schwab@redhat.com>
2239
2240 * configure.ac: Fix spelling in option names.
2241 * configure: Regenerated.
2242
2243 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
2244
2245 PR bootstrap/39622
2246 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2247 * configure: Regenerated.
2248
2249 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2250
2251 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2252 define the cloog backend to use. Furthermore, only pass the ppllibs to
2253 the configure checks, if necessary.
2254 * configure: Regenerate.
2255
2256 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2257
2258 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2259 * configure: regenerate
2260
2261 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2262
2263 * config/cloog.m4: Fix typo. verison -> version.
2264 * configure: Regenerate.
2265
2266 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2267
2268 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2269 * configure: Regenerate.
2270
2271 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2272
2273 * configure.ac: Support official CLooG.org versions.
2274 * configure: Regenerate.
2275 * config/cloog.m4: New.
2276
2277 2010-11-05 Michael Eager <eager@eagercon.com>
2278
2279 * COPYING.LIBGLOSS: Correct typo in microblaze.
2280 * COPYING.NEWLIB: Same.
2281
2282 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2283
2284 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2285 * configure: Regenerate.
2286
2287 2010-11-03 Ian Lance Taylor <iant@google.com>
2288 Dave Korn <dave.korn.cygwin@gmail.com>
2289
2290 PR lto/46273
2291 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2292 and on other supported platforms whenever LTO is enabled.
2293 * configure: Rebuild.
2294
2295 2010-11-02 Alan Modra <amodra@gmail.com>
2296
2297 PR binutils/12110
2298 * configure.ac: Error when source path contains spaces.
2299 * configure: Regenerate.
2300
2301 2010-10-20 Ian Lance Taylor <iant@google.com>
2302
2303 * Makefile.def (target_modules): Set lib_path to src/.libs for
2304 libstdc++-v3 module.
2305 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2306 * Makefile.in: Rebuild.
2307
2308 2010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2309 Joseph Myers <joseph@codesourcery.com>
2310
2311 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2312 notices.
2313 * COPYING.NEWLIB: Add Texas Instruments notice.
2314
2315 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2316
2317 * configure.ac (build_lto_plugin): New shell variable.
2318 (--enable-lto): Turn on by default for all non-ELF platforms that
2319 have had LTO support added so far. Set build_lto_plugin appropriately
2320 for both ELF and non-ELF.
2321 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2322 * configure: Regenerate.
2323
2324 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2325
2326 PR bootstrap/45326
2327 PR bootstrap/45174
2328 * configure.ac: Honor initial values of $build_configargs,
2329 $host_configargs, $target_configargs. Mark the precious, so
2330 environment settings get recorded.
2331 * configure: Regenerate.
2332
2333 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2334
2335 Sync from GCC:
2336
2337 2010-09-30 Michael Eager <eager@eagercon.com>
2338
2339 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2340 * configure: Regenerate.
2341
2342 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2343
2344 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2345 targets and amend comment.
2346 * configure: Regenerate.
2347
2348 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2349
2350 * configure.ac: Enable LTO by default on Darwin.
2351 * configure: Regenerate.
2352
2353 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2354
2355 PR bootstrap/44455
2356 * configure.ac (extra_mpfr_configure_flags): Copy from
2357 extra_mpc_gmp_configure_flags.
2358 * configure: Re-generated.
2359
2360 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2361
2362 Sync from GCC:
2363
2364 PR bootstrap/45796
2365 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2366 Depend on all-build-libiberty.
2367 * Makefile.in: Regenerate.
2368
2369 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2370
2371 Sync from GCC:
2372
2373 PR bootstrap/44621
2374 * configure.ac: Fix unportable shell quoting.
2375 * configure: Regenerate.
2376
2377 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2378
2379 * configure.ac: Support all v850 targets.
2380 * configure: Regenerate.
2381
2382 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2383
2384 PR target/44862
2385 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2386 Provide -B option to allow for link spec %s substitutions for
2387 libstdc++.a on darwin.
2388 * Makefile.in: Regenerate.
2389
2390 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
2391
2392 * Makefile.def (configure-gcc): Depend on all-libelf.
2393 * Makefile.in: Rebuild.
2394
2395 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2396
2397 * config.sub, config.guess: Update from upstream sources.
2398
2399 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2400
2401 Sync from GCC:
2402
2403 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2404 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2405 * configure: Regenerated.
2406
2407 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2408 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2409 * configure: Regenerate.
2410
2411 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2412 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2413 * configure: Regenerate.
2414
2415 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2416 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2417 separately.
2418 * configure: Regenerate.
2419
2420 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2421 * configure: Regenerate after change to elf.m4.
2422
2423 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2424 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2425 * configure: Regenerated.
2426
2427 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2428 * configure.ac: Print "buggy but acceptable" when CLooG
2429 revision is less than 9.
2430 * configure: Regenerated.
2431
2432 2010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2433
2434 Merge from gcc:
2435
2436 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2437 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2438 * configure: Regenerate.
2439
2440 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2441 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2442 a platform that supports LTO.
2443 * configure: Regenerate.
2444
2445 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2446 PR lto/42776
2447 * configure.ac (--enable-lto): Refactor handling so libelf tests
2448 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2449 and allow LTO to be explicitly enabled on non-ELF platforms that
2450 are known to support it inside else-clause.
2451 * configure: Regenerate.
2452
2453 2010-04-27 Roland McGrath <roland@redhat.com>
2454 H.J. Lu <hongjiu.lu@intel.com>
2455
2456 * configure.ac (--enable-gold): Support both, both/gold and
2457 both/bfd to add gold to configdirs without removing ld.
2458 * configure: Regenerated.
2459
2460 * Makefile.def: Add install-gold dependency to install-ld.
2461 * Makefile.in: Regenerated.
2462
2463 2010-04-14 Tristan Gingold <gingold@adacore.com>
2464
2465 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2466 * configure: Regenerate.
2467
2468 2010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2469
2470 Merge from gcc:
2471 PR bootstrap/43615
2472 PR bootstrap/43328
2473 Revert:
2474 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2475 * configure.ac: Do not pass --enable-multilib nor
2476 --disable-multilib in baseargs. Accept explicitly passed
2477 --enable_multilib.
2478 * configure: Regenerate.
2479
2480 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2481
2482 PR bootstrap/43328
2483 * configure.ac: Do not pass --enable-multilib nor
2484 --disable-multilib in baseargs. Accept explicitly passed
2485 --enable_multilib.
2486 * configure: Regenerate.
2487
2488 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2489
2490 * configure.ac (tic6x-*-*): New case.
2491 * configure: Regenerate.
2492
2493 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2494
2495 Merge from gcc:
2496 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2497 PR ada/42554
2498 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2499 * configure: Regenerate.
2500
2501 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2502
2503 * config.sub: Update to version 2010-03-22.
2504 * config.guess: Update to version 2009-12-30.
2505
2506 2010-03-14 Joseph Myers <joseph@codesourcery.com>
2507
2508 Merge from gcc:
2509 2010-01-11 Richard Guenther <rguenther@suse.de>
2510 PR lto/41569
2511 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2512 * Makefile.in: Regenerated.
2513
2514 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2515
2516 PR libstdc++/32499
2517 * configure.ac (RANLIB): Default to true.
2518 (STRIP): Likewise.
2519 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2520 * configure: Regenerate.
2521
2522 2010-02-17 Nick Clifton <nickc@redhat.com>
2523
2524 PR 11238
2525 * Makefile.tpl (local-distclean): Also remove config.cache files in
2526 sub-directories as there may not be Makefiles present in the
2527 sub-directories.
2528 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2529 the config.cache files found by the find command.
2530
2531 * Makefile.in: Regenerate.
2532 * configure.ac: Revert previous delta.
2533 * configure: Regenerate.
2534
2535 2010-02-15 Nick Clifton <nickc@redhat.com>
2536
2537 PR 11238
2538 * configure.ac: Delete config.cache files in sub-directories when
2539 deleting Makefiles.
2540 * configure: Regenerate.
2541
2542 2010-02-15 Nick Clifton <nickc@redhat.com>
2543
2544 * configure.ac: Sync from gcc.
2545 * configure: Regenerate.
2546
2547 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2548
2549 Sync from gcc:
2550 * configure.ac: Add "recommended" version checks for GMP/MPC.
2551 Update recommended GMP/MPFR/MPC versions.
2552 * configure: Regenerate.
2553
2554 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
2555
2556 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2557 * configure.ac (bootstrap_target_libs): Make inclusion of
2558 target-libgomp conditional on libgomb being in target_configdirs.
2559 * configure: Regenerate.
2560
2561 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
2562
2563 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2564 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2565 * configure: Regenerate.
2566
2567 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
2568
2569 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2570 * configure.ac (target_configdirs): Substitute.
2571 * Makefile.def: Bootstrap target module libgomp.
2572 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2573 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2574 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2575 * configure, Makefile.in: Regenerate.
2576
2577 2009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2578
2579 * libtool.m4: Sync from git Libtool.
2580 * ltmain.sh: Likewise.
2581 * ltoptions.m4: Likewise.
2582 * ltversion.m4: Likewise.
2583 * lt~obsolete.m4: Likewise.
2584
2585 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2586 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2587
2588 PR bootstrap/42424
2589 * configure.ac: Include libtool m4 files.
2590 (_LT_CHECK_OBJDIR): Call it.
2591 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2592 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
2593
2594 * configure: Regenerate.
2595
2596 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2597
2598 PR bootstrap/41818
2599 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2600 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2601 * Makefile.in: Regenerate.
2602
2603 2009-12-18 Ben Elliston <bje@au.ibm.com>
2604
2605 * config.sub, config.guess: Update from upstream sources.
2606
2607 2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
2608
2609 * COPYING.NEWLIB: Update copyright date.
2610 * COPYING.LIBGLOSS: Ditto.
2611
2612 2009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2613
2614 PR middle-end/30447
2615 PR middle-end/30789
2616 PR other/40302
2617
2618 * configure.ac: Require MPC.
2619 * configure: Regenerate.
2620
2621 * configure.ac: Update minimum MPC version to 0.8.
2622 * configure: Regenerate.
2623
2624 2009-11-20 Paolo Bonzini <bonzini@gnu.org>
2625
2626 * config.guess: Sync with upstream and gcc.
2627 * config.sub: Sync with upstream and gcc.
2628
2629 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2630
2631 * Makefile.def: Restore host and target settings for gmp.
2632 * Makefile.in: Rebuild.
2633
2634 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2635
2636 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2637 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2638 Fix portability of test of C++ as bootstrap language. Add
2639 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2640 * configure: Rebuild.
2641 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2642 and cloog. Fix in-tree ppl configuration. Introduce libelf
2643 in-tree building.
2644 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2645 (POSTSTAGE1_HOST_EXPORTS): Use it.
2646 (STAGE[+id+]_CXXFLAGS): New.
2647 (BASE_FLAGS_TO_PASS): Pass it down.
2648 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2649 extra_exports.
2650 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2651 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2652 extra_exports.
2653 * Makefile.in: Rebuild.
2654
2655 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2656
2657 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2658 paths for *-w64-mingw* and x86_64-*mingw*.
2659 * configure: Regenerated.
2660
2661 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
2662
2663 * configure.ac: Disable target-winsup & co for
2664 x86_64-*-mingw* and *-w64-mingw* targets.
2665 * configure: Regenerated.
2666
2667 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2668
2669 * configure.ac (CLooG test): Use = with test.
2670 * configure: Regenerate.
2671
2672 2009-10-22 Richard Guenther <rguenther@suse.de>
2673
2674 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2675 cloog if the ppl version check failed. Move flags saving
2676 before setting in libelf check.
2677 * configure: Regenerate.
2678
2679 2009-10-21 Richard Guenther <rguenther@suse.de>
2680
2681 * configure.ac: Adjust the ppl and cloog configure to work as
2682 documented. Disable cloog if ppl was disabled. Omit the version
2683 checks if they were disabled.
2684 * configure: Re-generate.
2685
2686 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2687
2688 * configure.ac: Add 'lto' to enable_languages, not
2689 new_enable_languages, and only if not already present.
2690 * configure: Regenerate.
2691
2692 2009-10-06 Ian Lance Taylor <iant@google.com>
2693
2694 * Makefile.def: check-gold depends upon all-gas.
2695 * Makefile.in: Rebuild.
2696
2697 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2698
2699 * Makefile.def: all-lto-plugin depends on all-libiberty.
2700 set bootstrap=true for lto-plugin.
2701 Add lto-plugin.
2702 * Makefile.in: Regenerate.
2703 * configure.ac (host_libs): Add lto-plugin.
2704 * configure: Regenerate.
2705
2706 2009-10-03 Diego Novillo <dnovillo@google.com>
2707
2708 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2709 (HOST_LIBELFLIBS): Define.
2710 (HOST_LIBELFINC): Define.
2711 * Makefile.in: Regenerate.
2712 * configure.ac: Add --enable-lto.
2713 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2714 If --enable-lto is used, add 'lto' to new_enable_languages.
2715 If --enable-lto is used and gold is enabled, add
2716 lto-plugin to configdirs.
2717 * configure: Regenerate.
2718
2719 2009-10-03 Simon Baldwin <simonb@google.com>
2720
2721 * configure.ac: If --with-system-zlib, suppress local zlib and
2722 pass --with-system-zlib to subdir configure scripts.
2723 * configure: Regenerate.
2724
2725 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
2726 Paolo Bonzini <bonzini@gnu.org>
2727
2728 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2729 $(srcdir).
2730 * Makefile.in: Rebuilt.
2731
2732 2009-09-29 Paolo Bonzini <bonzini@gnu.org>
2733
2734 Sync from gcc:
2735 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2736
2737 * configure.ac: Update minimum MPC version to 0.7.
2738 * configure: Regenerate.
2739
2740 2009-09-25 Nick Clifton <nickc@redhat.com>
2741
2742 * configure.ac: Pass any --cache-file=/dev/null option on to
2743 subconfigures.
2744 * configure: Regenerate.
2745
2746 2009-09-23 Nick Clifton <nickc@redhat.com>
2747
2748 * config.sub, config.guess: Update from upstream sources.
2749
2750 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
2751
2752 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2753 * Makefile.in: Rebuilt.
2754
2755 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2756
2757 PR bootstrap/32272
2758 * configure.ac: Error out if $srcdir isn't '.' but contains
2759 host-${host_noncanonical}.
2760 * configure: Regenerate.
2761
2762 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2763
2764 * configure.ac: If bootstrapping a combined tree with
2765 --enable-gold, require c++ in stage1_languages.
2766 * configure: Regenerate.
2767
2768 * configure.ac: Also add target_libs of stage1_languages to
2769 bootstrap_target_libs.
2770 * configure: Regenerate.
2771
2772 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2773 with --enable-languages not containing c++.
2774 * configure: Regenerate.
2775
2776 2009-09-16 Jie Zhang <jie.zhang@analog.com>
2777
2778 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2779 * configure: Regenerate.
2780
2781 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2782
2783 * configure.ac: Do not use $extrasub for replacing @if/@endif
2784 parts in Makefile; instead, use additional arguments to
2785 AC_CONFIG_COMMANDS to do the replacement manually, with several
2786 sed invocations, to avoid HP-UX sed command limits.
2787 * configure: Regenerate.
2788
2789 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
2790
2791 * configure.ac (with-build-config): Document. Handle without.
2792 Handle missing argument.
2793 * configure: Rebuilt.
2794
2795 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
2796
2797 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2798 Default to bootstrap-debug only if compare-debug works.
2799 * configure: Rebuilt.
2800 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2801 * Makefile.in: Rebuilt.
2802
2803 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
2804
2805 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2806 * Makefile.in: Rebuilt.
2807
2808 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
2809
2810 * Makefile.tpl (AWK): Fix typo.
2811 * Makefile.in: Regenerate.
2812
2813 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
2814
2815 * configure.ac: Detect awk and sed.
2816 * Makefile.def (flags_to_pass): Add AWK and SED.
2817 * Makefile.tpl (AWK, SED): New.
2818 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2819 * configure: Regenerate.
2820 * Makefile.in: Regenerate.
2821
2822 2009-09-01 Tristan Gingold <gingold@adacore.com>
2823
2824 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
2825 Remove logical names.
2826
2827 2009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
2828
2829 * ltmain.sh (func_normal_abspath): New function.
2830 (func_relative_path): Likewise.
2831 (func_mode_help): Document new -bindir option for link mode.
2832 (func_mode_link): Add new -bindir option, and use it to place
2833 output DLL if specified.
2834
2835 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2836
2837 * configure.ac (AC_PREREQ): Bump to 2.64.
2838
2839 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2840
2841 * README-maintainer-mode: Point directly to upstream locations
2842 for autoconf, automake, libtool, gettext, instead of copies on
2843 sources.redhat.com. Document required versions.
2844 * configure.ac: Do not substitute datarootdir, htmldir,
2845 pdfdir, docdir. Do not process --with-datarootdir,
2846 --with-htmldir, --with-pdfdir, --with-docdir.
2847 * configure: Regenerate.
2848
2849 * configure: Regenerate.
2850
2851 * compile: Sync from Automake 1.11.
2852 * depcomp: Likewise.
2853 * install-sh: Likewise.
2854 * missing: Likewise.
2855 * mkinstalldirs: Likewise.
2856 * ylwrap: Likewise.
2857
2858 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2859
2860 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2861 (baseargs): Add --disable-option-checking.
2862 * configure: Regenerate.
2863
2864 * Makefile.def (configure-target-libiberty): Depend on
2865 all-binutils and all-ld.
2866 (configure-target-newlib): Likewise.
2867 * Makefile.in: Regenerate.
2868
2869 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2870
2871 Sync with GCC, merge:
2872
2873 2009-07-31 Christian Bruel <christian.bruel@st.com>
2874
2875 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2876 * configure: Regenerate.
2877
2878 2009-07-06 Ian Lance Taylor <iant@google.com>
2879
2880 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2881 * configure: Rebuild.
2882
2883 2009-06-26 Steve Ellcey <sje@cup.hp.com>
2884
2885 PR bootstrap/40338
2886 * configure.ac (comparestring): Create new variable.
2887 * Makefile.tpl (comparestring): Use to skip some comparisions.
2888 * configure: Regenerate.
2889 * Makefile.in: Regenerate.
2890
2891 2009-06-23 Ian Lance Taylor <iant@google.com>
2892
2893 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
2894 boot_languages. Only bootstrap target libraries listed in
2895 target_libs for some boot language. Add --with-stage1-ldflags,
2896 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
2897 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
2898 if not building with C++.
2899 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2900 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2901 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2902 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2903 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
2904 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2905 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2906 * configure, Makefile.in: Rebuild.
2907
2908 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2909
2910 * configure.ac: Detect MPC in default directory.
2911 * configure: Regenerate.
2912
2913 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
2914
2915 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2916 to noconfdirs.
2917 * configure: Regenerate.
2918
2919 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2920
2921 * Makefile.def: Add MPC support and dependencies.
2922 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
2923
2924 * Makefile.in, configure: Regenerate.
2925
2926 2009-05-24 Nicolas Roche <roche@adacore.com>
2927
2928 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2929 * Makefile.in: Regenerate.
2930
2931 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
2932
2933 * configure.ac (cygwin noconfigdirs): Remove libgcj.
2934 * configure: Regenerate.
2935
2936 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
2937
2938 * configure.ac ($with_ppl): Default to no if not supplied.
2939 ($with_cloog): Likewise.
2940 configure: Regenerate.
2941
2942 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2943
2944 PR bootstrap/39739
2945 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2946 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2947
2948 * configure, Makefile.in: Regenerate.
2949
2950 2009-04-14 Jakub Jelinek <jakub@redhat.com>
2951
2952 * configure.ac: Change copyright header to refer to version
2953 3 of the GNU General Public License and to point readers at the
2954 COPYING3 file and the FSF's license web page.
2955 * Makefile.def: Likewise.
2956 * Makefile.tpl: Likewise.
2957 * Makefile.in: Regenerate.
2958
2959 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
2960
2961 * configure.ac: Restore match for darwin9 or later. Use double
2962 brackets since regeneration eats one pair.
2963 * configure: Regenerate.
2964
2965 2009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
2966
2967 * MAINTAINERS: Perform some obvious fixups.
2968
2969 2009-08-17 Ben Elliston <bje@au.ibm.com>
2970
2971 * config.sub, config.guess: Update from upstream sources.
2972
2973 2009-08-06 Michael Eager <eager@eagercon.com>
2974
2975 * configure.ac: Add Microblaze target.
2976 * configure: Regenerate.
2977
2978 2009-07-02 Tristan Gingold <gingold@adacore.com>
2979
2980 * configure.ac: Do not exclude gas for i386-*-darwin.
2981 Add a case for x86_64-*-darwin.
2982 * configure: Regenerate.
2983
2984 2009-06-26 Doug Evans <dje@sebabeach.org>
2985
2986 * Makefile.def (host_modules): Add cgen.
2987 * Makefile.in: Regenerate.
2988 * configure.ac (host_tools): Add cgen.
2989 * configure: Regenerate.
2990
2991 2009-06-17 Michael Eager <eager@eagercon.com>
2992
2993 * COPYING.LIBGLOSS: Add Xilinx license.
2994
2995 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
2996
2997 * configure.ac: Define is_elf for QNX Neutrino targets.
2998 * configure: Regenerate.
2999
3000 2009-06-03 Jerome Guitton <guitton@adacore.com>
3001 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3002
3003 * Makefile.tpl (all): Avoid a trailing backslash.
3004 * Makefile.in: Regenerate.
3005
3006 2009-06-03 Ben Elliston <bje@au.ibm.com>
3007
3008 * config.sub, config.guess: Update from upstream sources.
3009
3010 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
3011
3012 * Makefile.tpl ([+compare-target+]): Compare all stage
3013 directories, rather than just gcc.
3014 * Makefile.in: Rebuilt.
3015
3016 2009-05-28 Doug Kwan <dougkwan@google.com>
3017
3018 * configure.ac: Support gold for target arm*-*-*.
3019 * configure: Regenerate.
3020
3021 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
3022
3023 * Makefile.tpl (all): Avoid harmless warning in make all when
3024 gcc-bootstrap is enabled but stage_last does not exist.
3025 * Makefile.in: Rebuilt.
3026
3027 2009-05-25 Tristan Gingold <gingold@adacore.com>
3028
3029 * setup.com: Complete the file with configuration and build.
3030
3031 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3032
3033 PR other/40159
3034 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3035 gcc-no-bootstrap are mutually exclusive.
3036 * Makefile.in: Rebuilt.
3037
3038 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3039
3040 PR other/40159
3041 * Makefile.tpl (all): Don't end with unconditional success.
3042 * Makefile.in: Rebuilt.
3043
3044 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
3045
3046 PR target/37137
3047 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3048 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3049 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3050 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3051 stage_configureflags, stage_cflags and stage_libcflags into
3052 explicit Makefile macros.
3053 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3054 GFORTRAN.
3055 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3056 CC. Set CC_FOR_BUILD from CC.
3057 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3058 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3059 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3060 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3061 and GFORTRAN.
3062 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3063 (_LIBCFLAGS): Renamed to _TFLAGS.
3064 (do-compare-debug, do-compare3-debug): Drop.
3065 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3066 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3067 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3068 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3069 (XGCC_FLAGS_FOR_TARGET): New.
3070 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3071 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3072 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3073 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3074 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3075 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3076 TFLAGS.
3077 (BUILD_CONFIG): Include if requested.
3078 (all): Set TFLAGS on bootstrap.
3079 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3080 (all-stageid-prefixmodule): Likewise.
3081 (do-clean, distclean-stageid): Set TFLAGS.
3082 (restrap): Fix whitespace.
3083 * Makefile.in: Rebuilt.
3084
3085 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3086
3087 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3088 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3089 * Makefile.in: Regenerate.
3090
3091 2009-04-24 Eli Zaretskii <eliz@gnu.org>
3092
3093 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3094 consistency with config.sub. (Update from upstream sources.)
3095
3096 2009-04-21 Joseph Myers <joseph@codesourcery.com>
3097
3098 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3099
3100 2009-04-17 Ben Elliston <bje@au.ibm.com>
3101
3102 * config.sub, config.guess: Update from upstream sources.
3103
3104 2009-04-15 Anthony Green <green@moxielogic.com>
3105
3106 * configure.ac: Add moxie support.
3107 * configure: Rebuilt.
3108
3109 2009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3110
3111 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3112 * configure: Regenerate.
3113
3114 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3115
3116 PR gas/10039
3117 * configure.ac: Require texinfo 4.7.
3118 * configure: Regenerated.
3119
3120 2009-04-09 Steve Ellcey <sje@cup.hp.com>
3121
3122 * Makefil.def (languages): New entries.
3123 * Makefile.tpl (check-gcc-*): New generic target.
3124 * Makefile.in: Regenerate.
3125
3126 2009-03-27 Eli Zaretskii <eliz@gnu.org>
3127
3128 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3129 Windows builds of Sed.
3130
3131 2009-03-18 Tom Tromey <tromey@redhat.com>
3132
3133 * configure: Rebuild.
3134 * configure.ac (host_libs): Add libiconv.
3135 * Makefile.in: Rebuild.
3136 * Makefile.def (host_modules): Add libiconv.
3137 (configure-gdb, all-gdb): Depend on libiconv.
3138
3139 2009-03-16 Tristan Gingold <gingold@adacore.com>
3140
3141 * configure.ac: Treat gdb as supported on x86_64-darwin.
3142 * configure: Regenerate.
3143
3144 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3145
3146 Merge from GCC:
3147
3148 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3149
3150 * configure.ac (--with-host-libstdcxx): New option.
3151 * configure: Regenerate.
3152
3153 2009-01-29 Robert Millan <rmh@aybabtu.com>
3154
3155 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3156 * configure: Regenerate.
3157
3158 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3159
3160 PR tree-optimization/38515
3161 * configure.ac (cloog-polylib): Removed.
3162 (with_ppl, with_cloog): Test for "no".
3163 * configure: Regenerated.
3164
3165 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3166
3167 Backport from git Libtool:
3168
3169 2009-01-19 Robert Millan <rmh@aybabtu.com>
3170 Support GNU/kOpenSolaris.
3171 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3172 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3173 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3174 GNU/kOpenSolaris.
3175
3176 2009-02-05 Andreas Schwab <schwab@suse.de>
3177
3178 * Makefile.tpl (stage_last): Define $r and $s before using
3179 $(RECURSE_FLAGS_TO_PASS).
3180 * Makefile.in: Regenerate
3181
3182 2009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3183
3184 * COPYING.NEWLIB: Add ARM license.
3185
3186 2009-01-16 Alan Modra <amodra@bigpond.net.au>
3187
3188 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3189 (all-opcodes): Depend on all-libiberty.
3190 * Makefile.in: Regenerate.
3191
3192 2009-01-15 Douglas B Rupp <rupp@gnat.com>
3193
3194 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3195 * configure: Regenerate.
3196
3197 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3198
3199 Backport link test fix from upstream Libtool:
3200
3201 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3202 Add cache variables to tests that require the linker to work.
3203 For shlibpath_overrides_runpath, this also changes the semantics
3204 to let the result from the C compiler take precedence.
3205 compiler take precedence.
3206
3207 2008-12-02 Ben Elliston <bje@au.ibm.com>
3208
3209 * config.sub, config.guess: Update from upstream sources.
3210
3211 2008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3212
3213 * COPYING.NEWLIB: Updated.
3214 * COPYING.LIBGLOSS: Ditto.
3215
3216 2008-12-16 Paolo Bonzini <bonzini@gnu.org>
3217
3218 Sync with GCC:
3219
3220 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3221
3222 * configure.ac (ppllibs): Add by default the lib flags.
3223 * configure: Regenerate.
3224
3225 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3226
3227 * configure.ac: Add double brackets on darwin[912].
3228 * configure: Regenerate.
3229
3230 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3231
3232 * configure.ac: Expand to darwin10 and later.
3233 * configure: Regenerate.
3234
3235 2008-12-02 Andreas Schwab <schwab@suse.de>
3236
3237 * Makefile.def: configure-target-boehm-gc depends on
3238 all-target-libstdc++-v3.
3239 * Makefile.in: Regenerate.
3240
3241 2008-12-02 Ben Elliston <bje@au.ibm.com>
3242
3243 * config.sub, config.guess: Update from upstream sources.
3244
3245 2008-11-27 Joseph Myers <joseph@codesourcery.com>
3246
3247 Merge from GCC:
3248
3249 2007-12-02 Matthias Klose <doko@ubuntu.com>
3250
3251 * config-ml.in: Remove 64bit configure tests.
3252
3253 2008-05-14 Rafael Espindola <espindola@google.com>
3254
3255 * config-ml.in: don't handle --enable-shared and --enable-static.
3256
3257 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3258 Tobias Grosser <grosser@fim.uni-passau.de>
3259 Jan Sjodin <jan.sjodin@amd.com>
3260 Harsha Jagasia <harsha.jagasia@amd.com>
3261 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3262 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3263 Adrien Eliche <aeliche@isty.uvsq.fr>
3264
3265 Merge from graphite branch.
3266 * configure: Regenerate.
3267 * Makefile.in: Regenerate.
3268 * configure.ac (host_libs): Add ppl and cloog.
3269 Add checks for PPL and CLooG.
3270 * Makefile.def (ppl, cloog): Added modules and dependences.
3271 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3272 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3273
3274 2008-09-03 Richard Guenther <rguenther@suse.de>
3275
3276 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3277 cloog test.
3278 * configure: Re-generate.
3279
3280 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3281
3282 * configure.ac (--with-cloog-polylib): New.
3283 (--disable-cloog-version-check): New.
3284 (--disable-ppl-version-check): New.
3285 * configure: Re-generate.
3286
3287 2008-09-05 Richard Guenther <rguenther@suse.de>
3288
3289 * configure.ac: Initialize clooglibs to -lcloog.
3290 * configure: Re-generate.
3291
3292 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3293
3294 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3295 recommended version to 2.3.2.
3296
3297 * configure: Regenerate.
3298
3299 2008-10-31 Ben Elliston <bje@au.ibm.com>
3300
3301 * configure.ac (spu-*-*): Remove special case.
3302 * configure: Regenerate.
3303
3304 Complete comment text from GCC version of:
3305
3306 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3307
3308 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3309 (GCC_SHLIB_SUBDIR): New.
3310 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3311 * configure: Regenerate.
3312 * Makefile.in: Regenerate.
3313
3314 2008-11-27 Tristan Gingold <gingold@adacore.com>
3315
3316 * configure.ac: Build gdb for i?86-*-darwin*
3317 * configure: Regenerated.
3318
3319 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3320
3321 PR bootstrap/38014
3322 PR bootstrap/37923
3323
3324 Revert:
3325
3326 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3327
3328 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3329 * Makefile.in: Regenerated.
3330
3331 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3332
3333 PR gdb/921
3334 PR gdb/1646
3335 PR gdb/2175
3336 PR gdb/2176
3337
3338 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3339 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3340 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3341 (HOST_EXPORTS): Pass CPPFLAGS.
3342 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3343 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3344 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3345 * Makefile.in, configure: Regenerated.
3346 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3347 and CPPFLAGS_FOR_BUILD.
3348
3349 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3350
3351 * configure.ac [spu-*-*]: Do not set skipdirs.
3352 * configure: Re-generate.
3353
3354 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3355
3356 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3357 * Makefile.in: Regenerated.
3358
3359 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3360
3361 PR gdb/921
3362 PR gdb/1646
3363 PR gdb/2175
3364 PR gdb/2176
3365
3366 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3367 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3368 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3369 (HOST_EXPORTS): Pass CPPFLAGS.
3370 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3371 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3372 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3373 * Makefile.in, configure: Regenerated.
3374 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3375 and CPPFLAGS_FOR_BUILD.
3376
3377 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3378
3379 * libtool.m4: Update to libtool 2.2.6.
3380 * lt~obsolete.m4: Update to libtool 2.2.6.
3381 * ltmain.sh: Update to libtool 2.2.6.
3382 * ltsugar.m4: Update to libtool 2.2.6.
3383 * ltversion.m4: Update to libtool 2.2.6.
3384 * ltoptions.m4: Update to libtool 2.2.6.
3385 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3386
3387 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3388
3389 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3390 (GCC_SHLIB_SUBDIR): New.
3391 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3392 * configure: Regenerate.
3393 * Makefile.in: Regenerate.
3394
3395 2008-08-28 Tristan Gingold <gingold@adacore.com>
3396
3397 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3398 Enable bfd, binutils and opcodes.
3399 * configure: Regenerate.
3400
3401 2008-08-16 Nicolas Roche <roche@adacore.com>
3402
3403 * Makefile.tpl: Add BOOT_ADAFLAGS.
3404 * Makefile.in: Regenerate.
3405
3406 2008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3407
3408 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3409 * configure: Regenerate.
3410
3411 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3412
3413 Sync with gcc:
3414 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3415
3416 * configure.ac: Add makefile fragments for hpux.
3417 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3418 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3419 * configure: Regenerate.
3420 * Makefile.in: Regenerate.
3421
3422 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3423
3424 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3425 * Makefile.in: Regenerate.
3426 * configure: Regenerate.
3427
3428 2008-06-18 Ian Lance Taylor <iant@google.com>
3429
3430 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3431
3432 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3433
3434 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3435
3436 * configure: Regenerate.
3437
3438 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3439
3440 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3441 "$@" is still intact with both Autoconf 2.59 and 2.62.
3442 * configure: Regenerate.
3443
3444 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3445
3446 * Makefile.tpl: Fix comment errors.
3447 * Makefile.in: Regenerate.
3448
3449 2008-06-13 Julian Brown <julian@codesourcery.com>
3450
3451 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3452 of libobjc for ARM EABI Linux.
3453 * configure: Regenerate.
3454
3455 2008-06-12 David S. Miller <davem@davemloft.net>
3456 David Edelsohn <edelsohn@gnu.org>
3457
3458 * configure.ac: Add powerpc*-*-* to gold supported targets.
3459 * configure: Regenerate.
3460
3461 2008-06-08 Joseph Myers <joseph@codesourcery.com>
3462
3463 PR tree-optimization/36218
3464 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3465 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3466 (all prefix="build-"): Pass them to build-system sub-makes.
3467 * Makefile.in: Regenerate.
3468
3469 2008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3470
3471 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3472 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3473 mkdep, and compile. Update comments.
3474 (ETC_SUPPORT): Add ChangeLog and update comments.
3475
3476 2008-05-11 Ian Lance Taylor <iant@google.com>
3477
3478 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3479
3480 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3481
3482 Sync with gcc:
3483 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3484
3485 PR bootstrap/35457
3486 * configure.ac: Include override.m4.
3487 * configure: Regenerate.
3488
3489 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3490
3491 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3492 * Makefile.in: Regenerate.
3493
3494 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3495
3496 * configure.ac: Do not build libssp for the AVR.
3497 * configure: Regenerate.
3498
3499 2008-04-18 Nick Clifton <nickc@redhat.com>
3500
3501 * MAINTAINERS: Replace reference to configure.in with reference to
3502 configure.ac.
3503
3504 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3505
3506 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3507 as nonconfigurable directories list.
3508 * configure: Regenerate.
3509
3510 2008-04-14 David S. Miller <davem@davemloft.net>
3511
3512 * configure.ac: Add sparc*-*-* to gold supported targets.
3513 * configure: Regenerate.
3514
3515 2008-04-14 Ben Elliston <bje@au.ibm.com>
3516
3517 * config.sub, config.guess: Update from upstream sources.
3518
3519 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
3520
3521 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3522 * Makefile.in: Regenerate.
3523
3524 2008-04-07 Ian Lance Taylor <iant@google.com>
3525
3526 * Makefile.def: check-gold depends upon all-binutils.
3527 * Makefile.in: Regenerate.
3528
3529 2008-04-04 Nick Clifton <nickc@redhat.com>
3530
3531 PR binutils/4334
3532 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3533 builds.
3534 * configure: Regenerate.
3535
3536 2008-04-04 NightStrike <NightStrike@gmail.com>
3537
3538 PR other/35151
3539 * configure.ac: Combine rules for mingw32 and mingw64.
3540 * configure: Regenerate.
3541
3542 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
3543
3544 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3545 * Makefile.in: Regenerate.
3546
3547 2008-03-20 Ian Lance Taylor <iant@google.com>
3548
3549 * configure.ac: Add support for --enable-gold.
3550 * Makefile.def: Add gold as a directory like ld.
3551 * configure, Makefile.in: Regenerate.
3552
3553 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
3554
3555 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3556 (s390_cond_extensions): Reduced extensions to the compare related.
3557 (main): z10 cpu type option added.
3558 (expandConditionalJump): Renamed to ...
3559 (insertExpandedMnemonic): ... this.
3560
3561 * opcodes/s390-opc.c: Re-group the operand format makros.
3562 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
3563 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
3564 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
3565 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
3566 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
3567 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
3568 INSTR_SIL_RDU): New instruction formats added.
3569 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
3570 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
3571 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
3572 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
3573 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
3574 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
3575 masks added.
3576 (s390_opformats): New formats added "ris", "rrs", "sil".
3577 * opcodes/s390-opc.txt: Add the conditional jumps with the
3578 extensions removed from automatic expansion in s390-mkopc.c manually.
3579 (asi - trtre): Add new System z10 EC instructions.
3580 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3581
3582 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3583
3584 * configure.ac: m4_include config/proginstall.m4.
3585 * configure: Regenerate.
3586
3587 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3588
3589 Backport from upstream Libtool:
3590
3591 2007-10-12 Eric Blake <ebb9@byu.net>
3592
3593 Deal with Autoconf 2.62's semantic change in m4_append.
3594 * ltsugar.m4 (lt_append): Replace broken versions of
3595 m4_append.
3596 (lt_if_append_uniq): Don't require separator to be overquoted,
3597 and avoid broken m4_append.
3598 (lt_dict_add): Fix typo.
3599 * libtool.m4 (_LT_DECL): Don't overquote separator.
3600
3601 2008-03-13 David Edelsohn <edelsohn@gnu.org>
3602
3603 * config.rpath: Add AIX 6 support.
3604
3605 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
3606
3607 * Makefile.def (stageprofile). Remove -fprofile-generate
3608 from stage_libcflags.
3609 * Makefile.in: Regenerate.
3610
3611 2008-03-13 Ben Elliston <bje@au.ibm.com>
3612
3613 * config.sub, config.guess: Update from upstream sources.
3614
3615 2008-03-06 Florian Krohm <fkrohm@us.ibm.com>
3616
3617 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
3618 * s390-opc.txt (cmpsc): Duplicate entry removed.
3619 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
3620 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
3621 fier, cu42, cu41): Fix operand format.
3622
3623 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
3624
3625 PR bootstrap/32009
3626 PR bootstrap/32161
3627
3628 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3629 * configure: Regenerate.
3630
3631 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3632 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3633 STAGE4_LIBCFLAGS): New.
3634 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3635 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3636 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3637 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3638 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3639 for target modules. Don't export LIBCFLAGS.
3640 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3641 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3642 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3643 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3644 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3645 * Makefile.in: Regenerate.
3646
3647 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3648
3649 PR libgcj/33085
3650 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3651 Do not use -DDLL_EXPORT. Backport from upstream.
3652
3653 2008-02-14 Nick Clifton <nickc@redhat.com>
3654
3655 Import this patch from gcc:
3656 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3657
3658 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3659
3660 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
3661
3662 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3663 * configure: Regenerate.
3664
3665 2008-01-31 Marc Gauthier <marc@tensilica.com>
3666
3667 * configure.ac (xtensa*-*-*): Recognize processor variants.
3668 * configure: Regenerate.
3669
3670 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3671
3672 PR bootstrap/34922
3673 * configure.ac (PARSE_ARGS): Push suitable setting of
3674 ac_subdirs_all, for `./configure --help=recursive'.
3675 Handle `+' in generic toplevel directory disabling.
3676 * configure: Regenerate.
3677
3678 2008-01-23 Ben Elliston <bje@au.ibm.com>
3679
3680 * config.sub, config.guess: Update from upstream sources.
3681
3682 2008-01-08 Ben Elliston <bje@au.ibm.com>
3683
3684 * config.sub, config.guess: Update from upstream sources.
3685
3686 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3687
3688 * COPYING.LIBGLOSS: Update default copyright.
3689
3690 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3691
3692 * COPYING.NEWLIB: Update default copyright.
3693
3694 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3695
3696 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3697 Change recommended MPFR from 2.2.1 > 2.3.0.
3698 * configure: Regenerate.
3699
3700 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3701
3702 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3703 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3704 * Makefile.in: Regenerate.
3705
3706 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3707
3708 * configure.ac: Enable libjava for x86_64-*-darwin9.
3709 * configure: Regenerate.
3710
3711 2007-12-05 Ben Elliston <bje@au.ibm.com>
3712
3713 * config.sub, config.guess: Update from upstream sources.
3714
3715 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3716
3717 * config-ml.in: Robustify against white space in absolute file
3718 names.
3719
3720 * config-ml.in (multi-clean): Substitute ${Makefile}.
3721 Remove superfluous ${Makefile} in list.
3722
3723 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3724
3725 * Makefile.def (dependencies): Make configure-gdb depend on
3726 all-intl.
3727 * Makefile.in: Regenerated.
3728
3729 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3730
3731 * Makefile.def: To avoid problems running with parallel makes,
3732 build newlib before libgloss so that target specific header
3733 files are availble.
3734 * Makefile.in: Regenerate.
3735
3736 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3737
3738 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3739 * Makefile.in: Regenerate.
3740
3741 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3742
3743 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
3744 * libdecnumber: New directory, imported from GCC.
3745
3746 2007-10-08 Mike Frysinger <vapier@gentoo.org>
3747
3748 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3749 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3750 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3751 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3752 * configure: Regenerate.
3753
3754 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
3755
3756 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3757 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3758 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3759 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3760 * configure.ac: Default them to host tools for $host = $build.
3761 Subst them.
3762
3763 * configure: Regenerate.
3764 * Makefile.in: Regenerate.
3765
3766 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3767
3768 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3769 * configure: Regenerate.
3770
3771 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3772
3773 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3774 libstdc++.
3775 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3776 * configure: Regenerate.
3777 * Makefile.in: Regenerate.
3778
3779 2007-09-17 Andreas Schwab <schwab@suse.de>
3780
3781 * configure.ac: Raise minimum makeinfo version to 4.6.
3782 * configure: Regenerate.
3783
3784 2007-09-15 Alan Modra <amodra@bigpond.net.au>
3785
3786 * configure.ac: Correct makeinfo version check.
3787 * configure: Regenerate.
3788
3789 2007-09-14 Richard Sandiford <richard@codesourcery.com>
3790
3791 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3792 to $skipdirs and only disable gprof for newlib. Use the normal
3793 mips*-elf* handling in other respects.
3794 * configure: Regnerate.
3795
3796 2007-09-12 David Daney <ddaney@avtrex.com>
3797
3798 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3799 enabling libgcj.
3800 * configure: Regenerate.
3801
3802 2007-09-12 Richard Guenther <rguenther@suse.de>
3803
3804 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3805 nor --disable-checking is provided also turn on yes and types
3806 checking for stage1.
3807 * configure: Re-generate.
3808
3809 2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3810
3811 PR target/33281
3812 * configure.ac: Use config/mh-mingw on mingw.
3813 * configure: Regenerate.
3814
3815 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3816
3817 PR other/32154
3818 * configure.ac: For libgloss targets, point the linker to the linker
3819 script, startup code and simulator library.
3820 * configure: Regenerate.
3821
3822 2007-09-09 Andrew Haley <aph@redhat.com>
3823
3824 * configure.ac (noconfigdirs): Remove target-libffi and
3825 target-libjava.
3826
3827 2007-08-29 Nick Clifton <nickc@redhat.com>
3828
3829 * config.sub, config.guess: Update from upstream sources.
3830
3831 2007-08-21 Richard Guenther <rguenther@suse.de>
3832
3833 * configure.ac: Add types checking to stage1 checking flags.
3834 * configure: Regenerate.
3835
3836 2007-08-18 Paul Brook <paul@codesourcery.com>
3837 Joseph Myers <joseph@codesourcery.com>
3838
3839 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3840 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3841 * Makefile.in: Regenerate.
3842 * configure.ac (--with-debug-prefix-map): New.
3843 * configure: Regenerate.
3844
3845 2007-08-17 Richard Sandiford <richard@codesourcery.com>
3846 Nigel Stephens <nigel@mips.com>
3847
3848 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3849 as target_makefile_frag.
3850 * configure: Regenerate.
3851
3852 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3853
3854 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3855 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3856 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3857 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3858 (do-compare, do-compare3, do-compare-debug): New.
3859 ([+compare-target+]): Use them.
3860
3861 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3862
3863 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3864 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3865 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3866 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3867 (do-compare, do-compare3, do-compare-debug): New.
3868 ([+compare-target+]): Use them.
3869
3870 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3871 Ben Elliston <bje@au.ibm.com>
3872
3873 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3874 --silent if $silent.
3875 * configure: Regenerate.
3876
3877 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
3878
3879 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
3880
3881 2007-07-17 Nick Clifton <nickc@redhat.com>
3882
3883 * COPYING3: New file. Contains version 3 of the GNU General
3884 Public License.
3885 * COPYING3.LIB: New file. Contains version 3 of the GNU
3886 Lesser General Public License.
3887
3888 2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
3889
3890 * configure.ac: Fix my previous change to really match GCC.
3891 * configure: Regenerate.
3892
3893 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3894
3895 * configure.ac: Rewrite 'configure --help' strings to look nicer.
3896 * configure: Regenerate.
3897
3898 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3899
3900 * configure.ac: Add some missing m4 quotation.
3901 * configure: Regenerate.
3902
3903 2007-07-09 Kai Tietz <kai.tietz@onevision.com>
3904
3905 * Makefile.def: Add windmc tool to build.
3906 * Makefile.tpl: Likewise.
3907 * configure.ac: Likewise.
3908 * Makefile.in: Regenerate.
3909 * configure: Regenerate.
3910
3911 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
3912
3913 * lt~obsolete.m4: New. Import from 20070318 libtool.
3914
3915 2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
3916
3917 * configure.ac: Don't add target-libmudflap to noconfigdirs for
3918 uclinux and linux-uclibc targets.
3919 * configure: Regenerate.
3920
3921 2007-06-28 DJ Delorie <dj@redhat.com>
3922
3923 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3924 not building newlib.
3925 * configure: Regenerated.
3926
3927 2007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
3928
3929 * src-release (DEVO_SUPPORT): Correct typos.
3930
3931 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3932
3933 * Makefile.def: Add dependency from configure-gdb to all-bfd.
3934 * Makefile.in: Regenerated.
3935
3936 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
3937
3938 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3939 (distclean-stage[+id+]): Possibly delete stage_last.
3940 * Makefile.in: Regenerate.
3941
3942 2007-06-07 Ben Elliston <bje@au.ibm.com>
3943
3944 * config.sub, config.guess: Update from upstream sources.
3945
3946 2007-06-07 Ben Elliston <bje@au.ibm.com>
3947
3948 * Makefile.tpl: Fix spelling error.
3949 * Makefile.in: Regenerate.
3950
3951 2007-06-04 Paolo Bonzini <bonzini@gnu.org>
3952
3953 Sync with gcc:
3954 2007-05-30 Jakub Jelinek <jakub@redhat.com>
3955
3956 PR bootstrap/29382
3957 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3958 * configure: Rebuilt.
3959
3960 2007-06-01 Steve Ellcey <sje@cup.hp.com>
3961
3962 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3963 lt_cv_sys_max_cmd_len.
3964
3965 2007-05-31 Paolo Bonzini <bonzini@gnu.org>
3966
3967 * ltgcc.m4: Update from GCC.
3968
3969 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
3970
3971 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3972
3973 2007-05-24 Steve Ellcey <sje@cup.hp.com>
3974
3975 * ltmain.sh: Update from GCC.
3976 * libtool.m4: Update from GCC.
3977 * ltsugar.m4: New. Update from GCC.
3978 * ltversion.m4: New. Update from GCC.
3979 * ltoptions.m4: New. Update from GCC.
3980 * ltconfig: Remove.
3981 * ltcf-c.sh: Remove.
3982 * ltcf-cxx.sh: Remove.
3983 * ltcf-gcj.sh: Remove.
3984 * src-release: Update with new libtool file list.
3985
3986 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
3987
3988 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3989 stage_cflags.
3990 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3991 Remove CFLAGS/LIBCFLAGS.
3992 (configure-stage[+id+]-[+prefix+][+module+],
3993 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3994 * Makefile.in: Regenerate.
3995
3996 2007-04-14 Steve Ellcey <sje@cup.hp.com>
3997
3998 * config-ml.in: Update from GCC.
3999
4000 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4001
4002 * src-release (do-proto-toplev): Process the support directories before
4003 the tool directory.
4004
4005 2007-03-21 Richard Sandiford <richard@codesourcery.com>
4006
4007 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4008 of glob. Quote arguments with single quotes too.
4009 * configure: Regenerate.
4010
4011 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4012
4013 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4014 * Makefile.in: Regenerate
4015
4016 2007-03-07 Andreas Schwab <schwab@suse.de>
4017
4018 * configure: Regenerate.
4019
4020 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4021
4022 * configure.ac: Add "--with-pdfdir" configure option,
4023 which defines pdfdir variable.
4024 * Makefile.def (target=fixincludes): Add install-pdf to
4025 missing targets.
4026 (recursive_targets): Add install-pdf target.
4027 (flags_to_pass): Add pdfdir.
4028 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4029 target.
4030 * configure: Regenerate
4031 * Makefile.in: Regenerate
4032
4033 2007-02-28 Eric Christopher <echristo@apple.com>
4034
4035 Revert:
4036 2006-12-07 Mike Stump <mrs@apple.com>
4037
4038 * Makefile.def (dependencies): Add dependency for
4039 install-target-libssp and install-target-libgomp on
4040 install-gcc.
4041 * Makefile.in: Regenerate.
4042
4043 2007-02-27 Matt Kraai <kraai@ftbfs.org>
4044
4045 * configure: Regenerate.
4046 * configure.ac: Move statements after variable declarations.
4047
4048 2007-02-19 Joseph Myers <joseph@codesourcery.com>
4049
4050 * configure.ac: Adjust for loop syntax.
4051 * configure: Regenerate.
4052
4053 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4054
4055 * configure: Rebuilt.
4056
4057 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4058
4059 * configure.ac: Drop multiple occurrences of --enable-languages,
4060 and fix its quoting.
4061 * configure: Rebuilt.
4062
4063 2007-02-17 Mark Mitchell <mark@codesourcery.com>
4064 Nathan Sidwell <nathan@codesourcery.com>
4065 Vladimir Prus <vladimir@codesourcery.com
4066 Joseph Myers <joseph@codesourcery.com>
4067
4068 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4069 * configure: Regenerate.
4070
4071 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4072
4073 * configure.ac (target_libraries): Move libgcc before libiberty.
4074 * configure: Regenerated.
4075
4076 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4077
4078 * configure: Regenerate again?
4079
4080 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4081
4082 * configure: Reapply PR30748 fix which was lost in the previous commit.
4083
4084 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4085 Paolo Bonzini <bonzini@gnu.org>
4086
4087 PR bootstrap/30753
4088 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4089 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4090 * configure: Regenerated.
4091
4092 2007-02-10 Paolo Bonzini <bonzini@gnu.org>
4093
4094 * configure: Regenerate.
4095
4096 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4097
4098 PR bootstrap/30748
4099 * configure.ac: Correct syntax for Solaris ksh.
4100 * configure: Regenerated.
4101
4102 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4103
4104 * Makefile.def: Sync with GCC.
4105 * Makefile.tpl: Sync with GCC.
4106 * Makefile.in: Regenerate.
4107 * configure: Regenerate.
4108
4109 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4110
4111 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4112 noncanonical equivalents.
4113 * configure.in: Rename to...
4114 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4115 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4116 target_noncanonical. Use them. Rewrite removal of configure
4117 arguments for autoconf 2.59. Discard variable settings. Force
4118 program_transform_name for native tools.
4119
4120 * Makefile.in: Regenerated.
4121 * configure: Regenerated with autoconf 2.59.
4122
4123 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4124
4125 2007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4126
4127 * COPYING.LIBGLOSS: Reformat default Red Hat
4128 license to fit within 80 columns.
4129 * COPYING.NEWLIB: Ditto.
4130
4131 2007-02-05 Dave Brolley <brolley@redhat.com>
4132
4133 * Contribute the following changes:
4134 2006-11-28 DJ Delorie <dj@redhat.com>
4135
4136 * configure.in: Fix typo for mep's target_makefile_frag.
4137 * configure: Regenerated.
4138
4139 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4140
4141 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4142 * configure: Regenerate.
4143
4144 2001-09-19 DJ Delorie <dj@redhat.com>
4145
4146 * configure.in (target_makefile_frag): use mt-mep
4147
4148 2001-06-12 Don Howard <dhoward@redhat.com>
4149
4150 * configure.in: Remove gdb from MeP skip list.
4151
4152 2001-04-05 DJ Delorie <dj@redhat.com>
4153
4154 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4155
4156 2001-03-20 Ben Elliston <bje@redhat.com>
4157
4158 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4159
4160 2001-03-19 Ben Elliston <bje@redhat.com>
4161
4162 * config.sub (mep, mep-*): Add.
4163
4164 2007-01-31 Andreas Schwab <schwab@suse.de>
4165
4166 * Makefile.tpl (LDFLAGS): Substitute it.
4167 * Makefile.in: Regenerate.
4168
4169 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4170
4171 * configure.in: Change == to = in test command.
4172 * configure: Regenerate.
4173
4174 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4175 Nick Clifton <nickc@redhat.com>
4176 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4177
4178 * configure.in (build_configargs, host_configargs, target_configargs):
4179 Remove build/host/target parameters.
4180 (host_libs): Add gmp and mpfr.
4181 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4182 * Makefile.def (gmp, mpfr): New.
4183 (gcc): Remove target.
4184 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4185 target_os, target_vendor): New.
4186 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4187 * configure: Regenerate.
4188 * Makefile.in: Regenerate.
4189
4190 2007-01-11 Matt Fago <fago@earthlink.net>
4191
4192 * configure.in: Try to link to functions only in mpfr 2.2.x
4193 to improve robustness of configure tests.
4194 * configure: Regenerate.
4195
4196 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
4197
4198 * configure.in: Add support for an x86_64-mingw* target.
4199 * configure: Regenerate.
4200
4201 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4202
4203 * Makefile.tpl (all-target): Correct @if conditional for target
4204 modules.
4205 * configure.in: Omit libiberty if building only target libgcc.
4206 * configure, Makefile.in: Regenerated.
4207
4208 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
4209
4210 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4211 * configure: Regenerate.
4212
4213 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4214
4215 * Makefile.def (target_modules): Add libgcc.
4216 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4217 * Makefile.tpl (clean-target-libgcc): Delete.
4218 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4219 on gcc even for bootstrapped modules. Rewrite handling of
4220 lang_env_dependencies to loop over target_modules.
4221 * configure.in (target_libraries): Add target-libgcc.
4222 * Makefile.in, configure: Regenerated.
4223
4224 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4225
4226 Sync with gcc:
4227 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4228
4229 * configure.in: Reorganize recognition of languages. Add
4230 --enable-stage1-languages. Show supported languages for the chosen
4231 target rather than all recognized languages.
4232 * configure: Regenerate.
4233
4234 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4235
4236 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4237 * Makefile.in: Regenerate.
4238
4239 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4240
4241 * configure.in: Warn that MPFR 2.2.0 is buggy.
4242 * configure: Regenerate.
4243
4244 2006-12-27 Ian Lance Taylor <iant@google.com>
4245
4246 * configure.in: When removing Makefiles to force a reconfigure, also
4247 remove prev-DIR*/Makefile.
4248 * configure: Regenerate.
4249
4250 2006-12-23 Kazu Hirata <kazu@codesourcery.com>
4251
4252 * config.bfd: Recognize fido.
4253
4254 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4255
4256 Sync with gcc:
4257
4258 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4259
4260 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4261 it only affects bootstrap and could be tested on "$host" as well.
4262 * configure: Regenerate.
4263 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4264
4265 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4266
4267 PR bootstrap/29544
4268 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4269 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4270 move here comment from Makefile.tpl.
4271 * Makefile.tpl: Move some definitions higher in the file.
4272 (STAGE1_CHECKING): New.
4273 * configure.in: Add --enable-stage1-checking.
4274 * configure: Regenerate.
4275 * Makefile.in: Regenerate.
4276
4277 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4278
4279 * configure.in: Update error message for missing GMP/MPFR.
4280
4281 * configure: Regenerate.
4282
4283 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4284
4285 * configure.in: Update MPFR version in error message.
4286
4287 * configure: Regenerate.
4288
4289 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4290
4291 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4292 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4293 --with-gmp-lib): New flags.
4294
4295 * configure: Regenerate.
4296
4297 2006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4298
4299 PR bootstrap/30134
4300 * configure.in: Correct x86 darwin support for libjava to powerpc
4301 and i?86 only.
4302 * configure: Regenerate.
4303
4304 2006-12-11 Alan Modra <amodra@bigpond.net.au>
4305
4306 * configure.in: Handle spu makefile frag.
4307 * Makefile.tpl (MAINT): Define
4308 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4309 * configure: Regenerate.
4310 * Makefile.in: Regenerate.
4311
4312 2006-12-11 Ben Elliston <bje@au.ibm.com>
4313
4314 * config.sub, config.guess: Update from upstream sources.
4315
4316 2006-12-11 Ben Elliston <bje@au.ibm.com>
4317
4318 * configure.in: Sync with GCC (spu-*-*).
4319 * configure: Sync with GCC.
4320
4321 2006-12-07 Mike Stump <mrs@apple.com>
4322
4323 * Makefile.def (dependencies): Add dependency for
4324 install-target-libssp and install-target-libgomp on
4325 install-gcc.
4326 * Makefile.in: Regenerate.
4327
4328 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4329
4330 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4331 (unstage): Test for stage_last presence.
4332
4333 PR bootstrap/29802
4334 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4335 * Makefile.in: Regenerate.
4336
4337 2006-11-14 DJ Delorie <dj@redhat.com>
4338
4339 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4340 * Makefile.in: Sync with GCC.
4341 * configure.in: Sync with GCC (mpfr, gmp).
4342 * configure: Sync with GCC.
4343
4344 2006-11-08 Jie Zhang <jie.zhang@analog.com>
4345
4346 * configure.in: Remove target-libgloss from noconfigdirs for
4347 bfin-*-*.
4348 * configure: Regenerated.
4349
4350 2006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4351
4352 * COPYING.NEWLIB: Add spu license.
4353 * COPYING.LIBGLOSS: Ditto.
4354
4355 2006-10-17 Brooks Moses <bmoses@stanford.edu>
4356
4357 * Makefile.def: Added pdf target handling.
4358 * Makefile.tpl: Added pdf target handling.
4359 * Makefile.in: Regenerated.
4360
4361 2006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4362
4363 * COPYING.NEWLIB: Updated.
4364 * COPYING.LIBGLOSS: Ditto.
4365
4366 2006-09-27 Dave Brolley <brolley@redhat.com>
4367
4368 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4369 $s instead of $r.
4370 * configure: Regenerated.
4371
4372 2006-09-26 Ben Elliston <bje@au.ibm.com>
4373
4374 * config.sub, config.guess: Update from upstream sources.
4375
4376 2006-09-20 Thiemo Seufer <ths@mips.com>
4377
4378 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4379 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4380 * configure: Regenerate.
4381
4382 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
4383
4384 * configure.in: Never build newlib for a Mingw host.
4385 Never build newlib as Mingw target library.
4386 Test the existence of winsup/cygwin for building a Cygwin newlib,
4387 rather than just winsup.
4388 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4389 building a Mingw target.
4390 * configure: Regenerate.
4391
4392 2006-08-15 Thiemo Seufer <ths@mips.com>
4393 Nigel Stephens <nigel@mips.com>
4394 David Ung <davidu@mips.com>
4395
4396 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4397
4398 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
4399
4400 Sync from GCC:
4401 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4402
4403 PR bootstrap/18058
4404 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4405 if the bootstrap compiler is a GCC version that supports it.
4406 * configure: Regenerate.
4407
4408 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4409
4410 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4411 * configure: Regenerated.
4412
4413 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
4414
4415 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4416 for stages after the first.
4417
4418 2006-07-17 Jakub Jelinek <jakub@redhat.com>
4419
4420 * Makefile.def: Add dependencies for configure-opcodes
4421 on configure-intl and all-opcodes on all-intl.
4422 * Makefile.in: Regenerated.
4423
4424 2006-07-04 Peter O'Gorman <peter@pogma.com>
4425
4426 * ltconfig: chmod 644 before ranlib during install.
4427
4428 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4429
4430 * configure.in: Fix thinkos in previous check-in.
4431 * configure: Regenerate.
4432
4433 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4434
4435 Sync from gcc:
4436
4437 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4438
4439 PR other/27063
4440 * configure.in: Test subdir_requires and give an appropriate
4441 error message.
4442 * configure: Regenerate.
4443
4444 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4445
4446 PR target/27540
4447 * configure.in: Only enable libgomp on IRIX 6.
4448 * configure: Regenerate.
4449
4450 2006-06-20 David Ayers <d.ayers@inode.at>
4451
4452 PR bootstrap/28072
4453 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4454 whether target-libjava is being configured instead of whether the
4455 java front end is enabled.
4456 * configure: Regenerate.
4457
4458 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4459
4460 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4461 to R_ARM_LDC_SB_G{0,1,2} respectively.
4462
4463 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
4464
4465 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4466 too.
4467 * Makefile.in: Regenerate.
4468
4469 2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4470
4471 Sync from gcc:
4472
4473 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4474 * configure.in: Don't enable libgomp on hpux10.
4475 * configure: Rebuilt.
4476
4477 2006-06-13 David Ayers <d.ayers@inode.at>
4478
4479 Sync from gcc:
4480
4481 2006-06-12 David Ayers <d.ayers@inode.at>
4482
4483 PR bootstrap/27963
4484 PR target/19970
4485 * configure.in: Remove target-boehm-gc from noconfigdirs where
4486 ${libgcj} is specified.
4487 * configure: Regenerate.
4488
4489 2006-06-08 Jeff Johnston <jjohnstn@redhat.com>
4490
4491 Sync from gcc:
4492
4493 2005-01-12 David Edelsohn <edelsohn@gnu.org>
4494 Andreas Schwab <schwab@suse.de>
4495
4496 PR bootstrap/18033
4497 * config-ml.in: Eval option if surrounded by single quotes.
4498
4499 2006-06-07 Carlos O'Donell <carlos@codesourcery.com>
4500
4501 Sync from gcc:
4502
4503 2006-06-06 David Ayers <d.ayers@inode.at>
4504
4505 PR libobjc/13946
4506 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4507 * Makefile.in: Regenerate.
4508 * configure.in: Add --enable-objc-gc at toplevel and have it
4509 enable boehm-gc for Objective-C.
4510 Remove target-boehm-gc from libgcj.
4511 Add target-boehm-gc to target_libraries.
4512 Add target-boehm-gc to noconfigdirs where ${libgcj}
4513 is specified.
4514 Assert that boehm-gc is supported when requested for Objective-C.
4515 Only build boehm-gc if needed either for Java or Objective-C.
4516 * configure: Regenerate.
4517
4518 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
4519
4520 PR 27674
4521 * Makefile.tpl (configure-[+prefix+][+module+],
4522 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4523 Remove rule to unstage bootstrapped modules.
4524 (stage_current): New.
4525 * Makefile.in: Regenerate.
4526
4527 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4528 Andreas Tobler <a.tobler@schweiz.ch>
4529
4530 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4531 * configure: Rebuilt.
4532
4533 Revert
4534 2006-01-31 Richard Guenther <rguenther@suse.de>
4535 Paolo Bonzini <bonzini@gnu.org>
4536
4537 * Makefile.def (target_modules): Add libgcc-math target module.
4538 * configure.in (target_libraries): Add libgcc-math target library.
4539 (--enable-libgcc-math): New configure switch.
4540 * Makefile.in: Re-generate.
4541 * configure: Re-generate.
4542
4543 2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
4544
4545 * config-ml.in: Alter CCASFLAGS to include special
4546 multilib options the same as is done for CFLAGS.
4547
4548 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4549
4550 * Makefile.def: Added dependencies from sim and gdb on intl, and
4551 added configure dependencies to everything with an all dependency
4552 on intl.
4553 * gettext.m4: Removed.
4554 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
4555 (GDB_SUPPORT_DIRS): Add intl.
4556 * Makefile.in: Regenerated.
4557
4558 2006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
4559
4560 * src-release (DEVO_SUPPORT): Add config.rpath.
4561
4562 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
4563
4564 * Makefile.def (bfd, opcodes): Fix lib_path.
4565 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4566 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4567 * Makefile.in: Regenerate.
4568
4569 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4570
4571 * configure.in: Enable gprof for cross builds.
4572 * configure: Regenerate.
4573
4574 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4575
4576 * src-release (MAKEINFOFLAGS): Define.
4577 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
4578
4579 2006-05-14 Ben Elliston <bje@au.ibm.com>
4580
4581 * config.sub, config.guess: Update from upstream sources.
4582
4583 2006-05-12 Ben Elliston <bje@au.ibm.com>
4584
4585 * config.sub, config.guess: Update from upstream sources.
4586
4587 2006-05-04 Steve Ellcey <sje@cup.hp.com>
4588
4589 * blt, iwidgets, mmalloc: Remove directories.
4590
4591 2006-05-01 DJ Delorie <dj@redhat.com>
4592
4593 * configure.in: Restore CFLAGS if GMP isn't present.
4594 * configure: Regenerate.
4595
4596 2006-04-18 DJ Delorie <dj@redhat.com>
4597
4598 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4599 reference libgloss so that libssp can be built in a combined
4600 tree.
4601 * configure: Regenerate.
4602
4603 2006-04-10 Ben Elliston <bje@au.ibm.com>
4604
4605 * contrib: Remove directory.
4606
4607 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
4608
4609 * Makefile.tpl: Add install-html target.
4610 * Makefile.def: Add install-html target.
4611 * Makefile.in: Regenerate.
4612 * configure.in: Add --with-datarootdir, --with-docdir,
4613 and --with-htmldir options.
4614 * configure: Regenerate.
4615
4616 2006-03-31 Ben Elliston <bje@au.ibm.com>
4617
4618 PR binutils/1860
4619 * configure.in: Require makeinfo 4.4 or higher.
4620 * configure: Regenerate.
4621
4622 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
4623
4624 * Makefile.in: Regenerate.
4625
4626 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
4627
4628 Sync with gcc:
4629 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
4630
4631 * configure.in: Handle --disable-<component> generically.
4632 * configure: Regenerate.
4633
4634 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
4635
4636 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4637 (TARGET_CONFIGDIRS): Remove.
4638 * configure.in: Remove AC_SUBST(target_configdirs).
4639 * Makefile.in, configure: Regenerated.
4640
4641
4642 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4643
4644 PR libgcj/17311
4645 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4646
4647 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
4648
4649 PR bootstrap/25670
4650
4651 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4652
4653 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4654 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4655 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4656 BUILD_PREFIX, BUILD_PREFIX_1.
4657 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4658
4659 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4660 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4661
4662 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4663 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4664 of `cat stage_current`. Always provide the `r' and `s' variables.
4665 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4666 a single shell execution.
4667 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4668 bootstrapped modules, make the stage1 module if the build was not
4669 started yet, else build the current stage.
4670 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4671 (all-build, all-host, all-target, [+make_target+]-host,
4672 [+make_target+]-target): Do not use \-continued lines.
4673 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4674 (current_stage, restrap, stage_last): New.
4675
4676 * Makefile.in: Regenerate.
4677 * configure: Regenerate.
4678
4679 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4680
4681 Sync from gcc:
4682
4683 2006-01-31 Richard Guenther <rguenther@suse.de>
4684 Paolo Bonzini <bonzini@gnu.org>
4685
4686 * Makefile.def (target_modules): Add libgcc-math target module.
4687 * configure.in (target_libraries): Add libgcc-math target library.
4688 (--enable-libgcc-math): New configure switch.
4689 * Makefile.in: Re-generate.
4690 * configure: Re-generate.
4691 * libgcc-math: New toplevel directory.
4692
4693 2006-01-18 Richard Henderson <rth@redhat.com>
4694 Jakub Jelinek <jakub@redhat.com>
4695 Diego Novillo <dnovillo@redhat.com>
4696
4697 * libgomp: New directory.
4698 * Makefile.def: Add target_module libgomp.
4699 * Makefile.in: Regenerate.
4700 * configure.in (target_libraries): Add target-libgomp.
4701 * configure: Regenerate.
4702
4703 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4704 Andreas Schwab <schwab@suse.de>
4705
4706 * configure: Regenerate.
4707
4708 2006-01-16 Paolo Bonzini <bonzini@gnu.org>
4709
4710 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4711 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4712 the assembler, linker and binutils.
4713 * configure: Regenerate.
4714
4715 2006-01-16 Nick Clifton <nickc@redhat.com>
4716
4717 * config.sub, config.guess: Sync from config repository.
4718
4719 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
4720
4721 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4722 @ from continuation.
4723 * Makefile.in: Rebuilt.
4724
4725 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4726
4727 Sync from gcc:
4728
4729 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4730
4731 PR bootstrap/24252
4732
4733 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4734 * Makefile.tpl (OBJDUMP): New.
4735 (EXTRA_HOST_FLAGS): Add it.
4736 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4737
4738 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4739 to use symbolic links between directories. Avoid race conditions
4740 or make them harmless.
4741 * configure.in: Do not try to use symbolic links between directories.
4742
4743 * Makefile.def (LEAN): Pass.
4744 * Makefile.tpl (LEAN): Define.
4745 (stage[+id+]-start): Accept that the previous directory does not
4746 exist, if the bootstrap is lean.
4747 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4748 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4749 configure substitution.
4750 ([+compare-target+]): Likewise.
4751 ([+bootstrap-target+]-lean): New.
4752 * configure.in: Remove lean bootstrap support from here.
4753
4754 * Makefile.in: Regenerate.
4755 * configure: Regenerate.
4756
4757 2006-01-02 Andreas Schwab <schwab@suse.de>
4758
4759 * configure.in: When reconfiguring remove Makefile in
4760 all stage directories.
4761 * configure: Regenerate.
4762
4763 2005-12-27 Leif Ekblad <leif@rdos.net>
4764
4765 * configure.in: Add support for RDOS target.
4766 * configure: Regenerate.
4767
4768 2005-12-27 Nick Clifton <nickc@redhat.com>
4769
4770 PR binutils/1990
4771 * libtool.m4: Synchronize with version in GCC sources.
4772
4773 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
4774
4775 Revert Ada-related part of the previous change.
4776
4777 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4778 Do not pass.
4779 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4780 * Makefile.in: Regenerate.
4781 * configure.in: Do not include mt-ppc-aix target fragment.
4782 * configure: Regenerate.
4783
4784 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
4785
4786 * configure.in: Select appropriate fragments for PowerPC/AIX.
4787 * configure: Regenerate.
4788
4789 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4790 BOOT_CFLAGS, BOOT_LDFLAGS.
4791 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4792 BOOT_CFLAGS, BOOT_LDFLAGS.
4793 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4794 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4795 (stage): Fail if we cannot complete the work.
4796 * Makefile.in: Regenerate.
4797
4798 2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
4799
4800 * COPYING.NEWLIB: Update copyright year for default
4801 copyright.
4802
4803 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
4804
4805 * Makefile.tpl (all, do-[+make_target+], do-check, install,
4806 install-host-nogcc): Don't invoke $(stage) at the end.
4807 * Makefile.in: Regenerate.
4808
4809 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
4810
4811 * configure.in: Flip the top-level bootstrap switch.
4812 * configure: Regenerate.
4813
4814 Merge from gcc:
4815
4816 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
4817
4818 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4819 $(stage) and $(unstage).
4820 (EXTRA_TARGET_FLAGS): Correct double-quoting.
4821 (all): Remove stray semicolon.
4822 (local-distclean): Don't handle multilib.tmp and multilib.out.
4823 (install.all): Set $s for consistency.
4824 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4825 check_multilibs setting. Always make the install directory.
4826 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4827 Correct @if/@endif.
4828 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4829 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4830 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4831 (multilib.out): Remove.
4832 * Makefile.in: Regenerated.
4833
4834 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4835
4836 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4837 * configure.in: Replace ms1 arch with mt.
4838 * configure: Rebuilt.
4839
4840 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4841
4842 Sync with gcc:
4843
4844 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4845
4846 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4847 * configure.in: Replace ms1 arch with mt.
4848 * configure: Rebuilt.
4849
4850 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4851
4852 Sync with gcc:
4853
4854 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4855
4856 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4857 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4858 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
4859 Find in-tree tools if available.
4860 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4861 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4862 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4863 (COMPILER_*_FOR_TARGET): New.
4864 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4865 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4866 (CONFIGURED_*, USUAL_*): Remove.
4867 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4868 STRIP): Use autoconf substitutions.
4869 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4870 COMPILER_NM_FOR_TARGET): New.
4871 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4872
4873 (all): Make all-host and all-target in parallel.
4874 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4875 that $$r and $$s are set before invoking a recursive make.
4876 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4877 ([+bootstrap-target+]): Inline most of the `all' target.
4878
4879 2005-11-29 Ben Elliston <bje@au.ibm.com>
4880
4881 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4882 from the gcc build directory.
4883 * Makefile.in: Regenerate.
4884
4885 2005-11-29 Ben Elliston <bje@au.ibm.com>
4886
4887 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
4888 depend on all-libdecnumber.
4889 * configure.in (host_libs): Include libdecnumber.
4890 * Makefile.in: Regenerate.
4891 * configure: Likewise.
4892
4893 2005-11-21 Kean Johnston <jkj@sco.com>
4894
4895 * config.sub, config.guess: Sync from upstream sources.
4896
4897 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
4898
4899 * Makefile.def: Remove gdb dependencies for gdbtk.
4900 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4901 (configure-gdb, install-gdb): New rules.
4902 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4903 * Makefile.in, configure: Regenerated.
4904
4905 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
4906
4907 PR bootstrap/24297
4908 * Makefile.tpl (do-[+make-target+], do-check, install,
4909 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4910 are set before recursing.
4911 * Makefile.in: Regenerate.
4912
4913 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
4914
4915 PR bootstrap/18939
4916 * Makefile.def (gcc) <target>: Fix thinko.
4917 * Makefile.in: Regenerate.
4918
4919 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
4920
4921 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4922 * configure: Regenerate.
4923
4924 2005-10-09 Kazu Hirata <kazu@codesourcery.com>
4925
4926 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4927 target-libffi, target-qthreads, target-libjava, and
4928 targetlibobjc.
4929 * configure: Regenerate.
4930
4931 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
4932
4933 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4934 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4935 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4936 (USUAL_OBJDUMP_FOR_TARGET): New.
4937 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4938 * configure.in: Check for $OBJDUMP_FOR_TARGET.
4939 * configure, Makefile.in: Regenerated.
4940
4941 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
4942
4943 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4944 before other host packages.
4945
4946 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
4947
4948 PR bootstrap/22340
4949
4950 * configure.in (default_target): Remove.
4951 * Makefile.tpl (all): Do not use prerequisites as subroutines
4952 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4953 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4954 use prerequisites as subroutines.
4955 (check-host, check-target): New.
4956 (bootstrap configure & all targets): Do not use stage*-start
4957 if the directory layout is already ok.
4958 (non-bootstrap configure & all targets): Prepend a $(unstage).
4959 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
4960 (NOTPARALLEL): Remove.
4961 (unstage, stage variables): New variables.
4962 (unstage, stage targets): Simply expand to those variables.
4963
4964 * configure: Regenerate.
4965 * Makefile.in: Regenerate.
4966
4967 2005-10-04 James E Wilson <wilson@specifix.com>
4968
4969 * Makefile.def (lang_env_dependencies): Add libmudflap.
4970 * Makefile.in: Regenerate.
4971
4972 2005-10-03 Catherine Moore <clm@cm00re.com>
4973
4974 * configure.in (bfin-*-*): Support bfin.
4975 * configure: Regenerated.
4976
4977 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
4978
4979 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4980 * configure: Regenerated.
4981
4982 2005-09-28 Geoffrey Keating <geoffk@apple.com>
4983
4984 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4985 (LIPO_FOR_TARGET): New.
4986 (CONFIGURED_LIPO_FOR_TARGET): New.
4987 (USUAL_LIPO_FOR_TARGET): New.
4988 (STRIP_FOR_TARGET): New.
4989 (CONFIGURED_STRIP_FOR_TARGET): New.
4990 (USUAL_STRIP_FOR_TARGET): New.
4991 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4992 STRIP_FOR_TARGET.
4993 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4994 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4995 * Makefile.in: Regenerate.
4996 * configure: Regenerate.
4997
4998 2005-09-19 David Edelsohn <edelsohn@gnu.org>
4999
5000 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5001 (rs6000-*-aix*): Same.
5002 * configure: Regenerate.
5003
5004 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5005
5006 * configure.in: Recognize f95 in the --enable-languages option,
5007 and substitute it for fortran, issuing a warning.
5008 * configure: Regenerate.
5009
5010 2005-09-07 Ben Elliston <bje@au.ibm.com>
5011
5012 Import from Autoconf sources:
5013
5014 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5015 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5016 Elliston. Handle weird characters correctly.
5017
5018 2005-08-30 Phil Edwards <phil@codesourcery.com>
5019
5020 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5021 * configure: Regenerated.
5022
5023 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5024
5025 * Makefile.def (libssp): Add to lang_env_dependencies.
5026 * Makefile.in: Regenerate.
5027
5028 2005-08-17 Christian Groessler <chris@groessler.org>
5029
5030 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5031 * Makefile.in: Regenerate.
5032
5033 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
5034
5035 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5036 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5037 Look for alternate names of the target cc and c++
5038 * configure: Regenerate.
5039
5040 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
5041
5042 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5043 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5044 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5045 tools; remove code to manually set them.
5046 (Target tools): Look in the environment for them.
5047 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5048 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5049 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5050 build directory.
5051 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5052 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5053 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5054 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5055 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5056 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5057 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5058 * configure: Regenerate.
5059 * Makefile.in: Regenerate.
5060
5061 2005-07-27 Mark Mitchell <mark@codesourcery.com>
5062
5063 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5064 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5065 * Makefile.in: Regenerated.
5066
5067 2005-07-26 Mark Mitchell <mark@codesourcery.com>
5068
5069 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5070 (CFLAGS_FOR_TARGET): Use it.
5071 (CXXFLAGS_FOR_TARGET): Likewise.
5072 * Makefile.in: Regenerated.
5073 * configure.in (--with-build-sysroot): New option.
5074 * configure: Regenerated.
5075
5076 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
5077
5078 * Makefile.tpl: Wrap install between unstage and stage
5079 * Makefile.in: Regenerate.
5080
5081 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5082
5083 * all files: Update FSF address.
5084
5085 2005-07-14 Jim Blandy <jimb@redhat.com>
5086
5087 * configure.in: Add cases for Renesas m32c.
5088 * configure: Regenerated.
5089
5090 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5091
5092 * COPYING, compile, config-ml.in, config.guess,
5093 config.sub, install-sh, missing, mkinstalldirs,
5094 symlink-tree, ylwrap: Sync from upstream sources.
5095
5096 2005-07-13 Eric Christopher <echristo@redhat.com>
5097
5098 * configure.in: Add toplevel noconfigdir support for tpf.
5099 * configure: Regenerate.
5100
5101 2005-07-11 Jakub Jelinek <jakub@redhat.com>
5102
5103 * Makefile.def (target_modules): Add libssp.
5104 * configure.in (target_libraries): Add target-libssp.
5105 * configure: Rebuilt.
5106 * Makefile.in: Rebuilt.
5107
5108 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
5109
5110 PR ada/22340
5111
5112 * Makefile.def: Sync with gcc.
5113 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5114 * Makefile.in: Regenerate.
5115
5116 2005-07-07 Andreas Schwab <schwab@suse.de>
5117
5118 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5119 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5120 * Makefile.in: Regenerated.
5121
5122 2005-07-07 Kazu Hirata <kazu@codesourcery.com>
5123
5124 * configure.in: Add --enable-libssp and --disable-libssp.
5125 * configure: Regenerate with autoconf-2.13.
5126
5127 2005-07-06 Geoffrey Keating <geoffk@apple.com>
5128
5129 * configure.in: Don't build sim or rda when targetting darwin.
5130 * configure: Regenerate.
5131
5132 2005-07-04 Ben Elliston <bje@gnu.org>
5133
5134 * src-release (do-proto-toplev): Remove dejagnu bits.
5135 (DEJAGNU_SUPPORT_DIRS): Remove.
5136 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5137 (GDBD_SUPPORT_DIRS): Likewise.
5138 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5139 (INSIGHTD_SUPPORT_DIRS): Likewise.
5140 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5141
5142 2005-06-30 Ben Elliston <bje@gnu.org>
5143
5144 * setup.com (mpw): Remove unused directive.
5145
5146 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
5147
5148 * Makefile.def (stagefeedback): Come after profile.
5149 Define profiledbootstrap target.
5150 * Makefile.tpl (profiledbootstrap): Remove.
5151 (stageprofile-end): Zap stagefeedback.
5152 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5153 * Makefile.in: Regenerate.
5154
5155 2005-06-13 Zack Weinberg <zack@codesourcery.com>
5156
5157 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5158 In 'cpp' stanza, support '#line' as well as '# '.
5159
5160 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
5161
5162 * configure.in (unsupported_languages): New macro.
5163 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5164 non-ported target libraries in noconfigdirs.
5165 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5166 non-linux-gnu. Remove libgcj_ex_libffi.
5167 <lang_frag loop>: Set add_this_lang=no if the language is in
5168 unsupported_languages.
5169 * configure: Regenerate.
5170
5171 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5172
5173 * configure.in: Fix typo in handling of --with-mpfr-dir.
5174 * configure: Regenerate.
5175
5176 2005-06-02 Jim Blandy <jimb@redhat.com>
5177
5178 * config.sub: Add cases for the Renesas m32c. (This patch has been
5179 accepted into the master sources.)
5180
5181 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
5182 Michael Snyder <msnyder@redhat.com>
5183 Stan Cox <scox@redhat.com>
5184
5185 * configure.in: Set noconfigdirs for ms1.
5186
5187 * configure: Regenerate.
5188
5189 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
5190
5191 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5192 (Dependencies): Consider target modules for bootstrap dependencies.
5193 Make target bootstrap modules depend on each stage's gcc.
5194 * Makefile.in: Regenerate.
5195
5196 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
5197
5198 * Makefile.def (configure-gcc): Depend on binutils having been built.
5199 (all-gcc): No need to do it here.
5200 * Makefile.in: Regenerate.
5201
5202 2005-05-19 Paul Brook <paul@codesourcery.com>
5203
5204 * configure.in: Rewrite misleading error message when requested
5205 language cannot be built.
5206 * configure: Regenerate.
5207
5208 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5209
5210 * ylwrap: Import from Automake 1.9.5.
5211
5212 2005-05-04 Mike Stump <mrs@apple.com>
5213
5214 * configure.in: Always pass --target to target configures as
5215 otherwise rebuilds that do --recheck will fail.
5216 * configure: Rebuilt.
5217
5218 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
5219
5220 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5221 STAGE_HOST_EXPORTS.
5222 (configure, all): Add bootstrap support.
5223 (Host modules, target modules): Pass post-stage1 flags and exports.
5224 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5225 * Makefile.in: Regenerate.
5226
5227 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
5228
5229 Sync from gcc:
5230
5231 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5232
5233 * config.sub: Update from master copy.
5234
5235 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5236
5237 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5238 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5239 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5240 "*-*-elf" and "*-*-linux*".
5241 * configure: Regenerate.
5242
5243 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
5244
5245 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5246 (TARGET_CONFIGARGS): Include --with-target-subdir.
5247 (configure, all): New macros. Use them throughout.
5248
5249 2005-04-05 Paolo Bonzini <bonzini@gnu.org>
5250
5251 * Makefile.tpl: Sync with gcc.
5252 * Makefile.in: Regenerate.
5253
5254 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5255
5256 * config/mh-mingw32: Delete.
5257 * configure.in: Don't use it.
5258 * configure: Regenerate.
5259
5260 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
5261
5262 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5263 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5264 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5265 (HOST_LIB_PATH): Generate from Makefile.def.
5266 (TARGET_LIB_PATH): Likewise.
5267 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5268 * Makefile.in: Regenerate.
5269 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5270 (RPATH_ENVVAR): Include Darwin case.
5271 * configure: Regenerate.
5272
5273 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
5274
5275 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5276 * configure: Regenerate.
5277
5278 2005-03-21 Zack Weinberg <zack@codesourcery.com>
5279
5280 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5281 gcc_version, and gcc_version_trigger from set of flags to pass.
5282 * Makefile.tpl: Remove definitions of above variables.
5283 (config.status): Remove dependency on $(gcc_version_trigger).
5284 * Makefile.in: Regenerate.
5285 * configure.in: Do not reference config/gcc-version.m4 nor
5286 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5287 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5288 * configure: Regenerate.
5289
5290 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5291 Andrew Pinski <pinskia@physics.uc.edu>
5292
5293 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5294 * Makefile.in: Regenerate.
5295
5296 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
5297
5298 PR libgcj/20160
5299 * ltmain.sh: Avoid creating archives with components that have
5300 duplicate basenames.
5301
5302 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5303
5304 PR bootstrap/20250
5305 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5306 instead of check.
5307 * Makefile.in: Regenerate.
5308
5309 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5310
5311 Sync from gcc.
5312
5313 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5314
5315 PR bootstrap/17383
5316 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5317 * Makefile.tpl (HOST_SUBDIR): New substitution.
5318 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5319 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5320 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5321 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5322 (Host modules, Bootstrapped modules): Use it.
5323 (Build modules, Target modules): Do not create symlink trees,
5324 always configure out-of-srcdir.
5325 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5326 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5327 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5328 $(HOST_SUBDIR). Create a symlink for host_subdir.
5329
5330 * Makefile.in: Regenerate.
5331 * configure: Regenerate.
5332
5333 Merged from libada-gnattools-branch:
5334 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5335
5336 * Makefile.def: Add gnattools as a module, depending on target-libada.
5337 * Makefile.in: Regenerate.
5338 * configure.in: Include gnattools in host_tools; disable it if ada
5339 is disabled.
5340 * configure: Regenerate.
5341
5342 2005-02-23 Nick Clifton <nickc@redhat.com>
5343
5344 * configure: Regenerate.
5345
5346 2005-02-22 Paul Schlie <schlie@comcast.net>
5347
5348 * configure.in: Allow darwin targeted ports to build tk, itcl and
5349 libgui.
5350
5351 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5352
5353 PR libgcj/10353
5354 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5355 * configure: Regenerate.
5356
5357 2005-02-08 Andrew Cagney <cagney@gnu.org>
5358
5359 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5360 gdb/ section. Update GDB's URL.
5361
5362 2005-01-31 Andrew Cagney <cagney@gnu.org>
5363
5364 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5365
5366 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
5367
5368 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5369 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5370 target-libgloss when not *-*-elf and *-*-aout.
5371 * configure: Regenerate.
5372
5373 2005-01-27 Andrew Cagney <cagney@gnu.org>
5374
5375 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5376
5377 2005-01-24 Andrew Cagney <cagney@gnu.org>
5378
5379 * gettext.m4: Only fall back to ../intl/ when it's present.
5380
5381 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5382
5383 * install-sh, config.sub: Import from upstream.
5384
5385 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5386
5387 PR bootstrap/18222
5388 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5389 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5390 * Makefile.in: Regenerate.
5391
5392 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
5393
5394 Revert 2004-12-28 Makefile changes, a better fix will be
5395 applied to mainline and src after GCC 4.0 branches.
5396
5397 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
5398
5399 PR bootstrap/17383
5400
5401 * Makefile.def (target_modules): Remove stage parameter,
5402 it is always true now.
5403 * Makefile.tpl (configure-build-[+module+],
5404 configure-target-[+module+]): Always build symlink tree
5405 for the directory and for include. BUILD_SUBDIR and
5406 TARGET_SUBDIR cannot be . anymore.
5407 * Makefile.in: Regenerate.
5408
5409 2004-12-25 David Edelsohn <edelsohn@gnu.org>
5410
5411 Revert 2004-12-08 Makefile changes.
5412
5413 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5414
5415 * configure.in (sh64-*-*): Reenable gprof.
5416 * configure: Regenerate.
5417
5418 2004-12-09 Jim Blandy <jimb@redhat.com>
5419
5420 * MAINTAINERS: List 'depcomp' as part of automake.
5421
5422 2004-12-08 David Edelsohn <edelsohn@gnu.org>
5423
5424 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5425 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5426 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5427 * Makefile.in: Regenerate.
5428
5429 2004-12-07 Matt Kraai <kraai@ftbfs.org>
5430
5431 * Makefile.tpl: Generate normal dependencies if the LHS module is
5432 not bootstrapped.
5433 * Makefile.in: Regenerate.
5434
5435 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5436
5437 * configure.in: Include config/gxx-include-dir.m4. Use
5438 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5439 * configure: Regenerate.
5440
5441 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5442
5443 * config.if: Delete.
5444 * configure.in: Set libstdcxx_incdir directly.
5445 * configure: Regenerate.
5446 * MAINTAINERS: Remove mention of config.if.
5447 * src-release (DEVO_SUPPORT): Remove config.if.
5448
5449 2004-12-02 Eric Christopher <echristo@redhat.com>
5450
5451 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5452 of things to remove.
5453 * Makefile.in: Regenerate.
5454
5455 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5456
5457 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5458 * configure: Regenerate.
5459
5460 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5461
5462 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5463 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5464 * configure: Regenerate.
5465
5466 2004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5467
5468 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5469 (hppa*64*-*-*): Delete incorrect comment.
5470 * configure: Rebuilt.
5471
5472 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5473
5474 * install-sh, compile: Import from automake.
5475
5476 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5477
5478 * config.guess, config.sub: Import from savannnah.
5479
5480 2004-11-12 Mike Stump <mrs@apple.com>
5481
5482 * Makefile.def: Add html support.
5483 * Makefile.tpl: Likewise.
5484 * Makefile.in: Regenerate.
5485
5486 2004-11-11 Geoffrey Keating <geoffk@apple.com>
5487
5488 PR 18423
5489 * configure.in: Remove all instances of build-fixincludes from
5490 noconfigdirs.
5491 (build_configargs): Supply --target to subdirectories.
5492 * configure: Regenerate.
5493
5494 * Makefile.def: Make gcc install depend on fixincludes install.
5495 * Makefile.in: Regenerate.
5496
5497 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5498
5499 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5500 target-libgfortran.
5501 * configure: Regenerate.
5502
5503 2004-11-07 David Edelsohn <edelsohn@gnu.org>
5504
5505 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5506 like CC.
5507
5508 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
5509
5510 * Makefile.def (host fixincludes): Specify missing targets.
5511 * Makefile.in: Regenerate.
5512
5513 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5514
5515 PR other/17783
5516 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5517 * configure: Regenerated.
5518
5519 2004-11-04 Daniel Jacobowitz <dan@debian.org>
5520
5521 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5522 * configure: Regenerated.
5523
5524 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
5525
5526 PR target/18151
5527 * configure.in (case ${target}): Do not build fixincludes for avr.
5528 * configure: Regenerated.
5529
5530 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
5531
5532 * configure.in (case ${target}): Do not build fixincludes
5533 on platforms where it is not used.
5534 * configure: Regenerated.
5535
5536 2004-10-23 Daniel Jacobowitz <dan@debian.org>
5537
5538 * configure.in: Use an absolute path to install-sh.
5539 * configure: Regenerated.
5540
5541 2004-10-19 Andrew Cagney <cagney@gnu.org>
5542
5543 * src-release (do-djunpack, do-md5sum): Install the generated file
5544 directly into the proto-toplev/ directory.
5545
5546 2004-10-19 Andrew Cagney <cagney@gnu.org>
5547
5548 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
5549
5550 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
5551
5552 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5553 * configure: Regenerate.
5554
5555 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
5556
5557 Fix wrong conflict resolution in:
5558
5559 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
5560
5561 * Makefile.in: Regenerate.
5562 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5563 in the recursive `make', instead of hardwiring `all'.
5564 (Autogenerated TARGET-* variables): New.
5565
5566 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5567
5568 Merged from GCC / libtool upstream:
5569 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
5570 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5571 * ltcf-cxx.sh (tpf*): Likewise.
5572 * ltconfig (tpf*): Add TPF OS configuration support.
5573
5574 2004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
5575
5576 * configure.in: Enable target-libgloss for crx-*-*.
5577 * configure: Regenerate.
5578
5579 2004-09-24 Michael Roth <mroth@nessie.de>
5580
5581 * configure.in (--without-headers): Add missing double quotes.
5582 * configure: Regenerate.
5583
5584 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
5585
5586 * ylwrap: Revert to previous version.
5587
5588 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
5589
5590 PR bootstrap/17369
5591 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5592 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5593 SET_GCC_LIB_PATH_CMD.
5594 (BASE_TARGET_EXPORTS): Likewise.
5595 * Makefile.in: Regenerated.
5596
5597 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5598 * configure: Regenerated.
5599
5600 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
5601
5602 * config.guess: New upstream version
5603 * compile, depcomp, install-sh, ylwrap: Likewise.
5604
5605 2004-09-19 Roger Sayle <roger@eyesopen.com>
5606
5607 * config/mh-x86omitfp: New host makefile fragment. Add
5608 -fomit-frame-pointer to the default BOOT_CFLAGS.
5609 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5610 * configure: Regenerate.
5611
5612 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
5613
5614 PR target/11572
5615 * configure.in (*-*-darwin*): Renable libobjc.
5616 * configure: Regenerate.
5617
5618 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
5619
5620 * Makefile.def: Remove libbanshee.
5621 * Makefile.tpl: Ditto.
5622 * configure.in: Ditto.
5623 * Makefile.in: Regen.
5624 * configure: Ditto.
5625
5626 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
5627
5628 * missing: Import latest version from master repository.
5629
5630 2004-09-04 Nick Clifton <nickc@redhat.com>
5631
5632 * config.sub: Import latest version from master repository.
5633 * config.guess: Likewise.
5634 This includes these changes:
5635
5636 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
5637
5638 * config.sub: Handle crisv32, alias etraxfs.
5639 * config.guess (crisv32:Linux:*:*): Handle.
5640
5641 2004-08-13 Brad Smith <brad@comstyle.com>
5642
5643 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5644 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5645
5646 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
5647
5648 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5649 assume the processor is a powerpc. This is because coreutils
5650 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5651 in this case, due to a MacOS X bug that causes
5652 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5653 to return a negative number.
5654 Problem reported by Petter Reinholdtsen in:
5655 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5656
5657 2004-07-19 Ben Elliston <bje@gnu.org>
5658
5659 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5660
5661 2004-06-24 Ben Elliston <bje@gnu.org>
5662
5663 * config.guess: Update copyright years.
5664 * config.sub: Likewise.
5665
5666 2004-06-22 Robert Millan <robertmh@gnu.org>
5667
5668 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5669 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5670
5671 2004-06-22 Stanley F. Quayle <stan@stanq.com>
5672
5673 * config.guess (*:*VMS:*:*): New entry. Replaces
5674 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5675 manufacturer.
5676
5677 2004-06-22 Ben Elliston <bje@gnu.org>
5678
5679 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5680 * config.sub: Likewise.
5681
5682 2004-06-22 Ben Elliston <bje@gnu.org>
5683
5684 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5685 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5686
5687 2004-06-11 Ben Elliston <bje@gnu.org>
5688
5689 * config.guess (pegasos:OpenBSD:*:*): Remove.
5690
5691 2004-06-11 Ben Elliston <bje@gnu.org>
5692
5693 From Wouter Verhelst <wouter@grep.be>:
5694 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5695
5696 2004-06-11 Ben Elliston <bje@gnu.org>
5697
5698 * config.guess (luna88k:OpenBSD:*:*): New.
5699
5700 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5701
5702 * config.guess (m32r*:Linux:*:*): New case.
5703 * config.sub: Handle m32rle.
5704
5705 2004-03-12 Ben Elliston <bje@wasabisystems.com>
5706
5707 From Jens Petersen <petersen@redhat.com>:
5708 * config.sub: Handle sparcv8.
5709
5710 2004-03-03 Ben Elliston <bje@wasabisystems.com>
5711
5712 From Tom Smith <smith@cag.lkg.hp.com>:
5713 * config.guess: Version suffixes are equally significant on Tru64
5714 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
5715 prefix of "P" (patched kernel).
5716
5717 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
5718
5719 * config.sub: Add support for National Semiconductor CRX target.
5720
5721 2004-09-03 Jan Beulich <jbeulich@novell.com>
5722
5723 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5724 *-*-netware, but add target-libmudflap.
5725 Consolidate *-*-netware targets (of which really only i?86 exists)
5726 into a single entry.
5727 * configure: Likewise.
5728
5729 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
5730
5731 * Makefile.tpl (sorry): Remove.
5732 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5733 (cleanstrap targets): Depend on distclean, not distclean-stage1.
5734 (do-clean): Clean per-stage directories too.
5735 (do-distclean): Run distclean-stage1 too.
5736 (.NOTPARALLEL): Enable during toplevel bootstrap.
5737 (stage[+id+]-bubble): Enable parallel execution during
5738 the recursive invocation.
5739 * Makefile.in: Regenerate.
5740
5741 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
5742
5743 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
5744
5745 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5746 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5747 * configure: regenerate
5748 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5749 -mdynamic-no-pic
5750
5751 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
5752
5753 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5754 include.
5755 * configure.in: Fix indentation.
5756 * configure: Regenerate.
5757
5758 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
5759
5760 * Makefile.def (build_modules): Add fixincludes.
5761 (dependencies): Make gcc depend on fixincludes.
5762 * configure.in (build_tools): Add fixincludes.
5763 (build_configdirs): Always include build_libs.
5764 * Makefile.in: Regenerate.
5765 * configure: Regenerate.
5766
5767 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
5768
5769 * Makefile.def (bootstrap stages): Add 'lean' parameter.
5770 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5771 phony targets; do not generate timestamp files.
5772 (distclean-stageN): Remove references to their timestamp files.
5773 (restageN, touch-stageN): Remove.
5774 (stageN-bubble): Rewritten.
5775 (compare): Support lean bootstraps.
5776 * Makefile.in: Regenerate.
5777
5778 * configure.in: Only warn when bootstrapping but
5779 build != host or build != target. Support lean bootstraps.
5780 * configure: Regenerate.
5781
5782 Sync from gcc:
5783 2004-08-26 Phil Edwards <phil@codesourcery.com>
5784
5785 * configure.in: Give a better error message if GMP/MPFR are missing
5786 and a language needing them has been requested.
5787 * configure: Regenerated.
5788
5789 2004-08-25 Phil Edwards <phil@codesourcery.com>
5790
5791 * configure.in: Print a list of available language front-ends if
5792 a requested one is missing. Tidy stray tab characters.
5793 * configure: Regenerated.
5794
5795 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
5796
5797 * Makefile.in: Regenerate.
5798 * configure: Regenerate.
5799
5800 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5801 stage_*_flags.
5802 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5803 for bootstrapped modules if toplevel bootstrap is going.
5804 (GCC bootstrap): Generate per-stage targets for all bootstrapped
5805 modules. Adjust for changes in Makefile.def. Enable several
5806 rules even in non-bootstrap mode, just to avoid peppering the
5807 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5808 (stage-[+prev+]-bubble): Remove.
5809
5810 * Makefile.def (Dependencies): Depend on all-build-bison,
5811 all-build-flex, all-build-byacc, all-build-texinfo, rather
5812 than the host variations.
5813 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
5814 with BUILD_SUBDIR.
5815 (BISON): Update for recent Bisons.
5816 (YACC): Fix typo.
5817 (cross): Depend on all-build.
5818 (all): Do not depend on all-build.
5819 (prebootstrap): Remove.
5820 (dep-kind): Accept separate prefixes for MODULE and ON variables.
5821 (Prebootstrap dependencies): Add them to the per-stage targets
5822 and to all-prebootstrap.
5823 * configure.in (build_configdirs): Always enable build_tools.
5824 (BUILD_DIR_PREFIX): Remove.
5825
5826 * Makefile.def (gcc): Add target variable.
5827 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5828 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5829 in the recursive `make', instead of hardwiring `all'.
5830 (Autogenerated TARGET-* variables): New.
5831
5832 2004-08-17 Robert Millan <robertmh@gnu.org>
5833
5834 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5835 (instead of FreeBSD).
5836 * configure: Regenerate.
5837
5838 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
5839
5840 * Makefile.def, configure.in, src-release: Remove useless, bogus
5841 references to tix.
5842 * Makefile.in, configure: Regenerate.
5843
5844 * src-release: Stop distributing mmalloc with gdb (which doesn't
5845 use it).
5846 * Makefile.def: GDB doesn't depend on mmalloc anymore.
5847 * Makefile.in: Regenerate.
5848
5849 2004-08-09 Mark Mitchell <mark@codesourcery.com>
5850
5851 * configure.in (arm*-*-eabi*): New target.
5852 * configure: Regenerate.
5853
5854 2004-08-01 Robert Millan <robertmh@gnu.org>
5855
5856 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5857 libmudflap for all GNU-based systems (with Glibc).
5858 * configure: Regenerate.
5859
5860 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
5861
5862 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5863 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5864 (Dependencies): New section.
5865 * Makefile.tpl (Dependencies): Generate from Makefile.def.
5866 (configure-target-[+module+]): Depend on maybe-all-gcc
5867 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
5868 (toplevel profiledbootstrap): Fix dependencies.
5869 * Makefile.in: Regenerate.
5870
5871 2004-08-03 Mark Mitchell <mark@codesourcery.com>
5872
5873 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5874 target-libiberty to noconfigdirs.
5875
5876 2004-08-03 Paul Brook <paul@codesourcery.com>
5877
5878 * configure.in: Check for MPFR as well as GMP.
5879 * configure: Regenerate.
5880
5881 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
5882
5883 * Makefile.def (host-modules): Add gcc.
5884 * Makefile.in: Regenerate.
5885 * Makefile.tpl (sorry): New rule.
5886 (configure-host, all-host, [+make_target+]-host, do-check,
5887 install-host): Do not add gcc as a special case.
5888 (host modules): Add a small special-casing for gcc. Export
5889 extra_make_flags through the environment.
5890 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5891 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5892 other recursive targets for gcc): Remove.
5893
5894 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5895 (stage, unstage): New rules.
5896 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5897 distclean-stage[+id+]): Use stage_current.
5898 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5899 the stage*-start rules.
5900
5901 2004-07-19 Robert Millan <robertmh@gnu.org>
5902
5903 Synced from gcc:
5904
5905 2004-04-26 Robert Millan <robertmh@gnu.org>
5906
5907 Add patches from libtool CVS.
5908 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5909 * ltconfig: Likewise.
5910 * ltcf-c.sh: Likewise.
5911 * ltcf-cxx.sh: Likewise.
5912 * ltcf-gcj.sh: Likewise.
5913
5914 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
5915
5916 * configure.in: Add noconfigdirs for crx-*-*.
5917 * configure: Regenerate.
5918
5919 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
5920
5921 Synced from gcc:
5922
5923 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
5924
5925 * configure.in: Build libmudflap by default on FreeBSD.
5926 * configure: Regenerated.
5927
5928 2004-07-09 Mark Mitchell <mark@codesourcery.com>
5929
5930 * configure.in: Do not build libmudflap by default on non-GNU/Linux
5931 systems.
5932 * configure: Regenerated.
5933
5934 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5935
5936 PR target/16344
5937 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5938 feedback based compiler.
5939 * Makefile.in: Rebuilt.
5940
5941 2004-07-05 Phil Edwards <phil@codesourcery.com>
5942
5943 * configure.in: Do not prepend $srcdir to /dev/null in
5944 makefile fragments.
5945 * configure: Regenerate.
5946
5947 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
5948
5949 * Makefile.def (host_modules): Set bootstrap=true for flex.
5950 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5951 * Makefile.in: Rebuilt.
5952
5953 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
5954
5955 * Makefile.def (build_modules): Add bison, byacc, flex,
5956 m4, texinfo.
5957 (flags_to_pass): Add FLEX.
5958 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5959 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5960 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5961 DEFAULT_MAKEINFO): Remove.
5962 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5963 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5964 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5965 objdir or else use configured tool.
5966 (all-build): New.
5967 (all): Depend on it.
5968 (Build module dependencies): Add.
5969 * Makefile.in: Regenerate.
5970 * configure.in: Better support for multiple build modules,
5971 matching what is done for host/target modules. Do not look
5972 for "plausible" locations of build tools if Canadian cross.
5973 Use autoconf's AC_PROG_CC to find a C compiler. Define
5974 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
5975 * configure: Regenerate.
5976
5977 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
5978
5979 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5980 * Makefile.in: Regenerate.
5981
5982 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
5983
5984 * Makefile.tpl (configure-build-[+module+],
5985 configure-[+module+], configure-target-[+module+]): Pass
5986 [+extra_configure_args+].
5987 (all-build-[+module+], all-[+module+], check-[+module+],
5988 install-[+module+], [+make_target+]-[+module+],
5989 all-target-[+module+], check-target-[+module+],
5990 install-target-[+module+], [+make_target+]-target-[+module+]):
5991 Pass [+extra_make_args+].
5992 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5993 (GCC_HOST_EXPORTS): Remove.
5994 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5995 cross, check-gcc, check-gcc-c++, install-gcc,
5996 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5997 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5998 * Makefile.in: Regenerate.
5999
6000 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6001
6002 * configure.in: Check for srcdir/winsup rather than build directory
6003 winsup.
6004 * configure: Regenerate.
6005
6006 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
6007
6008 * configure.in: Don't build Cygwin native newlib if winsup
6009 directory is missing. Emit warning instead.
6010 * configure: Regenerate.
6011
6012 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
6013
6014 * Makefile.tpl (touch-stage[+id+]): New.
6015 (restage[+prev+]): Depend on touch-stage[+id+].
6016
6017 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6018 Use it throughout.
6019
6020 * Makefile.def: Add profile and feedback bootstrap stages.
6021 Remove next field from bootstrap stages.
6022 * Makefile.tpl (LN, LN_S): Substitute.
6023 (stageN-start, stageN-end): Use double-colon rules, to
6024 provide a hook for additional setup commands.
6025 (distclean-stageN-gcc, restageN): Create dependencies from
6026 [+prev+], not from [+next+].
6027 (stageN-bubble): Add commands for successive stages from
6028 [+prev+], using double-colon rules.
6029 (all-stageN-gcc): Fix typo.
6030 (stagefeedback-start, profiledbootstrap): New.
6031 * Makefile.in: Regenerate.
6032 * configure.in: Call ACX_PROG_LN.
6033 * configure: Regenerate.
6034
6035 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
6036
6037 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6038 without gcc.
6039 * configure: Regenerate.
6040
6041 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6042
6043 * Makefile.tpl: Fix typo.
6044 * Makefile.in: Regenerate.
6045
6046 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6047
6048 * configure.in: Remove new- prefix from toplevel
6049 bootstrap targets.
6050 * configure: Regenerate.
6051
6052 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6053
6054 Merge this patch from the gcc tree:
6055
6056 2004-05-30 Andreas Jaeger <aj@suse.de>
6057 Jim Wilson <wilson@specifixinc.com>
6058
6059 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6060 like CC.
6061
6062 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6063
6064 * Makefile.tpl (all.normal): Rename to all.
6065 (all): Replace with a rule to pick the default
6066 target from configure.
6067 (all-gcc, configure-gcc): Use conditionals to
6068 do nothing when toplevel bootstrap is going on.
6069 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6070 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6071 * configure.in: Support --enable-bootstrap.
6072
6073 * Makefile.def: Remove new- prefix from toplevel
6074 bootstrap targets.
6075 * Makefile.tpl: Likewise.
6076
6077 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6078 target.
6079
6080 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6081 $(RECURSE_FLAGS) to recursive invocation of make.
6082
6083 * Makefile.in: Regenerate.
6084 * configure: Regenerate.
6085
6086 2004-05-27 Daniel Jacobowitz <dan@debian.org>
6087
6088 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6089 * configure: Regenerate.
6090
6091 2004-05-25 Daniel Jacobowitz <drow@false.org>
6092
6093 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6094 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6095 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6096 targets.
6097 * Makefile.in: Regenerate.
6098
6099 2005-05-24 Paolo Bonzini <bonzini@gnu.org>
6100
6101 * configure.in: Test the ability to symlink directories.
6102 * configure: Regenerate.
6103
6104 * Makefile.def (bootstrap-stage): New definitions.
6105 * Makefile.tpl (configure-stage1-gcc,
6106 configure-stage2-gcc, configure-stage3-gcc,
6107 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6108 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6109 new-restage3, compare): Autogenerate, see Makefile.in
6110 entry for behavioral changes.
6111 (distclean-stage1, new-stage1-start, new-stage1-end,
6112 new-stage1-bubble, distclean-stage2, new-stage2-start,
6113 new-stage2-end, new-stage2-bubble, distclean-stage3,
6114 new-stage3-start, new-stage3-end): New autogenerated targets.
6115 (objext, prebootstrap, BOOT_CFLAGS,
6116 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6117 targets.
6118
6119 * Makefile.in: Regenerate.
6120 (distclean-stage1, new-stage1-start, new-stage1-end,
6121 new-stage1-bubble, distclean-stage2, new-stage2-start,
6122 new-stage2-end, new-stage2-bubble, distclean-stage3,
6123 new-stage3-start, new-stage3-end): New targets.
6124 (all-stage1-gcc): Move prebootstrap dependency from here...
6125 (configure-stage1-gcc): ...to here.
6126 (new-bootstrap): Use bubble targets.
6127 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6128 Use per-stage distclean targets.
6129 (configure-stage1-gcc, configure-stage2-gcc,
6130 configure-stage3-gcc, all-stage1-gcc,
6131 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6132 Use new-stageN-start to prepare the tree.
6133
6134 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
6135
6136 * Makefile.def (host_modules): add libcpp.
6137 * Makefile.tpl: Add dependencies on and for libcpp.
6138 * Makefile.in: Regenerate.
6139 * configure.in: Add libcpp host module.
6140 * configure: Regenerate.
6141
6142 2004-05-17 Zack Weinberg <zack@codesourcery.com>
6143
6144 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6145 of libf2c.
6146 * configure, Makefile.in: Regenerate.
6147
6148 2004-05-13 Diego Novillo <dnovillo@redhat.com>
6149
6150 Merge from tree-ssa-20020619-branch.
6151
6152 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6153 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6154 (HOST_GMPLIBS): Define.
6155 (HOST_GMPINC): Define.
6156 (TARGET_LIB_PATH): Add libmudflap.
6157 (GFORTRAN_FOR_TARGET): Define.
6158 (configure-build*): Export GFORTRAN.
6159 (configure-gcc): Export GMPLIBS and GMPINC.
6160 (all-gcc): Add maybe-all-libbanshee.
6161 (configure-target-libgfortran): Define.
6162 * Makefile.in: Regenerate.
6163 * configure.in (host_libs): Add libbanshee.
6164 (target_libraries): Add target-libmudflap and target-libgfortran.
6165 Add --with-libbanshee.
6166 Handle --disable-libmudflap.
6167 (*-*-freebsd*): Use with_gmp.
6168 Add $(libgcj) to noconfigdirs.
6169 * configure: Regenerate.
6170 * depcomp: New file.
6171 * MAINTAINERS: Add tree-ssa maintainers.
6172
6173 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
6174
6175 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6176 * configure: Regenerate.
6177
6178 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
6179
6180 Revert:
6181 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6182
6183 * Makefile.def (flags_to_pass): Remove *dir variables that
6184 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6185 as well as prefix and exec_prefix.
6186 * Makefile.in: Regenerate.
6187
6188 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6189
6190 * Makefile.def (host_modules): Mark with the bootstrap
6191 flag packages on which gcc depends.
6192 * Makefile.tpl (all-bootstrap): Use it.
6193 * Makefile.in: Regenerate.
6194
6195 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6196
6197 * Makefile.def (flags_to_pass): Remove *dir variables that
6198 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6199 as well as prefix and exec_prefix.
6200 * Makefile.in: Regenerate.
6201
6202 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6203
6204 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6205 * configure: Regenerate.
6206 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6207 * gcc/Makefile.tpl (compare): Use the result of the test.
6208 * gcc/Makefile.in: Regenerate.
6209
6210 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
6211
6212 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6213 Always relocate gcc and prev-gcc to the original names, even
6214 if the build fails.
6215 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6216 New targets.
6217
6218 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6219
6220 * configure.in (mips*-*-irix5*): Enable ld.
6221 * configure: Regenerate.
6222
6223 2004-04-15 James E Wilson <wilson@specifixinc.com>
6224
6225 * Makefile.tpl (configure-[+module+], configure-gcc,
6226 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6227 Set and export LDFLAGS.
6228 * Makefile.in: Regenerate.
6229
6230 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6231
6232 PR bootstrap/14871
6233 * Makefile.tpl: If we don't have built-in-tree target tools,
6234 use the ones found by configure rather than hacking around with
6235 program_transform_name.
6236 * configure.in: Give Makefile.tpl the information necessary
6237 to do that.
6238 * Makefile.in: Regenerate.
6239 * configure: Regenerate.
6240
6241 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6242
6243 PR bootstrap/14760
6244 * configure.in: When computing baseargs, strip *all* copies of
6245 offending options. Also, don't match/substitute the trailing space,
6246 so that this actually works when two similar options are separated by
6247 only one space.
6248 * configure: Regenerate.
6249
6250 2004-04-06 David Edelsohn <edelsohn@gnu.org>
6251
6252 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6253 (rs6000-*-aix*): Same.
6254 * configure: Regenerate.
6255
6256 2004-03-25 Stan Shebs <shebs@apple.com>
6257
6258 Remove MPW support, no longer used.
6259 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6260 mpw-install: Remove files.
6261 * src-release (DEVO_SUPPORT): Remove names of removed files.
6262 * MAINTAINERS: Likewise.
6263
6264 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6265
6266 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6267 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6268 * Makefile.in: Regenerate.
6269
6270 * configure.in (top level bootstrap support): Rework --enable-werror
6271 to set @stage2_werror_flag@.
6272 * configure: Regenerate.
6273 * Makefile.tpl (top level bootstrap support): Pass
6274 @stage2_werror_flag@ down to configure in stages 2 and 3.
6275 * Makefile.in: Regenerate.
6276
6277 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6278
6279 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6280 for stages 2 and 3 as well as in make. As a consequence, remove
6281 OUTPUT_OPTION (now detected by configure) from the flags passed down
6282 to make.
6283 * Makefile.in: Regenerate.
6284
6285 * Makefile.tpl (new-bootstrap): Fix typo.
6286 * Makefile.in: Regenerate.
6287
6288 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6289
6290 * Makefile.tpl: Rearrange by moving recursive_targets rules
6291 into their proper sections.
6292 * Makefile.tpl (top level bootstrap support): Move disabling
6293 of coverage flags from 'make' to 'configure'; improve comments.
6294 * Makefile.in: Regenerate.
6295
6296 * Makefile.tpl (experimental top level bootstrap) Move stage1
6297 language setting from all- target to configure- target; disable
6298 intermodule optimization in stage 1; prevent gratuitous rebuilds
6299 of stage 1.
6300 * Makefile.in: Regenerate.
6301 * configure.in: Comma-separate stage 1 language list for top
6302 level bootstrap.
6303 * configure: Regenerate.
6304
6305 * Makefile.tpl: Clean up experimental top level bootstrap support:
6306 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6307 prev-gcc in configure- targets as well as all- targets.
6308 * Makefile.in: Regenerate.
6309
6310 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
6311
6312 * configure.in: Remove symbolic link section.
6313 * configure: Regenerate.
6314 * Makefile.tpl (links): Remove.
6315 * Makefile.in: Regenerate.
6316
6317 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
6318 Nathanael Nerode <neroden@gcc.gnu.org>
6319
6320 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6321 Set with AC_CHECK_PROGS.
6322 * configure.in: Fix comment typo from last patch.
6323 * configure: Regenerate.
6324
6325 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6326
6327 * Makefile.tpl: Introduce experimental top level bootstrap support.
6328 * Makefile.in: Regenerate.
6329 * configure.in: Introduce support for top level bootstrap.
6330 * configure: Regenerate.
6331
6332 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
6333 Paolo Bonzini <bonzini@gnu.org>
6334
6335 PR bootstrap/14522
6336 * configure.in: Cope with shells that do not support unquoted ^
6337 * configure: Regenerate.
6338
6339 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
6340 Paolo Bonzini <bonzini@gnu.org>
6341
6342 PR bootstrap/14522
6343 * configure.in: Cope with shell that do not support nesting
6344 quotes inside quoted backquote substitutions.
6345 * configure: Regenerate.
6346
6347 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6348
6349 PR bootstrap/14522
6350 * configure.in: Fix escaping of $.
6351 * configure: Regenerate.
6352
6353 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6354
6355 * configure: Regenerate.
6356
6357 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
6358
6359 PR ada/14131
6360 Move language detection to the top level.
6361 * configure.in: Find default values for the tools as
6362 soon as possible. Disable ada if GNAT is not found.
6363 Emit error message about missing languages. Expand
6364 --enable-languages=all for the gcc subdirectory.
6365
6366 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
6367
6368 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6369 and disable libgcj.
6370 * configure: Regenerated.
6371
6372 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6373
6374 PR bootstrap/7087
6375 * Makefile.tpl: Guard XFOO sed statements better.
6376 * Makefile.tpl: Add dependency for configure-target-libada.
6377 * Makefile.in: Regenerate (incidentally fixes broken
6378 commit when libada-branch was merged).
6379
6380 2004-02-28 Andrew Cagney <cagney@redhat.com>
6381
6382 * src-release (CVS_NAMES): Define.
6383 (do-tar, do-tar): Prune $(CVS_NAMES).
6384
6385 2004-02-23 Andrew Cagney <cagney@redhat.com>
6386
6387 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6388 2004-02-19.09.
6389
6390 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6391
6392 PR bootstrap/11932
6393 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6394
6395 2004-02-19 Andrew Cagney <cagney@redhat.com>
6396
6397 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6398 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6399
6400 2004-02-11 David Edelsohn <edelsohn@gnu.org>
6401
6402 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6403 (rs6000-*-aix*): Same.
6404 * configure: Regenerate.
6405
6406 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6407
6408 * configure.in (host): Add in missing $noconfigdirs to defines.
6409 * configure: Regenerate.
6410
6411 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6412 Nathanael Nerode <neroden@gcc.gnu.org>
6413
6414 PR ada/6637, PR ada/5911
6415 Merge with libada-branch:
6416 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6417 with appropriate dependencies. Add --enable-libada configure switch.
6418 * configure, Makefile.in: Regenerate.
6419
6420 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6421
6422 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6423 * configure: Regenerate.
6424
6425 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6426
6427 * COPYING.NEWLIB: Update Red Hat license to 2004.
6428
6429 2004-01-23 DJ Delorie <dj@redhat.com>
6430
6431 * Makefile.def (target_modules) [libiberty]: Don't stage.
6432 * Makefile.in: Rebuilt.
6433
6434 2004-01-23 Jeff Johnston <jjohnstn@redhat.com>
6435
6436 * COPYING.NEWLIB: Update to include copyrights for new
6437 iconv code.
6438
6439 2004-01-15 Andrew Cagney <cagney@redhat.com>
6440
6441 * src-release: Update copyright year.
6442 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6443 (NEWLIB_SUPPORT_DIRS): Delete macro.
6444 (newlib.tar.bz2): Delete rule.
6445
6446 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
6447
6448 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6449 * Makefile.tpl (configure-target-[+module+]): Support stage.
6450 * Makefile.in: Rebuilt.
6451
6452 2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6453
6454 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6455 throughout.
6456
6457 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6458
6459 * configure.in: Use ./config.cache, not config.cache.
6460 * configure: Regenerate.
6461 * Makefile.tpl: Special-casing not needed for GCC any more.
6462 * Makefile.in: Regenerate.
6463
6464 * configure.in: Don't share a cache file for host dirs.
6465 * configure: Regenerate.
6466
6467 * config-ml.in: Don't mess with the cache file.
6468
6469 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6470
6471 * Makefile.tpl: Make GCC use a separate config.cache.
6472 * Makefile.in: Regenerate.
6473
6474 PR bootstrap/11932, PR bootstrap/11933
6475 (I don't know if it will fix either of them, but it relates
6476 to them.)
6477 * configure.in: Don't use shared config.cache for target
6478 directories.
6479 * configure: Regenerate.
6480
6481 2003-12-31 Roger Sayle <roger@eyesopen.com>
6482
6483 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6484 * configure: Regenerated.
6485
6486 2003-12-21 Bernardo Innocenti <bernie@develer.com>
6487
6488 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6489 * configure: Regenerated.
6490
6491 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6492
6493 Port change over from GCC:
6494 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6495 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6496 (configure-build-[+module+], configure-[+module+]): Likewise.
6497 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6498 * Makefile.in: Regenerate.
6499
6500 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6501
6502 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6503 * configure: Regenerate.
6504
6505 2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
6506
6507 * COPYING.NEWLIB: Add license info for long long routines added to
6508 stdlib.
6509
6510 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
6511
6512 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6513 * Makefile.in: Regenerate.
6514
6515 2003-10-20 Phil Edwards <phil@codesourcery.com>
6516
6517 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
6518 * configure: Regenerate.
6519
6520 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
6521
6522 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6523 HOST_FLAGS_TO_PASS.
6524 * Makefile.in: Regenerate.
6525
6526 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
6527
6528 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6529 * configure: Rebuilt
6530 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6531 * Makefile.in: Rebuilt
6532
6533 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
6534
6535 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6536
6537 2003-10-01 Phil Edwards <pme@gcc.gnu.org>
6538
6539 * config-ml.in: Use ac_configure_args directly instead of
6540 ml_arguments. Only set ml_norecursion if --no[-]recursion is
6541 actually seen.
6542
6543 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
6544
6545 * config-ml.in: Propagate INSTALL variables.
6546
6547 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
6548
6549 * configure.in: Pass a computed --program-transform-name
6550 to subconfigures.
6551 * configure: Regenerated.
6552
6553 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6554
6555 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6556 * Makefile.in: Regenerate.
6557
6558 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6559 * Makefile.in: Regenerate.
6560
6561 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
6562
6563 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6564 quoting.
6565 * configure: Regenerated.
6566
6567 2003-09-12 Michael Chastain <mec@shout.net>
6568
6569 Fix PR gdb/857.
6570 * src-release (do-proto-topleve): Remove junk files
6571 intl/config.cache, intl/config.status,
6572 intl/config.h, intl/stamp-h.
6573
6574 2003-09-14 Andrew Cagney <cagney@redhat.com>
6575
6576 * src-release (dejagnu.tar): New target.
6577 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
6578 (do-djunpack): Use $(PACKAGE) for the package name.
6579
6580 2003-09-04 DJ Delorie <dj@redhat.com>
6581
6582 * configure: Regenerate.
6583
6584 2003-09-04 Robert Millan <robertmh@gnu.org>
6585
6586 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6587
6588 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6589
6590 * configure.in: Ensure arguments to sed are properly spaced.
6591 * configure: Regenerate.
6592
6593 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
6594
6595 Merge from gcc:
6596 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
6597 * install-sh: Update to newer upstream versions (associated with
6598 aclocal 1.7).
6599 * missing: Likewise, plus $1Help2man -> $1 typo fix.
6600
6601 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
6602
6603 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6604 * configure: Regenerated.
6605
6606 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
6607
6608 * configure.in: Use newline instead of semicolon when assuming
6609 shell arguments in a for loop.
6610 * configure: Regenerated.
6611
6612 2003-08-20 Geoffrey Keating <geoffk@apple.com>
6613
6614 PR 8180
6615 * configure.in: When testing with_libs and with_headers, treat
6616 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
6617 * configure: Regenerate.
6618
6619 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6620 make, shell, etc.
6621 (baseargs): Likewise.
6622 * configure: Regenerate.
6623
6624 2003-08-19 Geoffrey Keating <geoffk@apple.com>
6625
6626 * configure.in: Disable libgcj for darwin not on powerpc.
6627 * configure: Rebuild.
6628
6629 2003-08-15 Michael Chastain <mec@shout.net>
6630
6631 * src-release (do-proto-toplev): Remove junk files
6632 dejagnu/example/calc/config.status,
6633 dejagnu/example/calc/config.log.
6634
6635 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
6636
6637 * config-ml.in, symlink-tree: Add license.
6638
6639 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
6640
6641 Merge from gcc:
6642
6643 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
6644 * Makefile.tpl (check, check-c++): Express dependencies using
6645 dependencies rather than commands.
6646 * Makefile.in: Regenerate.
6647
6648 2003-07-31 Geoffrey Keating <geoffk@apple.com>
6649 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6650 * Makefile.in: Update.
6651
6652 2003-08-01 Andrew Cagney <cagney@redhat.com>
6653
6654 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6655 * configure: Ditto.
6656
6657 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
6658
6659 * configure.in: Enable libgcj for darwin.
6660 * configure: Rebuild.
6661
6662 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
6663
6664 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
6665
6666 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
6667
6668 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6669 creating target and build subdirs to build all parent dirs as needed.
6670 * Makefile.in: Rebuild.
6671 * configure.in: Don't build dirs explicitly here.
6672 * configure: Rebuild.
6673
6674 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
6675
6676 * Makefile.tpl (all-make): Depend on intl.
6677 * Makefile.in: Rebuilt.
6678
6679 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
6680
6681 * config.if: Remove unused libc_interface determination.
6682
6683 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
6684
6685 * Makefile.in: Regenerate, correctly this time.
6686
6687 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
6688
6689 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
6690 unused INSTALL_PROGRAM_ARGS.
6691 * configure.in: Use AC_PROG_INSTALL.
6692 * Makefile.in: Regenerate.
6693 * configure: Regenerate.
6694
6695 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
6696
6697 * configure: Rebuilt.
6698 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
6699 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6700 newlib nor libgloss.
6701 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
6702 * configure.in (am33_2.0-*-linux*): Added.
6703
6704 2003-07-09 Bob Wilson <bob.wilson@acm.org>
6705
6706 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6707 * configure: Regenerate.
6708
6709 2003-07-06 H.J. Lu <hongjiu.lu@intel.com>
6710
6711 * config-ml.in: Replace PWD with PWD_COMMAND.
6712 * Makefile.tpl: Likewise.
6713 * Makefile.in: Regenerated.
6714
6715 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
6716
6717 * configure.in: Clean up config-lang.in handling. Delete
6718 useless assignment to "subdirs".
6719 * configure: Regenerate.
6720
6721 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
6722
6723 * configure.in: Rename 'target_libs' to 'target_libraries'.
6724 Remove useless reference to 'target_libs'.
6725 * configure: Regenerate.
6726
6727 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
6728
6729 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6730 * Makefile.in: Regenerate.
6731
6732 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
6733
6734 * Makefile.def: Introduce flags_to_pass.
6735 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6736 * Makefile.in: Regenerate.
6737
6738 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
6739
6740 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6741 and target-libgloss.
6742 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6743 <h8300*-*-*>: Disable libf2c and ${libgcj}.
6744 * configure: Regenerate.
6745
6746 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
6747
6748 * configure.in: Update testsuite_flags to new location.
6749 * configure. Regenerate.
6750
6751 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
6752
6753 * Makefile.tpl: Remove BUILD_CC stuff.
6754 * Makefile.in: Regenerate.
6755
6756 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6757
6758 * config.guess: Update to 2003-06-12 version.
6759 * config.sub: Update to 2003-06-13 version.
6760
6761 2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6762
6763 * MAINTAINERS: Add myself as MIPS co-maintainer.
6764
6765 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
6766
6767 * config.guess: Update to 2003-06-06 version.
6768 * config.sub: Update to 2003-06-06 version.
6769
6770 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6771
6772 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6773 * configure. Regenerate.
6774
6775 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
6776
6777 * configure.in: Disable serial configure by default.
6778 * configure: Regenerate.
6779 * Makefile.tpl: Abolish .NOTPARALLEL.
6780 * Makefile.in: Regenerate.
6781
6782 * Makefile.tpl: Replace {build,host,target}_canonical by
6783 {build,host,target}.
6784 * Makefile.in: Regenerate.
6785
6786 * Makefile.tpl: Fix stupid pasto.
6787 * Makefile.in: Regenerate.
6788
6789 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
6790
6791 * Makefile.tpl: Remove bogus conditional.
6792 * Makefile.in: Regenerate.
6793
6794 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
6795
6796 * Makefile.tpl: Make 'recursive targets' using autogen rather
6797 than shell loop. Remove duplicate 'clean' targets and false
6798 comments.
6799 * Makefile.def: Add systematic dependencies to 'recursive' targets.
6800 Add systematic method of specifying missing targets in subdirs.
6801 Add copyright boilerplate.
6802 * Makefile.in: Regenerate.
6803 * configure.in: Add 'recursive targets' to maybe list.
6804 * configure: Regenerate.
6805
6806 * Makefile.tpl: Rename [+target+] to [+make_target+].
6807 * Makefile.def: Rename 'target' to 'make_target'.
6808
6809 2003-05-30 Nick Clifton <nickc@redhat.com>
6810
6811 * README-maintainer-mode: Update URL for locating blessed config
6812 tools.
6813
6814 2003-05-29 Robert Millan <rmh@debian.org>
6815
6816 * ltconfig: Import this patch and modify for use with current
6817 version of ltconfig:
6818
6819 2003-05-21 Bruno Haible <bruno@clisp.org>
6820
6821 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
6822 GNU/FreeBSD.
6823
6824 2003-05-28 DJ Delorie <dj@redhat.com>
6825
6826 * Makefile.tpl: Make maybe-check-gcc .PHONY.
6827 * Makefile.in: Regenerate.
6828
6829 2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
6830
6831 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
6832
6833 2003-05-21 DJ Delorie <dj@redhat.com>
6834
6835 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6836 newlib or libgloss.
6837 * Makefile.in: Regenerate.
6838
6839 2003-05-21 DJ Delorie <dj@redhat.com>
6840
6841 * Makefile.tpl: Add missing empty maybe-check-gcc target.
6842 * Makefile.in: Regenerate.
6843
6844 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6845
6846 * configure.in: Use curly braces in the definition of tooldir.
6847 * configure: Regenerate.
6848
6849 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
6850
6851 * configure.in: Switch more things to use maybe dependencies.
6852 * Makefile.tpl: Switch more things to use maybe dependencies.
6853 Factor out common code from autogen IF statements.
6854 * configure: Regenerate.
6855 * Makefile.in: Regenerate.
6856
6857 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
6858
6859 * configure.in: Accept i[3456789]86 for machine type.
6860 * configure: Regenerate.
6861
6862 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
6863
6864 * configure.in: Switch more things to use maybe dependencies.
6865 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
6866 * configure: Regenerate.
6867 * Makefile.tpl: Switch more things to use maybe dependencies.
6868 * Makefile.in: Regenerate.
6869
6870 2003-05-16 Andreas Schwab <schwab@suse.de>
6871
6872 * Makefile.tpl (install-opcodes): Define.
6873 * Makefile.in: Rebuild.
6874
6875 2003-05-13 Andreas Jaeger <aj@suse.de>
6876
6877 * config.guess: Update to 2003-05-09 version.
6878 * config.sub: Update to 2003-05-09 version.
6879
6880 2003-05-13 Michael Eager <eager@mvista.com>
6881
6882 * configure.in: Correct sed script so that options in quotes are not
6883 deleted.
6884 * configure: Rebuild.
6885
6886 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
6887
6888 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6889 and $$s/newlib/libc/sys/cygwin32 include paths.
6890 * configure: Ditto.
6891
6892 2003-05-05 H.J. Lu <hjl@gnu.org>
6893
6894 * config-ml.in: Restored from gcc repository.
6895
6896 2003-05-02 Chris Demetriou <cgd@broadcom.com>
6897
6898 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6899 * Makefile.in: Regenerate.
6900
6901 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
6902
6903 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
6904 and Makefile.def.
6905
6906 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
6907
6908 * Makefile.tpl: Clean $(BUILD_SUBDIR).
6909 * Makefile.in: Regenerated.
6910
6911 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6912
6913 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6914 * Makefile.in: Regenerate.
6915
6916 2003-04-18 Jakub Jelinek <jakub@redhat.com>
6917
6918 * configure.in (powerpc64*-*-linux*): Remove.
6919 * configure: Rebuilt.
6920
6921 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
6922
6923 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
6924 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6925 and restrap.
6926 * Makefile.in: Regenerate.
6927
6928 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
6929
6930 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6931 * configure: Regenerated.
6932
6933 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
6934
6935 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6936 * */configure: Rebuilt.
6937
6938 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
6939
6940 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6941 * Makefile.in: Regenerate.
6942
6943 2003-03-14 Michael Chastain <mec@shout.net>
6944
6945 * Makefile.in: Regenerate with correct Makefile.def.
6946
6947 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
6948
6949 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
6950 Make macro.
6951 * Makefile.in: Regenerate.
6952 * configure.in: Clean up gxx_include_dir logic.
6953 * configure: Regenerate.
6954
6955 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6956
6957 * configure.in (gxx_include_dir): Fix typo.
6958 * configure: Regenerated.
6959
6960 2003-03-06 Andrew Cagney <cagney@redhat.com>
6961
6962 * texinfo/texinfo.tex: Import version 2003-02-03.16.
6963
6964 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
6965
6966 * configure.in: Include $(build_tooldir)/sys-include in
6967 FLAGS_FOR_TARGET.
6968 * configure: Regenerated.
6969
6970 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
6971
6972 * Makefile.tpl: Reindent.
6973 * Makefile.in: Regenerate.
6974 * configure.in: Reindent. Don't set unused variables.
6975 * configure: Regenerate.
6976
6977 * Makefile.tpl: Always pass down RANLIB.
6978 * Makefile.in: Regenerate.
6979
6980 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6981 * Makefile.in: Regenerate.
6982 * configure.in: Remove unused logic relating to --enable-shared
6983 and --enable-threads. Remove bogus comments. Remove redundant
6984 noconfigdirs.
6985 * configure: Regenerate.
6986
6987 * configure.in: Replace ${libstdcxx_version} by its value.
6988 Remove reference to mh-dgux.
6989 * configure: Regenerate.
6990
6991 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6992
6993 * Makefile.tpl: Rearrange.
6994 * Makefile.in: Regenerate.
6995
6996 2003-02-25 Nick Clifton <nickc@redhat.com>
6997
6998 * configure: Remove site-file supprot - it is obsolete.
6999
7000 2003-02-24 Uwe Stieber <uwe@wwws.de>
7001
7002 * configure.in: Add support for kaOS as cross build target system.
7003 * configure: Regenerated.
7004
7005 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
7006
7007 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7008 configure-target-* as some target builds may require additional
7009 flags for preprocessor tests.
7010 * Makefile.in: Regenerated.
7011
7012 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7013
7014 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7015 * ltconfig: Handle it.
7016 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7017 auto-detecting it.
7018
7019 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7020
7021 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7022 it is used as argument to $CC.
7023 * ltcf-gcj.sh: Likewise.
7024
7025 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7026
7027 * configure.in: Introduce --enable-maintainer-mode.
7028 * configure: Rebuilt.
7029 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7030 for maintainer mode.
7031 * Makefile.in: Rebuilt.
7032
7033 2003-02-19 Andrew Cagney <ac131313@redhat.com>
7034
7035 * configure: Regenerate using autoconf 2.13.
7036
7037 2003-02-19 Alan Modra <amodra@bigpond.net.au>
7038
7039 * config.guess: Import latest version.
7040 * config.sub: Import latest version.
7041
7042 2003-02-18 Jason Merrill <jason@redhat.com>
7043
7044 * Makefile.tpl (check-c++): Allow parallelism.
7045
7046 2003-02-17 Andrew Cagney <ac131313@redhat.com>
7047
7048 * configure: Regenerate using autoconf 000227.
7049
7050 2003-02-15 Geoffrey Keating <geoffk@apple.com>
7051
7052 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7053 don't configure target-libobjc.
7054 * configure: Regenerate.
7055
7056 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7057
7058 * Makefile.tpl (RANLIB): Define.
7059 * Makefile.in: Regenerate.
7060
7061 2003-02-06 Keith R Seitz <keiths@redhat.com>
7062
7063 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7064 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7065 * Makefile.in: Regenerated.
7066 * configure.in: Remove all traces of snavigator, db, and grep.
7067 * configure: Regenerated.
7068
7069 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
7070
7071 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7072 * Makefile.in: Regenerated.
7073
7074 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
7075
7076 * config.if: Copy from GCC.
7077
7078 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
7079
7080 * configure.in: Revert 24Jan change.
7081 * configure: Regenerate.
7082
7083 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7084
7085 * configure.in: Revert previous change.
7086 * configure: Regenerate.
7087
7088 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7089
7090 * configure.in: Make rda native-only.
7091 * configure: Regenerate.
7092
7093 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7094
7095 * configure.in: Add missing \.
7096 * configure: Rebuilt.
7097
7098 2003-01-17 Jakub Jelinek <jakub@redhat.com>
7099
7100 * configure.in (baseargs): Avoid using \| in sed regular
7101 expressions.
7102 * configure: Rebuilt.
7103
7104 2003-01-16 Jakub Jelinek <jakub@redhat.com>
7105
7106 * configure.in (baseargs): Remove all supported forms of
7107 --cache-file, --srcdir, --host, --build and --target options
7108 from argument lists.
7109 * configure: Rebuilt.
7110
7111 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
7112
7113 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7114 * configure: Rebuilt.
7115
7116 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7117
7118 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7119 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7120 * Makefile.in: Regenerate.
7121 * configure: Regenerate.
7122
7123 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7124
7125 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7126 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7127 * Makefile.in: Regenerate.
7128
7129 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
7130
7131 * configure.in: Remove Makefile in build, host and target modules
7132 unless configure was run with --no-recursion.
7133 * configure: Rebuilt.
7134
7135 2003-01-08 Chris Demetriou <cgd@broadcom.com>
7136
7137 * config.guess: Update to 2003-01-03 version.
7138 * config.sub: Update to 2003-01-03 version.
7139
7140 2003-01-07 Christopher Faylor <cgf@redhat.com>
7141
7142 * configure: Regenerate with proper autoconf 2.13.
7143
7144 2003-01-07 Christopher Faylor <cgf@redhat.com>
7145
7146 * configure.in: Add AC_PREREQ for consistency.
7147 * configure: Regenerate.
7148
7149 2003-01-06 Andrew Cagney <ac131313@redhat.com>
7150
7151 * configure.in (GDB_TK): Add tcl directories conditional on
7152 gdb/gdbtk directory being present.
7153 * configure: Regenerate.
7154
7155 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
7156
7157 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7158 by gcc if LD is not defined and we are not doing a Canadian Cross.
7159 * configure: Rebuilt.
7160
7161 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
7162
7163 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7164
7165 2002-12-31 Tom Tromey <tromey@redhat.com>
7166
7167 * Makefile.in: Rebuilt.
7168 * Makefile.def (target_modules) [libffi]: Allow installation.
7169
7170 2002-12-31 Andreas Schwab <schwab@suse.de>
7171
7172 * configure.in: Fix use of $program_transform_name.
7173 * configure: Regenerated.
7174
7175 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
7176
7177 * configure.in (baseargs): Don't remove first configure argument.
7178 * configure: Regenerated.
7179
7180 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
7181
7182 * Makefile.tpl (local-distclean): Don't remove...
7183 (multilib.ts): ... this. Moved into...
7184 (multilib.out): ... this. Don't use sub-make.
7185 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7186 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7187 (configure-build-[+module+], configure-[+module+],
7188 configure-target-[+module+], configure-gcc): ... these. Test
7189 for Makefile existence. Drop config.status from dependencies.
7190 * Makefile.in: Rebuilt.
7191 * configure.in: Move gcc-version-trigger to the end of
7192 ac_configure_args. Add comments to maybedep.tmp and
7193 serdep.tmp. Introduce --disable-serial-configure. Remove
7194 nonopt from baseargs, matching and removing corresponding
7195 whitespace while at it.
7196 * configure: Rebuilt.
7197
7198 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7199
7200 * configure.in (host_configargs): Replace reference to
7201 no-longer-defined buildopts with --build=${build_alias}.
7202 * configure: Rebuilt.
7203
7204 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7205
7206 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7207 program_transform_name to standard idiom.
7208 (AUTOGEN, AUTOCONF): Define.
7209 (Makefile.in): Use $(AUTOGEN).
7210 (Makefile): Depend on config.status, and use autoconf-style rule to
7211 build it. Move original commands to...
7212 (config.status): ... this new target.
7213 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7214 $(AUTOCONF).
7215 * Makefile.in: Rebuilt.
7216
7217 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7218
7219 * Makefile.tpl: Fix dramatic bustage due to change in
7220 program_transform_name.
7221 * Makefile.in: Regenerate.
7222
7223 * configure.in: Remove unnecessary PATH setting.
7224 * configure: Regnerate.
7225
7226 * configure.in: Don't default to unprefixed tools unless
7227 the native tools will work.
7228 * configure: Regenerate.
7229
7230 * configure.in: Convert to autoconf script. Blow away lots
7231 of now-redundant Makefile fragments.
7232 * configure: Generate using Autoconf.
7233 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7234 * Makefile.in: Regenerate.
7235
7236 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7237
7238 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
7239 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7240
7241 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
7242 where they belong.
7243
7244 2002-12-24 Andreas Schwab <schwab@suse.de>
7245
7246 * Makefile.tpl (multilib.out): Fix missing space.
7247 * Makefile.in: Regenerate.
7248
7249 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7250
7251 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7252 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7253 * Makefile.in: Regenerate.
7254 * configure.in: Remove unnecessary leftovers.
7255
7256 2002-12-21 Geoffrey Keating <geoffk@apple.com>
7257
7258 * configure.in (extra_ranlibflags_for_target): New variable.
7259 (*-*-darwin): Add -c to ranlib commands.
7260 * configure (tooldir): Handle extra_ranlibflags_for_target.
7261
7262 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7263
7264 * COPYING.NEWLIB: Updated.
7265 * COPYING.LIBGLOSS: Ditto.
7266
7267 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7268
7269 * Makefile.tpl: Revert HJL's change.
7270 * Makefile.in: Regenerated.
7271 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7272 always.
7273
7274 2002-12-19 Andreas Schwab <schwab@suse.de>
7275
7276 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7277 * Makefile.in: Regenerate.
7278
7279 2002-12-18 H.J. Lu <hjl@gnu.org>
7280
7281 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7282 * Makefile.in: Regenerated.
7283
7284 * configure.in (build_prefix): New. Substitute.
7285
7286 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7287
7288 * Makefile.tpl: Don't let real targets depend on phony targets.
7289 * Makefile.in: Regenerate.
7290
7291 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7292 * Makefile.in: Regenerate.
7293
7294 2002-12-16 Jason Merrill <jason@redhat.com>
7295
7296 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7297 previous 'make bootstrap'.
7298 * Makefile.in: Regenerate.
7299
7300 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7301
7302 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7303
7304 2002-12-13 Jason Merrill <jason@redhat.com>
7305
7306 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7307 library tests.
7308 (check-c++): Just depend on it and check-target-libstdc++-v3.
7309 * Makefile.in: Regenerate.
7310
7311 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7312
7313 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7314 * Makefile.in: Regenerate.
7315
7316 2002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7317
7318 * COPYING.NEWLIB: Update list of alternate Regent of California
7319 licenses and discuss official revoking of advertising clause.
7320 * COPYING.LIBGLOSS: Ditto.
7321
7322 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
7323
7324 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7325 * Makefile.in: Rebuilt.
7326
7327 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
7328
7329 * configure: Fix bug put in by gremlins.
7330
7331 * Makefile.tpl: Substitute more autoconfily.
7332 * configure: Substitute more autoconfily.
7333 * Makefile.in: Regenerate.
7334
7335 2002-12-08 Andrew Cagney <ac131313@redhat.com>
7336
7337 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7338 * Makefile.in (all-sim): Ditto.
7339
7340 2002-12-06 DJ Delorie <dj@redhat.com>
7341
7342 * Makefile.tpl: Change configure dependencies to not have real
7343 targets depend on phony targets.
7344
7345 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7346
7347 * configure.in: Revert unintentional change.
7348
7349 * src-release: Configure host subdirs.
7350
7351 * Makefile.tpl: Change dependency for */multilib.out so that
7352 it works when gcc isn't in the tree.
7353
7354 * configure.in: Substitute more.
7355 * configure: Run subconfigures from the Makefile.
7356 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7357 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7358
7359 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7360
7361 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7362 and corresponding dependencies.
7363 * Makefile.in: Regenerate.
7364
7365 * configure.in (host_tools): Order binutils, gas and ld for
7366 convenience in running the testsuites.
7367
7368 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7369 * Makefile.in: Regenerate.
7370 * configure.in: Introduce rules to serialize subconfigure runs.
7371
7372 * configure.in: Introduce BASE_CC_FOR_TARGET.
7373 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7374 Realize configure-build-* targets. Realize configure-target-* targets.
7375 * Makefile.in: Regenerate.
7376
7377 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7378
7379 * configure: Move gcc_version_trigger stuff from here...
7380 * configure.in: ...to here.
7381
7382 * configure.in: Separate subconfigure options added by this file from
7383 options given by the user. Add machinery to put args for host
7384 subconfigures into the Makefile.
7385
7386 * Makefile.tpl: Remove 'vault' targets.
7387 * Makefile.tpl: Reorder and comment dependencies.
7388 * Makefile.in: Regenerate.
7389
7390 2002-11-28 Geoffrey Keating <geoffk@apple.com>
7391
7392 * configure.in: Move host-specific darwin noconfigdirs into
7393 the host-specific section.
7394
7395 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7396
7397 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7398 during replay.
7399 * Makefile.in: Regenerate.
7400
7401 (finishing slow-motion replay)
7402 * configure: Remove skip-this-dir support.
7403 * Makefile.tpl: Remove skip-this-dir support.
7404
7405 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7406 subdirectories.
7407 * Makefile.in: Regenerate.
7408
7409 * Makefile.tpl: Strip out useless setting of 'dir'.
7410 * Makefile.in: Regenerate.
7411
7412 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7413
7414 (finishing slow-motion replay)
7415 * configure.in: Fix deeply stupid bug.
7416
7417 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7418 shell code in CXX_FOR_TARGET
7419 * Makefile.def: Introduce raw_cxx.
7420 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7421 RAW_CXX_FOR_TARGET.
7422 * Makefile.in: Regenerate.
7423
7424 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7425
7426 (finishing slow-motion replay)
7427 * Makefile.tpl: Remove unnecessary ifs.
7428 * Makefile.in: Regenerate.
7429
7430 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
7431 dependencies. Maybe-ize build-libiberty. Create dummy install
7432 targets for 'no_install' modules.
7433 * configure: Move GDB_TK substitution to configure.in. Move
7434 build_modules stuff to configure.in.
7435 * configure.in: Implement soft dependency machinery. Maybe-ize
7436 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7437 * Makefile.in: Regenerate.
7438
7439 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7440
7441 (continuing slow-motion replay)
7442 * Makefile.tpl: Make all-target, install-target behave similarly
7443 to all, install (only hitting configured targets). Eliminate
7444 unused macro defintions.
7445
7446 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7447 build != host.
7448
7449 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7450
7451 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7452
7453 * configure.in: Produce lists of subdir targets we're actually
7454 configuring. Remove references to "dosrel".
7455 * Makefile.tpl: Let configure set which subdir targets are hit.
7456 Remove install-cross; clean up install; remove ALL. Remove
7457 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
7458 Autogenerate host module targets. Remove empty dependency lines
7459 and redundant dependency; rearrange slightly.
7460 * Makefile.def: Add host-side libtermcap, utils.
7461
7462 * Makefile.in: Regenerate.
7463
7464 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7465
7466 (Continuing slow-motion replay)
7467 * Makefile.def: Add list of recursive targets to autogenerate.
7468 Add build_modules.
7469 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7470 targets. Autogenerate *-build-* targets.
7471 * Makefile.in: Regenerate.
7472
7473 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7474
7475 (Continuing slow-motion replay)
7476 * configure: More autoconf-style substitutions.
7477 * Makefile.tpl: More autoconf-style substitutions.
7478 * Makefile.in: Regenerate.
7479
7480 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7481
7482 (Continuing slow-motion replay)
7483 * configure: Substitute more variables in a more autoconf-friendly
7484 way. Simplify slightly.
7485 * Makefile.tpl: Make more variables substitutable in an
7486 autoconf-friendly way.
7487 * Makefile.in: Regenerate.
7488
7489 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7490
7491 (Continuing slow-motion replay)
7492 * configure.in (v810*): Remove special setting of tools.
7493
7494 * configure: Add support for extra required flags for ar or nm.
7495 * configure.in (aix4.3+): Use above support for target-specific
7496 issues, rather than using config/mt-aix43.
7497
7498 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7499
7500 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
7501 * configure: Remove 'removing', which doesn't work. Replace $subdir
7502 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7503 with $srcdir. Reformat indentation. Substitute some variables
7504 formerly hard-coded in the Makefile for build=host.
7505 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7506 * Makefile.def: Autogenerate more.
7507 * Makefile.in: Regenerate.
7508
7509 2002-11-13 Bruce Korb <bkorb@gnu.org>
7510
7511 * Makefile.tpl: syntactic cleanup
7512
7513 2002-11-04 Kevin Buettner <kevinb@redhat.com>
7514
7515 * Makefile.def (host_modules): Add rda.
7516 * Makefile.in: Regenerate.
7517 * configure.in (target_tool): Add target-rda to list.
7518
7519 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
7520
7521 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
7522 and restrap targets to this rule.
7523 * Makefile.in: Regenerate.
7524
7525 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
7526
7527 * configure.in (i[3456]86-*-linux*): Add check to disable
7528 ${libgcj} for glibc1.
7529
7530 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
7531
7532 * configure.in: Add tic4x target.
7533
7534 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
7535
7536 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7537 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7538 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7539 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7540 * Makefile.in: Regenerate.
7541
7542 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7543
7544 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7545 * Makefile.in: Regenerate.
7546
7547 * Makefile.def: Remove order dependency comments.
7548 * Makefile.tpl: Add explicit install-install dependencies.
7549 * Makefile.in: Regenerate.
7550
7551 * Makefile.tpl: Remove material now in src-release. (Finally!)
7552 * Makefile.in: Regenerate.
7553
7554 * configure: Restore my original patch by syncing with gcc version.
7555
7556 * Bring following over from gcc:
7557
7558 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
7559
7560 * configure.in (s390*-*-linux*): Enable libgcj.
7561
7562 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7563
7564 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
7565
7566 2002-10-02 Alan Modra <amodra@bigpond.net.au>
7567
7568 * configure: Move stray lines back to where they belong.
7569
7570 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
7571
7572 * Makefile.tpl: Insert configure-target target, for src-release.
7573
7574 * configure: Finish reverting change which Andrew Cagney started
7575 reverting. Should fix bustage.
7576
7577 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7578 * src-release: New file. Contains material for making net
7579 releases for gdb, binutils, et al., formerly in Makefile.in.
7580
7581 2002-09-30 Nick Clifton <nickc@redhat.com>
7582
7583 * cpu: New top level directory. Intended to hold input files for
7584 CGEN which have FSF copyright assignment.
7585 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7586
7587 2002-09-29 Andrew Cagney <ac131313@redhat.com>
7588
7589 Revert below (note that src does not contain Makefile.tpl):
7590 * Makefile.tpl: Make subsituted variables more autoconfy.
7591 * Makefile.in: Regenerate.
7592
7593 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
7594
7595 * configure: Revert accidentally applied changes.
7596
7597 * Makefile.tpl: Make more autoconf-friendly.
7598 * Makefile.in: Regenerate.
7599 * configure: Make substitution more autoconf-like.
7600
7601 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
7602
7603 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7604 single entry to handle all these.
7605 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
7606 libjava on arm-*-elf.
7607
7608 2002-09-27 Geoffrey Keating <geoffk@apple.com>
7609
7610 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7611 things that depend on them.
7612
7613 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7614
7615 * Makefile.tpl: Make subsituted variables more autoconfy.
7616 * Makefile.in: Regenerate.
7617 * configure: Make seds more autoconfy.
7618
7619 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7620
7621 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7622 * Makefile.in: Regenerate.
7623 * configure.in: Rewrite sed statements to look autoconfy.
7624
7625 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7626 all-target-foo on configure-target-foo.
7627 * Makefile.def: Ditto.
7628 * Makefile.in: Rebuild.
7629
7630 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
7631
7632 * Makefile.def: New file.
7633 * Makefile.tpl: New file.
7634 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7635
7636 * configure.in: Minor rearrangement. Simplify tests.
7637
7638 2002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
7639
7640 * configure.in (with_headers): Skip copy if value is "yes".
7641 (with_libs): Likewise.
7642
7643 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7644
7645 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7646 * configure.in (sh*-*-pe*): Ditto.
7647 * configure.in (mips*-*-pe*): Ditto.
7648 * configure.in (*arm-wince-pe): Ditto.
7649
7650 * configure.in: Rearrange.
7651
7652 2002-09-12 Nick Clifton <nickc@redhat.com>
7653
7654 * Import these changes from the config master repository:
7655
7656 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
7657
7658 * config.sub: Add tic4x target.
7659
7660 2002-09-03 Ben Elliston <bje@redhat.com>
7661
7662 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
7663 Reported by <Duncan_Stodart@insession.com>.
7664
7665 2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
7666
7667 * COPYING.NEWLIB: More updates.
7668
7669 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
7670
7671 * COPYING.NEWLIB: Update.
7672
7673 2002-08-23 Andrew Cagney <ac131313@redhat.com>
7674
7675 * texinfo/texinfo.tex: Import version 2002-06-04.06.
7676
7677 * config.guess: Import version 2002-08-23.
7678 * config.sub: Import version 2002-08-22.
7679
7680 2002-08-20 Alexandre Oliva <aoliva@redhat.com>
7681
7682 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7683 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7684 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7685
7686 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
7687
7688 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7689
7690 2002-08-04 H.J. Lu (hjl@gnu.org)
7691
7692 * configure.in (mips*-*-linux*): Don't skip target-libffi.
7693
7694 2002-07-31 Alan Modra <amodra@bigpond.net.au>
7695
7696 * configure.in: Move generic linux case to end. Copy generic
7697 linux noconfigdirs to mips*-*-linux* entry and new
7698 powerpc64*-*-linux* entry. Add target-libffi for the latter.
7699
7700 2002-07-19 Chris Demetriou <cgd@broadcom.com>
7701
7702 * MAINTAINERS: Clarify on config.guess and config.sub, and add
7703 one instance of them which was missed to the list to update.
7704
7705 2002-07-16 Chris Demetriou <cgd@broadcom.com>
7706
7707 * config.guess: Update to 2002-07-09 version.
7708 * config.sub: Update to 2002-07-03 version.
7709
7710 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
7711
7712 * configure.in: Remove two redundant tests.
7713
7714 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7715
7716 * configure.in (mips*-*-irix6*o32): Enable stabs.
7717
7718 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
7719
7720 * configure.in: Don't build grez.
7721 * Makefile.in: Ditto.
7722
7723 * Makefile.in: Remove references to bsp, cygmon, libstub.
7724 * configure.in: Ditto.
7725
7726 * configure.in: Remove leftover reference to gdbtest.
7727
7728 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
7729
7730 * configure.in (gxx_include_dir): Change to match versioned
7731 C++ headers if --enable-version-specific-runtime-libs is used.
7732
7733 2002-07-04 Steve Ellcey <sje@cup.hp.com>
7734
7735 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7736
7737 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
7738
7739 * configure.in: Make --without-x work.
7740
7741 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
7742
7743 * contrib: New directory. Created to contain a copy of the
7744 texi2pod.pl script so that it is in the same place as the version in
7745 the FSF GCC sources.
7746
7747 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
7748
7749 * configure.in: Rearrange target Makefile fragment collection.
7750
7751 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7752 cvs[src].
7753 * configure.in: Ditto.
7754
7755 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
7756
7757 * Makefile.in: Eliminate 'apache' targets.
7758 * configure.in: Eliminate 'apache' targets.
7759
7760 * configure.in: Eliminate redundant tests. Reorganize.
7761
7762 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7763
7764 * config-ml.in: Eliminate references to Cygnus configure.
7765
7766 * Makefile.in: Eliminate references to building emacs.
7767
7768 2002-07-01 Denis Chertykov <denisc@overta.ru>
7769
7770 * configure.in: Add support for ip2k.
7771
7772 2002-06-24 Ben Elliston <bje@redhat.com>
7773
7774 * configure.in (host_tools): Remove cgen.
7775
7776 * Makefile.in (all-cgen): Remove; runs from its source directory.
7777 (check-cgen, install-cgen, clean-cgen): Likewise.
7778 (all-opcodes): No not depend on all-cgen.
7779 (all-sim): Likewise.
7780
7781 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
7782
7783 * configure.in: Fix AIX configury bug.
7784
7785 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7786
7787 * configure.in: Replace ${topsrcdir} with ${srcdir}.
7788
7789 * configure.in: Move definition of libstdcxx_flags right above
7790 usage, rather than way earlier.
7791
7792 * configure.in: Pull definition of is_cross_compiler earlier.
7793
7794 * configure.in: Rearrange a little.
7795
7796 * configure.in: Remove references to librx.
7797 * Makefile.in: Remove references to librx.
7798
7799 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7800
7801 * configure.in: Eliminate ${gasdir} variable.
7802
7803 2002-06-18 Dave Brolley <brolley@redhat.com>
7804
7805 * configure.in: Add support for frv.
7806 * config.sub: Add support for frv.
7807
7808 2002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7809
7810 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7811
7812 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7813
7814 * configure.in (vax-*-netbsd*): Re-enable gas.
7815
7816 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
7817
7818 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7819 BUILD_PREFIX_1, to correct nomenclature.
7820 * configure: Likewise.
7821
7822 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7823 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7824
7825 2002-05-31 Olaf Hering <olh@suse.de>
7826
7827 * config-ml.in: Propogate DESTDIR also.
7828
7829 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
7830
7831 * configure.in (vax-*-netbsd*): Don't build gas for this
7832 platform.
7833
7834 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
7835
7836 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7837 and libgcj for AVR.
7838
7839 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
7840
7841 * config.sub: Add DLX target.
7842
7843 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7844
7845 * config.guess: Update to 2002-05-22 version.
7846 * config.sub: Likewise.
7847
7848 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7849
7850 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7851 * config-ml.in: Likewise.
7852 * configure: Likewise.
7853 * configure.in: Likewise.
7854
7855 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
7856
7857 * configure.in: Simplify makefile fragment collection.
7858
7859 * configure.in: Remove code to build emacs.
7860
7861 * configure.in : Remove --srcdir argument from targargs and buildargs
7862 (it's always overridden in the Makefile anyway). Rearrange a bit.
7863
7864 * configure: Move some logic to configure.in.
7865 * configure.in: Move some logic from configure.
7866
7867 2002-05-07 Jeff Johnston <jjohnstn@redhat.com>
7868
7869 * COPYING.LIBGLOSS: New file.
7870
7871 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
7872
7873 * Makefile.in: Honour DESTDIR.
7874
7875 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
7876
7877 * configure.in (noconfigdirs): Don't disable libgcj on
7878 sparc64-*-solaris* and sparcv9-*-solaris*.
7879
7880 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
7881
7882 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7883
7884 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
7885
7886 * configure.in (FLAGS_FOR_TARGET): Do not add
7887 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7888 on i[3456]86-*-linux*.
7889
7890 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
7891
7892 * configure.in (noconfigdirs): Replace [ ] with test.
7893
7894 * configure.in (noconfigdirs): Do not add target-newlib if
7895 target == i[3456]86-*-linux*, and host == target.
7896
7897 2002-04-29 Mark Mitchell <mark@codesourcery.com>
7898
7899 * config.guess: Updated to 2002-04-26's version.
7900 * config.sub: Updated to 2002-04-26's version.
7901
7902 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
7903
7904 * configure.in: delete reference to absent file
7905
7906 * configure.in: replace '[' with 'test'
7907
7908 * configure.in: Eliminate references to gash.
7909 * Makefile.in: Eliminate references to gash.
7910
7911 * configure.in: remove useless references to 'pic' makefile fragments.
7912
7913 * configure.in: (*-*-windows*) Finish removing.
7914
7915 * configure.in: Eliminate redundant test for libgui.
7916
7917 2002-04-26 Joel Sherrill <joel@OARcorp.com>
7918
7919 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7920 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7921
7922 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
7923
7924 * configure.in: remove references to dead files
7925
7926 2002-04-18 Tom Tromey <tromey@redhat.com>
7927
7928 * configure.in: Disallow configuring libgcj when it is already
7929 installed and we're using Solaris 2.8 linker. Do enable libgcj on
7930 Solaris 2.8 by default. For PR libgcj/6158.
7931
7932 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7933
7934 * configure.in: Move default CC setting out of config/mh-* fragments
7935 directly into here.
7936
7937 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7938
7939 * configure.in: don't even try to configure or make a subdirectory
7940 if there's no configure script for it.
7941
7942 2002-04-15 Mark Mitchell <mark@codesourcery.com>
7943
7944 * MAINTAINERS: Remove chill maintainers.
7945 * Makefile.in (CHILLFLAGS): Remove.
7946 (CHILL_LIB): Remove.
7947 (TARGET_CONFIGDIRS): Remove libchill.
7948 (CHILL_FOR_TARGET): Remove.
7949 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7950 CHILL_LIB.
7951 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7952 (CHECK_TARGET_MODULES): Likewise.
7953 (INSTALL_TARGET_MODULES): Likewise.
7954 (CLEAN_TARGET_MODULES): Likewise.
7955 (configure-target-libchill): Remove.
7956 (all-target-libchill): Remove.
7957 * configure.in (target_libs): Remove target-libchill.
7958 Do not compute CHILL_FOR_TARGET.
7959 * libchill: Remove directory.
7960
7961 2002-04-15 DJ Delorie <dj@redhat.com>
7962
7963 * Makefile.in, configure.in, configure: Sync with gcc, entries
7964 follow...
7965
7966 2002-04-08 Tom Tromey <tromey@redhat.com>
7967
7968 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7969 Fixes PR libgcj/6068.
7970
7971 2002-03-30 Krister Walfridsson <cato@df.lth.se>
7972
7973 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7974
7975 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7976
7977 * configure.in (alpha*-dec-osf*): Enable libgcj.
7978
7979 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
7980
7981 Fix for: PR bootstrap/3591, target/5676
7982 * configure.in (mcore-pe): Disable the configuration of
7983 libstdc++-v3 since exceptions are not supported.
7984
7985 2002-03-20 Anthony Green <green@redhat.com>
7986
7987 * configure.in: Enable libgcj for xscale-elf target.
7988
7989 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
7990
7991 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7992 libjava.
7993 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
7994
7995 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
7996
7997 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
7998 libstdc++-v3 and libjava.
7999
8000 2002-02-11 Adam Megacz <adam@xwt.org>
8001
8002 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8003 boehm-gc
8004
8005 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8006
8007 * config.guess: Updated to 2002-01-30's version.
8008 * config.sub: Updated to 2002-02-01's version.
8009 Contribute sh64-elf.
8010 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8011 * configure.in: Added sh64-*-*.
8012
8013 2002-01-17 H.J. Lu <hjl@gnu.org>
8014
8015 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8016 (all-target-fastjar): Also depend on all-target-libiberty.
8017
8018 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8019
8020 * configure, configure.in: Use temp file for long sed commands.
8021
8022 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8023
8024 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8025 libf2c.
8026
8027 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8028
8029 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8030
8031 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
8032
8033 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8034
8035 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8036
8037 * configure: Handle temporary files securely using mkdir.
8038
8039 2001-09-26 Will Cohen <wcohen@redhat.com>
8040
8041 * configure.in (*-*-linux*): Disable configuration of target-newlib
8042 and target-libgloss.
8043
8044 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
8045
8046 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8047 RANLIB.
8048
8049 2001-08-11 Graham Stott <grahams@redhat.com>
8050
8051 * Makefile.in (check-c++): Add missing semicolon.
8052
8053 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8054
8055 * configure.in (sh-*-linux*): New.
8056
8057 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8058
8059 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8060 and libgcj on m68hc11/m68hc12.
8061
8062 2001-06-27 H.J. Lu (hjl@gnu.org)
8063
8064 * Makefile (CFLAGS_FOR_BUILD): New.
8065 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8066
8067 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
8068
8069 * configure.in (libstdcxx_flags): Do not try to execute
8070 libstdc++-v3/testsuite_flags until it exists.
8071
8072 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8073
8074 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8075
8076 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8077
8078 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8079
8080 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8081
8082 * configure.in: Move *-chorusos target case to the proper switch.
8083 Disable libgcj.
8084
8085 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8086
8087 * Makefile.in (STAGE1_CFLAGS): Pass down.
8088
8089 2001-04-13 Alan Modra <amodra@one.net.au>
8090
8091 * config.guess: Add hppa64-linux support. Note for next import that
8092 this is already in the master file.
8093 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8094
8095 2001-03-22 Colin Howell <chowell@redhat.com>
8096
8097 * Makefile.in (DO_X): Do not backslash single-quotes in
8098 backquotes (two places).
8099
8100 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
8101
8102 * Makefile.in (DO_X): Quote nested quotes.
8103
8104 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
8105
8106 * Makefile.in (DO_X): Use double quotes for quoting
8107 "RANLIB=$${RANLIB}".
8108
8109 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8110
8111 * configure.in: Only use `lang_requires' for languages athat are
8112 actually enabled.
8113
8114 2001-03-07 Tom Tromey <tromey@redhat.com>
8115
8116 * configure.in: Allow config-lang.in to set `lang_requires' to list
8117 of other required languages.
8118
8119 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
8120
8121 * Makefile.in: Remove RANLIB definition. Use RANLIB
8122 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8123 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8124
8125 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8126 Alexandre Oliva <aoliva@redhat.com>
8127
8128 * Makefile.in (check-c++): Use tabs, not spaces.
8129
8130 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8131
8132 * Makefile.in (check-c++): New rule.
8133
8134 * configure.in (target_libs): Remove libg++.
8135 (noconfigdirs): Remove libg++.
8136 (noconfigdirs): Same.
8137 (noconfigdirs): Same.
8138 (noconfigdirs): Same.
8139
8140 * config-ml.in: Remove libg++ references.
8141
8142 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8143 (ALL_TARGET_MODULES): Same.
8144 (configure-target-libg++): Remove.
8145 (all-target-libg++): Remove.
8146 (configure-target-libio): Remove.
8147 (all-target-libio): Remove.
8148 (check-target-libio): Remove.
8149 (.PHONY): Remove.
8150 (libg++.tar.bz2): Remove.
8151 (all-target-cygmon): Remove libio.
8152 (all-target-libstdc++): Remove.
8153 (configure-target-libstdc++): Remove.
8154 (TARGET_LIB_PATH): Remove libstdc++.
8155 (ALL_GCC_CXX): Remove libstdc++.
8156 (all-target-gperf): Correct.
8157
8158 2001-02-15 Anthony Green <green@redhat.com>
8159
8160 * configure: Introduce GCJ_FOR_TARGET.
8161 * configure.in: Ditto.
8162 * Makefile.in: Ditto.
8163
8164 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8165
8166 * configure.in: for *-chorusos, don't config target-newlib and
8167 target-libgloss.
8168
8169 2001-02-04 Mark Mitchell <mark@codesourcery.com>
8170
8171 Remove V2 C++ library.
8172 * configure.in: Remove --enable-libstdcxx_v3 support.
8173
8174 2001-01-27 Richard Henderson <rth@redhat.com>
8175
8176 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8177
8178 2001-01-26 Tom Tromey <tromey@redhat.com>
8179
8180 * configure.in: Allow libgcj to be built on Sparc Solaris.
8181
8182 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8183
8184 * configure.in: Enable libgcj on several additional platforms.
8185
8186 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8187
8188 * configure.in: Enable libgcj for linux targets.
8189
8190 2001-01-09 Mike Stump <mrs@wrs.com>
8191
8192 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8193 failures of subdirectories.
8194
8195 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8196
8197 * configure: handle DOS-style absolute paths.
8198
8199 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8200
8201 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8202
8203 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8204
8205 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8206 (libstdcxx_incdir): Pass down.
8207 * config.if: Remove expired bits for cxx_interface, add stub.
8208 (libstdcxx_incdir): Add variable for g++ include directory.
8209 * configure.in (gxx_include_dir): Use it.
8210
8211 2000-12-15 Andreas Jaeger <aj@suse.de>
8212
8213 * configure.in: Handle lang_dirs.
8214
8215 2000-12-13 Anthony Green <green@redhat.com>
8216
8217 * configure.in: Disable libgcj for any target not specifically
8218 listed. Disable libgcj for x86 and Alpha Linux until compatible
8219 with g++ abi.
8220
8221 2000-12-13 Mike Stump <mrs@wrs.com>
8222
8223 * Makefile.in (local-distclean): Also remove fastjar.
8224
8225 2000-12-10 Anthony Green <green@redhat.com>
8226
8227 * configure.in: Define libgcj. Disable libgcj target libraries for
8228 most targets.
8229
8230 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8231
8232 * configure.in (target_libs): Revert 2000-12-08 patch.
8233 (noconfigdirs): Added target-libjava.
8234
8235 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8236
8237 * Makefile.in: handle DOS-style absolute paths.
8238
8239 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8240
8241 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8242 libjava.
8243 * configure.in (target_libs): Removed `target-libjava'.
8244
8245 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8246
8247 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8248 (ALL_MODULES): Added fastjar.
8249 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8250 (all-target-libjava): all-fastjar replaces all-zip.
8251 (all-fastjar): Added.
8252 (configure-target-fastjar, all-target-fastjar): Likewise.
8253 * configure.in (host_tools): Added fastjar.
8254
8255 2000-12-07 Mike Stump <mrs@wrs.com>
8256
8257 * Makefile.in (local-distclean): Remove leftover built files.
8258
8259 2000-11-16 Fred Fish <fnf@be.com>
8260
8261 * configure.in (enable_libstdcxx_v3): Fix typo,
8262 libstd++ -> libstdc++.
8263
8264 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8265
8266 * configure: Provide the original toplevel configure arguments
8267 (including $0) to subprocesses in the environment rather than
8268 through gcc/configargs.h.
8269
8270 2000-11-12 Mark Mitchell <mark@codesourcery.com>
8271
8272 * configure: Turn on libstdc++ V3 by default.
8273
8274 2000-10-16 Michael Meissner <meissner@redhat.com>
8275
8276 * configure (gcc/configargs.h): Only create if there is a build GCC
8277 directory created.
8278
8279 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
8280
8281 * configure: Save configure arguments to gcc/configargs.h.
8282
8283 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
8284
8285 * Makefile.in (bootstrap): avoid recursion if subdir missing
8286 (cross): ditto
8287 (do-proto-toplev): ditto
8288
8289 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8290
8291 * configure.in: Do not build byacc for hppa64. Provide paths to the
8292 X11 libraries for hppa64.
8293
8294 2000-09-02 Anthony Green <green@cygnus.com>
8295
8296 * Makefile.in (all-gcc): Depend on all-zlib.
8297 (CLEAN_MODULES): Add clean-zlib.
8298 (ALL_MODULES): Add all-zlib.
8299 * configure.in (host_libs): Add zlib.
8300
8301 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
8302
8303 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8304 $targargs to tell whether newlib is going to be built.
8305
8306 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8307 $$r/TARGET_SUBDIR/libio for _G_config.h.
8308
8309 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8310
8311 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8312
8313 * configure: Make enable_threads and enable_shared defaults
8314 explicit. Substitute enable_threads into generated Makefiles.
8315 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8316 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8317
8318 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
8319
8320 * configure.in: Re-enable all references to libg++ and librx.
8321
8322 2002-04-09 Loren James Rittle <rittle@labs.mot.com>
8323
8324 * configure.in: Add *-*-freebsd* configurations.
8325
8326 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8327
8328 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8329 (do-tar, do-bz2): New rules.
8330 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8331 (gdb-tar): New rule.
8332 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8333 (insight_dejagnu.tar): New rule.
8334 (insight.tar): New rule.
8335 (gdb+dejagnu.tar): New rule.
8336 (gdb.tar): New rule.
8337
8338 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8339
8340 * MAINTAINERS: Update dejagnu/
8341
8342 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
8343
8344 * ltmain.sh (relink_command): Fix typo in previous change.
8345
8346 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
8347
8348 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8349 (relink_command): Added --tag flags.
8350 (mode=install): If relinking fails; error out.
8351
8352 2002-03-12 Richard Henderson <rth@redhat.com>
8353
8354 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8355 .NOTPARALLEL tag.
8356 (do-check): Rename from check.
8357 (check): Allow parallel check.
8358
8359 2002-03-11 Richard Henderson <rth@redhat.com>
8360
8361 * Makefile.in (.NOTPARALLEL): Add fake tag.
8362
8363 2002-03-07 H.J. Lu (hjl@gnu.org)
8364
8365 * configure.in: Enable gprof for mips*-*-linux*.
8366
8367 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8368
8369 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8370 libjava.
8371 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8372
8373 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8374
8375 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8376
8377 2002-02-23 Daniel Jacobowitz <drow@mvista.com>
8378
8379 * config.guess: Import from master sources, rev 1.232.
8380 * config.sub: Import from master sources, rev 1.246.
8381
8382 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
8383
8384 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8385 because its Makefile is there; test for the executable instead.
8386
8387 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8388
8389 Contribute sh64-elf.
8390 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8391 * configure.in: Added sh64-*-*.
8392
8393 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8394
8395 * COPYING.NEWLIB: Remove advertising clause from
8396 Berkeley and Red Hat licenses.
8397
8398 2002-02-01 Mo DeJong <supermo@bayarea.net>
8399
8400 * Makefile.in: Add all-tix to deps for all-snavigator
8401 so that tix is built when building snavigator.
8402
8403 2002-02-01 Ben Elliston <bje@redhat.com>
8404
8405 * config.guess: Import from master sources, rev 1.229.
8406 * config.sub: Import from master sources, rev 1.240.
8407
8408 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
8409
8410 From Steve Ellcey <sje@cup.hp.com>:
8411 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8412 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8413 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8414 IA64.
8415 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8416 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8417 soname_spec, sys_lib_search_path_spec): Ditto.
8418
8419 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8420
8421 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8422 target-libiberty, and target-libgloss. Skip Java-related
8423 libraries if not supported for NetBSD on target CPU.
8424
8425 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8426
8427 * configure.in: Import StrongARM and XScale target_configdirs from
8428 FSF GCC version.
8429
8430 2002-01-16 H.J. Lu (hjl@gnu.org)
8431
8432 * config.guess: Import from master sources, rev 1.225.
8433 * config.sub: Import from master sources, rev 1.238.
8434
8435 * MAINTAINERS: Updated notes on config.guess and config.sub.
8436
8437 2002-01-11 Steve Ellcey <sje@cup.hp.com>
8438
8439 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8440 ld and gdb are not supported.
8441
8442 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8443
8444 * Change reference to Cygnus Solutions to be Red Hat.
8445
8446 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8447
8448 * COPYING.NEWLIB: Update generic copyright date.
8449
8450 2002-01-07 Mark Salter <msalter@redhat.com>
8451
8452 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8453 Allow target-libgloss to be built for arm, strongarm, and xscale.
8454
8455 2002-01-03 Ben Elliston <bje@redhat.com>
8456
8457 * MAINTAINERS: Update URL for config.* scripts.
8458
8459 2001-12-18 Alan Modra <amodra@bigpond.net.au>
8460
8461 * config.sub: Import latest version.
8462 * config.guess: Likewise.
8463
8464 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8465
8466 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8467 options for i[3456]86-pc-linux* native builds.
8468
8469 2001-12-05 Laurent Guerby <guerby@acm.org>
8470
8471 * MAINTAINERS: gcc adopts symlink-tree, refer more to
8472 libiberty.
8473
8474 Import this patch from gcc:
8475
8476 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8477
8478 * symlink-tree: handle DOS-style absolute paths.
8479
8480 2001-11-28 DJ Delorie <dj@redhat.com>
8481 Zack Weinberg <zack@codesourcery.com>
8482
8483 When build != host, create libiberty for the build machine.
8484
8485 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8486 CONFIG_ARGUMENTS.
8487 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8488 New variables.
8489 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8490 and rules.
8491 (all.normal): Depend on ALL_BUILD_MODULES.
8492 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8493 (all-build-libiberty): Depend on configure-build-libiberty.
8494
8495 * configure: Calculate and substitute proper value for
8496 ALL_BUILD_MODULES.
8497 * configure.in: Create the build subdirectory.
8498 Calculate and substitute TARGET_CONFIGARGS (formerly
8499 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8500
8501 2001-11-26 Geoffrey Keating <geoffk@redhat.com>
8502
8503 * config.sub: Update to version 1.232 on subversion.
8504
8505 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
8506
8507 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8508 files from .po files for a distribution.
8509
8510 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
8511
8512 * COPYING.NEWLIB: Mention preserved notice in specific parts.
8513
8514 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
8515
8516 Merged from net gcc:
8517 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
8518 * ltcf-c.sh: Use $objext, not $ac_objext.
8519 2001-07-27 Mark Kettenis <kettenis@gnu.org>
8520 * ltcf-cxx.sh: Add support for GNU.
8521 2001-07-22 Timothy Wall <twall@redhat.com>
8522 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
8523 default settings if using GNU tools with that configuration.
8524 * ltcf-cxx.sh: Ditto.
8525 * ltcf-gcj.sh: Ditto.
8526 2001-07-21 Michael Chastain <chastain@redhat.com>
8527 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8528 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
8529 * ltmain.sh: Mark as gcc-local.
8530
8531 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
8532
8533 * Makefile.in (all-bison): Revert 2001-10-24.
8534 Don't depend on texinfo.
8535
8536 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
8537
8538 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
8539
8540 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
8541
8542 * configure.in (--enable-languages): Be more permissive about
8543 syntax. Check for empty lists better. Warn about $LANGUAGES.
8544
8545 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
8546
8547 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8548
8549 2001-10-24 Jeff Holcomb <jeffh@redhat.com>
8550
8551 Makefile.in (all-bison): Don't depend on texinfo.
8552
8553 2001-10-03 Alan Modra <amodra@bigpond.net.au>
8554
8555 * gettext.m4: Test po/POTFILES.in exists before trying to read.
8556
8557 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
8558
8559 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8560
8561 2001-09-28 Hans-Peter Nilsson <hp@axis.com>
8562
8563 * config.sub, config.guess: Import latest from subversions.
8564
8565 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
8566
8567 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8568 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8569 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8570 avoid quotes nesting problems.
8571 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8572 (DO_X): Export only variables that are set.
8573
8574 2001-09-19 Ben Elliston <bje@redhat.com>
8575
8576 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8577 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8578 semantics. Use the shell built-in "type" command instead.
8579
8580 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8581
8582 * config.sub: Reverted the earlier change, this version is not the
8583 master file.
8584
8585 2001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8586
8587 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
8588 Add support for mips64.
8589
8590 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
8591
8592 * configure.in: Enable libstdc++-v3 for h8300 targets.
8593
8594 2001-08-30 Eric Christopher <echristo@redhat.com>
8595 Jason Eckhardt <jle@redhat.com>
8596
8597 * config.sub: Add support for mipsisa32.
8598
8599 2001-08-30 Eric Christopher <echristo@redhat.com>
8600
8601 * config.sub, config.guess: Import latest from subversions.
8602
8603 2001-08-20 Alan Modra <amodra@bigpond.net.au>
8604
8605 * config.sub, config.guess: Import latest from subversions.
8606
8607 2001-07-26 DJ Delorie <dj@redhat.com>
8608
8609 * MAINTAINERS: Clarify libiberty merge rules and procedures.
8610
8611 2001-06-19 Alan Modra <amodra@bigpond.net.au>
8612
8613 * Makefile.in: Revert 2001-06-17.
8614 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
8615
8616 2001-06-17 H.J. Lu <hjl@gnu.org>
8617
8618 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
8619 (gas+binutils.tar.bz2): Likewise.
8620 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
8621
8622 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
8623
8624 * Makefile.in (VER): When present, extract the version number from
8625 the file version.in.
8626
8627 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
8628
8629 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8630 gcc/xgcc is built, use -print-prog-name to find out the program
8631 name to use.
8632
8633 2001-06-04 Mark Mitchell <mark@codesourcery.com>
8634
8635 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8636 with_gcc]: Use `gcc -shared' to build a shared library.
8637
8638 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
8639
8640 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8641 archives.
8642
8643 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
8644
8645 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
8646 libraries when using g++ with native linker.
8647
8648 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
8649
8650 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8651
8652 2001-05-24 Tom Rix <trix@redhat.com>
8653
8654 * configure.in : enable ld for aix
8655
8656 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
8657
8658 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8659 [aix4*|aix5*]: Prepend blank.
8660
8661 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
8662
8663 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8664 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
8665 of subdir/configure scripts to use the new libtool.m4.
8666
8667 2001-05-14 H.J. Lu <hjl@gnu.org>
8668
8669 * config.if (libc_interface): Set to -libc6.2- for cross
8670 compiling to Linux/glibc 2.2.
8671
8672 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
8673
8674 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8675 libgcj.
8676
8677 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
8678
8679 * configure.in (noconfigdirs): Don't reset it from scratch in the
8680 target case; only append to it.
8681
8682 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
8683
8684 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8685 sparc-*-solaris2.8]: Disable ${libgcj}.
8686
8687 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
8688
8689 * configure.in (libgcj_saved): Copy from $libgcj.
8690 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8691 --disable-libgcj.
8692
8693 2001-04-20 Alexandre Oliva <aoliva@redhat.com>
8694
8695 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8696 1.641.2.228.
8697
8698 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
8699
8700 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8701 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8702
8703 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
8704
8705 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8706 New macros.
8707 (bootstrap, cross): Use RECURSE_FLAGS.
8708 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8709
8710 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
8711
8712 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8713
8714 2001-03-23 Nick Clifton <nickc@redhat.com>
8715
8716 * README-maintainer-mode: Add note about inability to use "make
8717 distclean" in maintainer mode.
8718
8719 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
8720
8721 Re-installed:
8722 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8723 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
8724 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8725 * ltcf-cxx.sh: Likewise.
8726 * ltcf-gcj.sh: Likewise.
8727
8728 2001-03-22 Philip Blundell <philb@gnu.org>
8729
8730 * config.sub, config.guess: Import latest from subversions.
8731
8732 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
8733
8734 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8735 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8736
8737 2001-03-20 Michael Chastain <chastain@redhat.com>
8738
8739 * Makefile.in: all-m4 depends on all-texinfo.
8740
8741 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
8742
8743 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8744
8745 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
8746
8747 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
8748 longer valid.
8749
8750 2001-02-16 Nick Clifton <nickc@redhat.com>
8751
8752 * configure.in (noconfigdirs): Allow configuration of texinfo
8753 for Cygwin hosts.
8754
8755 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
8756
8757 * config.guess: Add linux target for S/390.
8758 * config.sub: Likewise.
8759 * configure.in: Likewise.
8760
8761 2001-02-06 Ben Elliston <bje@redhat.com>
8762
8763 * configure: Output host type to stdout, not stderr.
8764
8765 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8766
8767 * config.guess: Import from subversions.gnu.org (revision 1.181).
8768 * config.sub: Import from subversions.gnu.org (revision 1.199).
8769
8770 2001-01-30 Alan Modra <alan@linuxcare.com.au>
8771
8772 * config.guess: Handle hppa64-linux systems.
8773
8774 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8775
8776 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8777 Don't unset, it's non-portable and no longer necessary, set to empty
8778 instead.
8779
8780 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8781
8782 * ltconfig: Shell portability fix for the tagname validity check.
8783
8784 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8785
8786 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8787
8788 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
8789
8790 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8791 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8792
8793 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
8794
8795 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8796 keep at least one of build_libtool_libs or build_old_libs set to
8797 yes.
8798
8799 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
8800
8801 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8802 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8803
8804 2000-11-07 Philip Blundell <pb@futuretv.com>
8805
8806 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8807
8808 2000-11-03 Philip Blundell <pb@futuretv.com>
8809
8810 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8811 files.
8812
8813 2001-01-15 Jeff Johnston <jjohnstn@redhat.com>
8814
8815 * COPYING.NEWLIB: Put into source repository.
8816
8817 2001-01-15 Ben Elliston <bje@redhat.com>
8818
8819 * configure.in (host_tools): Add sid.
8820 Always configure cgen.
8821 * Makefile.in (all-sid): New target.
8822 (check-sid, clean-sid, install-sid): Likewise.
8823
8824 2001-01-07 Andreas Jaeger <aj@suse.de>
8825
8826 * config.sub, config.guess: Update from subversions.
8827
8828 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
8829
8830 * configure.in: Disable language-specific target libraries for
8831 languages that aren't enabled.
8832
8833 2000-11-24 Nick Clifton <nickc@redhat.com>
8834
8835 * configure.in (xscale-elf): Add target.
8836 (xscale-coff): Add target.
8837 (c4x, c5x, tic54x): Move after ARM targets.
8838
8839 2000-11-23 Alexandre Oliva <aoliva@redhat.com>
8840
8841 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
8842
8843 2000-11-20 Ian Lance Taylor <ian@zembu.com>
8844
8845 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
8846
8847 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
8848
8849 * Makefile.in: Merge with GCC and libgcj.
8850 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
8851 configure-target-<library> when their configure scripts need the C
8852 or C++ library to have already been built to work properly.
8853 (do_proto_toplev): Set them to an empty string.
8854
8855 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
8856
8857 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8858 (REALLY_SET_LIB_PATH): Use them.
8859
8860 2000-11-06 Christopher Faylor <cgf@cygnus.com>
8861
8862 * config.sub: Add support for Sun Chorus
8863
8864 2000-11-02 Per Lundberg <plundis@chaosdev.org>
8865
8866 * config.sub: Add support for the *-storm-chaos OS.
8867
8868 2000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
8869
8870 * configure.in (noconfigdirs): Don't compile some
8871 of the libraries for 68HC11 & 68hc12 targets.
8872
8873 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
8874
8875 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
8876 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
8877 all affected `configure' scripts.
8878
8879 2000-09-25 Alexandre Oliva <aoliva@redhat.com>
8880
8881 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
8882 ltcf-c.sh.
8883
8884 2000-09-12 Philip Blundell <philb@gnu.org>
8885
8886 * config.sub, config.guess: Update from subversions.
8887
8888 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
8889
8890 * Makefile.in (all-zlib): Added dummy target.
8891
8892 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
8893 multi-language branch.
8894
8895 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
8896
8897 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8898 (bootstrap*): Depend on all-bootstrap.
8899
8900 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
8901
8902 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8903 crosses, but add gcc/include to the header search path for them.
8904
8905 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
8906
8907 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
8908 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
8909 * gettext.m4: New file, extracted from aclocal.m4.
8910
8911 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
8912
8913 * config-ml.in (CC, CXX): Avoid trailing whitespace.
8914 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
8915 sub-configures.
8916
8917 2000-08-20 Doug Evans <dje@casey.transmeta.com>
8918
8919 * Makefile.in (ALL_MODULES): Add all-cgen.
8920 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8921 (all-cgen): New target.
8922 (all-opcodes,all-sim): Depend on all-cgen.
8923 * configure.in (host_tools): Add cgen.
8924 Only configure cgen if --enable-cgen-maint.
8925
8926 2000-08-17 Alexandre Oliva <aoliva@redhat.com>
8927
8928 * config-ml.in (CC, CXX): Don't introduce a leading space.
8929
8930 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
8931
8932 * configure.in (libstdcxx_flags): Use
8933 libstdc++-v3/src/libstdc++.INC.
8934
8935 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
8936
8937 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
8938
8939 2000-08-11 Jason Merrill <jason@redhat.com>
8940
8941 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
8942 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
8943 (FLAGS_FOR_TARGET): Not here.
8944 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
8945
8946 2000-08-07 DJ Delorie <dj@redhat.com>
8947
8948 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
8949 "if we're also building gcc, and it's a gcc that will run on the
8950 build machine, we want to use its includes instead of the system's
8951 default includes".
8952
8953 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
8954
8955 * configure.in (libstdcxx_flags): Don't use `"'.
8956
8957 * config-ml.in: Adjust multilib search paths to the
8958 appropriate multilib tree.
8959
8960 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
8961
8962 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
8963 commas in $LANGUAGES.
8964
8965 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
8966
8967 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
8968
8969 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
8970
8971 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
8972 CXX_FOR_TARGET for sed.
8973
8974 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
8975
8976 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
8977 Do not override if already set in the environment or in configure.
8978 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
8979 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
8980
8981 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
8982
8983 * Makefile.in (FLAGS_FOR_TARGET): New macro.
8984 (GCC_FOR_TARGET): Use it.
8985 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
8986 * configure.in: ... here.
8987 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
8988 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
8989
8990 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
8991
8992 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
8993 (configure-target-libchill, configure-target-libobjc): Likewise.
8994
8995 * configure.in: Use the same cache file for all target libs.
8996 * config-ml.in: But different cache files per multilib variant.
8997
8998 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8999
9000 * configure (topsrcdir): Don't use dirname.
9001
9002 2000-07-20 Jason Merrill <jason@redhat.com>
9003
9004 * configure.in: Remove all references to libg++ and librx.
9005
9006 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9007
9008 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
9009
9010 * config.sub: Update to subversions version 2000-07-06.
9011
9012 2000-07-12 Andrew Haley <aph@cygnus.com>
9013
9014 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9015 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9016
9017 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
9018
9019 * symlink-tree: Check number of arguments.
9020
9021 2000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
9022
9023 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9024
9025 2000-07-05 Jim Wilson <wilson@cygnus.com>
9026
9027 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9028 search path for a g++ extracted from the build tree. This
9029 will allow link tests run by configure scripts in
9030 subdirectories to succeed.
9031
9032 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
9033
9034 * ltconfig: Add support for mips-dde-sysv4.2MP
9035
9036 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9037
9038 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9039 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9040
9041 2000-06-19 Timothy Wall <twall@cygnus.com>
9042
9043 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9044 * config.sub: Add tic54x target.
9045
9046 2000-06-07 Phillip Thomas <pthomas@suse.de>
9047
9048 * README-maintainer-mode: New file: Contains notes on using
9049 --enable-maintainer-mode with binutils.
9050
9051 2000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
9052
9053 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9054
9055 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
9056
9057 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9058 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9059
9060 20000-05-21 H.J. Lu (hjl@gnu.org)
9061
9062 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9063 directory are used if they exist. Make sure
9064 $(build_tooldir)/include is searched for header files,
9065 $(build_tooldir)/lib/ for library files.
9066 (GCC_FOR_TARGET): Likewise.
9067 (CXX_FOR_TARGET): Likewise.
9068
9069 2000-05-18 Jeffrey A Law (law@cygnus.com)
9070
9071 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9072
9073 2000-05-17 Alexandre Oliva <aoliva@cygnus.com>
9074
9075 * Makefile.in (configure-target-libiberty): Depend on
9076 configure-target-newlib.
9077
9078 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9079
9080 * configure.in, Makefile.in: Merge all libffi-related
9081 configury stuff from the libgcj tree.
9082
9083 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9084
9085 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9086 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9087
9088 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9089
9090 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9091 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9092 current version information. Add to proto-toplev directory.
9093 (gdb-taz): Build do-djunpack.
9094
9095 2000-05-15 David Edelsohn <edelsohn@gnu.org>
9096
9097 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9098
9099 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9100
9101 * ltmain.sh: Preserve in relink_command any environment
9102 variables that may affect the linker behavior.
9103
9104 2000-05-12 Jeffrey A Law (law@cygnus.com)
9105
9106 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9107
9108 2000-05-10 Jim Wilson <wilson@cygnus.com>
9109
9110 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9111
9112 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9113
9114 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9115 with the version name.
9116
9117 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
9118
9119 * config.if: Tweak.
9120
9121 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
9122
9123 * djunpack.bat: New file.
9124
9125 2000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
9126
9127 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9128 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9129 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9130 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9131
9132 2000-04-16 Dave Pitts <dpitts@cozx.com>
9133
9134 * config.sub (case $basic_machine): Change default for "ibm-*"
9135 to "openedition".
9136
9137 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
9138
9139 * Makefile.in (gdb-taz): New target. GDB specific archive.
9140 (do-md5sum): New target.
9141 (MD5PROG): Define.
9142 (PACKAGE): Default to TOOL.
9143 (VER): Default to a shell script.
9144 (taz): Rewrite target. Move real work to do-proto-toplev. Include
9145 md5 checksum generation.
9146 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9147 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9148 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9149 insight.tar.bz2): Use gdb-taz to create archive.
9150
9151 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
9152
9153 * configure (warn_cflags): Delete.
9154
9155 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
9156 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
9157
9158 * configure.in (enable_libstdcxx_v3): Add.
9159 (target_libs): Add bits here to switch between libstdc++-v2 and
9160 libstdc++-v3.
9161 * config.if: And this file too.
9162 * Makefile.in: Add libstdc++-v3 targets.
9163
9164 2000-04-05 Michael Meissner <meissner@redhat.com>
9165
9166 * config.sub (d30v): Add d30v as a basic machine type.
9167
9168 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
9169
9170 * configure.in: -linux-gnu*, not -linux-gnu.
9171
9172 2000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
9173
9174 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9175 (do-tar-bz2): Replace TOOL with PACKAGE.
9176 (gdb.tar.bz2): Remove GDBTK from GDB package.
9177 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9178 dejagnu.tar.bz2): New packages.
9179
9180 2000-02-27 Andreas Jaeger <aj@suse.de>
9181
9182 * configure.in: Add entry for mips*-*-linux*, move catch all
9183 *-*-*linux* entry below this one.
9184
9185 2000-02-27 Ian Lance Taylor <ian@zembu.com>
9186
9187 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9188
9189 2000-02-24 Nick Clifton <nickc@cygnus.com>
9190
9191 * config.sub: Support an OS of "wince".
9192
9193 2000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
9194
9195 * config.guess, config.sub: Updated to match config's 2000-02-15
9196 version.
9197
9198 2000-02-23 Linas Vepstas <linas@linas.org>
9199
9200 * config.sub: Add support for Linux/IBM 370.
9201 * configure.in: Likewise.
9202
9203 2000-02-22 Nick Clifton <nickc@cygnus.com>
9204
9205 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9206
9207 2000-02-20 Christopher Faylor <cgf@cygnus.com>
9208
9209 * config.guess: Guess "cygwin" rather than "cygwin32".
9210
9211 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9212
9213 * configure (gcc_version): When setting, narrow search to
9214 lines containing `version_string'.
9215
9216 2000-02-15 Denis Chertykov <denisc@overta.ru>
9217
9218 * config.sub: Add support for avr target.
9219
9220 2000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
9221
9222 * config.sub: Add mmix-knuth-mmixware.
9223
9224 2000-01-27 Christopher Faylor <cgf@redhat.com>
9225
9226 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9227 structure stuff to -L library search.
9228 (CXX_FOR_TARGET): Ditto.
9229 (CROSS_CHECK_MODULES): Fix spelling mistake.
9230
9231 2000-01-24 Mark Mitchell <mark@codesourcery.com>
9232
9233 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9234 the C++ compiler.
9235
9236 2000-01-12 Richard Henderson <rth@cygnus.com>
9237
9238 * configure.in: Don't build some bits for beos.
9239
9240 2000-01-12 Joel Sherrill (joel@OARcorp.com)
9241
9242 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9243 as include files.
9244
9245 2000-01-06 Geoff Keating <geoffk@cygnus.com>
9246
9247 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9248 not mh-aix43.
9249
9250 1999-12-14 Richard Henderson <rth@cygnus.com>
9251
9252 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9253 * config.sub: Accept alphaev[78], alphaev8.
9254
9255 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9256
9257 * config.guess, config.sub: Update from autoconf.
9258
9259 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9260
9261 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9262 necessary libraries are missing.
9263
9264 1999-10-25 Andreas Schwab <schwab@suse.de>
9265
9266 * configure: Fix quoting inside arguments of eval.
9267
9268 1999-10-21 Nick Clifton <nickc@cygnus.com>
9269
9270 * config-ml.in: Allow suppression of some ARM multilibs.
9271
9272 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9273
9274 * config.guess: Add OS/390 match pattern.
9275 * config.sub: Add mvs, openedition targets.
9276 * configure.in (i370-ibm-opened*): New.
9277
9278 1999-09-04 Steve Chamberlain <sac@pobox.com>
9279
9280 * config.sub: Add support for configuring for pj.
9281
9282 1999-08-31 Nick Clifton <nickc@cygnus.com>
9283
9284 * config.sub (maybe_os): Add support for configuring for fr30.
9285
9286 1999-08-25 Nick Clifton <nickc@cygnus.com>
9287
9288 * configure.in: Do not configure or build ld for AIX
9289 platforms. ld is known to be broken on these platforms.
9290
9291 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9292
9293 * config-ml.in: Pass compiler flag corresponding to multidirs to
9294 subdir configures.
9295
9296 1999-08-09 Ian Lance Taylor <ian@zembu.com>
9297
9298 * Makefile.in (LDFLAGS): Define.
9299
9300 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9301
9302 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9303 noconfigdirs.
9304 (*-*-cygwin*): Likewise.
9305
9306 1999-08-08 Ian Lance Taylor <ian@zembu.com>
9307
9308 * mkdep: New file.
9309 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9310 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9311
9312 From Eli Zaretskii <eliz@is.elta.co.il>:
9313 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9314 long file name when using DJGPP on MS-DOS.
9315
9316 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9317
9318 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9319
9320 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9321
9322 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9323 dependency as this causes "make check" to globally "make all"
9324
9325 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9326
9327 * configure.in (target_libs): Added target-zlib.
9328 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9329 (CONFIGURE_TARGET_MODULES): Likewise.
9330 (CHECK_TARGET_MODULES): Likewise.
9331 (INSTALL_TARGET_MODULES): Likewise.
9332 (CLEAN_TARGET_MODULES): Likewise.
9333 (configure-target-zlib): New target.
9334 (all-target-zlib): Likewise.
9335 (all-target-libjava): Depend on all-target-zlib.
9336 (configure-target-libjava): Depend on configure-target-zlib.
9337
9338 * Makefile.in (configure-target-libjava): Depend on
9339 configure-target-newlib.
9340 (configure-target-boehm-gc): New target.
9341 (configure-target-qthreads): New target.
9342
9343 * configure.in (target_libs): Added target-qthreads.
9344 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9345 (CONFIGURE_TARGET_MODULES): Likewise.
9346 (CHECK_TARGET_MODULES): Likewise.
9347 (INSTALL_TARGET_MODULES): Likewise.
9348 (CLEAN_TARGET_MODULES): Likewise.
9349 (all-target-qthreads): New target.
9350 (configure-target-libjava): Depend on configure-target-qthreads.
9351 (all-target-libjava): Depend on all-target-qthreads.
9352
9353 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9354 (CONFIGURE_TARGET_MODULES): Likewise.
9355 (CHECK_TARGET_MODULES): Likewise.
9356 (INSTALL_TARGET_MODULES): Likewise.
9357 (CLEAN_TARGET_MODULES): Likewise.
9358 (all-target-libjava): New target.
9359 (all-target-boehm-gc): Likewise.
9360 * configure.in (target_libs): Added libjava, boehm-gc.
9361
9362 1999-07-22 Ian Lance Taylor <ian@zembu.com>
9363
9364 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9365 configure.bat in SUPPORT_FILES.
9366 (gas+binutils.tar.bz2): Likewise.
9367
9368 * makeall.bat: Remove; obsolete.
9369
9370 1999-07-21 Ian Lance Taylor <ian@zembu.com>
9371
9372 From Mark Elbrecht:
9373 * configure.bat: Remove; obsolete.
9374
9375 1999-07-11 Ian Lance Taylor <ian@zembu.com>
9376
9377 * configure: Add -W -Wall to the default CFLAGS when compiling with
9378 gcc.
9379
9380 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9381
9382 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9383
9384 1999-06-30 Mark Mitchell <mark@codesourcery.com>
9385
9386 * configure.in: Build ld on IRIX6.
9387
9388 1999-06-12 Ian Lance Taylor <ian@zembu.com>
9389
9390 * Makefile.in: Change distribution targets to use bzip2 instead of
9391 gzip.
9392 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9393 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9394
9395 1999-06-04 Nick Clifton <nickc@cygnus.com>
9396
9397 * config.sub: Add mcore target.
9398
9399 1999-05-30 Cort Dougan <cort@cs.nmt.edu>
9400
9401 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9402
9403 1999-05-25 H.J. Lu (hjl@gnu.org)
9404
9405 * config.guess (dummy): Changed to $dummy.
9406
9407 1999-05-24 Nick Clifton <nickc@cygnus.com>
9408
9409 * config.sub: Tidied up case statements.
9410
9411 1999-05-22 Ben Elliston <bje@cygnus.com>
9412
9413 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9414 <jiro@din.or.jp>.
9415
9416 * config.guess: Merge with FSF version. Future changes will be
9417 more accurately recorded in this ChangeLog.
9418 * config.sub: Likewise.
9419
9420 1999-05-20 Stephen L Moshier <moshier@world.std.com>
9421
9422 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9423
9424 1999-04-30 Tom Tromey <tromey@cygnus.com>
9425
9426 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9427
9428 1999-04-23 Tom Tromey <tromey@cygnus.com>
9429
9430 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9431
9432 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
9433
9434 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9435 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9436 Bad merge removed these two changes.
9437
9438 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
9439 Martin Heller (Ing.-Buero_Heller@t-online.de)
9440
9441 * config.guess (interix Alpha): Add.
9442
9443 1999-04-11 Richard Henderson <rth@cygnus.com>
9444
9445 * configure.in (i?86-*-beos*): Do config gperf; don't config
9446 gdb, newlib, or libgloss.
9447
9448 1999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
9449
9450 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9451 link a trivial program with -mabi=64. If it fails, remove mabi=64
9452 from multidirs.
9453
9454 1999-04-10 Philipp Thomas (kthomas@gwdg.de)
9455
9456 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9457
9458 1999-04-08 Nick Clifton <nickc@cygnus.com>
9459
9460 * config.sub: Add support for mcore targets.
9461
9462 1999-04-07 Michael Meissner <meissner@cygnus.com>
9463
9464 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9465 not mt-ospace, in order to shut up assembler warning about using
9466 symbols that are named the same as registers.
9467
9468 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
9469
9470 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9471 dependency list for all-target-cygmon.
9472
9473 1999-04-05 Doug Evans <devans@casey.cygnus.com>
9474
9475 * config-ml.in: Check $host, not $target, for selective multilibs.
9476 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9477 thumb interworking, and underscore prefix multilibs.
9478
9479 1999-04-04 Ian Lance Taylor <ian@zembu.com>
9480
9481 * missing: Update to version from current automake.
9482
9483 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9484
9485 * configure (gxx_include_dir): Removed.
9486
9487 * configure.in (gxx_include_dir): Handle it.
9488 * Makefile.in: Likewise.
9489
9490 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9491
9492 * config.sub (mips64vr4111,mips64vr4111el) Add.
9493
9494 1999-03-21 Ben Elliston <bje@cygnus.com>
9495
9496 * config.guess: Correct typo for detecting ELF on FreeBSD.
9497
9498 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9499
9500 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9501 config/mh-djgpp.
9502
9503 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9504
9505 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9506 all-target-newlib to dependency list for all-target-bsp.
9507
9508 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9509
9510 * config.sub: Add i386-uwin support.
9511 * config.guess: Likewise.
9512
9513 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9514
9515 * configure.in: cleanup, add mh-*pic handling for arm, special
9516 case powerpc*-*-aix*
9517
9518 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
9519
9520 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9521 can be built.
9522
9523 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
9524
9525 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
9526 targets.
9527
9528 1999-03-02 Nick Clifton <nickc@cygnus.com>
9529
9530 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9531
9532 1999-02-28 Geoffrey Noer <noer@cygnus.com>
9533
9534 * config.sub: Check for "cygwin*" rather than "cygwin32*"
9535
9536 1999-02-24 Nick Clifton <nickc@cygnus.com>
9537
9538 * config.sub: Fix typo in arm recognition.
9539
9540 1999-02-24 Drew Moseley <dmoseley@cygnus.com>
9541
9542 * configure.in (noconfigdirs): Changed target_configdirs to
9543 include target-bsp only for m68k-*-elf* and m68k-*-coff*
9544 rather than m68k-*-* since it is not known to work on
9545 m68k-aout. Ditto for arm-*-*oabi.
9546
9547 1999-02-24 Stan Shebs <shebs@andros.cygnus.com>
9548
9549 * configure.in (*-*-windows*): Remove, no longer used.
9550
9551 1999-02-19 Ben Elliston <bje@cygnus.com>
9552
9553 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9554 Smart and improved by Andrew Cagney.
9555
9556 1999-02-18 Marc Espie <espie@cvs.openbsd.org>
9557
9558 * config.guess: Recognize openbsd-*-hppa.
9559
9560 1999-02-17 H.J. Lu (hjl@gnu.org)
9561
9562 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9563 only if it is not empty.
9564
9565 1999-02-17 Nick Clifton <nickc@cygnus.com>
9566
9567 Patch from: Scott Bambrough <scottb@corelcomputer.com>
9568
9569 * config.guess: Modified to recognize uname's armv* syntax.
9570
9571 * config.sub: Modified to recognize uname's armv* syntax.
9572
9573 1999-02-17 Mark Salter <msalter@cygnus.com>
9574
9575 * configure.in: Added target-bsp for sparclite.
9576
9577 1999-02-08 Richard Henderson <rth@cygnus.com>
9578
9579 * config.sub: Recognize alphapca5[67] and up to alphaev8.
9580
9581 1999-02-08 Nick Clifton <nickc@cygnus.com>
9582
9583 * configure.in: Add support for strongarm port.
9584 * config.sub: Add support for strongarm target.
9585
9586 1999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
9587
9588 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9589 the old name config/mh-cygwin32.
9590 Enable texinfo.
9591
9592 1999-02-04 Ian Lance Taylor <ian@cygnus.com>
9593
9594 * configure.in: Do build ld for ix86 Solaris.
9595
9596 1999-02-02 Jim Wilson <wilson@cygnus.com>
9597
9598 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
9599 $AR_FOR_TARGET. Likewise for RANLIB.
9600
9601 1999-02-02 Catherine Moore <clm@cygnus.com>
9602
9603 * config.sub (oabi): Recognize.
9604 * configure.in (arm-*-oabi): Handle.
9605
9606 1999-01-30 Robert Lipe (robertlipe@usa.net)
9607
9608 * config.guess: Improve detection of i686 on UnixWare 7.
9609
9610 1999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
9611
9612 * config.guess: Add support for i386-pc-interix.
9613 * config.sub: Likewise.
9614 * configure.in: Likewise.
9615
9616 1999-01-18 Christopher Faylor <cgf@cygnus.com>
9617
9618 * Makefile.in: Remove unneeded all-target-libio from
9619 from all-target-winsup target since it is now unneeded.
9620 Add all-target-libtermcap in its place since it is now
9621 needed.
9622
9623 1998-12-30 Christopher Faylor <cgf@cygnus.com>
9624
9625 * configure.in: makefile stub for cygwin target is probably
9626 unnecessary. Remove it for now.
9627
9628 1998-12-30 Christopher Faylor <cgf@cygnus.com>
9629
9630 * configure.in: libtermcap.a should be built when cygwin is the
9631 target as well as the host.
9632 * config.guess: Allow mixed case in cygwin uname output.
9633 * Makefile.in: Add libtermcap target.
9634
9635 1998-12-23 Jeffrey A Law (law@cygnus.com)
9636
9637 * config.sub: Clean up handling of hppa2.0.
9638
9639 1998-12-22 Rodney Brown (rodneybrown@pmsc.com)
9640
9641 * config.guess: Use C code to identify more HP machines.
9642
9643 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
9644
9645 * config.sub: Handle hppa2.0.
9646
9647 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
9648
9649 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
9650 cygmon for all sparclite targets, regardless of object format.
9651
9652 1998-12-15 Mark Salter <msalter@cygnus.com>
9653
9654 * configure.in: Added target-bsp for several target architectures.
9655
9656 * Makefile.in: Added rules for bsp.
9657
9658 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
9659
9660 * config.guess: Improve detection of hppa2.0 processors.
9661
9662 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
9663
9664 * config.guess: Recognize FreeBSD using ELF automatically.
9665
9666 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
9667
9668 * configure (skip-this-dir): Add handling for new shell script, which
9669 might be created by a sub-directory's configure to indicate, this particular
9670 directory is "unwanted".
9671 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9672
9673 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
9674
9675 * ltconfig: import from libtool, after changing libtool to
9676 account for the cygwin name change.
9677
9678 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
9679
9680 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9681 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9682
9683 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
9684
9685 * configure.in: Add libtermcap to list of cygwin dependencies.
9686
9687 1998-11-17 Geoffrey Noer <noer@cygnus.com>
9688
9689 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9690 they include winsup/include when it's a cygwin target.
9691
9692 1998-11-12 Tom Tromey <tromey@cygnus.com>
9693
9694 * configure.in (host_tools): Added zip.
9695 * Makefile.in (all-target-libjava): Depend on all-zip.
9696 (all-zip): New target.
9697 (ALL_MODULES): Added all-zip.
9698 (NATIVE_CHECK_MODULES): Added check-zip.
9699 (INSTALL_MODULES): Added install-zip.
9700 (CLEAN_MODULES): Added clean-zip.
9701
9702 1998-11-12 Geoffrey Noer <noer@cygnus.com>
9703
9704 * Makefile.in: lose "32" from comment about cygwin.
9705
9706 1998-11-05 Nick Clifton <nickc@cygnus.com>
9707
9708 * configure.in: Use -Os to build target libraries for the fr30.
9709
9710 1998-11-04 Dave Brolley <brolley@cygnus.com>
9711
9712 * config.sub: Add fr30.
9713
9714 1998-11-02 Geoffrey Noer <noer@cygnus.com>
9715
9716 * configure.in: drop "32" from config/mh-cygwin32. Check
9717 cygwin* instead of cygwin32*.
9718 * config.sub: Check cygwin* instead of cygwin32*.
9719
9720 1998-10-22 Robert Lipe <robertl@dgii.com>
9721
9722 * config.guess: Match any version of Unixware7.
9723
9724 1998-10-20 Syd Polk <spolk@cygnus.com>
9725
9726 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9727 if desired.
9728
9729 1998-10-18 Jeffrey A Law (law@cygnus.com)
9730
9731 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9732 these if the appropriate directories and files to not exist.
9733
9734 1998-10-14 Jeffrey A Law (law@cygnus.com)
9735
9736 * Makefile.in (DEVO_SUPPORT): Add config.if.
9737
9738 1998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
9739
9740 * configure: Add pattern to replace "build_tooldir"'s
9741 definition in the generated Makefile with "tooldir"'s
9742 actual value.
9743
9744 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
9745
9746 * config.sub: Bring back lost sparcv9.
9747
9748 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9749
9750 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
9751
9752 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9753 CC_FOR_TARGET and friends.
9754
9755 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9756
9757 * Makefile.in (build_tooldir): New variable, same as tooldir.
9758 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9759 -B$(build_tooldir)/bin/.
9760 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9761
9762 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
9763
9764 * config.sub: Add support for i[34567]86-pc-udk.
9765 * configure.in: Likewise.
9766
9767 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
9768
9769 * Makefile.in: add bzip2 package building bits for user
9770 tools module
9771 * configure.in: ditto
9772
9773 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
9774
9775 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9776 (ALL_TARGET_MODULES): Add all-target-libobjc.
9777 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9778 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9779 (all-target-libchill): Add dependencies.
9780 * configure.in (target_libs): Add libchill.
9781
9782 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
9783
9784 * configure.in (target_subdir): Remove duplicate line.
9785
9786 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
9787
9788 * Makefile.in (all-automake): fix dependencies.
9789
9790 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
9791
9792 * configure.in: Minor cleanups for building in the $(target_alias)
9793 subdir.
9794
9795 1998-09-22 Jim Wilson <wilson@cygnus.com>
9796
9797 * Makefile.in (bootstrap): Set r and s before make all. Use
9798 BASE_FLAGS_TO_PASS in make all.
9799 (cross): Likewise.
9800
9801 1998-09-20 Mark Mitchell <mark@markmitchell.com>
9802
9803 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9804
9805 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
9806
9807 * config.sub: Fix typo in last change.
9808
9809 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9810
9811 * config.sub: Add support for C4x target.
9812 * configure.in: Likewise.
9813
9814 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
9815
9816 * config.sub: Recognize sparcv9 just like sparc64.
9817
9818 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
9819
9820 * config.guess: Match "Pent II" or "PentII" for OpenServer.
9821
9822 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
9823
9824 * config.guess: Correctly identify Pentium II sco boxes.
9825
9826 * config.guess: Fix "tr" code. From Weiwen Liu.
9827
9828 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
9829
9830 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9831 stabs.
9832
9833 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
9834
9835 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9836 (ALL_TARGET_MODULES): Add all-target-libchill.
9837 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9838 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9839 (all-target-libchill): Add dependencies.
9840 * configure.in (target_libs): Add libchill.
9841
9842 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9843
9844 * config.guess: Avoid assumptions about "tr" behaves when
9845 LANG is set to something other than English.
9846
9847 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
9848
9849 * configure (gxx_include_dir): Changed to
9850 '${prefix}/include/g++'-${libstdcxx_interface}.
9851
9852 * config.if: New to determine the interfaces.
9853
9854 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
9855
9856 * config.guess: Detect and handle MPE/IX.
9857 * config.sub: Deal with MPE/IX.
9858
9859 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
9860
9861 * configure.in: Use mh-aix43.
9862
9863 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
9864
9865 * configure: Fix --without/--disable cases for gxx-include-dir.
9866
9867 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
9868
9869 * mdata-sh: Imported. Needed for automake support.
9870
9871 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
9872
9873 * Makefile.in (taz): Try "chmod -R og=u ." before
9874 "chmod og=u `find . -print`".
9875
9876 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
9877
9878 * configure.in: Add arm-elf and thumb-elf support.
9879
9880 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
9881
9882 * Makefile.in: Undo previous patch.
9883
9884 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
9885
9886 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
9887 to here ...
9888 (install-no-fixedincludes): and here
9889 (INSTALL_MODULES): ... from here.
9890
9891 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
9892
9893 * config.sub: Merge with FSF.
9894
9895 * config.guess: Merge with FSF.
9896
9897 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
9898
9899 * configure (extraconfigdirs): New variable.
9900 (SUBDIRS): Add extraconfigdirs and recurse on them too.
9901 * Makefile.in (all): Move higher in file.
9902 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
9903 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
9904 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
9905 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
9906 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
9907
9908 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
9909
9910 * Makefile.in (all-target-libjava): Depend on all-gcc and
9911 all-target-newlib.
9912 (configure-target-libjava): Depend on $(ALL_GCC).
9913
9914 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
9915
9916 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
9917 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
9918
9919 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
9920
9921 * ylwrap: Change absolute path checks to check for DOS style path
9922 names.
9923
9924 * ylwrap: Don't use a full path name if the source file is in the
9925 same directory. From hjl@lucon.org (H.J. Lu).
9926
9927 * config-ml.in: Default to being verbose, to match Feb 18 change to
9928 configure.
9929
9930 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
9931
9932 Brought over from egcs:
9933
9934 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9935
9936 * configure.in (target_subdir): Set to ${target_alias} instead
9937 of "libraries".
9938
9939 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9940
9941 * configure.in (target_subdir): Set to libraries if enable_multilib.
9942
9943 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
9944
9945 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
9946 multilibs, force reconfiguration the first time we create
9947 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
9948
9949 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
9950
9951 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
9952 avoid confusion with --no-recursion.
9953
9954 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
9955
9956 * configure.in: Win32 hosts shouldn't use install -x
9957 * install-sh: remove -x option, and special .exe-handling
9958 hack.
9959
9960 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
9961
9962 * config.guess: Recognize i586-pc-beos.
9963 * configure.in: Don't build some bits for beos.
9964
9965 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
9966
9967 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
9968 CFLAGS default to -O2.
9969
9970 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
9971 when using GNU ld.
9972
9973 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
9974
9975 * ltmain.sh: Correct install when using a different shell.
9976
9977 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
9978
9979 * ltconfig, ltmain.sh: Update to libtool 1.2b.
9980
9981 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
9982
9983 * makefile.vms: Update to build binutils/makefile.vms. Add install
9984 target.
9985
9986 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
9987
9988 * ltconfig: Update to correct AIX handling.
9989
9990 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9991
9992 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
9993
9994 * configure.in (target_subdir): Set to ${target_alias} instead
9995 of "libraries".
9996
9997 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
9998
9999 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10000 (Makefile): Depend on $(gcc_version_trigger).
10001
10002 * configure (gcc_version): Change default initializer to empty
10003 string.
10004 (gcc_version_trigger): New variable; pass this variable down
10005 to subdir configures to enable them checking gcc's version
10006 themselves. Emit make macros for both gcc_version vars.
10007 (topsrcdir): Initialize reliably.
10008 (recursion line): Remove --with-gcc-version=${gcc_version}.
10009
10010 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10011
10012 * configure (enable_version_specific_runtime_libs): Implement new flag
10013 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10014 in $(libsubdir); emit definition in each generated Makefile.
10015 (gxx_include_dir): Initialize depending on
10016 $enable_version_specific_runtime_libs.
10017
10018 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10019
10020 * configure (gcc_version): Initialize properly depending on
10021 how and where configure is started.
10022 (recursion line): Pass a --with-gcc-version=${gcc_version}
10023 to configures in subdirs.
10024
10025 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10026
10027 * configure.in (noconfigdirs): Add configure pattern for mips tx39
10028 cygmon
10029
10030 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10031
10032 * configure.in: Add cygmon and libstub support for mn10200.
10033
10034 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10035
10036 * configure (gcc_version): Add new variable describing the
10037 particular gcc version we're building.
10038 * Makefile.in (libsubdir): Add new macro for the directory
10039 in which the compiler finds executables, libraries, etc.
10040 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10041 and libsubdir.
10042
10043 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10044
10045 * Makefile.in (local-clean): Remove *.log.
10046 (warning.log): Built with warn_summary from build.log.
10047 (mail-report.log): Run test_summary.
10048 (mail-report-with-warnings.log): Run test_summary including
10049 warning.log in the report.
10050
10051 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10052
10053 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10054
10055 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10056
10057 * Makefile.in (grep): Grep no longer depends on libiberty.
10058
10059 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10060
10061 * Makefile.in: all-snavigator needs all-libgui.
10062
10063 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10064
10065 * configure.in: Add cygmon and libstub support for mn10300.
10066
10067 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10068
10069 * missing: Update to version from automake 1.3.
10070
10071 * ltmain.sh: On installation, don't get confused if the same name
10072 appears more than once in the list of library names.
10073
10074 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10075
10076 * config.sub: Accept m68060 and m5200 as CPU names.
10077
10078 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10079
10080 * configure: Use && rather than using -a in test, because odd
10081 strings can confuse test.
10082 * configure.in: Likewise.
10083
10084 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10085
10086 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10087
10088 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10089
10090 * Makefile.in (boostrap2-lean, bootstrap3-lean,
10091 bootstrap4-lean): New targets.
10092
10093 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10094
10095 * mpw-* Delete. Not used.
10096
10097 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10098
10099 * COPYING.LIB: Update FSF address.
10100
10101 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10102
10103 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10104
10105 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10106 GAS_SUPPORT_DIRS.
10107
10108 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10109
10110 * ltconfig, ltmain.sh: Avoid producing a version number if
10111 -version-info was not used.
10112
10113 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10114
10115 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10116 building with newlib.
10117
10118 1998-04-30 Paul Eggert <eggert@twinsun.com>
10119
10120 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10121 Solaris `make' causes it to continue to next definition.
10122
10123 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10124
10125 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10126 the right GUI libraries and files are installed along with GDB.
10127
10128 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10129
10130 * configure.in: Change alpha to alpha* in several places.
10131
10132 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10133
10134 * config.sub: Recognize sparc86x.
10135
10136 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
10137
10138 * configure.in (--enable-target-optspace): Remove debug echo.
10139
10140 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10141
10142 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10143
10144 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10145
10146 * ltconfig: Update cygwin32 support.
10147
10148 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10149 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10150 (GDB_SUPPORT_DIRS): Likewise.
10151
10152 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10153
10154 * configure.in (target_makefile_frag): If --enable-target-optspace,
10155 use -Os to compile target libraries rather than -O2. Default to
10156 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10157 not used.
10158 * configure.in (target_cflags): Ditto for d30v.
10159
10160 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10161
10162 * Makefile.in (all-bfd): Depend on all-intl.
10163 (all-binutils): Likewise.
10164 (all-gas): Likewise.
10165 (all-gprof): Likewise.
10166 (all-ld): Likewise.
10167
10168 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
10169
10170 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10171
10172 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10173
10174 * Makefile.in (all-bfd): Depend upon all-libiberty.
10175
10176 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10177
10178 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10179
10180 * Makefile.in: Add libstub.
10181
10182 * configure.in: Ditto. Build libstub for targets that have cygmon
10183 support.
10184
10185 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10186
10187 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10188
10189 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10190
10191 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10192 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10193
10194 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10195
10196 * configure: Define DEFAULT_M4 by searching PATH.
10197 * Makfile.in: Use DEFAULT_M4.
10198
10199 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10200
10201 * ltconfig: Add cygwin32 support.
10202
10203 * Makefile.in, configure.in: Add libtool as a native only directory
10204 to configure and build.
10205
10206 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10207
10208 * Makefile.in (INSTALL_MODULES): Remove texinfo.
10209
10210 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10211
10212 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10213
10214 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10215
10216 * Makefile.in: add ash make rules
10217 * configure.in: add ash to native_only and host_tools lists
10218
10219 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10220
10221 * Makefile.in (all-gettext, all-intl): New targets.
10222 (ALL_MODULES): Added all-gettext, all-intl.
10223 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10224 (INSTALL_MODULES): Added install-gettext, install-intl.
10225 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10226
10227 * configure.in (host_tools): Added gettext.
10228 (native_only): Likewise.
10229 (noconfigdirs) [various cases]: Likewise.
10230 (host_libs): Added intl.
10231
10232 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10233
10234 * configure: Do not disable building gdbtk for cygwin32 hosts.
10235
10236 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10237
10238 * configure.in: Add thumb-coff target.
10239 * config.sub: Add thumb-coff target.
10240
10241 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10242
10243 * Makefile.in: Revert yesterday's change.
10244 (all-target-winsup): all-target-librx stays out of here.
10245
10246 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10247
10248 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10249 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10250 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10251 Remove references to librx and libg++.
10252
10253 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10254
10255 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10256 recursive makes
10257
10258 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10259
10260 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10261 for newlib directory.
10262 (CXX_FOR_TARGET): Likewise.
10263
10264 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10265
10266 * ltconfig: Update after libtool/ltconfig.in change for
10267 hpux11.
10268
10269 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10270
10271 * ltconfig, ltmain.sh: Update to libtool 1.2.
10272
10273 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10274
10275 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10276 (install-gcc-cross): Instead, override LANGUAGES here.
10277
10278 1998-03-18 Dave Love <d.love@dl.ac.uk>
10279
10280 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10281 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10282
10283 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10284
10285 * configure.in: Add Thumb-pe target.
10286
10287 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
10288
10289 * Makefile.in - changed sn targets to snavigator
10290 * configure.in - changed sn targets to snavigator
10291
10292 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10293
10294 * config-ml.in: After building symlink tree call make distclean
10295 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10296 to be the case for libiberty.
10297
10298 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10299
10300 * configure: When making link, also check the current
10301 directory. The configure scripts may create one.
10302
10303 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10304
10305 * config.sub: Accept alphapca56 and alphaev6 properly.
10306
10307 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10308
10309 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10310
10311 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10312
10313 * config.sub (sco5): Fix typo.
10314
10315 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10316
10317 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10318 install-itcl.
10319 (install-itcl): Remove dependency on install-tcl.
10320
10321 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10322
10323 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10324
10325 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10326
10327 * configure.in: Don't build libgui for a cygwin32 target when not on
10328 a cygwin32 host.
10329
10330 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10331
10332 * configure (redirect): Set to null, so default behavior of
10333 configure is now --verbose.
10334
10335 1998-02-16 Dave Love <d.love@dl.ac.uk>
10336
10337 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10338 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10339
10340 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10341
10342 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10343 this change to sync Makefile.in with its ChangeLog entries.
10344
10345 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10346
10347 * ltmain.sh (mkdir): Check that the directory doesn't exist
10348 before we exit with error, so that we don't get races during
10349 parallel builds.
10350
10351 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10352
10353 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10354
10355 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10356
10357 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10358 PICFLAG_FOR_TARGET.
10359 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10360
10361 * configure: Emit a definition for the new macro enable_shared
10362 into each Makefile.
10363
10364 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10365
10366 * configure.in (host_tools, native_only): Add libtool.
10367
10368 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10369
10370 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10371 Fix typo in ming config comment.
10372
10373 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10374
10375 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10376
10377 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10378
10379 * config.sub: Add tic30 cases, and map c30 to tic30.
10380
10381 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10382
10383 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10384 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10385 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10386 (CLEAN_TARGET_MODULES): Similarly
10387 (all-target-libf2c): Add dependences.
10388 * configure.in (target_libs): Add libf2c.
10389
10390 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10391
10392 * configure.in: Remove expect from noconfigdirs when target
10393 is cygwin32. OK to build expect and dejagnu with Canadian
10394 Cross.
10395
10396 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10397
10398 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10399 host.
10400
10401 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10402 and mingw32.
10403
10404 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10405
10406 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10407 here as it is not defined in the toplevel Makefile.
10408
10409 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10410
10411 * configure (package_makefile_rules_frag): New variable, which names
10412 a file with generic rules, ...
10413 Change comment to mention we now have FIVE parts.
10414 * configure: Undo last change.
10415
10416 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10417
10418 * config.guess: More accurate determination of HP processor types.
10419 * config.sub: More accurate determination of HP processor types.
10420
10421 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10422
10423 * configure (package_makefile_frag): Move inserting the
10424 ${package_makefile_frag} to where it should be according
10425 to the comment.
10426
10427 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
10428
10429 * config.guess: Add support for Linux/ARM.
10430
10431 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10432
10433 * .cvsignore: Remove *-info and *-install since they match
10434 release-info and mpw-install, which we don't want to just ignore.
10435
10436 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10437
10438 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10439
10440 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10441
10442 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10443 local_prefix to sub-make invocations.
10444
10445 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10446
10447 * configure.in: Check makefile fragments in the source
10448 directory.
10449
10450 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10451
10452 * configure.in: Check whether host and target makefile
10453 fragments exist before adding them to *_makefile_frag.
10454
10455 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10456
10457 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10458
10459 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10460
10461 * configure.in: Make sure we only replace RPATH_ENVVAR on
10462 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10463 regexp to sed.
10464
10465 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10466 to sub-makes.
10467
10468 1998-01-13 Lee Iverson (leei@ai.sri.com)
10469
10470 * config-ml.in (multi-do): LDFLAGS must include multilib
10471 designator.
10472
10473 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10474
10475 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10476
10477 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10478
10479 * config.sub: Add mingw32 support.
10480 * configure.in: Likewise.
10481
10482 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10483
10484 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10485
10486 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10487
10488 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10489 * configure (gxx_include_dir): Provide a definition for subdirs
10490 which do not use autoconf.
10491
10492 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10493
10494 * config.guess: Sync with egcs. Picks up new alpha support,
10495 BeOS & some additional linux support.
10496
10497 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
10498
10499 * config.guess: HP 9000/803 is a PA1.1 machine.
10500
10501 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10502
10503 * configure.in: It's alpha*-...
10504
10505 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10506
10507 * configure.in (host_makefile_frag, target_makefile_frag):
10508 Handle multiple config files.
10509 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10510 alpha-*-*.
10511
10512 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10513
10514 * mkdep: New file.
10515
10516 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
10517
10518 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10519
10520 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
10521
10522 * Makefile.in: Add libgui directory.
10523 (GDB_TK): Add all-libgui.
10524 * configure.in: Add libgui directory.
10525 * configure: Add all-libgui to GDB_TK.
10526
10527 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
10528
10529 * config-ml.in (multidirs): Add m32r to multilib list.
10530
10531 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
10532
10533 * Makefile.in (all-target-gperf): Change dependency to
10534 all-target-libstdc++.
10535
10536 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
10537
10538 * config.guess: Add BeOS support.
10539
10540 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
10541
10542 Source directory cvs renamed to cvssrc:
10543 * configure.in (host_tools): Change cvs to cvssrc.
10544 (native_only): Likewise.
10545 (noconfigdirs) [various cases]: Likewise.
10546 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10547 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10548 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10549 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10550 (all-cvssrc): Rename target from all-cvs.
10551
10552 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
10553
10554 * configure (gxx_include_dir): Fix thinko.
10555
10556 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
10557
10558 * Makefile.in (INSTALL_TARGET_CROSS): Define.
10559 (install-cross, install-gcc-cross): New targets.
10560
10561 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
10562
10563 * configure.in (noconfigdirs): Add support for Thumb target.
10564
10565 * config.sub (maybe_os): Add support for Thumb target.
10566
10567 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
10568
10569 * Makefile.in: Add rules for cygmon.
10570
10571 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10572
10573 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
10574
10575 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10576 * configure (gxx_include_dir): Provide a definition for subdirs
10577 which do not use autoconf.
10578
10579 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
10580
10581 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
10582 11/18/97 build
10583
10584 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
10585
10586 * From Franz Sirl.
10587 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10588 found on RedHat Linux systems.
10589
10590 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
10591
10592 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10593 guesses.
10594
10595 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
10596
10597 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10598
10599 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
10600
10601 * ltmain.sh: If mkdir fails, check whether the directory was created
10602 anyhow by some other process.
10603
10604 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
10605
10606 * configure.in (d30v-*-*): Configure all directories.
10607
10608 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
10609
10610 * configure.in (d30v-*-*): Configure newlib, libiberty directories
10611 for the D30V.
10612
10613 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
10614
10615 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10616
10617 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
10618
10619 * include/libiberty.h: Add extern "C" { so it can be used with C++
10620 progrms.
10621 * include/remote-sim.h: Add extern "C" { so it can be used with C++
10622 programs.
10623
10624 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
10625
10626 * configure.in (d30v-*-*): Configure GCC now.
10627
10628 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
10629
10630 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10631 is no longer needed.
10632
10633 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
10634
10635 * Makefile.in: check-target-libio depends on all-target-libstdc++.
10636
10637 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
10638
10639 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10640 targets using "$@" to provide support for similar but not identical
10641 targets without having to duplicate code.
10642
10643 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
10644
10645 * makefile.vms: Fix to work with DEC C.
10646
10647 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
10648
10649 * config.sub: Add mips-tx39-elf to marketing names.
10650
10651 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
10652
10653 * ltmain.sh: Handle symlinks in generated script.
10654
10655 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
10656
10657 * configure: Handle autoconf style directory options: --bindir,
10658 --datadir, --includedir, --infodir, --libdir, --libexecdir,
10659 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10660 --sysconfdir.
10661 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10662 (sharedstatedir, localstatedir, oldincludedir): New variables.
10663 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10664 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10665 sbindir, sharedstatedir, and sysconfdir.
10666
10667 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10668
10669 * Makefile.in (bootstrap-lean): New target.
10670
10671 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
10672
10673 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
10674 sn, and gnuserv from noconfigdirs.
10675
10676 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
10677
10678 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10679
10680 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
10681
10682 * Makefile.in (cross): New target.
10683
10684 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
10685 Jeff Law <law@cygnus.com>
10686
10687 * Makefile.in (bootstrap2, bootstrap3): New targets.
10688 (all-bootstrap): Remove outdated and confusing target.
10689 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10690
10691 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
10692
10693 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
10694 windows. Consistent with gdb/configure.
10695
10696 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
10697
10698 * configure.in: Name Linux target fragment.
10699
10700 * configure: Rewrite so that project Makefile fragment is inserted
10701 first and appears last in the resulting Makefile.
10702
10703 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
10704
10705 * Makefile.in (install-itcl): Install tcl first.
10706
10707 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
10708
10709 * configure.in: remove bison from noconfigdirs for Cygwin32 host
10710
10711 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10712
10713 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10714
10715 * configure.in (skipdirs): Add target-librx for Linux.
10716 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10717
10718 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
10719
10720 * Makefile.in (bootstrap): New target.
10721
10722 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
10723
10724 * config.sub: Accept 'amigados' for backward compatability.
10725
10726 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
10727
10728 * config.guess: Merge with FSF.
10729
10730 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
10731
10732 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10733
10734 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
10735
10736 * config.sub: Add "marketing-names" patch.
10737
10738 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
10739
10740 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
10741
10742 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
10743
10744 * config.sub: Handle v850-elf.
10745
10746 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
10747
10748 * .cvsignore (*-install): Remove.
10749
10750 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
10751
10752 * ltconfig: Set CONFIG_SHELL in libtool.
10753 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10754
10755 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10756
10757 * configure.in (target_subdir): Set to libraries if enable_multilib.
10758
10759 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
10760
10761 * config.guess: Update from gcc directory.
10762
10763 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
10764
10765 * Makefile.in (all-sim): Depends on all-readline.
10766
10767 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10768
10769 * Makefile.in (BISON, YACC): Use $$s.
10770 (all-bison): Depend on all-texinfo.
10771
10772 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
10773
10774 * Makefile.in (BISON): Add -L flag.
10775 (YACC): Likewise.
10776
10777 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10778
10779 * configure.in (noconfigdirs): Add support for v850e target.
10780
10781 * config.sub (maybe_os): Add support for v850e target.
10782
10783 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10784
10785 * configure.in (noconfigdirs): Add support for v850ea target.
10786
10787 * config.sub (maybe_os): Add support for v850ea target.
10788
10789 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
10790
10791 * config.sub: Add mipstx39. Delete r3900.
10792
10793 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10794
10795 * Makefile.in (all-autoconf): Depends on all-texinfo.
10796
10797 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
10798
10799 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10800 eabi targets.
10801
10802 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
10803
10804 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10805
10806 * configure: When handling a Canadian Cross, handle YACC as well as
10807 BISON. Just set BISON to bison. When setting YACC, prefer bison.
10808 * Makefile.in (all-bison): Depend upon all-texinfo.
10809
10810 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
10811
10812 * Makefile.in (BISON): bison, not byacc or bison -y.
10813 (YACC): bison -y or byacc or yacc.
10814 (various): Add *-bison as appropriate.
10815 (taz): No need to mess with BISON anymore.
10816
10817 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
10818
10819 * configure: If OSTYPE matches *win32*, try to find a good value for
10820 CONFIG_SHELL.
10821
10822 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
10823
10824 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10825 configure.in if it is present.
10826
10827 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
10828
10829 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10830
10831 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
10832
10833 * config.sub: Recognize `arc' cpu.
10834 * configure.in: Likewise.
10835 * config-ml.in: Likewise.
10836
10837 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
10838
10839 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10840
10841 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
10842
10843 * configure: Changed sed delimiter from ':' to '|' when
10844 attempting to substitute ${config_shell} for SHELL. On
10845 NT ${config_shell} may contain a ':' in it.
10846
10847 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
10848
10849 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10850
10851 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
10852
10853 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
10854
10855 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
10856
10857 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
10858
10859 * ylwrap: If the program is a relative path, force it to be
10860 absolute.
10861
10862 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
10863
10864 * configure (tooldir): Set BISON to `bison -y' and not just bison.
10865
10866 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
10867
10868 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
10869 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
10870 for libraries.
10871
10872 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
10873
10874 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
10875 separated by spaces.
10876
10877 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
10878
10879 * ylwrap: New file.
10880 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
10881
10882 * ltmain.sh: Handle /bin/sh at start of install program.
10883
10884 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
10885
10886 * ltconfig, ltmain.sh: New files, from libtool 1.0.
10887 * missing: New file, from automake 1.2.
10888
10889 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
10890
10891 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
10892 check-tk to CHECK_X11_MODULES.
10893
10894 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
10895
10896 * config.sub: Merge with FSF.
10897
10898 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
10899
10900 * config.guess: Merge with FSF.
10901
10902 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
10903
10904 * configure: Treat msdosdjgpp like go32.
10905 * configure.in: Likewise. Don't remove gprof for go32.
10906
10907 * configure: Change Makefile.tem2 to Makefile.tm2.
10908
10909 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
10910
10911 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
10912
10913 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10914
10915 * install-sh (chmodcmd): Set to null if the DST directory already
10916 exists. Same as Nov 11th change.
10917
10918 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
10919
10920 * configure (GDB_TK): Needs itcl and tix.
10921
10922 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
10923
10924 * config.guess: Update from FSF.
10925
10926 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
10927
10928 * Makefile.in (GDB_TK): Depend on itcl and tix.
10929
10930 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
10931
10932 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
10933 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
10934 (INSTALL_SCRIPT): New variable.
10935 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
10936 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
10937 to -x.
10938 * install-sh: Add support for -x option.
10939
10940 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
10941
10942 * configure.in, Makefile.in: Treat tix like itcl.
10943
10944 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
10945
10946 * Makefile.in (WINDRES): New variable.
10947 (WINDRES_FOR_TARGET): New variable.
10948 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
10949 (EXTRA_HOST_FLAGS): Add WINDRES.
10950 (EXTRA_TARGET_FLAGS): Add WINDRES.
10951 (EXTRA_GCC_FLAGS): Add WINDRES.
10952 ($(DO_X)): Pass down WINDRES.
10953 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10954 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
10955 DLLTOOL_FOR_TARGET.
10956
10957 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
10958
10959 * configure.in: configure sim before gdb for win32-x-ppc
10960
10961 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10962
10963 Move gperf into the toplevel, from libg++.
10964 * configure.in (target_tools): Add target-gperf.
10965 (native_only): Add target-gperf.
10966 * Makefile.in (all-target-gperf): New target, depend on
10967 all-target-libg++.
10968 (configure-target-gperf): Empty rule.
10969 (ALL_TARGET_MODULES): Add all-target-gperf.
10970 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
10971 (CHECK_TARGET_MODULES): Add check-target-gperf.
10972 (INSTALL_TARGET_MODULES): Add install-target-gperf.
10973 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
10974
10975 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
10976
10977 * config.sub (mn10200): Recognize new basic machine.
10978
10979 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10980
10981 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
10982 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
10983
10984 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10985
10986 * configure.in: If we're building mips-sgi-irix6* native, turn on
10987 ENABLE_MULTILIB and set TARGET_SUBDIR.
10988
10989 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
10990
10991 * Makefile.in (all-sn): Depend on all-grep.
10992
10993 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
10994
10995 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
10996
10997 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
10998 Makefile. From Jeff Makey <jeff@cts.com>.
10999 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11000
11001 * Makefile.in (DISTBISONFILES): Remove.
11002 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11003 $(DEFAULT_YACC).
11004
11005 * configure.in: Build itl, db, sn, etc., when building for native
11006 cygwin32.
11007
11008 * Makefile.in (LD): New variable.
11009 (EXTRA_HOST_FLAGS): Pass down LD.
11010 ($(DO_X)): Likewise.
11011
11012 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11013
11014 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11015
11016 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11017
11018 * configure.in (targargs): Strip out any supplied --build argument
11019 before adding our own. Always add --build.
11020
11021 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11022
11023 * configure.in (targargs): Pass --build if we're doing
11024 a cross-compile.
11025
11026 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11027
11028 * configure: Use '|' instead of ":" as the separator in
11029 sed. Otherwise sed chokes on NT path names with drive
11030 designators. Also look for "?:*" as the leading characters in an
11031 absolute pathname.
11032
11033 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11034
11035 * config.sub: Support for r3900.
11036
11037 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11038
11039 * configure.in: Use install-sh, not install.sh.
11040
11041 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11042
11043 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11044 apply it twice.
11045
11046 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11047
11048 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11049 install-binutils.
11050
11051 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11052
11053 * Makefile.in: Add automake targets.
11054 * configure.in (host_tools): Add automake.
11055
11056 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11057
11058 * configure: Default CXX to c++, not gcc.
11059 * Makefile.in (CXX): Set to c++, not gcc.
11060 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11061
11062 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11063
11064 * install-sh: try appending a .exe if source file doesn't
11065 exist
11066
11067 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11068
11069 * configure.in: Turn on multilib by default.
11070 (cross_only): Remove target-libiberty.
11071
11072 * Makefile.in (all-gcc): Don't depend on libiberty.
11073
11074 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11075
11076 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11077
11078 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11079
11080 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11081 (DISTBISONFILES): Add ld/Makefile.in
11082
11083 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11084
11085 * configure.in: if target is cygwin32 but host isn't cygwin32,
11086 don't configure gdb tcl tk expect, not just gdb.
11087
11088 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11089
11090 * configure.in: Added gnuserv everywhere sn appears.
11091
11092 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11093 (CROSS_CHECK_MODULES): Added check-gnuserv.
11094 (INSTALL_MODULES): Added install-gnuserv.
11095 (CLEAN_MODULES): Added clean-gnuserv.
11096 (all-gnuserv): New target.
11097
11098 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11099
11100 * config.guess: Fixes for MIPS OpenBSD systems.
11101
11102 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11103
11104 * Makefile.in (INSTALL_XFORM): Remove.
11105 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11106
11107 * mkinstalldirs: New file, copied from automake.
11108 * Makefile.in (installdirs): Rename from install-dirs. Use
11109 mkinstalldirs. Change all users.
11110 (DEVO_SUPPORT): Add mkinstalldirs.
11111
11112 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11113
11114 * install-sh: Rename from install.sh.
11115 * Makefile.in (INSTALL): Change install.sh to install-sh.
11116 (DEVO_SUPPORT): Likewise.
11117
11118 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11119 Graichen <graichen@rzpd.de>.
11120
11121 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11122
11123 * config.guess: Recognize OpenBSD systems correctly.
11124
11125 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11126
11127 * README, Makefile.in (ETC_SUPPORT): Remove references to
11128 cfg-paper*, configure.{texi,man,info*}._
11129
11130 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11131
11132 * Makefile.in (all.normal): Ensure that gcc is built after all
11133 the x11 - ie gdb - targets.
11134
11135 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11136
11137 * makefile.vms: Don't run conf-a-gas.
11138
11139 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11140
11141 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11142
11143 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11144
11145 * configure.in: Remove noconfigdirs case since gdb also
11146 configures and builds for tic80-coff.
11147
11148 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11149
11150 * configure: Set cache_file to config.cache.
11151 * Makefile.in (local-distclean): Remove config.cache.
11152
11153 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11154
11155 * COPYING: Update FSF address.
11156
11157 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11158
11159 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11160 noconfigdirs.
11161
11162 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11163
11164 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11165 MAKEDIRS, is empty.
11166
11167 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11168
11169 * config.sub: Tweak mn10300 entry.
11170
11171 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11172
11173 * configure.in (host_tools): Put sim before gdb, so gdb's
11174 configure.tgt can determine if the simulator was configured.
11175
11176 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11177
11178 * config.sub: Move BeOS $os case to be with other Cygnus
11179 local cases.
11180
11181 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11182
11183 * config.sub: Remove misplaced comment that broke Linux.
11184
11185 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11186
11187 * config.sub: Add BeOS support.
11188
11189 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11190
11191 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11192
11193 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11194
11195 * configure.in (noconfigdirs): Remove tcl and tk from
11196 noconfigdirs for cygwin32 builds.
11197
11198 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11199
11200 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11201
11202 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11203
11204 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11205 make-all.com, use makefile.vms instead.
11206
11207 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11208
11209 * config.sub: Accept -lnews*.
11210
11211 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11212
11213 * configure.in (noconfigdirs): Disable target-newlib,
11214 target-examples and target-libiberty for d30v.
11215
11216 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11217
11218 * configure.in (noconfigdirs): Enable ld for d30v.
11219
11220 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11221
11222 * configure.in (tic80-*-*): Build compiler.
11223
11224 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11225
11226 * configure.in (d30v-*): Remove sim directory from list of
11227 unsupported d30v directories
11228
11229 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11230
11231 * config.sub, configure.in: Add d30v target cpu.
11232
11233 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11234
11235 * makefile.vms: New file.
11236 * make-all.com: Remove.
11237
11238 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11239
11240 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11241
11242 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11243
11244 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11245
11246 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11247
11248 * Makefile.in (ALL_MODULES): Added all-db.
11249 (CROSS_CHECK_MODULES): Addec check-db.
11250 (INSTALL_MODULES): Added install-db.
11251 (CLEAN_MODULES): Added clean-db.
11252
11253 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11254
11255 * config.guess: Merge with latest FSF sources.
11256
11257 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11258
11259 * Makefile.in (ALL_MODULES): Added all-itcl.
11260 (CROSS_CHECK_MODULES): Added check-itcl.
11261 (INSTALL_MODULES): Added install-itcl.
11262 (CLEAN_MODULES): Added clean-itcl.
11263
11264 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11265
11266 * configure.in: build gdb for mn10200
11267
11268 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11269
11270 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11271
11272 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11273
11274 * configure.in (tic80-*-*): Turn off most targets right now.
11275
11276 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11277
11278 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11279 rather than the makeinfo program.
11280 (do-info): Depend upon all-texinfo.
11281
11282 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11283
11284 * configure.in: Remove uses of config/mh-linux.
11285
11286 * config.sub, config.guess: Merge with latest FSF sources.
11287
11288 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11289
11290 * config.sub (case $basic_machine): Add tic80 entries.
11291
11292 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11293
11294 * config.sub, config.guess: Merge with latest FSF sources.
11295
11296 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11297
11298 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11299 * mpw-config.in: Test for NewFolderRecursive.
11300 * mpw-install: Use symbolic name for startup filename.
11301 * mpw-README: Add various additional details.
11302
11303 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11304
11305 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11306
11307 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11308
11309 * configure.in: Do build gcc and the target libraries for
11310 the mn10200.
11311
11312 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11313
11314 * configure.in: don't avoid building gdb for mn10300 any more
11315 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11316 instead of single-quoting it.
11317
11318 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11319
11320 * configure.in: Don't use --with-stabs on IRIX 6.
11321
11322 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11323
11324 * configure.in (m32r): Build gdb, libg++ now.
11325
11326 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11327
11328 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11329 directories from noconfigdirs.
11330
11331 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11332
11333 * config.sub (basic_machine): added mips16 configuration
11334
11335 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11336
11337 * config.sub: Handle d10v-unknown.
11338
11339 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11340
11341 * config.sub: Handle v850-unknown.
11342
11343 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11344
11345 * Makefile.in: add findutils
11346 * configure.in: add findutils to list of host_tools
11347
11348 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11349
11350 * config.sub: Handle mn10200 and mn10300.
11351
11352 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11353
11354 * configure.in (d10v-*): Do not build librx.
11355
11356 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11357
11358 * configure.in (mn10300): Build everything except gdb & libgloss.
11359
11360 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11361
11362 * config.guess: Patch for Dansk Data Elektronik servers,
11363 from Niels Skou Olsen <nso@dde.dk>.
11364
11365 For ncr, use /bin/uname rather than uname, since GNU uname does not
11366 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11367
11368 Patch for MIPS R4000 running System V,
11369 from Eric S. Raymond <esr@snark.thyrsus.com>.
11370
11371 Fix thinko for nextstep.
11372
11373 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11374
11375 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11376 * config.guess: Guess mips-dec-mach_bsd4.3.
11377
11378 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11379 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11380 release numbers.
11381 * config.guess (mips-mips-riscos*): Emit just enough of the
11382 release number.
11383
11384 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11385 * config.guess (sparc-auspex-sunos*): Added.
11386 (f300-fujitsu-*): Added.
11387
11388 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11389 * config.guess: Recognize a Tadpole as a sparc.
11390
11391 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11392
11393 * config.guess: Don't assume that NextStep version is either 2 or
11394 3. NextStep 4 (aka OpenStep 4) has come out now.
11395
11396 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11397
11398 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11399 From Rik Faith <faith@cs.unc.edu>.
11400
11401 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11402
11403 * config.sub: Contributions from bug-gnu-utils to:
11404 Support plain "hppa" (no version given) architecture, reported by
11405 OpenStep.
11406 OpenBSD like NetBSD.
11407 LynxOs is not a hardware supplier.
11408
11409 * config.guess: Contributions from bug-gnu-utils to add support for:
11410 OpenBSD like NetBSD.
11411 Stratus systems.
11412 More Pyramid systems.
11413 i[n>4]86 Intel chips.
11414 M680[n>4]0 Motorola chips.
11415 Use unknown instead of lynx for hardware manufacturer.
11416
11417 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11418
11419 * install.sh (chmodcmd): Set to null if the DST directory already
11420 exists.
11421
11422 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11423
11424 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11425 not use mt-ppc target Makefile fragment any more.
11426
11427 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11428
11429 * configure.in (*-*-windows): Exclude everything but those dirs
11430 needed to build windows.
11431
11432 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11433
11434 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11435
11436 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11437
11438 * configure.in: Exclude mmalloc from i386-windows.
11439
11440 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11441
11442 * Undo my previous change.
11443
11444 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11445
11446 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11447 unconditionally.
11448 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11449
11450 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11451
11452 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11453 host to add it's own flags.
11454
11455 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11456
11457 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11458
11459 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11460
11461 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11462 (CXX_FOR_TARGET): Likewise.
11463 (GCC_FOR_TARGET): Define.
11464 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11465 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11466 CC_FOR_TARGET was specified on the command line.
11467 (MAKEOVERRIDES): Don't define.
11468
11469 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11470
11471 * configure.in (m32r): Fix spelling of libg++ libs.
11472
11473 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11474
11475 * config.sub (-apple*): Remove, now redundant.
11476
11477 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11478
11479 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11480
11481 * configure: Rework yesterday's sed script patch.
11482
11483 * config.sub: Merge with FSF.
11484
11485 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11486
11487 * config.guess: Merge from FSF.
11488
11489 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11490 * config.guess: Use pc instead of unknown, for pc clone systems.
11491 Change linux to linux-gnu.
11492
11493 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11494 * config.guess: Avoid non-portable tr syntax.
11495
11496 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11497
11498 * test-build.mk (HOLES): Add "xargs" for gdb.
11499
11500 * configure: Avoid hpux10.20 sed bug.
11501
11502 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11503
11504 * configure.in: Add support for windows host
11505 (that is a build done under the Microsoft build environment).
11506
11507 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11508
11509 * Makefile.in: Replace all uses of srcroot with s, to shrink
11510 command line lengths.
11511
11512 Patches from Geoffrey Noer <noer@cygnus.com>:
11513 * configure.in: If configuring for newlib, pass --with-newlib to
11514 subdirectories.
11515 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11516 -Bnewlib/ and -Lwinsup to gcc.
11517 (CXX_FOR_TARGET): Likewise.
11518
11519 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
11520
11521 * Makefile.in (ETC_SUPPORT): Add configure.
11522
11523 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
11524
11525 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
11526 host configuration file.
11527
11528 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
11529
11530 * configure.in: Break mn10x00 support into separate
11531 mn10200 and mn10300 configurations.
11532 * config.sub: Likewise.
11533
11534 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
11535
11536 * configure.in: Add lots of stuff to noconfigdirs for
11537 the mn10x00 targets.
11538
11539 * config.sub, configure.in: Add mn10x00 support.
11540
11541 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
11542
11543 * make-all.com: Call conf-a-gas, not config-a-gas.
11544
11545 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
11546
11547 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
11548 targets.
11549
11550 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
11551
11552 * mpw-README: Add much more detail for native PowerMac.
11553 * mpw-install: New file.
11554 * mpw-configure: Add --norecursion and --help options.
11555 * mpw-config.in: Translate readme and install files when
11556 copying to objdir.
11557 * mpw-build.in: Don't always depend on byacc and flex.
11558 (install-only-top): New action.
11559
11560 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
11561
11562 * configure.in: You can now configure GDB for the v850.
11563
11564 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
11565
11566 * configure.in (noconfigdirs): Don't configure any C++ dirs
11567 if targeting D10V.
11568
11569 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
11570
11571 * config.sub: Recognize mips64vr5000.
11572
11573 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
11574
11575 * configure.in: Use a single line for host_tools and native_only.
11576
11577 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
11578
11579 * config.sub, configure.in: Add entries for m32r.
11580
11581 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
11582
11583 * Makefile.in (inet-install): Don't run install-gzip.
11584
11585 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
11586
11587 * configure.in: Don't config lots of things for *-*-windows*.
11588
11589 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
11590
11591 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11592 (host_libs, host_tools): Copy from configure.in.
11593 * mpw-configure: Don't complain about directories not found.
11594
11595 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11596
11597 * configure.in (i[345]86): Recognize i686 for pentium pro.
11598 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11599 file.
11600
11601 * config.guess (i[345]86): Ditto.
11602
11603 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11604
11605 * configure.in (noconfigdirs): Removed gdb for D10V.
11606
11607 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
11608
11609 * configure.in: Remove ld, target-libio, target-libg++, and
11610 target-libstdc++ from noconfigdirs.
11611
11612 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
11613
11614 * configure: Fix three locations where shell scripts were
11615 being run directly rather than with config_shell.
11616
11617 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
11618
11619 * configure.in (v850-*-*): Set up initial $noconfigdirs.
11620 * config.sub (basic_machine): Recognize v850.
11621
11622 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
11623
11624 * mpw-configure: Handle multiple enable/disable options and
11625 pass them down recursively, handle -c and -s flags appropriately
11626 depending on choice of compiler, add escape mechanism for
11627 quoted arguments to gC.
11628
11629 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11630
11631 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11632 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11633 so that -mrelocatable-lib and -mno-eabi are used.
11634
11635 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11636 not support --print-multi-lib, don't abort.
11637
11638 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
11639
11640 * make-all.com: Run config-a-gas.
11641 * setup.com: Don't copy subdirectory files around.
11642
11643 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
11644
11645 * configure.in (*-*-ose): Remove exclusion of libgloss for this
11646 target, it now compiles correctly.
11647
11648 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
11649
11650 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11651
11652 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11653
11654 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
11655
11656 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11657
11658 * configure.in (native_only): Add prms.
11659
11660 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
11661
11662 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11663 (BINUTILS_SUPPORT_DIRS): Likewise.
11664
11665 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11666
11667 * configure.in (d10v-*-*): Don't configure ld or gdb until the
11668 d10v support is added.
11669
11670 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11671
11672 * configure.in (d10v-*-*): New target.
11673
11674 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
11675
11676 * config.guess (HP 9000/811): Recognize this as a PA1.1
11677 machine.
11678
11679 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
11680
11681 * Makefile.in (do-tar-gz): New target, split out from tail end of
11682 taz target. Run each command separately, don't use pipes.
11683 (taz): Use it.
11684
11685 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
11686
11687 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11688 * mpw-build.in: No builds should depend on building byacc or flex,
11689 they are assumed to be installed already.
11690
11691 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11692
11693 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11694 variable that CC_FOR_TARGET needs.
11695
11696 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11697
11698 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11699 options have changed since the last time the subdirectory was
11700 configured, and if it has, reconfigure.
11701 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11702 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11703
11704 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
11705
11706 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11707 CLEAN_MODULES): Add bash.
11708 (all-bash): New target.
11709
11710 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
11711
11712 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11713
11714 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11715
11716 * config.sub (basic_machine): Recognize d10v as a valid processor.
11717
11718 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
11719
11720 * mpw-configure: Add support for --bindir.
11721 * mpw-build.in: Use a GCC-specific build script for GCC actions.
11722
11723 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
11724
11725 * configure.in: add bash, time, gawk to list of hosttools and things
11726 to only build for native toolchains
11727
11728 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11729
11730 * Makefile.in (docdir): Remove.
11731
11732 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11733
11734 * Makefile.in (datadir): Set to $(prefix)/share.
11735
11736 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
11737
11738 * configure.in: build diff and patch for cygwin32-hosted
11739 toolchains.
11740
11741 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
11742
11743 * config.sub: Accept -rtems*.
11744
11745 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
11746
11747 * configure.in: enable dosrel for cygwin32-hosted builds,
11748 remove diff from the list of things not buildable
11749 via Canadian Cross
11750
11751 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
11752
11753 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
11754 don't get ". ".
11755
11756 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
11757
11758 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11759
11760 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
11761
11762 * Makefile.in (taz): Handle case where tex3patch didn't even get
11763 checked out. Also, if it was found, put the symlink in a new util
11764 subdirectory.
11765
11766 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11767
11768 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11769
11770 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
11771
11772 * config.sub: Recognize -openvms.
11773 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11774 * make-all.com, setup.com: New files.
11775
11776 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11777
11778 * Makefile.in (taz): tex3patch moved to texinfo/util.
11779
11780 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
11781
11782 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
11783 * configure.in: remove make from disable-if-Can-Cross list
11784 enable gdb if ${host} and ${target} are cygwin32
11785
11786 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
11787
11788 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
11789 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11790
11791 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11792
11793 * config.guess: Combine mips-mips-riscos cases, and use cpp to
11794 distinguish sysv/svr4/bsd variants.
11795 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11796
11797 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
11798
11799 * configure.in: Added copyright notice.
11800 * move-if-change: Added copyright notice.
11801
11802 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11803
11804 * configure.in (powerpcle-*-solaris*): Until we get shared
11805 libraries working, don't build gdb, sim, make, tcl, tk, or
11806 expect.
11807
11808 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
11809
11810 * config.guess: Merge with FSF:
11811
11812 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11813 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11814
11815 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
11816 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11817
11818 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
11819 * config.guess: Combine two OSF1 rules.
11820 Also recognize field test versions. From mjr@zk3.dec.com.
11821 * config.guess (dgux): Use /usr/bin/uname rather than uname,
11822 because GNU uname does not support -p. From pmr@pajato.com.
11823
11824 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
11825
11826 * Makefile.in (MAKEDIRS): Removed $(tooldir).
11827
11828 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
11829
11830 * mpw-README: Document GCCIncludes.
11831
11832 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
11833
11834 * configure.in (alpha-*-linux*): Set enable_shared to yes.
11835
11836 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11837
11838 * mpw-configure: Handle --enable-FOO and --disable-FOO.
11839
11840 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
11841
11842 * configure.in (*-*-cygwin32): Configure make.
11843
11844 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
11845
11846 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11847
11848 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
11849
11850 * Makefile.in (all-inet): Depend on all-perl.
11851
11852 * Makefile.in (inet-install): New target.
11853
11854 * Makefile.in (all-inet): Depend on all-tcl.
11855 (all-inet): Depend on all-send-pr.
11856
11857 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11858
11859 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
11860 temporarily.
11861
11862 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
11863
11864 * configure.in: Don't configure --with-gnu-ld on AIX.
11865
11866 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11867
11868 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
11869
11870 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
11871
11872 * Makefile.in (ALL_MODULES): Added all-inet.
11873 (CROSS_CHECK_MODULES): Added check-inet.
11874 (INSTALL_MODULES): Added install-inet.
11875 (CLEAN_MODULES): Added clean-inet.
11876 (all-indent): New target.
11877
11878 * configure.in (host_tools): Added inet.
11879 (native_only): Added inet.
11880 (noconfigdirs): Added inet.
11881
11882 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
11883
11884 * configure.in: Don't configure libgloss if we are not configuring
11885 newlib.
11886
11887 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
11888
11889 * configure.in: Don't configure libgloss for unsupported
11890 architectures.
11891
11892 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11893
11894 * Makefile.in (CLEAN_MODULES): Add clean-apache.
11895
11896 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
11897
11898 * Makefile.in (ALL_MODULES): Include all-apache.
11899 (CROSS_CHECK_MODULES): Include check-apache.
11900 (INSTALL_MODULES): Include install-apache.
11901 (all-apache): New target.
11902
11903 * configure.in: Added apache everywhere perl is seen.
11904
11905 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11906
11907 * Makefile.in: Add support for clean-{module} and
11908 clean-target-{module} rules.
11909
11910 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
11911
11912 * configure.in (*-*-ose) do not build libgloss.
11913
11914 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11915
11916 * config.guess (prep*:SunOS:5.*:*): Turn into
11917 powerpele-unknown-solaris2.
11918
11919 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
11920
11921 * configure.in: Permit --enable-shared to specify a list of
11922 directories.
11923
11924 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11925
11926 * configure.in (host==solaris): Pass only the first word of $CC
11927 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
11928
11929 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11930
11931 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
11932
11933 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
11934
11935 * Makefile.in (ALL_MODULES): Include all-perl.
11936 (CROSS_CHECK_MODULES): Include check-perl.
11937 (INSTALL_MODULES): Include install-perl.
11938 (ALL_X11_MODULES): Include all-guile.
11939 (CHECK_X11_MODULES): Include check-guile.
11940 (INSTALL_X11_MODULES): Include install-guile.
11941 (all-perl): New target.
11942 (all-guile): New target.
11943
11944 * configure.in (host_tools): Include perl and guile.
11945 (native_only): Include perl and guile.
11946 (noconfigdirs): Don't build guile and perl; no ports have been
11947 done.
11948
11949 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
11950
11951 * configure (--enable-*): Handle quoted option lists such as
11952 --enable-sim-cflags='-g0 -O' better.
11953
11954 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11955
11956 * Makefile.in ({,inst}all-target): New rule so we can make and
11957 install all of the target directories easily.
11958
11959 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11960
11961 * configure.in: Add missing global flag in sed substitution when
11962 deleting `target-' from ${configdirs}.
11963
11964 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
11965
11966 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
11967 option.
11968
11969 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
11970 config/mh-necv4.
11971
11972 * install.sh: Correct misspelling of transformbasename.
11973
11974 * config.guess: Recognize mips-*-sysv*.
11975
11976 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
11977
11978 * config.sub: Recognize mon960.
11979
11980 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
11981
11982 * configure: Restore Canadian Cross handling of BISON and LEX,
11983 removed in Feb 20 change.
11984
11985 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
11986
11987 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
11988 Mention make install. Remove the old copyright date as well the
11989 clumsy and rather pointless copyright on the README file.
11990
11991 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
11992
11993 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
11994 Makefile after running symlink-tree, then run `make distclean' to
11995 avoid clobbering any generated files in srcdir.
11996
11997 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
11998
11999 * configure.in (m68k-*-netbsd*): Build everything now.
12000
12001 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12002
12003 * Makefile.in (taz): Fix quoting.
12004
12005 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12006
12007 * configure.in (sparclet-*-*): Build everything now.
12008
12009 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12010
12011 * configure.in (m68k-*-linux*): New host.
12012
12013 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12014
12015 * configure: Check for bison before byacc.
12016
12017 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12018
12019 * Makefile.in configure: Change the way LEX and BISON/YACC are
12020 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12021 searching PATH. These are used as fallbacks by Makefile.in if
12022 flex/bison/byacc aren't in objdir.
12023
12024 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12025
12026 * Makefile.in: Make everything which depends upon all-bfd also
12027 depend upon all-opcodes, in case --with-commonbfdlib is used.
12028
12029 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12030
12031 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12032 building NT native compilers on Unix.
12033
12034 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12035
12036 * configure.in: Don't get CC from the host Makefile fragment if we
12037 can find gcc in PATH, or if this is a Canadian Cross. Move the
12038 Solaris test for /usr/ucb/cc to the post target script, just after
12039 the compiler sanity test.
12040
12041 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12042
12043 * config.sub: Merge with FSF.
12044
12045 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12046
12047 * Makefile.in (RPATH_ENVVAR): New variable.
12048 (REALLY_SET_LIB_PATH): Use it.
12049 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12050
12051 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12052
12053 * config.sub, configure.in: Recognize sparclet cpu.
12054
12055 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12056
12057 * config.guess: Support m68k-cbm-sysv4.
12058
12059 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12060
12061 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12062 m68k-unknown-linuxaout from linker help string. Put quotes around
12063 $ld_help_string.
12064
12065 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12066
12067 * config.guess (powerpc-harris-powerunix): Add guess for port
12068 to new target.
12069
12070 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12071
12072 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12073
12074 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12075
12076 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12077 $(REALLY_SET_LIB_PATH) in Makefile.
12078 * Makefile.in (SET_LIB_PATH): New variable.
12079 (REALLY_SET_LIB_PATH): New variable.
12080 ($(DO_X)): Use $(SET_LIB_PATH).
12081 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12082 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12083 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12084 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12085 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12086 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12087 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12088 (install-dosrel): Likewise.
12089 (all-opcodes): Depend upon all-libiberty.
12090
12091 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12092
12093 * config.guess (*:CYGWIN*): New
12094
12095 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12096
12097 * Makefile.in (all-target-winsup): All all-target-libiberty.
12098
12099 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12100
12101 * configure.in (noconfigdirs): Add missing # in front of comment.
12102
12103 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12104
12105 * configure.in: add second pass to things added to noconfigdirs
12106 so *-gm-magic can exclude libgloss properly.
12107
12108 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12109
12110 * mpw-configure (extralibs_name, rez_name): Set correctly
12111 for MWC68K compiler.
12112
12113 * mpw-README: Add more info on the necessary build tools.
12114
12115 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12116
12117 * configure.in, config.sub: Recognize cygwin32.
12118
12119 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12120
12121 * config.guess, config.sub: Recognize A/UX.
12122
12123 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12124
12125 * config.sub: Merge with gcc/config.sub.
12126
12127 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12128
12129 * mpw-build.in (do-binutils): Add build of stamps.
12130
12131 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12132
12133 * config.sub: Add recognition for mips64vr4100*-* targets.
12134
12135 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12136
12137 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12138 Add creation of gconfigargs with `--enable-shared' turned on.
12139 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12140 ($(host)-stamp-stage3-configured): Likewise.
12141 (HOLES): Add chatr and ldd.
12142 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12143
12144 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12145
12146 * configure: Pass --nfp to recursive configures.
12147
12148 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12149
12150 * Makefile.in (DLLTOOL): New.
12151 (DLLTOOL_FOR_TARGET): New.
12152 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12153 (EXTRA_TARGET_FLAGS): Ditto.
12154 (EXTRA_GCC_FLAGS): Ditto.
12155 (CONFIGURE_TARGET_MODULES): Ditto.
12156 (DO_X): Ditto.
12157 * configure: Add DLLTOOL.
12158
12159 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12160
12161 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12162 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12163 mh-sco, since old workarounds no longer needed, and don't
12164 build ld, since libraries have weak symbols in COFF.
12165
12166 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12167
12168 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12169
12170 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12171
12172 * configure.in: Make sure that ${CC} can be used to compile an
12173 executable.
12174
12175 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12176
12177 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12178 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12179 nothing depending on whether gdbtk is being built.
12180
12181 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12182
12183 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12184
12185 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12186
12187 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12188 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12189
12190 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12191
12192 * config-ml.in: Add support for
12193 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12194 Simplify setting of multidirs from --disable-foo.
12195
12196 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12197
12198 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12199 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12200 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12201 non-empty, pass them on to the GCC make.
12202 (all-bootstrap): New rule that is like all-gcc, except it executes
12203 the GCC bootstrap rule instead of the GCC all rule.
12204
12205 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12206
12207 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12208
12209 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12210
12211 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12212 DG/UX support.
12213
12214 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12215
12216 * config.sub (i*86*) Change [345] to [3456]
12217
12218 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12219
12220 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12221 --with-gnu-ld=no.
12222
12223 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12224
12225 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12226 AIX multilibs get built.
12227
12228 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12229
12230 * configure.in (i386-win32): Don't build expect if we're not
12231 building the tcl subdir.
12232
12233 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12234
12235 * Makefile.in: (configure-target-examples, all-target-examples):
12236 New targets, configure and build example programs.
12237
12238 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12239
12240 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12241 use it as input to sedit the generated MPW makefile.
12242 * mpw-README: Add a suggestion about Gestalt.h.
12243
12244 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12245
12246 * config.sub: Accept *-*-ieee*.
12247
12248 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12249
12250 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12251 Ronald F. Guilmette <rfg@monkeys.com>.
12252
12253 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12254
12255 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12256 for powerpc-pe native.
12257 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12258 (target==powerpc-pe): duplicate i386-win32 entry.
12259
12260 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12261
12262 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12263 of vxworks, not just vxworks5.1.
12264
12265 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12266
12267 * mpw-configure: Add support for exec-prefix.
12268
12269 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12270
12271 * config.guess: Recognize HP model 816 machines as having
12272 a PA1.1 processor.
12273
12274 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12275
12276 * configure: Ignore new autoconf configure options.
12277
12278 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12279
12280 * config.guess: Recognize Pentium under SCO.
12281 From Robert Lipe <robertl@arnet.com>.
12282
12283 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12284
12285 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12286
12287 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12288
12289 * configure.in: Don't configure gas for alpha-dec-osf*.
12290
12291 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12292
12293 * configure.in: Default to --with-stabs for some targets for which
12294 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12295 i[345]86*-*-unixware*.
12296
12297 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12298
12299 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12300 rather than basing it on the target. Simplify handling of options
12301 controlling which directories to configure. Remove extraneous
12302 slash in multi-clean target.
12303
12304 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12305
12306 * config-ml.in: Prefix more variables with ml_ so they don't collide
12307 with configure's.
12308
12309 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12310
12311 * configure: Don't turn -v into --v.
12312
12313 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12314
12315 * configure.in (targargs): Fix typo.
12316
12317 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12318
12319 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12320
12321 * configure.in: Strip --host and --target options from
12322 CONFIG_ARGUMENTS, and always configure for --host only. Add
12323 --with-cross-host option when building with a cross-compiler.
12324 * configure: Canonicalize the arguments put into config.status by
12325 always using `=' for an option with an argument. Pass a presumed
12326 --host or --target explicitly.
12327
12328 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12329
12330 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12331 into general OS recognition case.
12332
12333 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12334
12335 * configure.in (target_configdirs): add target-winsup only
12336 for win32 target systems.
12337
12338 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12339
12340 * Makefile.in (all-target-libgloss): Depend upon
12341 configure-target-newlib, since when libgloss is built it looks to
12342 see if the newlib directory exists.
12343
12344 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12345
12346 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12347 cfg-ml-*.in.
12348
12349 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12350
12351 * configure: Handle LD and LD_FOR_TARGET when configuring a
12352 Canadian Cross.
12353
12354 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12355
12356 * configure.in (target_libs): add target-winsup.
12357 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12358 (target==ppcle-pe): remove ld from $noconfigdirs.
12359
12360 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12361
12362 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12363 Preserve relative path names in $srcdir. Build symlink tree if
12364 configuring cross target dir and srcdir=. (= no VPATH support).
12365 (configure-target-libg++): Depend on configure-target-librx.
12366 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12367 * config-ml.in: New file.
12368 * symlink-tree: New file.
12369 * configure: Ensure srcdir="." if that's what it is.
12370
12371 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12372
12373 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12374 includes and FLEX_SKELETON setting.
12375 * mpw-configure (--with-gnu-ld): New option, controls whether
12376 to use PPCLink or ld with PowerMac GCC.
12377 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12378 * mpw-config.in: Configure grez if targeting Mac.
12379
12380 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12381 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12382 just macos.
12383 * configure.in: Configure grez resource compiler if targeting Mac.
12384 * Makefile.in (all-grez, install-grez): New targets.
12385
12386 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12387
12388 * configure: CXX defaults to gcc, not g++. If we find
12389 gcc in the path, set CC to gcc -O2.
12390
12391 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12392
12393 * configure: Default ${build} correctly. Avoid picking up extra
12394 spaces when reading CC and CXX from Makefile. When doing a
12395 Canadian Cross, use plausible default values for numerous
12396 variables.
12397 * configure.in: When doing a Canadian Cross, don't try to
12398 configure tools whose configure script can't handle it.
12399
12400 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12401
12402 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12403
12404 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12405
12406 * configure: Remove dubious bug reporting address.
12407
12408 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12409
12410 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12411 configure script, run that instead of this directory's configure.
12412 In either case, print a message that we're configuring the sub-dir.
12413
12414 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12415
12416 * configure.in: Before checking for the existence of various files,
12417 use sed to filter out "target-".
12418
12419 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12420
12421 * Makefile.in (DO_X): Split rule to decrease command line length
12422 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12423 (Philippe De Muyter).
12424
12425 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12426
12427 * Makefile.in (all-patch): depend on all-libiberty.
12428
12429 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12430
12431 * configure.in: If the only directory in target_configdirs which
12432 actually exists is libiberty, then set target_configdirs to empty,
12433 to avoid trying to build a target libiberty in a gas or gdb
12434 distribution.
12435
12436 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12437
12438 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12439 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12440 systems.
12441
12442 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12443
12444 * configure.in (copy_dirs): Use sys-include instead of include
12445 for --with-headers option.
12446
12447 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12448
12449 * Makefile.in, configure.in: Make winsup builds work with
12450 new scheme.
12451
12452 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12453
12454 * configure.in: Build the linker on AIX.
12455
12456 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12457
12458 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12459 where needed.
12460
12461 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12462
12463 * Makefile.in (all-gcc): Fix typo.
12464
12465 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12466
12467 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12468
12469 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12470
12471 * configure.in: Rename libFOO to target-libFOO, and xiberty
12472 to target-xiberty, to provide more flexibility.
12473 (target_subdir): Define. Create if cross.
12474 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12475 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12476 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12477 check-libFOO -> check-target-libFOO, etc.
12478 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12479 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12480 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12481 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12482 allow ALL_GCC="" to only configure.
12483 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12484 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12485 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12486
12487 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12488
12489 * Makefile.in (taz): Build "info" in etc explicitly.
12490
12491 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12492
12493 * configure.in: Make sure that CC is undefined (as opposed to
12494 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12495 problem with autoconf trying to configure on a host without GCC.
12496
12497 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12498
12499 * mpw-configure: Set host alias from choice of host compiler,
12500 only use generic MPW Makefile sed if present, edit a file
12501 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12502 * mpw-README: Add problem notes about CW6 and CW7.
12503
12504 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12505
12506 * Makefile.in (taz): Use ";" instead of ";;".
12507
12508 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12509
12510 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12511 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12512 DISTDOCDIRS.
12513 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12514 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12515
12516 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
12517
12518 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
12519 and gnats, because they are now subsumed by DISTSTUFFDIRS.
12520 Move bfd to DISTSTUFFDIRS.
12521
12522 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12523
12524 * Makefile.in (X11_LIB): Removed.
12525 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12526
12527 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12528
12529 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12530
12531 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12532 names.
12533
12534 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12535
12536 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12537
12538 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
12539
12540 * configure.in (i[345]86-*-win32): Always build newlib.
12541 Don't configure cvs, autoconf or texinfo.
12542 * Makefile.in (LD_FOR_TARGET): New.
12543 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12544 Pass down LD_FOR_TARGET.
12545
12546 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
12547
12548 * winsup: New directory.
12549 * Makefile.in: Build winsup.
12550 * configure.in: Winsup is configured when target is win32.
12551 Can only build win32 target GDB when native.
12552
12553 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
12554
12555 * config.guess: Recognize HP model 819 machines as having
12556 a PA 1.1 processor.
12557
12558 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
12559
12560 * configure: Fix sed loop which substitutes for CC and CXX to
12561 avoid bug found in various sed implementations.
12562
12563 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12564
12565 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12566 simulator. Use standard powerpc-*-eabi*.
12567
12568 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
12569
12570 * configure.in: Stop putting gas and binutils in noconfigdirs for
12571 powerpc-*-aix* and rs6000-*-*.
12572
12573 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
12574
12575 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12576 -mcall-aixdesc libraries.
12577
12578 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
12579
12580 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12581
12582 * config.sub (arm | armel | armeb): Fix shell syntax.
12583
12584 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12585
12586 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12587 -msoft-float and -mcpu=common support.
12588 (powerpc*-*-eabisim*): Add support for building -mcall-aix
12589 libraries.
12590
12591 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12592
12593 * configure.in: Allow configuration and build of emacs19 for the alpha.
12594
12595 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12596
12597 * configure.in (CC): Get ^CC, not just any old CC, from
12598 ${host_makefile_frag}.
12599
12600 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12601
12602 * configure.in (CC): Try to get CC from
12603 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12604
12605 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12606
12607 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12608 only if it exists in $(srcdir).
12609
12610 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
12611
12612 * configure: If CC and CXX are not set in the environment, set
12613 them, based on either an existing Makefile or on searching for gcc
12614 in PATH. Substitute for CC and CXX in Makefile.
12615 * configure.in: Remove libm from target_libs. Separate
12616 target_configdirs from configdirs. If CC is not set in
12617 environment, try to get it from a host Makefile fragment. Rewrite
12618 changes of configdirs to use skipdirs instead. A few minor
12619 tweaks. Take directories out of target_configdirs as they are
12620 taken out of configdirs. Remove existing Makefile files from
12621 subdirectories. Substitute for TARGET_CONFIGDIRS and
12622 CONFIG_ARGUMENTS in Makefile.
12623 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12624 by configure.in.
12625 (CONFIG_ARGUMENTS): Likewise.
12626 (CONFIGURE_TARGET_MODULES): New variable.
12627 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12628 ($(CONFIGURE_TARGET_MODULES)): New target.
12629 (configure-libg++, configure-libio): New targets.
12630 (all-libg++): Depend upon configure-libg++.
12631 (all-libio): Depend upon configure-libio.
12632 (configure-libgloss, all-libgloss): New targets.
12633 (configure-libstdc++): New target.
12634 (all-libstdc++): Depend upon configure-libstdc++.
12635 (configure-librx, all-librx): New targets.
12636 (configure-newlib): New target.
12637 (all-newlib): Depend upon configure-newlib
12638 (configure-xiberty): New target.
12639 (all-xiberty): Depend upon configure-xiberty.
12640
12641 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12642
12643 * configure.in (host i[345]86-*-win32): Expand the
12644 noconfigdirs again.
12645
12646 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
12647
12648 * mpw-configure: Fix sed command file name.
12649
12650 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
12651
12652 * configure.in (host i[345]86-*-win32): Reduce the
12653 noconfigdirs again.
12654
12655 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
12656
12657 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12658 or powerpc*-*-pe*, since they are not yet supported.
12659
12660 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12661
12662 Add PowerMac support and many other enhancements.
12663 * mpw-configure: New option --cc to select compiler to use,
12664 paste options set according to --cc into the generated
12665 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12666 if mpw-make.sed is present.
12667 * mpw-config.in: Don't test for gC1, test for mpw-touch,
12668 add forward includes for PowerPC include files.
12669 * mpw-build.in: Build using Makefile.PPC if present.
12670 (do-byacc, etc): Remove separate version resource builds.
12671 (do-gas): Build "stamps" before "all".
12672 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12673 * mpw-README: Update to reflect --cc option, PowerMac support,
12674 and recently-reported compatibility problems.
12675
12676 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
12677
12678 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12679 embedded m68k systems (-aout, -coff, -elf, -vxworks).
12680 (--with-multilib-top): Pass to recursive invocations.
12681
12682 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
12683
12684 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12685 v810-*-*.
12686
12687 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12688
12689 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12690 gdb, ld and opcodes on v810-*-*.
12691
12692 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
12693
12694 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12695 (local-maintainer-clean): New target.
12696 (maintainer-clean): New target.
12697 (realclean): Just depend upon maintainer-clean.
12698
12699 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12700
12701 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12702
12703 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
12704
12705 * configure.in: Build ld in mips*-*-bsd* case.
12706
12707 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
12708
12709 * config.sub: Accept -lites* OS. From Ian Dall.
12710
12711 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
12712
12713 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
12714 targets.
12715
12716 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12717
12718 * configure.in: treat i386-win32 canadian cross the same as
12719 i386-go32 canadian cross.
12720
12721 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12722
12723 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12724 running under the simulator to build a reduced set of libraries.
12725 (powerpc-*-eabiaix): Add fine grained multilib support added to
12726 other powerpc targets yesterday.
12727
12728 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12729
12730 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12731 -disable-softfloat, -disable-relocatable, -disable-aix, and
12732 -disable-sysv to control which multilib libraries get built.
12733
12734 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12735
12736 * configure: Add Makefile.tem to list of files to remove in trap
12737 handler.
12738
12739 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
12740
12741 * config.guess (*Linux*): Add missing "exit"s.
12742 Also, need specific check for alpha-unknown-linux (uses COFF).
12743
12744 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
12745
12746 * config.guess: Merge with FSF:
12747
12748 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
12749 * config.guess (AIX4): More robust release numbering discovery.
12750
12751 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
12752 * config.guess (i386-sequent-ptx): Properly get version number.
12753
12754 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
12755 * config.guess (mips:*:4*:UMIPS): New case.
12756
12757 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
12758
12759 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12760 (i386-win32 host): Likewise. Don't build readline.
12761
12762 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
12763
12764 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
12765 SUPPORT_FILES to submakes.
12766
12767 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
12768
12769 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12770 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12771 mpw-configure.
12772
12773 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
12774
12775 * configure.in (appdirs): Use =, not ==, in test expression when
12776 trying to build the text to print in the warning message for
12777 Solaris users.
12778
12779 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
12780
12781 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12782
12783 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12784
12785 * config.guess: Recognize lynx-2.3.
12786
12787 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
12788
12789 * config.sub (z8ksim): Deleted
12790 (z8k-*-coff): New, this is the one true name of the target.
12791
12792 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
12793
12794 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12795
12796 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
12797
12798 * config.guess (*:Linux:*:*): First try asking the linker what the
12799 default object file format is (elf, aout, or coff). Then if this
12800 fails, try previous methods.
12801
12802 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12803
12804 * configure.in: Don't build newlib for *-*-vxworks5.1.
12805
12806 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12807
12808 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12809 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12810
12811 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
12812
12813 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12814
12815 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
12816
12817 * cfg-ml-com.in: New file.
12818 * cfg-ml-pos.in: New file.
12819
12820 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12821
12822 * COPYING.NEWLIB: Add HP free copyright to list.
12823
12824 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12825
12826 * config.sub: Recognize -eabi* for the system, not just -eabi.
12827
12828 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
12829
12830 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12831 * config.sub, configure.in (win32): New target and host.
12832
12833 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
12834
12835 * configure.in: Add i386-pe configuration.
12836
12837 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
12838
12839 * mpw-build.in (install): Install GDB after LD.
12840
12841 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
12842
12843 * mpw-config.in (elf/mips.h): Always forward-include, needed
12844 for GDB to build.
12845
12846 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
12847
12848 * testsuite: New directory for customer acceptance and whole tool
12849 chain tests.
12850
12851 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12852
12853 * configure: If per-host line isn't found, but AC_OUTPUT is found
12854 and a configure script exists, run it instead.
12855
12856 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12857
12858 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
12859
12860 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
12861
12862 * configure: Set build_{cpu,vendor,os,alias} to host values when
12863 --build isn't specified.
12864
12865 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12866
12867 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
12868 (FLAGS_TO_PASS): Pass them.
12869 (EXTRA_TARGET_FLAGS): Ditto.
12870
12871 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12872
12873 * Makefile.in (all-libg++): Depend on all-libstdc++.
12874
12875 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12876
12877 * configure.in (noconfigdirs): Enable all packages for
12878 i386-unknown-netbsd.
12879
12880 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
12881
12882 * configure.in (noconfigdirs): Don't configure tk for i386-go32
12883 hosted builds (DOS builds)
12884
12885 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12886
12887 Changes for ARM based on patches from Richard Earnshaw:
12888 * config.sub: Handle armeb and armel.
12889 * configure.in: Omit arm linker only for riscix.
12890
12891 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
12892
12893 * config.guess: Update from FSF.
12894
12895 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
12896
12897 * config.sub: Recognize powerpcle as the little endian varient of
12898 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
12899 powerpcle variant. Convert pentium into i586, not i486. Add p5
12900 alias for i586. Map new x86 variants p6, k5, nexgen into i586
12901 temporarily.
12902
12903 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
12904
12905 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
12906
12907 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
12908
12909 * config.sub: Accept -lites* as a basic system type.
12910
12911 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
12912
12913 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
12914 installed, and if so return linuxoldld as the system name.
12915
12916 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
12917
12918 * config.guess: Add hppa1.1-hp-lites support.
12919
12920 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
12921
12922 * configure.in: Don't build newlib for m68k-vxworks5.1.
12923
12924 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12925
12926 * configure.in (mips-sgi-irix6): Use mh-irix5.
12927
12928 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
12929
12930 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
12931
12932 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12933
12934 * test-build.mk: Enable building of shared libraries on IRIX 5 and
12935 OSF/1. Fix compiler flags.
12936 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
12937
12938 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
12939
12940 * configure.in: Recognize --with-newlib.
12941 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
12942
12943 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12944
12945 * Makefile.in: move {all,check,install}-gdb from *_MODULES
12946 to *_X11_MODULES due to gdbtk needing X include files et al.
12947
12948 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
12949
12950 Merge in support for Mac MPW as a host.
12951 (Old change descriptions retained for informational value.)
12952
12953 * mpw-config.in: Add generic include forwards for cpu-specific
12954 include files in aout and elf directories.
12955
12956 * mpw-configure: Added copyright.
12957 * mpw-config.in: Check for presence of required build tools.
12958 (target_libs): Add newlib.
12959 (target_tools): Add examples.
12960 (Read Me): Generate as "Read Me for MPW" instead.
12961 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
12962 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
12963 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
12964
12965 * mpw-configure: Remove subdir-specific makefile hackery,
12966 delete mk.tmp after using it.
12967
12968 * mpw-build.in (all): Display start and end times.
12969
12970 * mpw-configure (host_canonical): Set.
12971 (target_cpu): Always add to makefiles.
12972 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
12973 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
12974 (mpw-mh-mpw): Look for in srcdir and srcroot.
12975 Use sed instead of mpw-edit-prefix to edit prefix definitions.
12976
12977 * mpw-build.in: (install-only): New target.
12978
12979 * mpw-configure (host_alias, target_alias): Rename from hostalias
12980 and targetalias, add into generated Makefile.
12981 (mk.tmp): If present, add into generated Makefile.
12982 * mpw-build.in (all-gas): Build config.h first before gas proper.
12983
12984 * mpw-configure (config.status): Write only if changed.
12985 * mpw-config.in (readline): Configure it (not built, just used for
12986 definitions).
12987
12988 * mpw-config.in (elf/mips.h): Add a forward include.
12989
12990 * mpw-config.in: Forward-include most .h files in include into
12991 extra-include.
12992 (readline): Don't build.
12993 mpw-build.in (install): Install GDB.
12994
12995 * mpw-configure (prefix, mpw_prefix): Handle it.
12996 * mpw-config.in (mmalloc, readline): Don't configure.
12997 * mpw-build.in (thisscript): Rename to ThisScript.
12998 Use mpw-build instead of BuildProgram everywhere.
12999 (mmalloc, readline): Don't build.
13000 * mpw-README: New file, basic documentation about the MPW port.
13001
13002 * mpw-config.in: Use forward-include to create include files.
13003
13004 * mpw-configure: Add more things to the top of each configured
13005 Makefile, including contents of config/mpw-mh-mpw.
13006 * mpw-config.in (extra-include): Create this directory and fill it
13007 with Posix-like include files when configuring.
13008
13009 * config.sub (apple, mac, mpw): Add various aliases.
13010
13011 * mpw-build.in: New file, top-level build script fragment for MPW.
13012 * mpw-configure: New file, configure script for MPW.
13013 * mpw-config.in: New file, config fragment for MPW.
13014
13015 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13016
13017 * configure.in (host_libs): Remove glob, since it is gone from the
13018 sources.
13019
13020 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13021
13022 * Makefile.in: define empty GDB_NLM_DEPS var.
13023
13024 * configure.in(target_makefile_frag): use config/mt-netware
13025 for netware targets.
13026
13027 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13028
13029 * config.sub: Merge in recent FSF changes. Remove linux special
13030 cases.
13031
13032 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13033
13034 Revert this change:
13035
13036 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13037
13038 * build-all.mk: Use CC=cc -Xs on Solaris.
13039
13040 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13041
13042 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13043 stop using it.
13044 * Makefile.in: Nuke all references to glob subdirectory.
13045
13046 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13047
13048 * configure.in: Fix --enable-shared logic in per-host.
13049
13050 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13051
13052 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13053
13054 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13055
13056 * configure.in (noconfigdirs): Don't build gas on AIX, for
13057 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13058
13059 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13060
13061 * configure: Fix --cache-file to work if the file argument is a
13062 relative path.
13063
13064 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13065
13066 * configure: If the --cache-file is used, pass it down to
13067 configure in subdirectories.
13068
13069 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13070
13071 * config.sub: add vxworks29k configuration.
13072
13073 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13074
13075 * Makefile.in (taz): Do "diststuff" part quietly.
13076
13077 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13078
13079 * config.sub: Mini-merge with gcc/config.sub.
13080
13081 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13082
13083 * config.guess (IRIX): Sed - to _.
13084
13085 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13086
13087 * Makefile.in (source-vault, binary-vault): New targets.
13088
13089 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13090
13091 * config.sub: Recognize -eabi as a basic system type.
13092
13093 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13094
13095 * configure.in (enable_shared stuff): Fix typo.
13096
13097 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13098
13099 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13100
13101 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13102
13103 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13104
13105 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13106
13107 * configure.in (rs6000-*-*): Don't build gas.
13108
13109 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13110
13111 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13112 reduce command line length.
13113 (AS_FOR_TARGET): Check for as.new, not Makefile.
13114 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13115
13116 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13117
13118 * config.guess: Merge from FSF.
13119
13120 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13121
13122 * configure: Don't use $ when handling program_suffix.
13123
13124 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13125
13126 * configure.in: Configure tk for hppa/hpux.
13127
13128 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13129
13130 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13131
13132 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13133
13134 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13135 to LIBCXXFLAGS. Tests are better run without it.
13136
13137 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13138
13139 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13140
13141 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13142
13143 * configure.in (*-*-netware*): Don't configure xiberty.
13144
13145 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13146
13147 * configure.in: Remove tk from native_only list.
13148
13149 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13150
13151 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13152 for special NCD build.
13153
13154 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13155
13156 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13157 makeall.bat, they're only useful for binutils snapshots.
13158 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13159 makeall.bat to specified SUPPORT_FILES.
13160
13161 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13162
13163 * build-all.mk: Add Ericsson targets to sun4 and solaris
13164 hosts. Add BNR's sun4 target to solaris host, so their
13165 build-from-source will be tested in-house first.
13166
13167 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13168
13169 * Makefile.in (LIBCFLAGS): New variable.
13170 (CFLAGS_FOR_TARGET): Ditto.
13171 (LIBCFLAGS_FOR_TARGET): Ditto.
13172 (LIBCXXFLAGS): Ditto.
13173 (CXXFLAGS_FOR_TARGET): Ditto.
13174 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13175 (BASE_FLAGS_TO_PASS): Pass them.
13176 (EXTRA_TARGET_FLAGS): Ditto.
13177
13178 * configure.in: Support --enable-shared.
13179
13180 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13181
13182 * configure.in (target_libs): Include libstdc++ again.
13183 * config.guess: Update from FSF (for FreeBSD).
13184
13185 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13186
13187 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13188 makeall.bat.
13189 (DISTDOCDIRS): Add `etc'.
13190 (ETC_SUPPORT_PFX): New variable.
13191 (taz): Include anything from etc starting with a word in
13192 ETC_SUPPORT_PFX.
13193
13194 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13195
13196 * config.sub: Update for recent FSF changes. Remove obsolete
13197 h8300hds entry. Add -windows* and -osx as basic os. Minor
13198 spacing changes.
13199
13200 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13201
13202 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13203
13204 * config.guess: Merge with FSF.
13205 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13206
13207 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13208
13209 * configure: Since the "trap 0" handler will override the exit
13210 status on many systems, only use it for "exit 1", and make it set
13211 a non-zero exit status; reset it before "exit 0". Also, check
13212 exit status of config.sub, and error out if it failed.
13213
13214 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13215
13216 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13217 and install libgloss.
13218
13219 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13220
13221 * Makefile.in (all-binutils): Depend upon all-byacc.
13222
13223 * configure.in: Don't build emacs on Irix 5.
13224
13225 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13226
13227 * configure.in (*-*-netware*): Add libio.
13228
13229 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13230
13231 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13232 (CHECK_TARGET_MODULES): Ditto.
13233 (INSTALL_TARGET_MODULES): Ditto.
13234 (TARGET_LIBS): Ditto.
13235 (all-libstdc++): Note dependencies.
13236
13237 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13238
13239 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13240
13241 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13242
13243 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13244 -fexternal-templates.
13245
13246 * configure.in (target_libs): Add libstdc++.
13247 (noconfigdirs): Add libstdc++ as appropriate.
13248
13249 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13250
13251 * config.guess: Update from FSF.
13252
13253 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13254
13255 * configure: Use ${config_shell} when running ${configsub}.
13256
13257 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13258
13259 * config.sub: No longer recognize h8300h.
13260
13261 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13262
13263 * config.sub: Remove extraneous differences between config.sub and
13264 gcc/config.sub.
13265
13266 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13267
13268 * Makefile.in (DISTSTUFFDIRS): Add gas.
13269
13270 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13271
13272 * COPYING.NEWLIB: New file.
13273
13274 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13275
13276 * config.guess (HP-UX): Patch from Harlan Stenn
13277 <harlan@landmark.com> to also emit release level.
13278
13279 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13280
13281 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13282
13283 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13284
13285 * config.sub: Merge nextstep cleanup from FSF.
13286
13287 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13288
13289 * configure.in (arm-*-*): Don't configure ld for this target.
13290
13291 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13292
13293 * configure.in (*-*-netware): don't configure libg++, libio,
13294 librx, or newlib.
13295
13296 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13297
13298 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13299 configure ld--it works, but it doesn't support shared libraries.
13300
13301 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13302
13303 * config.guess (*-unknown-freebsd*): Get rid of possible
13304 trailing "(Release)" in version string.
13305 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13306
13307 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13308
13309 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13310 Fix type: *-next-neststep -> *-next-nextstep.
13311
13312 * config.guess: Merge from FSF:
13313
13314 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13315
13316 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13317
13318 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13319
13320 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13321 instead of UNIX_SV for UnixWare 1.0).
13322
13323 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13324
13325 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13326 to make gdb/nlm/* build after the compiler and linker.
13327
13328 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13329
13330 * config.guess (netbsd, freebsd, linux): Accept any machine,
13331 not just i[34]86.
13332 (m68k-atari-sysv4): Relocate to match FSF version.
13333
13334 * config.guess: More merges from the FSF:
13335
13336 Add a space before function call or macro invocation.
13337
13338 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13339
13340 * config.guess: Add trap cmd to remove dummy.c and dummy when
13341 interrupted.
13342
13343 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13344
13345 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13346 (dummy): Redirect stderr from compilation of dummy.c.
13347
13348 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13349
13350 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13351
13352 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13353
13354 * configure: Accept and ignore --cache*, for compatibility with
13355 new autoconf.
13356
13357 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13358
13359 * config.guess: Merge from FSF:
13360
13361 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13362
13363 * config.guess (Pyramid*:OSx*:*:*): New case.
13364 (PATH): Add /.attbin at end for finding uname.
13365 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
13366
13367 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13368
13369 * config.guess (M88*:DolphinOS:*:*): New case.
13370
13371 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13372
13373 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13374 to select whether to use ELF or COFF.
13375
13376 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13377
13378 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13379
13380 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13381
13382 * config.guess: Guess the OS version for HPUX.
13383
13384 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13385
13386 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13387
13388 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13389
13390 * configure.in: Recognize --with-headers, --with-libs, and
13391 --without-newlib.
13392 * Makefile.in (all-xiberty): Depend upon all-ld.
13393
13394 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13395
13396 * configure.in: Change i[34]86 to i[345]86.
13397
13398 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13399
13400 * configure (version): A few more tweaks to help message.
13401
13402 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13403
13404 * Makefile.in: Remove (for now) librx as a host library,
13405 now that we're building it for target.
13406
13407 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13408
13409 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13410 (Karl Berry).
13411
13412 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13413
13414 * configure.in: Also configure librx.
13415
13416 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13417
13418 * Makefile.in: Update various rules to reflect that librx
13419 is now needed for libg++.
13420
13421 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13422
13423 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13424
13425 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13426
13427 * configure.in: Configure the examples directory.
13428
13429 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13430
13431 * configure: Simplify Jun 2 1994 change.
13432
13433 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13434
13435 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13436 /bin/gcc isn't good enough to build gcc.
13437
13438 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13439
13440 * Makefile.in (GDB_SUPPORT_FILES): Remove
13441 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13442 (gdb.tar.gz): Add new rule to use standard distribution building
13443 mechanism.
13444
13445 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13446
13447 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13448 Bill Cox <bill@cygnus.com>.
13449
13450 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13451
13452 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13453
13454 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13455
13456 * configure: Search current dir first in .gdbinit.
13457
13458 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13459
13460 * config.sub: Recognize freebsd (merged from gcc config.sub).
13461
13462 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13463
13464 * config.sub: Refer to NeXT's operating system as nextstep.
13465
13466 * config.sub (case $basic_machine): Re-order the cases, to match
13467 the order in the FSF version (which is mostly alphabethical).
13468 Merge in some additions and changes from the FSF.
13469
13470 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13471
13472 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13473 * config.sub: Recognize cxux7.
13474 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13475
13476 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13477
13478 * config.sub: Fix typo powerpc -> powerpc-*.
13479
13480 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13481
13482 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13483
13484 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13485 parallel with all-emacs and install-emacs). Top-level command
13486 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13487
13488 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13489
13490 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13491 $(relbindir)/make before doing ``make install'', and use
13492 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13493 installing over running make binary.
13494 ($(host)-stamp-stage3-installed): Likewise.
13495
13496 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13497
13498 * config.guess: Recognize Mach.
13499
13500 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13501
13502 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13503 see whether --exec-prefix was used.
13504
13505 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13506
13507 * README: Explicitly mention libg++/README. (Zoo's idea.)
13508
13509 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13510
13511 * Makefile.in: Add all-librx target similar to all-libproc.
13512
13513 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13514
13515 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13516 with post 1.2 uname bogosity.
13517
13518 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13519
13520 * configure: Remove temporary files on receipt of a signal.
13521
13522 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
13523
13524 * configure: If there is a package_makefile_frag, remove
13525 ${subdir}/Makefile.tem after copying it in.
13526
13527 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13528
13529 * build_all.mk: support rs6000 lynx identifies itself as
13530 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
13531 since /bin/gcc is too feeble to compile a modern gcc.
13532
13533 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13534
13535 * brought devo/test-build.mk update-to-date with progressive/
13536 test-build.mk. Add lynx targets and hppa flag info.
13537
13538 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13539
13540 * configure.in: Use mh-ncrsvr43. Patch from
13541 Tom McConnell <tmcconne@sedona.intel.com>.
13542
13543 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
13544
13545 * config.guess (i386-unknown-bsdi): No longer need to
13546 check #if defined(__bsdi__) && defined(__i386__).
13547
13548 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13549
13550 * configure: Set program_transform_nameoption correctly.
13551
13552 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13553
13554 * brought build-all.mk update-to-date with progressive build-all.mk,
13555 added new targets and hppa info.
13556
13557 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13558
13559 * configure: If config.guess result is a prefix of the user
13560 specified target, assume a native build and use the user specified
13561 target as the host alias. Remove SunOS patch suffix removal hack.
13562 * configure.in: Remove SunOS patch suffix removal hack.
13563
13564 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13565 in NATIVE_CHECK_MODULES.
13566
13567 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
13568
13569 * Makefile.in: Rename HOST_ONLY to NATIVE.
13570 * configure: Delete SunOs patch suffix from host_canonical
13571 and build_canonical variables that are prepended to Makefiles.
13572 * configure.in: Add comments for easier maintenance.
13573
13574 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13575
13576 * Makefile.in: Add all-libproc target similar to all-gui.
13577
13578 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
13579
13580 * Makefile.in (CHECK_MODULES): split into
13581 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13582
13583 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
13584
13585 * config.guess (i386-unknown-bsdi): New system to guess.
13586
13587 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13588
13589 * Makefile.in: Add all-gui target (but not yet build by "all").
13590
13591 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
13592
13593 * config.sub: Move deletion of patch suffix from here...
13594 * configure.in: To here, at Ian's suggestion. The top-
13595 level scripts might need to know of a patch level.
13596
13597 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
13598
13599 * config.sub: Strip off patch suffix so rtl is recognized
13600 as a sunos4.1.3 machine, even though it's been patched.
13601
13602 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
13603
13604 * Makefile.in (INSTALL_LAST): Delete.
13605 (INSTALL_DOSREL): New.
13606
13607 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13608
13609 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13610 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13611 whether we pass down --with-gnu-ld anyhow.
13612
13613 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
13614
13615 * Makefile.in (INSTALL_LAST): Change operation so it works
13616 on more flavors of make.
13617 * configure.in (go32): Don't build libg++ or libio.
13618
13619 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
13620
13621 * Makefile.in (Move HOST_PREFIX_1 and friends up so
13622 they can be overriden by templates.
13623
13624 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
13625
13626 * configure.in (target==go32): Don't build gdb.
13627 * dosrel: New directory.
13628
13629 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
13630
13631 * configure.in (host==go32): Configure dosrel too.
13632 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13633 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13634 be set by incoming names or templates.
13635 (INSTALL_LAST): New rule.
13636
13637 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
13638
13639 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13640
13641 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13642
13643 * configure.in (appdirs): New variable. Currently empty, but will
13644 be used in gas distribution. If nonempty, lists a set of
13645 directories at least one of which must get configured, or top
13646 level configuration is considered to have failed.
13647 (rs6000-*-lynxos*): Use new file name.
13648
13649 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13650
13651 Eliminate XTRAFLAGS.
13652 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13653 newlib include files using -idirafter, and also use -nostdinc.
13654 (CXX_FOR_TARGET): Likewise.
13655 (XTRAFLAGS): Removed.
13656 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13657 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13658 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13659 ($(DO_X)): Don't pass down XTRAFLAGS.
13660
13661 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13662
13663 * configure.in (mips*-dec-bsd*): New target; do build linker.
13664 (mips*-*-bsd*): New target; don't build linker.
13665
13666 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13667
13668 * configure.in: support rs6000-*-lynxos* configuration.
13669 support sunos4 as a cross target.
13670
13671 * config.sub: look for lynx*, not lynx since the OS version may
13672 legitimately be part of the name.
13673
13674 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13675
13676 * configure.in (i[34]86-*-sco*): Move to be with other i386
13677 targets.
13678 (romp-*-*): New target. Skip various binary utilities.
13679 (vax-*-*): New target. Don't build newlib.
13680 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
13681
13682 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13683
13684 * configure.in: Only set host_makefile_frag if config
13685 directory exists.
13686
13687 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13688
13689 * install.sh: If $dstdir exists, don't check whether each
13690 component does.
13691
13692 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13693
13694 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13695
13696 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
13697
13698 * configure.in (*-*-lynxos*): Don't configure newlib for either
13699 native or cross Lynx.
13700
13701 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
13702
13703 * config.sub (sparc64-elf): Fix os.
13704 (z8k): Remove duplicate.
13705
13706 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13707
13708 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13709 gcc/stmp-fixproto, to try to prevent fixproto from being run.
13710
13711 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
13712
13713 * configure: Make file links cleanly even if Lynx fails on
13714 an NFS symlink (at least fail cleanly).
13715
13716 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13717
13718 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13719 -XNh2000.
13720
13721 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13722
13723 * configure: Unknown options are fatal again.
13724
13725 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
13726
13727 * configure: Ignore --x-includes and --x-libraries, for Autoconf
13728 compatibility.
13729
13730 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
13731
13732 * build-all.mk: Add `clean' target.
13733
13734 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13735
13736 * config.guess: Add SINIX support.
13737 * configure.in: Add mips-*-sysv4* support.
13738
13739 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
13740
13741 * build-all.mk: Document all useful targets.
13742 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13743 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13744
13745 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13746
13747 * configure: Support --silent, --quiet.
13748
13749 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13750
13751 * configure: Support --disable-FEATURE.
13752
13753 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13754
13755 * config.guess: Recognize NCR running SVR4.3.
13756
13757 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
13758
13759 * config.guess: Make BSDI generate i386-unknown-bsd386.
13760 Patch from Paul Eggert <eggert@twinsun.com>.
13761
13762 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13763
13764 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13765
13766 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13767
13768 * configure: Make unrecognized options give nonfatal warnings
13769 instead of fatal errors, and pass them to any subdirectory
13770 configures in case they recognize them.
13771 Make --x equivalent to --with-x.
13772
13773 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13774
13775 * configure: Add --enable-* options. Clean up usage message and
13776 some comments.
13777
13778 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
13779
13780 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13781
13782 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13783
13784 * configure.in (hppa*-*-*): Enable binutils.
13785
13786 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13787
13788 * config.sub: Recognize cisco.
13789
13790 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
13791
13792 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13793
13794 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13795
13796 * config.guess: about target *-hitachi-hiuxwe2, don't print more
13797 than one configuration name. Add comment.
13798
13799 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
13800
13801 * config.guess: about target *-hitachi-hiuxwe2, fixed
13802 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
13803 macro is incorrect.]
13804
13805 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13806
13807 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13808 than the "make ls" stuff which used to be here.
13809
13810 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13811
13812 * config.guess: Recognize i[34]86-unknown-freebsd.
13813 From Shawn M Carey <smcarey@rodan.syr.edu>.
13814
13815 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
13816
13817 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13818
13819 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
13820
13821 * config.guess: Check for ptx.
13822
13823 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
13824
13825 * config.sub: Add os9k checking.
13826
13827 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13828
13829 * config.guess: Handle OSF1 running on HPPA processors
13830
13831 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13832
13833 * configure: If subdir configure fails, print out a message with
13834 subdirectory name, in case subdir's configure code didn't identify
13835 itself.
13836
13837 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
13838
13839 * configure.in: Remove embedded newlines from configdirs.
13840 Avoid mismatches of substrings. Fix matching strings at end
13841 of configdirs.
13842
13843 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
13844
13845 * config.guess: Add Lynx/rs6000 config support.
13846
13847 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13848
13849 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13850
13851 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
13852
13853 * configure.in (hppa*-*-osf*): Treat this just like most other
13854 PA configurations (eg no binutils or ld).
13855 (hppa*-*-*elf*): These configurations have binutils and ld.
13856
13857 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13858
13859 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
13860
13861 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13862
13863 * configure.in (rs6000-*-*): Build gas.
13864
13865 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13866
13867 * Makefile.in: Avoid bug in losing hpux sed.
13868
13869 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13870
13871 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
13872 for GDB and GDB has been fixed to not need it.
13873
13874 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13875
13876 * config.guess: Recognize vax hosts.
13877
13878 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13879
13880 * configure (while loop): Don't use "break 2" inside case
13881 statement -- the case statement isn't an enclosing loop.
13882
13883 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
13884
13885 * config.guess: Clean up NeXT support, to allow nextstep
13886 on Intel machines. Make OS be nextstep.
13887
13888 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
13889
13890 * config.guess: Add alternate forms for Convex.
13891
13892 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
13893
13894 * configure: Completely rewrite option processing. Take
13895 advantage of pattern-matching to avoid invoking test frequently.
13896 Also clean up host and target defaulting logic.
13897
13898 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13899
13900 * Makefile.in: Replace all occurrances of "rootme" with "r" and
13901 "$${rootme}" with "$$r", to increase the likelihood that the do-*
13902 commands (plus user environment) will fit SCO limits.
13903
13904 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13905
13906 * configure.in: Don't issue warnings about directories which are
13907 not being configured if -norecursion is set. Correct test for
13908 --with-gnu-as and --with-gnu-ld to not get confused by substring
13909 matches.
13910
13911 * configure.in: Don't build gas for alpha-dec-osf1*.
13912
13913 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
13914
13915 * configure: Back out Per's change of 12/19/1993. It changes the
13916 behavior of configure in unexpected and confusing ways.
13917
13918 Also, use different delim char when calculating
13919 program_transform_name so that the name can contain slashes.
13920
13921 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
13922
13923 * configure.in, config.sub: Add support for VSTa micro-kernel.
13924
13925 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
13926
13927 * configure.in: Nuke hacks which were used to get a special
13928 version of GAS for HPPA configurations.
13929
13930 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
13931
13932 * configure: If only ${target_alias} is given, use that
13933 as the default for ${host_alias}.
13934 * configure: Add missing back-slashes before nested quotes.
13935
13936 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13937
13938 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
13939
13940 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
13941
13942 * config.guess: Recognize some Tektronix configurations.
13943 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
13944
13945 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13946
13947 * config.sub: Match any flavor of SH.
13948
13949 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
13950
13951 * configure.in: Don't try to configure newlib for Alpha.
13952
13953 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13954
13955 * configure.in: Don't build ld for Irix 5. Don't build gas,
13956 libg++ or libio for any Alpha target.
13957
13958 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
13959
13960 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
13961
13962 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
13963 default arguments -- so it tried to compress itself.
13964
13965 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13966
13967 * configure.in (notsupp): ensure that a space is always at the end
13968 of the configdirs list, since the grep checks for an explicit space
13969
13970 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13971
13972 * configure.in (target i386-sysv4.2): don't build ld, since static
13973 versions of many libraries are not available.
13974
13975 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13976
13977 * config.guess: Recognize Apollos (using environment variables).
13978 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
13979
13980 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13981
13982 * config.guess: Recognize Sony news mips running newsos.
13983
13984 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
13985
13986 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
13987 "fi ; else" for bash.
13988
13989 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
13990
13991 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
13992
13993 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
13994
13995 * config.sub: accept unixware as an alias for svr4.2.
13996 Fix some inconsistancies with the gcc version.
13997
13998 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13999
14000 * Makefile.in (DISTDOCDIRS): Add gdb.
14001
14002 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14003
14004 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14005
14006 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14007
14008 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14009 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14010 this now.
14011
14012 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14013
14014 * config.sub: Accept hiux* as an OS name.
14015
14016 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14017 etc/make-stds.texi. The underscore came from gcc, and dje now
14018 agrees that RUNTESTFLAGS is the correct name.
14019
14020 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14021
14022 * install.sh: Remove 'set -e'. It makes any conditionals
14023 in the script useless.
14024
14025 * config.guess: Automatically recognize arm-acorn-riscix
14026 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14027
14028 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14029
14030 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14031
14032 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14033
14034 * Makefile.in (DISTDOCDIRS): New variable.
14035 (taz): Edit local Makefile.in sooner, instead of proto-toplev
14036 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
14037
14038 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14039
14040 * configure.in (hppa target): check the source directory for the
14041 pagas sub-directory
14042
14043 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14044
14045 * config.sub: Allow -aout* and -elf*.
14046
14047 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14048
14049 * configure.in: Don't build ld on i386-solaris2, same as for
14050 sparc-solaris2.
14051
14052 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14053
14054 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14055
14056 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14057
14058 * configure.in: Configure gdb for alpha.
14059
14060 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14061
14062 * Makefile.in (CXXFLAGS): Add -O.
14063
14064 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14065
14066 * config.guess: added support for DG Aviion
14067
14068 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14069
14070 * configure.in: Produce warning message for subdirectories not
14071 configurable for this host/target combination. Don't try to
14072 configure gdb for vms.
14073
14074 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14075
14076 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14077 appropriate files before making "diststuff".
14078 (DISTBISONFILES): New var: list of files to be edited.
14079 (DISTSTUFFDIRS): Add binutils.
14080
14081 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14082
14083 * config.sub: also handle mipsel and mips64el (for little endian mips)
14084
14085 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14086
14087 * configure.in: Add * to end of all OS names.
14088
14089 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14090
14091 * configure.in: Build newlib for LynxOS native.
14092
14093 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14094
14095 * config.guess: Add support for delta 88k running SVR3.
14096
14097 * configure.in: Add comment about HP compiler vs. emacs.
14098
14099 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14100
14101 * configure.in: don't build ld on solaris2 (not a viable option
14102 due to bugs in getpwnam & getpwuid)
14103
14104 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14105
14106 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14107 config.guess will produce a full version number.
14108
14109 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14110
14111 * configure.in: Build linker and binutils for alpha-dec-osf1.
14112
14113 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14114
14115 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14116 and gdb/testsuite/Makefile.in.
14117
14118 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14119
14120 * configure.in: recognize mips*- instead of mips-
14121
14122 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14123
14124 * config.sub: Accept linux*coff and linux*elf as operating
14125 systems.
14126
14127 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14128
14129 * config.sub: Recognize mips64, and mips3 as an alias for it.
14130
14131 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14132
14133 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14134 gdb knows how to handle OSF/1 shared libraries.
14135
14136 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14137
14138 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14139 * config.guess: Recognize Hitachi's HIUX.
14140 * config.sub: Recognize h3050r* and hppahitachi.
14141 Remove redundant cases for hp9k[23]*.
14142
14143 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14144
14145 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14146 if gas and ld are in the source tree and are in ${configdirs}.
14147 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14148 --with options (but still pass them down on the command line,
14149 if they were explicitly specified).
14150
14151 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14152
14153 * configure: substitute SHELL value in Makefile.in with
14154 ${CONFIG_SHELL}
14155
14156 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14157
14158 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14159 *-*-solaris2* targets.
14160
14161 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14162
14163 * Makefile.in: define M4, and pass it down to sub-makes;
14164 all-autoconf now depends on all-m4
14165
14166 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14167
14168 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14169 presence of {ar,ranlib} instead of a configured directory
14170
14171 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14172
14173 * config.guess: Accept 34?? as well as 33?? for NCR.
14174
14175 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14176
14177 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14178 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14179
14180 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14181
14182 * configure: grab values for $(CC) and $(CXX) from the
14183 environment, so that someone can do "CC=gcc configure; make" and
14184 have it work right (matching the way that autoconf works now)
14185
14186 * configure.in, Makefile.in: add support for gash, the tcl
14187 interface to Galaxy
14188
14189 * config.guess: add NetBSD variants (hp300, x86)
14190
14191 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14192
14193 * install.sh: Support -d option (in the manner of SunOS 4 install,
14194 as it is more deterministic than that of GNU install)
14195 (chmodcmd): Set file to mode 755 by default (should also do default
14196 chgrp and chown, but I don't feel like dealing with that now)
14197
14198 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14199
14200 * config.sub: Remove h8300hhms alias.
14201
14202 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14203
14204 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14205
14206 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14207
14208 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14209 as stmp-fixinc
14210
14211 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14212
14213 * config.sub: recognize m88110-bug-coff.
14214
14215 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14216
14217 * Makefile.in (all-libio): all dependencies on the toolchain used
14218 to build this (gcc, gas, ld, etc)
14219
14220 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14221
14222 * config.guess: Deal with OSF/1 1.3 on alpha.
14223
14224 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14225
14226 * install.sh: add some 'else true' clauses for portability
14227
14228 * configure.in: don't build libio for h8[35]00-*-* targets
14229
14230 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14231
14232 * Makefile.in: Add support for new libio.
14233
14234 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14235
14236 * install.sh: If one command fails, don't try the rest. Don't try
14237 to remove $dsttmp (via trap) unless we have already created it.
14238 If $src doesn't exist, detect it and exit with an error.
14239
14240 * config.guess: Recognize BSD on hp300.
14241
14242 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14243
14244 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14245 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14246
14247 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14248
14249 * Makefile.in (all-send-pr): depends on all-prms
14250
14251 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14252
14253 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14254
14255 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14256
14257 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14258 Added test for mips-mips-riscos5.
14259
14260 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14261
14262 * configure.in: use mh-hp300 for 68k HP hosts
14263
14264 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14265
14266 * configure: add support for CONFIG_SHELL, so that you can use
14267 some alternate shell for evaluating configure scripts
14268
14269 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14270
14271 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14272 in configure script to bug-gdb@prep.ai.mit.edu when building
14273 distribution archive.
14274 * Makefile.in (COMPRESS): Remove def.
14275 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14276 gdb.tar.Z and make-gdb.tar.Z respectively.
14277 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14278 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14279 to convergence with 'taz' target in Makefile.in.
14280
14281 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14282
14283 * install.sh (dsttmp): use trap to ensure that tmp files go
14284 away on error conditions
14285
14286 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14287
14288 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14289
14290 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14291
14292 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14293 its parent is '/' not ''.
14294
14295 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14296
14297 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14298
14299 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14300 that ${newsrcdir}/configure.in does.
14301
14302 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14303
14304 * test-build.mk: support for CONFIG_SHELL
14305
14306 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14307
14308 * config.sub (netware): Add as a basic system type.
14309
14310 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14311
14312 * Makefile.in (Makefile): depend on configure.in. Also drop the
14313 $(srcdir)/ from the dependency on Makefile.in.
14314
14315 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14316
14317 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14318 (h8300hhms is temporary until multi-libraries are implemented).
14319 * configure.in: Handle h8300h too.
14320
14321 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14322
14323 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14324
14325 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14326
14327 * configure: Remove extraneous output when guessing host type.
14328 * config.guess: Remove extraneous output when guessing using C
14329 compiler rather than uname, or when guessing fails.
14330
14331 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14332
14333 * Makefile.in: remove all.cross and install.cross targets
14334
14335 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14336 definitions
14337
14338 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14339
14340 * configure.in (target sh): Build gprof.
14341
14342 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14343
14344 * config.sub: change -solaris to -solaris2
14345
14346 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14347
14348 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14349
14350 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14351
14352 * configure: Correct error message for missing Makefile.in to
14353 print correct directory.
14354
14355 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14356
14357 * install.sh: kludge around 386BSD shell bug
14358
14359 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14360
14361 * config.guess: Recognize NeXT.
14362 * config.guess: Recognize i486-ncr-sysv4.
14363 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14364
14365 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14366
14367 * Makefile.in (MAKEINFOFLAGS): New variable.
14368 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14369 * build-all.mk, test-build.mk: Pass down --no-split as
14370 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14371
14372 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14373
14374 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14375
14376 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14377
14378 * Makefile.in (libg++.tar.z): New rule.
14379 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14380 * Makefile.in (taz): Only do a single chmod.
14381
14382 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14383
14384 * install.sh: don't use dirname anymore (replaced with sed usage)
14385
14386 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14387
14388 * Makefile.in: Change extension for gzip'd files from '.z' to
14389 '.gz' per new FSF standard usage.
14390
14391 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14392
14393 * configure: put quotes around the final value of program_transform_name
14394
14395 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14396
14397 * Makefile.in: new install.sh support; update install-info rules
14398
14399 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14400
14401 * configure.in: Build diff for crosses, but not for go32 host.
14402
14403 * configure.in: Build gprof only for native, and don't build it
14404 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14405
14406 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14407
14408 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14409
14410 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14411
14412 * configure.in (host_tools): Add prms.
14413
14414 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14415
14416 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14417 with $(FLAGS_TO_PASS) on the command line
14418
14419 * config.sub: Recognize lynx and lynxos
14420
14421 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14422
14423 * config.sub: Accept -ecoff*, not just -ecoff.
14424
14425 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14426
14427 * Makefile.in (taz): Use .gz suffix instead of .z.
14428 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14429 names.
14430
14431 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14432
14433 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14434
14435 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14436
14437 * Makefile.in (install-no-fixedincludes): install gcc last, so
14438 that rebuilds that might happen during 'make install' don't get
14439 bogus gcc include files
14440
14441 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14442
14443 Change from Utah for HPPA support:
14444 * config.guess: Recognize hppa1.x-hp-bsd.
14445
14446 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14447
14448 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14449 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14450
14451 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14452
14453 * config.sub: Add support for rom68k and bug boot monitors.
14454
14455 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14456
14457 * Makefile.in: Make all-opcodes depend on all-bfd.
14458
14459 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14460
14461 * config.guess: Added special check for i[34]86-univel-sysv4*.
14462
14463 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14464
14465 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14466 the processor rather than assuming i486.
14467
14468 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14469
14470 * config.guess: Recognize SunOS6 as Solaris3.
14471
14472 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14473
14474 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14475 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14476
14477 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14478
14479 * build-all.mk (all-cross): New target for Canadian Cross.
14480 Added Q2 go32 targets.
14481 * test-build.mk: Configure go32 cross sparclite-aout and
14482 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14483 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14484
14485 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14486
14487 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14488 GO32 hosted toolchains
14489
14490 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14491
14492 * configure: change so "-exec-prefix" gets passed down rather
14493 than "-exec_prefix" so autoconf generated Makefiles get the
14494 exec_prefix set right.
14495
14496 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14497
14498 * config.guess: get the Solaris2 minor version number
14499
14500 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14501
14502 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14503
14504 * config.guess: Recognize some Sequent platforms.
14505
14506 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14507
14508 * Makefile.in: added the vault-install target
14509
14510 * configure.in: actually use the Sun3 makefile fragment that's in
14511 config, also added the release dir to configdirs
14512
14513 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14514
14515 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14516
14517 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14518
14519 * configure.in: remove some program from Alpha targetted toolchains
14520
14521 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
14522
14523 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
14524 gprof.
14525 (taz): Run "make diststuff" in those directories instead of "make
14526 proto-dir". Look for "VERSION=" only at start of line in subdir
14527 Makefile. Use "gzip -9" for compression.
14528 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14529 (binutils.tar.z): New target.
14530
14531 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14532
14533 * Makefile.in (taz): Include gpl.texinfo.
14534
14535 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14536
14537 * Makefile.in (setup-dirs): Merged into "taz" target.
14538 (taz): Only do `proto-dir' stuff if a directory is actually needed
14539 for this target.
14540
14541 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
14542
14543 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14544 (FLAGS_TO_PASS): Pass down MUNCH_NM.
14545 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14546 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14547 (gcc-no-fixedincludes): Correct for current gcc Makefile.
14548
14549 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
14550
14551 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
14552 config.sub, and move-if-change to gdb testsuite distribution
14553 archive, so the testsuite can be extracted, configured, and
14554 run separately from the gdb distribution. Blow away the Chill
14555 tests that require a Chill compiled executable, since GNU Chill
14556 is not yet publically available.
14557
14558 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14559
14560 * test-build.mk: set environment variables in a single command,
14561 instead of a list of assignments and exports
14562
14563 * config.guess: recognize Alpha/OSF1 systems
14564
14565 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14566
14567 * configure: Change help message to prefer --options rather than
14568 -options.
14569
14570 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14571
14572 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14573 zippy@ecst.csuchico.edu.
14574 * config.guess: Recognize miniframe.
14575
14576 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
14577
14578 * Makefile.in: Use srcroot to find runtest rather than rootme.
14579 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
14580
14581 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
14582
14583 * test-build.mk: Extensive additions to support building on a
14584 machine other than the host.
14585
14586 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14587
14588 * configure (tooldir): Fix for i386-aix again.
14589
14590 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
14591
14592 * configure, Makefile.in: Change definition of $(tooldir)
14593 to match the FSF.
14594
14595 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
14596
14597 * config.guess: Recognize i[34]86/SVR4.
14598
14599 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14600
14601 * Makefile.in (all-gdb): gdb depends on sim.
14602
14603 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
14604
14605 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
14606 at the same time we make the prototype gdb directory.
14607 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
14608 files at the same time as the gdb base release distribution.
14609
14610 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
14611
14612 * Makefile.in (check): Use individual check targets rather than
14613 DO_X rule.
14614 (check-gcc): Added.
14615
14616 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
14617
14618 * config.sub: Use sysv3.2 not sysv32 for canonical OS
14619 for System V release 3.2.
14620
14621 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14622
14623 * config.sub: Recognize hppaosf.
14624 * configure.in: Do configure ld/binutils/gas for it.
14625
14626 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14627
14628 * configure (tooldir): Alter syntax used to set this, for systems
14629 where "\$" isn't handled right, like i386-aix.
14630
14631 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
14632
14633 * configure: Pass program-transform-name, not
14634 program_transform_name, to recursive configures.
14635
14636 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
14637
14638 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14639 of gas+ld+binutils.
14640
14641 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
14642
14643 * config.guess: Recognize AIX3.2 as distinct from 3.1.
14644
14645 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14646
14647 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14648
14649 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14650
14651 * Makefile.in (PRMS): Set back to all-prms.
14652
14653 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
14654
14655 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14656 targets, rather than for MIPS hosts.
14657
14658 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14659
14660 * configure.in: add comment for --with-x default values
14661
14662 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14663
14664 * Makefile.in: add check-* targets for each of the directories in
14665 the tree. Add a definition of RUNTEST that will use the one we
14666 just built, if it exists. Pass this down via FLAGS_TO_PASS.
14667
14668 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
14669
14670 * configure.in: Removed obsolete references to bfd_target and
14671 target_makefile_frag.
14672
14673 * build-all.mk: Set assorted targets for Q2.
14674 * config.sub: Recognize z8k-sim and h8300-hms.
14675 * test-build.mk: Really don't pass host to configure.
14676 (HOLES): Added uname.
14677
14678 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
14679
14680 * configure: Handle an empty program-prefix, program-suffix or
14681 program-transform-name correctly.
14682
14683 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
14684
14685 * build-all.mk: -G 8 no longer required for MIPS targets.
14686 * test-build.mk: Don't pass host argument to configure; make it
14687 guess.
14688
14689 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
14690
14691 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
14692 * Makefile.in (COMPRESS): New macro, like GZIP.
14693
14694 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
14695
14696 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14697
14698 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14699 with gas currently defaults to -G 0.
14700
14701 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
14702
14703 * Makefile.in (all-flex): flex depends on byacc.
14704
14705 * build-all.mk: If host not specified, use config.guess. Pass TAG
14706 to test-build.mk as RELEASE_TAG.
14707 * test-build.mk (configargs): New variable containing arguments to
14708 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
14709 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14710
14711 * config.guess: Use /bin/uname when checking -X argument on SCO,
14712 to avoid invoking GNU uname which doesn't understand -X.
14713
14714 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14715
14716 * configure.in: Build gas for mips-*-*.
14717
14718 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14719
14720 * Makefile.in (all.normal): insert missing backslash.
14721
14722 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
14723
14724 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
14725
14726 * Makefile.in: Complete overhaul to merge many almost identical
14727 targets.
14728
14729 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14730
14731 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14732 (gdb.tar.Z): Adjusted.
14733
14734 * Makefile.in (setup-dirs, taz): New targets; should be general
14735 enough to adapt for gdb sometime. Build only .z file.
14736 (gas.tar.z): New target.
14737
14738 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14739
14740 * build-all.mk: Use CC=cc -Xs on Solaris.
14741
14742 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
14743
14744 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
14745 for handling BISON for FSF releases.
14746
14747 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14748
14749 * configure: Actually implement the change zoo just documented.
14750
14751 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
14752
14753 * configure: when using config.guess, only set target_alias when
14754 it's not already been set (ie, on the command line)
14755
14756 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14757
14758 * Makefile.in: add installcheck target, set PRMS to install-prms
14759
14760 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14761
14762 * configure: add support for package_makefile_fragment, handle the
14763 case where a directory has a configure.in file but no Makefile.in
14764 more gracefully (with an actual understandable error message, even);
14765 add support for --without (and add this to the usage message); also
14766 explicitly add a --host=${host_alias} to the command line when
14767 config.guess is used
14768
14769 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14770
14771 * configure: Must use both --host and --target in recursive calls.
14772
14773 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
14774
14775 * Makefile.in: Change deja-gnu to dejagnu.
14776
14777 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
14778
14779 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14780
14781 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14782
14783 * configure.in: canonicalize all instances to *-*-solaris2*,
14784 also strip out a number of tools to not build for go32 host
14785
14786 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14787
14788 * config.guess: add GPL.
14789
14790 * Makefile.in, config.guess, config.sub, configure: bump
14791 copyrights to 93.
14792
14793 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
14794
14795 * Makefile.in (do-info): Removed obsolete check for existence of
14796 localenv file.
14797
14798 * Makefile.in (MAKEOVERRIDES): Define to be empty.
14799
14800 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14801
14802 * Makefile.in: a couple of 'else true' for decstation,
14803 support for TclX
14804
14805 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14806
14807 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
14808
14809 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14810
14811 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
14812
14813 * config.guess: Recognize i386-ibm-aix (PS/2).
14814 * configure.in: Use config/mh-aix386 file for it.
14815
14816 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
14817
14818 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14819 CC_FOR_TARGET instead.
14820 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14821
14822 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
14823
14824 * Makefile.in: Add sim to list of directories sent with gdb
14825
14826 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
14827
14828 * configure.in: Put back mips-dec-bsd* case.
14829
14830 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
14831
14832 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14833 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
14834 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
14835
14836 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14837
14838 * configure.in: remove no-op mips-dec-bsd* in "case $target"
14839
14840 * Makefile.in (dir.info): only run gen-info-dir if it exists,
14841 (install-info): install dir.info only if it exists,
14842 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14843
14844 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
14845
14846 * configure.in: For vms target, skip bfd, ld, binutils. Do build
14847 gas for mips-dec-bsd.
14848
14849 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
14850
14851 * configure (makesrcdir): If ${srcdir} is relative and not ".",
14852 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
14853
14854 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
14855
14856 * configure.in: Added "dejagnu" to hosttools list.
14857
14858 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
14859
14860 * config.sub, configure.in, config.guess: Add support
14861 for Bosx, an AIX variant from Bull.
14862 Patches from F.Pierresteguy@frcl.bull.fr.
14863
14864 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
14865
14866 * devo/dejagnu: Initial creation of devo/dejagnu.
14867 Migrated dejagnu testcases and support files for testing software
14868 tools to reside as subdirectories, currently called "testsuite",
14869 within the directory of the software tool. Migrated all programs,
14870 support libraries, etc. beloging to dejagnu proper from
14871 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
14872 with no modifications. The changes to these files which will
14873 allow them to configure, build, and execute properly will be made
14874 in a future update.
14875
14876 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14877
14878 * Makefile.in: Change send_pr to send-pr.
14879 * configure.in: Likewise.
14880 * send_pr: Renamed directory to send-pr.
14881
14882 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
14883
14884 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
14885
14886 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
14887
14888 * README: Update for gdb-4.8 release.
14889 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
14890 gdb-xxx.tar.z (gzip'd) file also.
14891
14892 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14893
14894 * Makefile.in: make all-diff depend on all-libiberty
14895
14896 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
14897
14898 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
14899
14900 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14901
14902 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
14903
14904 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
14905
14906 * Makefile.in (DEVO_SUPPORT): Remove etc directory
14907 (ETC_SUPPORT): Only add the files GDB wants from etc/.
14908 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
14909
14910 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14911
14912 * Makefile.in: makeinfo binary is in a new location
14913
14914 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
14915
14916 * config.sub: Accept -ecoff as an OS.
14917
14918 * Makefile.in: Various changes to eliminate a level of make
14919 recursion and reduce the required command line length.
14920 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
14921 sub-makes.
14922 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
14923 variables holding settings for specific sub-makes.
14924 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
14925 in terms of BASE_FLAGS_TO_PASS.
14926 (TARGET_LIBS): New variable listing directories which use
14927 TARGET_FLAGS_TO_PASS.
14928 (subdir_do): Eliminated.
14929 (do-*): New set of targets to replace subdir_do.
14930 (various): All targets which used subdir_do now depend on do-*.
14931 (local-clean): Renamed from do_clean.
14932 (local-distclean): New target, dependency of distclean and
14933 realclean.
14934 (install-info): Don't create directories. Depend on dir.info
14935 rather than calling make recursively.
14936 (install-dir.info): Eliminated.
14937 (install-info-dirs): Create all info directories here.
14938 (dir.info): Depend upon do-install-info.
14939
14940 * test-build.mk (HOLES): Added false.
14941
14942 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
14943
14944 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
14945
14946 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14947
14948 * Makefile.in (info): remove dependency on all-texinfo. The
14949 problem was really in texinfo/C, not at this level.
14950
14951 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
14952
14953 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
14954
14955 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
14956
14957 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
14958 GDB releases.
14959
14960 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14961
14962 * configure: Include srcdir in message about target of link not
14963 being found. Don't convert `-' to `_' in `with' options being
14964 passed to subdirs.
14965
14966 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14967
14968 * configure.in: add uudecode to host_tools
14969
14970 * Makefile.in: added {all,install}-uudecode targets, added them to
14971 the appropriate lists
14972
14973 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
14974
14975 * Makefile.in (all-gcc): Added dependency on all-gas.
14976
14977 * configure.in (mips-*-*): Build ld and binutils.
14978
14979 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14980
14981 * configure: check return code from mkdir, print error message and
14982 exit on failure.
14983
14984 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
14985
14986 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
14987
14988 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
14989
14990 * test-build.mk (HOLES): Added tar, cpio and uudecode.
14991
14992 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14993
14994 * config.sub (h8500): Recognize this as a cpu type.
14995
14996 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14997
14998 * configure: source directory missing is no longer a warning
14999
15000 * configure.in: recognize irix[34]* instead of irix[34]
15001
15002 * Makefile.in: define and pass down X11_LIB
15003
15004 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15005
15006 * guess-systype: Renamed to ...
15007 * config.guess: ... by popular request.
15008 * configure.in, Makefile.in: Update accordingly.
15009
15010 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15011
15012 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15013 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15014 + Execute ./dummy instead of assuming . is in PATH.
15015
15016 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15017
15018 * guess-systype: New shell script. Attempts to guess the
15019 canonical host name of the executing host.
15020 Only a few hosts are supported so far.
15021 * configure: Call guess-systype if no host is specified.
15022
15023 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15024
15025 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15026 gcc Makefile.
15027
15028
15029 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15030
15031 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15032 (all-gcc, install-gcc, subdir_do): Use it.
15033
15034 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15035
15036 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15037
15038 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15039
15040 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15041 set exclusively by configure, using configure.in .
15042
15043 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15044
15045 * test-build.mk: set $PATH for all builds
15046
15047 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15048
15049 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15050
15051 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15052 the one used in gcc/Makefile.in, so that a null expansion doesn't
15053 override the one needed to build gcc with a native cc.
15054
15055
15056 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15057
15058 * configure: Accept -with arguments.
15059
15060 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15061
15062 * Makefile.in: added h8300sim
15063
15064 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15065
15066 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15067 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15068 (all-cygnus, native, build-cygnus): Make
15069 $(canonhost)-stamp-3stage-done, not $(host)....
15070 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15071 i386-sco3.2v4. Added else true to if command.
15072
15073 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15074
15075 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15076
15077 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15078
15079 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15080
15081 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15082
15083 * configure.in: don't remove binutils from Solaris builds
15084
15085 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15086
15087 * Makefile.in: get rid of earlier definitions for *clean,
15088 also handle the recursive info rule better
15089
15090 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15091
15092 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15093 do more-or-less the right thing.
15094
15095 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15096
15097 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15098 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15099
15100 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15101
15102 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15103 $(host_canonical).
15104
15105 * configure.in: split the configdirs list into 4 categories (native
15106 v. cross, library v. tool) and handle the cross-only and native-
15107 only in more reasonable (and correct!) way.
15108
15109 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15110
15111 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15112 configdirs anymore.
15113
15114 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15115
15116 * Makefile.in: extensive cleanup:: removed all of the explicit
15117 clean-* targets, collapsed many wrappers around subdir_do into
15118 one, added additional targets to satisfy standards.texi, deleted
15119 some old targets, some changes for consistency
15120
15121 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15122
15123 * configure.in: handle some programs as cross-only, and others as
15124 native only
15125
15126 * test-build.mk: handle partial holes in a more generic manner
15127
15128 * Makefile.in: m4 depends on libiberty
15129
15130 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15131
15132 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15133 time, wdiff, and find to configdirs
15134
15135 * Makefile.in: all, clean, and install rules for the new programs
15136 added to configure.in
15137
15138 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15139
15140 * configure.in: use mh-sun for all *-sun-* hosts
15141
15142 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15143
15144 * Makefile.in: define flags for X11 include files and library file
15145 locations, pass them down to the programs that need this info
15146
15147 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15148
15149 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15150
15151 * configure.in: start building libg++ for HP-UX targets
15152
15153 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15154
15155 * README: Update references to files moved into etc/.
15156
15157 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15158
15159 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15160 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15161
15162 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15163
15164 * configure: accept dash as well as underscore in long option
15165 names for FSF compatibility.
15166
15167 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15168
15169 * config.sub: added -sco3.2v4 support from FSF.
15170
15171 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15172
15173 * configure.in: expand the section that adds or removes
15174 directories from the list of programs to build, to handle native
15175 vs. cross in addition to host v. native
15176
15177 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15178
15179 * Makefile.in: Replace C++ in macro names with CXX.
15180 This is less likely to break ...
15181
15182 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15183
15184 * test-build.mk: add -w to GNU_MAKE
15185
15186 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15187
15188 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15189 add 'sparc' to list of recognized cpus. This needed to make
15190 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15191 Delete some redundant ose68 variants. Recognize -wrs as an os,
15192 then changes that into $CPU-wrs-vxworks.
15193
15194 * configure.in: remove most references to gdbtest, regularize
15195 target based program removal
15196
15197 * test-build.mk: import from p3 tree (many fixes and changes)
15198
15199 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15200
15201 * Makefile.in: added rules to handle tcl, tk, and expect
15202
15203 * configure.in: handle those directories if they exist
15204
15205 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15206
15207 * config.sub: removed bogus hppabsd and hppahpux names, since
15208 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15209
15210 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15211
15212 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15213 depends upon all-xiberty
15214
15215 * Makefile.in: changes from p3, including:
15216
15217 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15218
15219 * Makefile.in (XTRAFLAGS): include newlib directories if
15220 newlib/Makefile exists, rather than if host != target.
15221
15222 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15223
15224 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15225 from the same source tree and not building a cross-compiler. This
15226 matters for the libg++ configuration if reconfiguring a tree that
15227 has already been installed.
15228
15229 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15230
15231 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15232 pick up the machine and system specific header files.
15233
15234 * Makefile.in: added AS_FOR_TARGET, passed down in
15235 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15236 the C compiler to use to create programs which are run in the
15237 build environment, set it to default to $(CC), and passed it down
15238 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15239
15240 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15241
15242 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15243 We need them for unusual native builds, like systems without
15244 ranlib.
15245
15246 * configure: also define $(host_canonical) and
15247 $(target_canonical), which are the full, canonical names for the
15248 given host and target
15249
15250 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15251
15252 * Makefile.in: Added separate definitions for C++.
15253
15254 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15255
15256 * configure.in (configdirs): Add deja-gnu.
15257
15258 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15259
15260 * README: Update for configure.texi and gdb-4.7 release.
15261
15262 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15263
15264 * Makefile.in: Move "all" target to top of file.
15265 Previously, first target was ".PHONY" which caused BSD4.4 make
15266 to build .PHONY when make was run without arguments.
15267
15268 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15269
15270 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15271 Library-copylefted code in libiberty.
15272
15273 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15274
15275 * config.sub: Replace m68kmote with plain old m68k.
15276
15277 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15278
15279 * Makefile.in: Remove space from blank line, avoid Make complaints.
15280
15281 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15282
15283 * config.sub: Complain if no argument is given. Added support for
15284 386bsd as OS and target alias.
15285
15286 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15287
15288 * Makefile.in (XTRAFLAGS): include newlib directories if
15289 newlib/Makefile exists, rather than if host != target.
15290
15291 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15292
15293 * config.sub: recognize sparclite-wrs-vxworks.
15294
15295 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15296 p3.) Added clean-xiberty to clean.
15297
15298 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15299
15300 * configure.in: use *-*-* instead of nested cases for host and target
15301
15302 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15303
15304 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15305 from the same source tree and not building a cross-compiler. This
15306 matters for the libg++ configuration if reconfiguring a tree that
15307 has already been installed.
15308
15309 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15310
15311 * config.sub (i486v/i486v4): Merge in from FSF version.
15312
15313 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15314
15315 * configure: only set PWD if it is already set.
15316
15317 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15318
15319 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15320 doesn't have unset and all success paths (and most error paths)
15321 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15322 to just ${PWD} to avoid confusion.)
15323
15324 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15325
15326 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15327 even for a native compilation.
15328
15329 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15330
15331 Changes to make the gdb.tar.Z rule work better.
15332
15333 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15334 (DEVO_SUPPORT): Add configure.texi.
15335 (bfd-ilrt.tar.Z): Remove ancient rule.
15336
15337 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15338
15339 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15340 pick up the machine and system specific header files.
15341
15342 * configure.in, config.sub: added new target m68010-adobe-scout,
15343 with alias of adobe68k. Changed configure.in to check for
15344 -scout before -sco* to avoid a false match.
15345
15346 * Makefile.in: added AS_FOR_TARGET, passed down in
15347 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15348 the C compiler to use to create programs which are run in the
15349 build environment, set it to default to $(CC), and passed it down
15350 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15351
15352 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15353
15354 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15355 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15356 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15357 FOR_TARGET variants, to newlib and libg++.
15358
15359 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15360
15361 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15362 first.
15363
15364 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15365
15366 * config.sub: Accept `elf' as an environment.
15367
15368 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15369
15370 * Makefile.in (all-opcodes): cd into the right directory
15371
15372 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15373
15374 * configure: added -program_transform_name option, used as
15375 argument to sed when installing programs.
15376 configure.texi: added documentation for -program_prefix,
15377 -program_suffix and -program_transform_name.
15378
15379 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15380
15381 * config.sub: Accept i486 where i386 ok.
15382
15383 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15384
15385 * config.sub: accept we32k
15386
15387 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15388
15389 * config.sub, configure.in: accept OSE68000 and OSE68k.
15390
15391 * Makefile.in: don't create all directories for ``make install'';
15392 let the subdirectories create the ones they need.
15393
15394 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15395
15396 * COPYING: new file, GPL v2
15397
15398 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15399
15400 * Makefile.in: use the new gen-info-dir, which needs a template
15401 argument (which also lives in texinfo)
15402
15403 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15404
15405 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15406
15407 * config.sub (ncr3000): Change i386 to i486.
15408
15409 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15410
15411 * Makefile.in: add install-rcs, install-grep to
15412 install-no-fixedincludes, removed install-bison and install-libgcc
15413
15414 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15415
15416 * configure.in: grab the HPUX makefile fragment if on HPUX
15417
15418 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15419
15420 * Makefile.in: eradicate bison spoor (ditto libgcc).
15421 configure.in: recognise m68{k,000}-ericsson-OSE.
15422 es1800 is alias for m68k-ericsson-OSE
15423
15424 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15425
15426 * configure.in: rearrange the parts that remove programs from
15427 configdirs, based now on HOST==TARGET or by canonical triple.
15428
15429 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15430
15431 * test-build.mk: recurse explicitly with -f test-build.mk when
15432 appropriate. predicate stage3 and comparison on the existence
15433 of gcc. That is, if gcc isn't around, we aren't three-staging.
15434 On very clean, also remove ...stamp-co. Build in-place before
15435 doing other builds.
15436
15437 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15438
15439 * Makefile.in, configure.in: add tgas
15440
15441 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15442
15443 * Makefile.in: a number of changes merged in from progressive.
15444
15445 * configure.in: add libm.
15446
15447 * .cvsignore: ignore some stuff that comes from test-build.mk.
15448
15449 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15450
15451 * config.sub: Add es1800 (m68k-ericsson-es1800).
15452
15453 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15454
15455 * configure: Add program_suffix (parallel to program_prefix)
15456 * Makefile.in: adjust directory-creating script for losing decstation
15457
15458 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15459
15460 * configure: Minor $subdir-related fixes.
15461
15462 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15463
15464 * configure: fix various problems with propogating
15465 makefile_target_frag in subdirs.
15466 * configure.in: config libgcc if its there
15467
15468 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15469
15470 * config.sub: HPPA merge.
15471
15472 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15473
15474 * Makefile.in: Replace all-bison with all-byacc in all
15475 dependency lines for other tools (which now use byacc).
15476
15477 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15478
15479 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15480
15481 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15482
15483 * Makefile.in: make gprof rules similar to byacc rules (instead of
15484 vestigal $(unsubdir) that didn't work...)
15485
15486 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15487
15488 * config.sub: Add support for Linux.
15489 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15490 (at least for libg++).
15491
15492 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15493
15494 * configure.texi: fix doc for the -nfp option to configure
15495
15496 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15497
15498 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15499
15500 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15501
15502 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15503 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15504 * configure.in: added solaris* host_makefile_frag hook.
15505
15506 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15507
15508 * config.sub: changed recognition of m68000 so that various
15509 m68k types can be specified via m680[01234]0
15510
15511 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15512
15513 * config.sub (basic_machine): fix sed so that '-foo' isn't
15514 completely substituted out while .+'-foo' loses the '-foo'
15515
15516 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15517
15518 * config.sub ($os): Add -aout.
15519
15520 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
15521
15522 * configure: If host_makefile_frag is absolute, don't
15523 prefix ${invsubdir} (relevant to libg++ auto-configure).
15524
15525 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15526
15527 * Makefile.in (tooldir): Define it.
15528 (all-ld): Depend on all-flex.
15529
15530 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
15531
15532 * Makefile.in (check): Fix libg++ special case.
15533
15534 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
15535
15536 * configure: do not bury `pwd` into config.status, thus do fewer
15537 pwd's.
15538
15539 * configure: print the "Building in" message only when building in
15540 other than "." AND verbose.
15541
15542 * configure: remove -s, rework -v to better accomodate guested
15543 configures.
15544
15545 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15546
15547 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
15548
15549 * Makefile.in: macroize flags passed on recursion. remove
15550 fileutils.
15551
15552 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
15553
15554 * configure: get makesrcdir right for subdirs deeper than 1.
15555
15556 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15557 install.
15558
15559 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
15560
15561 * Makefile.in: don't print subdir_do or recursion lines.
15562
15563 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
15564
15565 * standards.texi: added menu item.
15566
15567 * Makefile.in: build and install standards.info.
15568
15569 * standards.texi: new file.
15570
15571 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15572
15573 * configure: test for and move config.status pieces from
15574 ${subdir}/.
15575
15576 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
15577
15578 * configure: Test for existance of files before trying to mv
15579 them, to avoid numerous non-existance messages.
15580
15581 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
15582
15583 * configure: correct final line of config.status.
15584
15585 * configure: patch from eggert. Avoids a protection problem if
15586 the original Makefile.in is read only.
15587
15588 * configure: use move-if-change from gcc to create config.status.
15589 Some makefiles depend on config.status to tell if a directory
15590 has been reconfigured for a different host. This change
15591 prevents those directories from remaking everything in the case
15592 where the reconfig was only intended to rebuild a Makefile.
15593
15594 * configure: test for config.sub with "config.sub sun4" rather
15595 than "config.sub ${host_alias}". Otherwise we can't tell a bad
15596 host alias from a missing config.sub.
15597
15598 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15599
15600 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15601 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
15602
15603 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
15604
15605 * configure: mkdir ${subdir} as needed.
15606
15607 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
15608
15609 * Makefile.in,configure.in: added autoconf.
15610
15611 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15612
15613 * Makefile.in: no longer pass against on recursion.
15614
15615 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15616 definitions are not inherited.
15617
15618 * configure: correct makesrcdir when subdir is .
15619
15620 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
15621
15622 * configure: Add support for 'subdirs' variable, which is
15623 like 'configdirs', except that configure doesn't re-invoke
15624 itself for subdirs, it just creates a Makefile for each subdir.
15625 * configure.texi: Document subdirs.
15626
15627 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15628
15629 * configure.in: added flex to configdirs
15630
15631 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
15632
15633 * Makefile.in: remove clean-stamps from clean.
15634
15635 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
15636
15637 * configure.in: Add gdbtest to configdirs.
15638
15639 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
15640
15641 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
15642 to recursive makes.
15643 * configure.in: Recognize new ncr3000 config.
15644
15645 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
15646
15647 * Makefile.in, configure.in: removed references to gdbm.
15648
15649 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
15650
15651 * config.sub: Don't canonicalize os value
15652 newsos* to bsd (readline needs to check for newsos).
15653 (This fix was earlier made Jan 31, but got re-broken.)
15654
15655 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
15656
15657 * configure.in: sco is an os, not a vendor!
15658
15659 * configure: Quote $( better. Keep various shells happy.
15660
15661 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
15662
15663 * Makefile.in: eliminate stamp-files.
15664
15665 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
15666
15667 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
15668 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15669
15670 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
15671
15672 * config.sub: fix iris/iris3.
15673
15674 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
15675
15676 * configure: re-add -rm.
15677
15678 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
15679
15680 * Maskefile.in: add .stmp-rcs to all.
15681
15682 * configure.in: remove gas from rs6000 build, use aix host fragment.
15683
15684 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
15685
15686 * configure: pass down site_option during recursion.
15687
15688 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
15689
15690 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
15691
15692 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
15693
15694 * configure: Change exec_prefix so that it really defaults to prefix.
15695
15696 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
15697
15698 * Makefile.in, configure.in: Add support for mmalloc library.
15699
15700 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
15701
15702 * Makefile.in: add stmp dependencies for a few more things.
15703
15704 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
15705
15706 * configure: adjusted error message on objdir/srcdir configure
15707 collision, per john's suggestion.
15708
15709 * Makefile.in: add libiberty stmp to all and all.cross.
15710
15711 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
15712
15713 * Makefile.in: remove force dependencies, add grep to all.
15714
15715 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
15716
15717 * Makefile.in: drop flex. make stamp files work.
15718
15719 * configure: added test for conflicting configuration in srcdir,
15720 remove trailing slashes from srcdir. Otherwise emacs gdb mode
15721 gets cranky. use relative paths for configure and srcdir
15722 whenever possible. Send some error messages to stderr that were
15723 going to stdout.
15724
15725 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
15726
15727 * Makefile.in: Fix libg++ rule to check for gcc directory
15728 before using gcc/gcc. Also pass XTRAFLAGS.
15729
15730 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
15731
15732 * Makefile.in: added stmp-files so that directories aren't polled
15733 when they are already built.
15734
15735 * configure.texi: fixed a node pointer problem.
15736
15737 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
15738
15739 * config.sub configure.in gdb/configure.in
15740 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15741 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15742 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
15743
15744 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15745
15746 * configure: -recurring becomes -silent. corrected help message
15747 for -site= option.
15748
15749 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15750
15751 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15752
15753 * configure: when building Makefile for crosses, replace
15754 tooldir and program_prefix. default srcdir from location of
15755 config.sub. remove "for host in hosts" and "for target in
15756 targets" loops.
15757
15758 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15759
15760 * Makefile.in: Do not pass bindir or mandir to cvs.
15761
15762 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
15763
15764 * Makefile.in, configure.in: removed traces of namesubdir,
15765 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
15766 copyrights to '92, changed some from Cygnus to FSF.
15767
15768 * configure.texi: remove most references to multiple hosts,
15769 multiple targets, subdirs, etc.
15770
15771 * configure.man: removed rcsid. reference config.sub not
15772 config.subr.
15773
15774 * Makefile.in: mkdir $(infodir) on install-info.
15775
15776 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
15777
15778 * configure.texi: Explain better about .gdbinit and about
15779 the environment that configure.in sections run in.
15780
15781 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
15782
15783 * configure.in: Ultrix is only a decstation if it's a MIPS.
15784
15785 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
15786
15787 * README: DOC.configure => cfg-paper.texi.
15788
15789 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
15790
15791 * config.sub (near case $os): Don't convert newsos* to bsd!
15792
15793 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
15794
15795 * Makefile.in: Reinstall change from gdb-4.3 that reduces
15796 the number of copies of COPYING that go into the GDB tar file.
15797
15798 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
15799
15800 * bfd/configure.in, gdb/config/mh-i386sco,
15801 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15802 Fix SCO configuration stuff.
15803
15804 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
15805
15806 * Makefile.in: For libg++, make sure the -I pointing
15807 to the gcc directory goes *after* all the libg++-local -I flags.
15808 Also, move just-gcc dependency from just-libg++ to all-libg++.
15809
15810 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
15811
15812 * configure: Change -x to -f to keep Ultrix /bin/test happy.
15813
15814 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
15815
15816 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
15817
15818 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
15819
15820 * config.sub: Add stratus configuration frags. Also
15821 submitted to FSF.
15822
15823 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
15824
15825 * Makefile.in (DEV_SUPPORT): add configure.man.
15826
15827 * config.sub(Decode manufacturer-specific): add -none*.
15828
15829 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
15830
15831 * Makefile.in: remove form feeds to make Sun's make happy.
15832 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
15833
15834 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
15835
15836 * Makefile.in (AR_FLAGS): Make quieter.
15837
15838 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
15839
15840 * configure.in: Add libg++.
15841 * configure: When verbose, don't output the command line at each
15842 level; it will be unremarkably the same as the previous version,
15843 which will be the same as what the user typed.
15844
15845 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
15846
15847 * configure.in, Makefile.in: fix clean-info, add flex. add
15848 fileutils.
15849
15850 * configure: be less sensitive to spaces in Makefile.in. Do not
15851 look for sources in "..". Doing so breaks subdirectories that
15852 might have their own configure. If a subdir has it's own
15853 configure script, use it.
15854
15855 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
15856
15857 * cfg-paper.texi: some changes suggested by rms.
15858
15859 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
15860
15861 * config.sub: Merge in some small additions from the FSF version,
15862 taken from the gcc distribution, to bring the Cygnus and FSF
15863 versions into closer sync.
15864
15865 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
15866
15867 * configure.in: Changed svr4 references to sysv4.
15868
15869 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
15870
15871 * configure: added -V for version number option.
15872
15873 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
15874
15875 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
15876 renamed from DOC.configure to cfg-paper.texi.
15877
15878 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15879
15880 * configure, config.subr, config.sub: config.subr is now
15881 config.sub again.
15882
15883 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
15884
15885 * configure.texi: new file, in progress.
15886
15887 * Makefile.in: build info file and install the man page for
15888 configure.
15889
15890 * configure.man: new file, first cut.
15891
15892 * configure: find config.subr again now that configuration "none"
15893 has gone. removed all traces of the -ansi option. removed all
15894 traces of the -languages option.
15895
15896 * config.subr: resync from rms.
15897
15898 1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
15899
15900 * configure, config.sub, config.subr: merge config.sub into
15901 config.subr, call the result config.subr, remove config.sub, use
15902 config.subr.
15903
15904 * Makefile.in: revised install for dir.info.
15905
15906 1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
15907
15908 * configure.in: add decstation host makefile frag.
15909
15910 * Makefile.in: BISON now bison -y again. also install-gcc on
15911 install. clean-gdbm on clean. infodir belongs in datadir.
15912 Make directories for info install. Build dir.info here then
15913 install it.
15914
15915 1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
15916
15917 * Makefile.in: fix for bad directory tests.
15918
15919 1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
15920
15921 * configure: \{1,2\} appears to be a sysv'ism. Use a different
15922 regexp. -srcdir relative was being handled incorrectly.
15923
15924 * Makefile.in: unwrapped some for loops so that parallel makes
15925 work again and so one can focus one's attention on a particular
15926 package.
15927
15928 1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
15929
15930 * configure: added PWD as a stand in for `pwd` (for speed). use
15931 elif wherever possible. make -srcdir work without -objdir.
15932 -objdir= commented out.
15933
15934 1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
15935
15936 * configure: +options become --options. -subdirs commented out.
15937 added -host, -datadir. Renamed -destdir to -prefix. Comment in
15938 Makefile now at top of generated Makefile. Removed cvs log
15939 entries. added -srcdir. create .gdbinit only if there is one
15940 in ${srcdir}.
15941
15942 * Makefile.in: idestdir and ddestdir go away. Added copyrights
15943 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
15944 and mandir now keyed off datadir by default.
15945
15946 1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
15947
15948 * Freshly created ChangeLog.
15949
15950 \f
15951 Local Variables:
15952 mode: change-log
15953 left-margin: 8
15954 fill-column: 76
15955 version-control: never
15956 End:
This page took 0.36537 seconds and 5 git commands to generate.