[ARC] Fix to pass ld-elf-ehdr_start-shared.
[deliverable/binutils-gdb.git] / ChangeLog
... / ...
CommitLineData
12016-03-17 Cary Coutant <ccoutant@gmail.com>
2
3 * configure.ac: Add mips and s390 to the gold target check.
4 * configure: Regenerate.
5
62016-02-10 Nick Clifton <nickc@redhat.com>
7
8 Import these patches from the GCC mainline:
9
10 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
11
12 * configure.ac: Enable LTO for DJGPP
13 * configure: Regenerate
14
15 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
16
17 PR bootstrap/69329
18 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
19 * Makefile.in: Regenerate.
20
21 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
22 Sebastian Pop <s.pop@samsung.com>
23
24 * Makefile.in: Regenerate.
25 * Makefile.tpl: Export ISLVER.
26 * configure: Regenerate.
27 * config/isl.m4: Detect isl-0.15.
28
29 2016-01-29 Sebastian Pop <s.pop@samsung.com>
30
31 * config/isl.m4: Add comments about isl-0.16.
32 * configure: Regenerate.
33
342016-01-12 H.J. Lu <hongjiu.lu@intel.com>
35
36 Sync with GCC
37 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
38
39 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
40 symbols.
41
42 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
43
44 PR bootstrap/69134
45 * Makefile.def (mpfr): Disable assembler.
46 * Makefile.in: Regenerate.
47
482016-01-11 Nick Clifton <nickc@redhat.com>
49
50 Import the following changes from the GCC mainline:
51
52 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
53
54 * configure.ac: Enable libmpx by default.
55 * configure: Regenerated.
56
57 2015-11-19 Martin Liska <mliska@suse.cz>
58
59 * .gitignore: Add .clang-format to ignored files.
60 * Makefile.tpl: Add clang-format.
61 * Makefile.in: Regenerate.
62
63 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
64
65 PR libffi/65726
66 * Makefile.def (lang_env_dependencies): Make libffi depend
67 on cxx.
68 * Makefile.in: Regenerate.
69
70 2015-12-02 Ian Lance Taylor <iant@google.com>
71
72 PR go/66147
73 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
74 * Makefile.in: Regenerate.
75
76 2015-12-17 Nathan Sidwell <nathan@acm.org>
77
78 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
79 * configure: Regenerate.
80
81 2015-12-17 Sebastian Pop <s.pop@samsung.com>
82
83 * Makefile.in: Replace ISL with isl.
84 * Makefile.tpl: Same.
85 * config/isl.m4: Same.
86 * configure.ac: Same.
87 * contrib/download_prerequisites: Same.
88 * configure: Regenerate.
89
90 2016-01-01 Ben Elliston <bje@gnu.org>
91
92 * config.guess: Import version 2016-01-01.
93 * config.sub: Likewise.
94
952015-11-20 Tristan Gingold <gingold@adacore.com>
96
97 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
98 * configure: Regenerate.
99
1002015-10-21 Nick Clifton <nickc@redhat.com>
101
102 PR gas/19109
103 * configure.ac: Note the 'none' is an acceptable argument to
104 --enable-compressed-debug-sections.
105 * configure: Regenerate.
106
1072015-10-20 H.J. Lu <hongjiu.lu@intel.com>
108
109 PR gas/19109
110 * configure.ac: Add
111 --enable-compressed-debug-sections={all,gas,gold,ld}.
112 * configure: Regenerated.
113
1142015-09-30 Nick Clifton <nickc@redhat.com>
115
116 Import the following patches from the GCC mainline:
117
118 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
119
120 PR libfortran/54572
121 * Makefile.def: Make libgfortran depend on libbacktrace.
122 * Makefile.in: Regenerate.
123
124 2015-08-12 Tom de Vries <tom@codesourcery.com>
125
126 PR other/67092
127 PR other/67098
128 * configure.ac: Remove --with_host_libstdcxx support.
129 * configure: Regenerate.
130
131 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
132 Jakub Jelinek <jakub@redhat.com>
133
134 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
135 nvptx*-*-*.
136 * configure: Regenerate.
137
1382015-08-07 H.J. Lu <hongjiu.lu@intel.com>
139
140 Sync with GCC
141 2015-07-28 Ben Elliston <bje@gnu.org>
142
143 * config.sub, config.guess: Import from upstream.
144
1452015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
146
147 * Makefile.def (libiconv): Define bootstrap=true.
148 Mark pdf/html/info as missing.
149 (configure-gcc): Depend on all-libiconv.
150 (all-gcc): Ditto.
151 (configure-libcpp): Ditto.
152 (all-libcpp): Ditto.
153 (configure-intl): Ditto.
154 (all-intl): Ditto.
155 * Makefile.in: Regenerate.
156
1572015-07-27 H.J. Lu <hongjiu.lu@intel.com>
158
159 Sync with GCC
160 2015-07-24 Michael Darling <darlingm@gmail.com>
161
162 PR other/66259
163 * config-ml.in: Reflects renaming of configure.in to configure.ac
164 * configure: Likewise
165 * configure.ac: Likewise
166
1672015-07-14 H.J. Lu <hongjiu.lu@intel.com>
168
169 * Makefile.in: Regenerated.
170
171 Sync with GCC
172 2015-05-21 Jason Merrill <jason@redhat.com>
173
174 * Makefile.tpl: Update comments.
175
176 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
177
178 * Makefile.tpl: Remove surplus whitespace throughout.
179
180 2015-03-25 Martin Liska <mliska@suse.cz>
181 Yury Gribov <y.gribov@samsung.com>
182
183 * Makefile.tpl: Fix ln source location for vimrc file.
184
1852015-07-14 H.J. Lu <hongjiu.lu@intel.com>
186
187 Sync with GCC
188 2015-05-16 James Bowman <james.bowman@ftdichip.com>
189
190 * configure.ac: FT32 target added.
191 * configure: Regenerate.
192
1932015-07-14 H.J. Lu <hongjiu.lu@intel.com>
194
195 Sync with GCC
196 2015-06-02 Jason Merrill <jason@redhat.com>
197
198 PR bootstrap/66319
199 * configure.ac: Use -std=gnu++98.
200
201 2015-05-28 Mike Frysinger <vapier@gentoo.org>
202
203 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
204 * configure: Regenerate.
205
206 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
207
208 * configure.ac: Fix typo.
209 * configure: Regenerate.
210
211 2015-05-03 Matthias Klose <doko@ubuntu.com>
212
213 * configure.ac: Match $host configured with triplets.
214 * configure: Regenerate.
215
216 2015-04-17 Jakub Jelinek <jakub@redhat.com>
217
218 PR bootstrap/62077
219 * configure.ac (--enable-stage1-checking): Default to
220 release,misc,gimple,rtlflag,tree,types if --disable-checking
221 or --enable-checking is not specified and DEV-PHASE is not
222 experimental.
223 * configure: Regenerated.
224
225 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
226
227 Install back PR target/47230 fix (Revert the revert).
228
2292015-06-30 H.J. Lu <hongjiu.lu@intel.com>
230
231 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
232 target.
233 * configure: Regenerate.
234
2352015-05-13 John David Anglin <dave.anglin@bell.net>
236
237 * configure.ac: Disable configuration of GDB for HPUX targets.
238 * configure: Regenerate.
239
2402015-05-01 H.J. Lu <hongjiu.lu@intel.com>
241
242 PR ld/18355
243 * Makefile.def: Add extra_configure_flags to host zlib.
244 * configure.ac (extra_host_zlib_configure_flags): New. Set
245 to --enable-host-shared When bfd is to be built as shared
246 library. AC_SUBST.
247 * Makefile.in: Regenerated.
248
2492015-04-15 Mike Frysinger <vapier@gentoo.org>
250 Hans-Peter Nilsson <hp@axis.com>
251
252 Adjust src-release.sh for sim using the gdb create-version.sh.
253 * src-release.sh (tar_compress): If there's a fifth parameter,
254 use that in the getver call instead of $tool.
255 (sim_release): Pass gdb as fifth parameter to tar_compress.
256 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
257
2582015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
259
260 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
261 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
262 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
263 * Makefile.in: Regenerate.
264
2652015-04-01 H.J. Lu <hongjiu.lu@intel.com>
266
267 * configure.ac: Add --with-system-zlib.
268 * configure: Regenerated.
269
2702015-03-31 H.J. Lu <hongjiu.lu@intel.com>
271
272 * src-release.sh: Don't configure with --with-target-subdir=.
273 --disable-multilib.
274
2752015-03-31 H.J. Lu <hongjiu.lu@intel.com>
276
277 * src-release.sh (DEVO_SUPPORT): Replace src-release with
278 src-release.sh.
279
2802015-03-30 Ed Schouten <ed@nuxi.nl>
281
282 * config.sub: Update from upstream, to 2015-03-04 version.
283 * config.guess: Likewise.
284
2852015-03-30 H.J. Lu <hongjiu.lu@intel.com>
286
287 * Makefile.def (dependencies): Add all-zlib to all-bfd.
288 * Makefile.in: Regenerated.
289
2902015-03-28 H.J. Lu <hongjiu.lu@intel.com>
291
292 * src-release.sh (do_proto_toplev): Configure with --target
293 --with-target-subdir and --disable-multilib.
294 (BINUTILS_SUPPORT_DIRS): Add zlib.
295 (GAS_SUPPORT_DIRS): Likewise.
296 (GDB_SUPPORT_DIRS): Likewise.
297 (SIM_SUPPORT_DIRS): Likewise.
298
2992015-03-17 H.J. Lu <hongjiu.lu@intel.com>
300
301 * configure.ac (target_configdirs): Exclude target-zlib if
302 target-libjava isn't built.
303 * configure: Regenerated.
304
3052015-03-17 H.J. Lu <hongjiu.lu@intel.com>
306
307 Sync with GCC
308 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
309
310 * config-ml.in: Robustify ac_configure_args parsing.
311
3122015-03-16 H.J. Lu <hongjiu.lu@intel.com>
313
314 * Makefile.def: Updated from GCC trunk.
315 * Makefile.tpl: Likewise.
316 * configure.ac: Likewise.
317 * Makefile.in: Regenerated.
318 * configure: Likewise.
319
3202015-01-28 James Bowman <james.bowman@ftdichip.com>
321
322 * configure.ac: Add FT32 support.
323 * configure: Regenerate.
324
3252015-01-12 Anthony Green <green@moxielogic.com>
326
327 * configure.ac: Don't disable gprof for moxie.
328 * configure: Rebuild.
329
3302015-01-03 Andrew Pinski <apinski@cavium.com>
331
332 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
333 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
334 (BASE_TARGET_EXPORTS): Add OBJCOPY.
335 (OBJCOPY_FOR_TARGET): New variable.
336 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
337 * Makefile.in: Regenerate.
338 * configure.ac: Check for already installed target objcopy.
339 Also GCC_TARGET_TOOL on objcopy.
340 * configure: Regenerate.
341
3422015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
343
344 * config.sub: Update from upstream, to 2015-01-01 version.
345 * config.guess: Ditto.
346
3472014-12-06 Eric Botcazou <ebotcazou@adacore.com>
348
349 * config.sub: Update from upstream config repo.
350
3512014-11-24 H.J. Lu <hongjiu.lu@intel.com>
352
353 * libtool.m4: Updated from GCC trunk.
354
3552014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
356
357 * config.guess: Update from upstream config repo.
358 * config.sub: Ditto.
359
3602014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
361
362 * move-if-change: Update from upstream gnulib.
363
3642014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
365
366 * compile: Sync with upstream Automake.
367 * depcomp: Ditto.
368 * install-sh: Ditto.
369 * missing: Ditto.
370 * mkinstalldirs: Ditto.
371 * ylwrap: Ditto.
372
3732014-10-15 Tristan Gingold <gingold@adacore.com>
374
375 * src-release.sh (do_proto_toplev): Configure with --target.
376
3772014-10-03 Jing Yu <jingyu@google.com>
378
379 * configure.ac: Add aarch64 to list of targets that support gold.
380 * configure: Regenerate.
381
3822014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
383
384 * configure.ac: Add mips*-img-elf* target triple.
385 * configure: Regenerate.
386
3872014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
388 * configure: Disable gdb for nds32*-*-* until supported.
389 * configure.ac: Disable gdb for nds32*-*-* until supported.
390
3912014-09-05 Joel Brobecker <brobecker@adacore.com>
392
393 * configure: Regenerate.
394
3952014-08-27 Will Newton <will.newton@linaro.org>
396
397 * src-release.sh: New file.
398 * src-release: Remove file.
399
4002014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
401
402 GDB not supported for or1k*-*-rtems*
403 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
404 of the stanzas results in this not being caught by or1k*-*-* later.
405 * configure. Regenerated.
406
4072014-07-25 Samuel Bronson <naesten@gmail.com>
408
409 * .gitattributes: New file for use with git-merge-changelog.
410
4112014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
412
413 Disable gdb for or1k*-*-* until supported
414 * configure.ac (or1k*-*-*): Disable gdb.
415 * configure: Regenerated.
416
4172014-05-14 Sandra Loosemore <sandra@codesourcery.com>
418
419 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
420 * configure: Regenerated.
421
4222014-03-26 Jakub Jelinek <jakub@redhat.com>
423
424 PR sanitizer/56781
425 * Makefile.def: Set bootstrap=true; for host fixincludes.
426 * configure.ac: Don't bootstrap host fixincludes unless
427 --with-build-config=bootstrap-{a,ub}san.
428 * Makefile.in: Regenerated.
429 * configure: Regenerated.
430
4312014-03-21 Jakub Jelinek <jakub@redhat.com>
432
433 * configure.ac: Move BUILD_CONFIG set up earlier. Add
434 --enable-vtable-verify option parsing. Don't add
435 target-libsanitizer to bootstrap_target_libs unless
436 --with-build-config=bootstrap-asan or
437 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
438 to bootstrap_target_libs unless --enable-vtable-verify.
439 * configure: Regenerated.
440
4412014-03-07 Jakub Jelinek <jakub@redhat.com>
442
443 PR bootstrap/58572
444 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
445 -I for libstdc++-v3 includes if $(LEAN).
446 * Makefile.in: Regenerated.
447
4482014-02-24 Walter Lee <walt@tilera.com>
449
450 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
451 (tilegx-*-*): Change to tilegx*-*-*.
452 * configure: Regenerate.
453
4542014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
455
456 * config.sub, config.guess: Import from upstream.
457
4582014-04-04 Eric Botcazou <ebotcazou@adacore.com>
459
460 PR bootstrap/60620
461 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
462 * Makefile.in: Regenerate.
463
4642014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
465
466 * Makefile.def (dependencies): Make all-ld depend on all-binutils
467 for WINDRES_FOR_TARGET in default-manifest.o rule.
468 * Makefile.in: Regenerate.
469
4702014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
471
472 PR target/59788
473 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
474 *solaris2*.
475
4762013-12-19 Keven Boell <keven.boell@intel.com>
477
478 * cp-namespace.c (cp_lookup_nested_symbol): Enable
479 nested lookups for fortran modules.
480 * dwarf2read.c (read_module): Add fortran module to
481 the symbol table.
482 (add_partial_symbol, add_partial_module): Add fortran
483 module to the partial symbol table.
484 (new_symbol_full): Create full symbol for fortran module.
485 * f-exp.y (yylex): Add new module domain to be parsed.
486 * symtab.h: New domain for fortran modules.
487
4882013-12-19 Keven Boell <keven.boell@intel.com>
489
490 * f-exp.y (yylex): Add domain array to enable lookup
491 in multiple domains. Loop over lookup domains and try
492 to find requested symbol. Add STRUCT_DOMAIN to lookup
493 domains to be able to query for user defined types.
494
4952013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
496
497 * configure.ac: Add user-friendly check for native x86_64-linux
498 multilibs.
499 * configure: Regenerate.
500
5012013-11-23 Alan Modra <amodra@gmail.com>
502
503 * config.sub, config.guess: Import from upstream.
504
5052013-11-07 Thomas Schwinge <thomas@codesourcery.com>
506
507 * Makefile.in: Regenerate.
508
509 * Makefile.tpl: Fix typo.
510 * Makefile.in: Regenerate partially.
511
5122013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
513
514 * configure.ac: Added libcilkrts to noconfig list when C++ is not
515 supported.
516 * configure: Regenerated.
517
5182013-10-30 Jason Merrill <jason@redhat.com>
519
520 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
521 --disable-build-format-warnings.
522
5232013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
524
525 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
526 depend on libstdc++ and libgcc.
527 * configure: Regenerate.
528 * configure.ac: Added libcilkrts to target binaries. Also, restrict
529 libcilkrts for POSIX and i*86, and x86_64 architectures.
530 * Makefile.in: Added libcilkrts related fields to support building it.
531
5322013-10-26 Jeff Law <law@redhat.com>
533
534 * Makefile.def (target_modules): Remove libmudflap
535 (languages): Remove check-target-libmudflap).
536 * Makefile.in: Rebuilt.
537 * Makefile.tpl (check-target-libmudflap-c++): Remove.
538 * configure.ac (target_libraries): Remove target-libmudflap.
539 Remove checks which disabled libmudflap on some systems.
540 * configure: Rebuilt.
541 * libmudflap: Directory removed.
542
5432013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
544
545 * configure.ac: Update from GCC.
546 * configure: Regenerate.
547
5482013-10-15 Hans-Peter Nilsson <hp@axis.com>
549
550 * src-release (do-proto-toplevel): Support subdir-path-prefixed
551 files in SUPPORT_FILES.
552 (SIM_SUPPORT_DIRS): New variable.
553 (sim.tar.bz2): New rule.
554
5552013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
556
557 * configure.ac: Update from GCC.
558 * configure: Regenerate.
559
5602013-10-01 Jeff Johnston <jjohnstn@redhat.com>
561
562 * COPYING.NEWLIB: Update with new copyright.
563
5642013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
565
566 * configure.ac: Update from GCC.
567 * configure: Regenerate.
568
5692013-09-20 Alan Modra <amodra@gmail.com>
570
571 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
572 ppc host match. Support little-endian powerpc linux hosts.
573
5742013-08-16 Joel Brobecker <brobecker@adacore.com>
575
576 * src-release (VER): When using $(TOOL)/common/create-version.sh,
577 strip the "-cvs" suffix from the version number if present.
578
5792013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
580
581 * configure.ac: Sync with GCC repo.
582 * Makefile.def: Ditto.
583 * configure: Regenerate.
584 * Makefile.in: Ditto.
585
5862013-07-22 Joel Brobecker <brobecker@adacore.com>
587
588 * src-release (VER): Use $(TOOL)/common/create-version.sh
589 if it exists.
590
5912013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
592
593 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
594 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
595 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
596 * configure: Regenerate.
597
5982013-06-01 George Thomas <george.thomas@atmel.com>
599
600 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
601 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
602
6032013-05-06 Sandra Loosemore <sandra@codesourcery.com>
604
605 * COPYING.NEWLIB: Add Altera Corporation copyright.
606
6072013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
608
609 * config.guess: Update from config repo.
610 * config.sub: Ditto.
611
6122013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
613
614 * Makefile.def: Sync with GCC.
615 * Makefile.in: Regenerate.
616
6172013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
618
619 * configure.ac: Sync with GCC.
620 * configure: Regenerate.
621
6222013-03-22 Mike Frysinger <vapier@gentoo.org>
623
624 * src-release (VER): Change bfd/configure.in sed to use the new
625 `bfd/configure --version` output.
626
6272013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
628
629 * configure.ac: Sync with GCC repo.
630 * configure: Ditto.
631
6322013-02-05 Ian Lance Taylor <iant@google.com>
633
634 PR go/55969
635 * configure.ac: Disable libgo on some systems where it does not
636 work.
637 * configure: Rebuild.
638
6392013-02-05 Alan Modra <amodra@gmail.com>
640
641 * configure: Regenerate after syncing config/.
642
6432013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
644
645 * configure.ac: Sync with GCC repo.
646 * configure: Ditto.
647 * Makefile.def: Ditto.
648 * Makefile.in: Ditto.
649
6502013-01-11 Joel Brobecker <brobecker@adacore.com>
651
652 Sync with GCC, merge:
653
654 2013-01-09 Jason Merrill <jason@redhat.com>
655
656 * .gitignore: Import from gdb repository.
657
6582013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
659
660 * config.sub: Update from config repo.
661
6622013-01-11 Eric Botcazou <ebotcazou@adacore.com>
663
664 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
665 * Makefile.in: Regenerate.
666
6672013-01-09 H.J. Lu <hongjiu.lu@intel.com>
668
669 * Makefile.def (configure-gcc): Depend on all-gmp.
670 (all-gcc): Remove dependency on all-gmp.
671 * Makefile.in: Regenerated.
672
6732013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
674
675 * config.guess: Update from config repo.
676 * config.sub: Ditto.
677
6782013-01-07 Jeff Johnston <jjohnstn@redhat.com>
679
680 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
681 exists and replace the new bfin license in its location.
682
6832013-01-07 H.J. Lu <hongjiu.lu@intel.com>
684
685 PR gas/14899
686 * Makefile.def (dependencies): Make all-binutils, all-gprof,
687 all-ld and all-gold depend on all-gas.
688 * Makefile.in: Regenerated.
689
6902012-12-29 Ben Elliston <bje@gnu.org>
691
692 * config.guess: Update to 2012-12-29 version.
693 * config.sub: Likewise.
694
6952012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
696
697 * Makefile.def (install-target-libgo): Depend on
698 install-target-libatomic. Merged from GCC repo.
699 * Makefile.in: Regenerate.
700
7012012-12-17 Jeff Johnston <jjohnstn@redhat.com>
702
703 * COPYING.LIBGLOSS: Add license for bfin libgloss.
704
7052012-12-16 Thomas Schwinge <thomas@codesourcery.com>
706
707 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
708 * configure: Regenerate.
709
7102012-12-11 H.J. Lu <hongjiu.lu@intel.com>
711
712 * Makefile.def (target_modules): Add bootstrap=true and
713 raw_cxx=true to libsanitizer.
714 * configure.ac (bootstrap_target_libs): Add libsanitizer.
715 * Makefile.in: Regenerated.
716 * configure: Likewise.
717
7182012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
719
720 * config.sub: Merge from config repo.
721
7222012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
723
724 * configure.ac: Merge from GCC.
725 * Makefile.tpl: Ditto.
726 * Makefile.in: Ditto.
727 * configure: Ditto.
728
7292012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
730
731 * configure.ac (noconfigdirs): Merge from GCC.
732 * configure: Regenerate.
733
7342012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
735
736 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
737
7382012-11-14 Roland McGrath <mcgrathr@google.com>
739
740 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
741 * configure: Regenerate.
742
7432012-11-13 Richard Henderson <rth@redhat.com>
744
745 * configure.ac: Move libsanitizer logic to subdirectory.
746 * configure: Regenerate.
747
7482012-11-13 Dodji Seketeli <dodji@redhat.com>
749
750 * configure.ac: Enable libsanitizer just on x86 linux for now.
751 * configure: Re-generate.
752
7532012-11-13 David Edelsohn <dje.gcc@gmail.com>
754
755 * configure.ac: Merge libquadmath sections.
756 * configure: Regenerate.
757
7582012-11-12 Wei Mi <wmi@google.com>
759
760 * configure.ac: Add libsanitizer to target_libraries.
761 * Makefile.def: Ditto.
762 * configure: Regenerate.
763 * Makefile.in: Regenerate.
764
7652012-11-03 H.J. Lu <hongjiu.lu@intel.com>
766
767 * configure: Regenerated.
768
7692012-11-03 Robert Mason <rbmj@verizon.net>
770
771 * configure.ac: add --disable-libstdcxx configure option
772 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
773
7742012-10-24 Corinna Vinschen <corinna@vinschen.de>
775
776 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
777 against Mingw64 w32api.
778 * configure: Regenerate.
779
7802012-10-23 Eric Botcazou <ebotcazou@adacore.com>
781
782 PR bootstrap/54820
783 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
784 * configure: Regenerate.
785
7862012-10-22 Eric Botcazou <ebotcazou@adacore.com>
787
788 PR bootstrap/54820
789 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
790 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
791 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
792 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
793 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
794 * Makefile.in: Regenerate.
795 * configure.ac (have_static_libs): New variable and associated check.
796 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
797 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
798 * configure: Regenerate.
799
8002012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
801
802 * config.guess, config.sub: Include updated version from
803 config-patches. Adds microblaze little endian support.
804
8052012-09-28 Ian Lance Taylor <iant@google.com>
806
807 * Makefile.def: Make all-target-libgo depend on
808 all-target-libbacktrace.
809 * Makefile.in: Rebuild.
810
8112012-09-26 Ian Lance Taylor <iant@google.com>
812
813 * Makefile.def: Make all-gcc depend on all-libbacktrace.
814 * Makefile.in: Rebuild.
815
8162012-09-06 Diego Novillo <dnovillo@google.com>
817
818 * configure.ac: Bump minimum GMP version to 4.2.3.
819 * configure: Re-generate.
820
8212012-09-05 Georg-Johann Lay <avr@gjlay.de>
822
823 PR target/54461
824 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
825 target-libgloss if not configured --with-avrlibc=no.
826 * configure: Regenerate.
827
8282012-09-04 Jason Merrill <jason@redhat.com>
829
830 * configure.ac: Fix --enable-languages=all.
831
8322012-09-03 Richard Guenther <rguenther@suse.de>
833
834 PR bootstrap/54138
835 * configure.ac: Re-organize ISL / CLOOG checks to allow
836 disabling with either --without-isl or --without-cloog.
837 * configure: Regenerated.
838
8392012-09-03 Georg-Johann Lay <avr@gjlay.de>
840
841 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
842 * configure: Regenerate.
843
8442012-09-21 Steve Ellcey <sellcey@mips.com>
845
846 * configure.ac: Add mips*-mti-elf* target.
847 * configure: Regenerate.
848
8492012-09-19 Ian Lance Taylor <iant@google.com>
850
851 * configure.ac (host_libs): Add libbacktrace.
852 (target_libraries): Add libbacktrace.
853 * Makefile.def (host_modules): Add libbacktrace.
854 (target_modules): Likewise.
855 * configure, Makefile.in: Rebuild.
856
8572012-09-15 Jiong Wang <jiwang@tilera.com>
858
859 * configure.ac (ENABLE_GOLD): support tilegx*
860 * configure: rebuild
861
8622012-09-14 David Edelsohn <dje.gcc@gmail.com>
863
864 PR target/38607
865 Merge upstream change.
866 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
867
868 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
869 Add libgomp*.o to compare_exclusions for AIX.
870 * configure: Regenerate.
871
8722012-08-26 H.J. Lu <hongjiu.lu@intel.com>
873
874 PR binutils/4970
875 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
876 and opcodes.
877 * Makefile.in: Regenerated.
878
8792012-08-14 Diego Novillo <dnovillo@google.com>
880
881 Merge from cxx-conversion branch.
882
883 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
884 POSTSTAGE1_CONFIGURE_FLAGS.
885 * Makefile.in: Regenerate.
886 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
887 Force C++ when bootstrapping.
888 * configure: Regenerate.
889
8902012-07-06 Richard Guenther <rguenther@suse.de>
891
892 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
893 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
894 --with-gmp=system.
895 * Makefile.in: Regenerated.
896 * configure: Likewise.
897
8982012-07-06 Richard Guenther <rguenther@suse.de>
899
900 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
901 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
902 supply V=1 as extra_make_flags.
903 * configure: Regenerated.
904 * Makefile.in: Likewise.
905
9062012-07-03 Richard Guenther <rguenther@suse.de>
907
908 * Makfile.def (isl): Remove not necessary extra_exports and
909 extra_make_flags.
910 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
911 * Makefile.in: Regenerated.
912
9132012-07-03 Richard Guenther <rguenther@suse.de>
914
915 * Makefile.def (cloog): Add V=1 to extra_make_flags.
916 * configure.ac: If either the ISL or the CLooG check failed
917 do not try to build in-tree versions.
918 * Makefile.in: Regenerated.
919 * configure: Regenerated.
920
9212012-07-02 Richard Guenther <rguenther@suse.de>
922 Michael Matz <matz@suse.de>
923 Tobias Grosser <tobias@grosser.es>
924 Sebastian Pop <sebpop@gmail.com>
925
926 * Makefile.def: Add ISL host module, remove PPL host module.
927 Adjust ClooG host module to use the proper ISL.
928 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
929 * configure.ac: Include config/isl.m4. Add ISL host library,
930 remove PPL. Remove PPL configury, add ISL configury, adjust
931 ClooG configury.
932 * Makefile.in: Regenerated.
933 * configure: Likewise.
934
9352012-07-02 Richard Guenther <rguenther@suse.de>
936
937 Merge from graphite branch
938 2011-07-21 Tobias Grosser <tobias@grosser.es>
939
940 * configure: Regenerated.
941 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
942 both cloog.org and legacy versions. The only supported version will
943 be CLooG with the isl backend.
944
945 2011-07-21 Tobias Grosser <tobias@grosser.es>
946
947 * configure: Regenerated.
948 * configure.ac: Require cloog isl 0.17.0
949
950 2011-07-21 Tobias Grosser <tobias@grosser.es>
951
952 * configure: Regenerated.
953 * config/cloog.m4: Do not define CLOOG_ORG
954
9552012-06-29 Steven Bosscher <steven@gcc.gnu.org>
956
957 * configure.ac: Skip C if explicitly selected.
958 * configure: Regenerate.
959
9602012-06-28 Christophe Lyon <christophe.lyon@st.com>
961
962 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
963 they contain -O2.
964 * configure: Regenerate.
965
9662012-06-20 Jason Merrill <jason@redhat.com>
967
968 * Makefile.tpl (check-target-libgomp-c++): New.
969 (check-target-libitm-c++): New.
970 * Makefile.def (c++): Add them.
971 * Makefile.in: Regenerate.
972
9732012-05-16 Olivier Hainque <hainque@adacore.com>
974
975 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
976 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
977 (install-no-fixedincludes): Adjust accordingly.
978 * Makefile.in: Regenerate.
979
9802012-05-09 Nick Clifton <nickc@redhat.com>
981 Paul Smith <psmith@gnu.org>
982
983 PR bootstrap/50461
984 * configure.ac (mpfr-dir): When using in-tree MPFR sources
985 allow for the fact that from release v3.1.0 of MPFR the source
986 files were moved into a src sub-directory.
987 * configure: Regenerate.
988
9892012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
990
991 * configure.ac: Bump minimum MPFR version to 2.4.0.
992 * configure: Regenerated.
993
9942012-05-01 Richard Henderson <rth@redhat.com>
995
996 * Makefile.def (libatomic): New target_module.
997 * configure.ac (target_libraries): Add libatomic.
998 (noconfigdirs): Check if libatomic is supported.
999 * Makefile.in, configure: Rebuild.
1000
10012012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1002
1003 Merge upstream change
1004 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1005
10062011-11-21 Andreas Tobler <andreast@fgznet.ch>
1007
1008 * libtool.m4: Additional FreeBSD 10 fixes.
1009
10102012-06-28 Christophe Lyon <christophe.lyon@st.com>
1011
1012 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1013 they contain -O2.
1014 * configure: Regenerate.
1015
10162012-05-14 Catherine Moore <clm@codesourcery.com>
1017
1018 * NEWS: Mention PowerPC VLE port.
1019
10202012-05-11 Mike Frysinger <vapier@gentoo.org>
1021
1022 * MAINTAINERS (config/): Move to intl/ section.
1023 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1024
10252012-05-09 Nick Clifton <nickc@redhat.com>
1026 Paul Smith <psmith@gnu.org>
1027
1028 PR bootstrap/50461
1029 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1030 allow for the fact that from release v3.1.0 of MPFR the source
1031 files were moved into a src sub-directory.
1032 * configure: Regenerate.
1033
10342012-05-02 Roland McGrath <mcgrathr@google.com>
1035
1036 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1037 * configure: Regenerate.
1038
10392012-04-25 Joel Brobecker <brobecker@adacore.com>
1040
1041 * config.sub: Update to 2012-04-18 version from official repo.
1042
10432012-03-19 Tristan Gingold <gingold@adacore.com>
1044
1045 * configure.ac (ia64*-*-*vms*): Add support for ld.
1046 * configure: Regenerate.
1047
10482012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1049
1050 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1051 (unsupported_languages): Remove mips-sgi-irix6.*.
1052 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1053 (with_stabs): Remove.
1054 * configure: Regenerate.
1055
10562012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1057
1058 * configure.ac (enable_libgomp): Remove *-*-osf*.
1059 (with_stabs): Remove alpha*-*-osf*.
1060 * configure: Regenerate.
1061
10622012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1063
1064 * COPYING.NEWLIB: Modify DJ Delorie license to include
1065 modification rights in clause as permitted by DJ Delorie.
1066 * COPYING.LIBGLOSS: Ditto.
1067
10682012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1069
1070 * COPYING.NEWLIB: Remove two unused licenses.
1071
10722012-03-05 Tristan Gingold <gingold@adacore.com>
1073
1074 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1075 * configure: Regenerate.
1076
10772012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1078
1079 * COPYING.NEWLIB: Add Adapteva notice.
1080 * COPYING.LIBGLOSS: Add Adapteva notice.
1081
10822011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1083
1084 * configure: Regenerate.
1085
10862011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1087
1088 * COPYING.LIBGLOSS: Add GPL with exception license.
1089
10902011-11-09 Roland McGrath <mcgrathr@google.com>
1091
1092 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1093 * configure: Rebuild.
1094 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1095 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1096 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1097 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1098 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1099 Add READELF.
1100 * Makefile.in: Rebuild.
1101
11022011-11-08 Richard Henderson <rth@redhat.com>
1103
1104 * configure.ac: Test for libitm directory present first.
1105
1106 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1107
1108 * configure.ac: Test libitm/configure.tgt to disable libitm.
1109 * configure: Rebuild.
1110
11112011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1112
1113 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1114 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1115 * Makefile.in: Regenerate.
1116
11172011-11-01 DJ Delorie <dj@redhat.com>
1118
1119 * configure.ac (rl78-*-*) New case.
1120 * configure: Regenerate.
1121
11222011-11-01 DJ Delorie <dj@redhat.com>
1123
1124 * config.sub: Update to version 2011-10-29 (added rl78)
1125
11262011-10-27 Nick Clifton <nickc@redhat.com>
1127
1128 * config.sub: Import these changes from the config project:
1129
1130 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
1131 Ben Elliston <bje@gnu.org>
1132
1133 * config.sub (epiphany): New.
1134
1135 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1136 Ben Elliston <bje@gnu.org>
1137
1138 * config.sub (hexagon, hexagon-*): New.
1139
1140 2011-08-23 Roland McGrath <mcgrathr@google.com>
1141
1142 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1143 64eb to be64.
1144
1145 2011-08-16 Roland McGrath <mcgrathr@google.com>
1146
1147 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1148 (nacl): Grok as alias for 32el-unknown-nacl.
1149
11502011-08-19 Joel Brobecker <brobecker@adacore.com>
1151
1152 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
1153
11542011-08-14 Yao Qi <yao@codesourcery.com>
1155
1156 Merge from gcc:
1157
1158 2011-08-14 Yao Qi <yao@codesourcery.com>
1159 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1160 * configure: Regenerate.
1161
11622011-07-26 Ian Lance Taylor <iant@google.com>
1163
1164 Merge from gcc:
1165
1166 2011-07-26 Ian Lance Taylor <iant@google.com>
1167 * configure.ac: Set have_compiler based on whether gcc directory
1168 exists, rather than on whether gcc is in configdirs.
1169 * configure: Rebuild.
1170
1171 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1172 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1173 link directories.
1174 * Makefile.in: Rebuild.
1175
1176 2011-07-20 Ian Lance Taylor <iant@google.com>
1177 PR bootstrap/49787
1178 * configure.ac: Move --enable-bootstrap handling earlier in file.
1179 If --enable-bootstrap and either --enable-build-with-cxx or
1180 --enable-build-poststage1-with-cxx, enable C++ automatically.
1181 * configure: Rebuild.
1182
1183 2011-07-19 Ian Lance Taylor <iant@google.com>
1184 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1185 make C++ a boot_language. Set and substitute
1186 POSTSTAGE1_CONFIGURE_FLAGS.
1187 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1188 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1189 * configure, Makefile.in: Rebuild.
1190
1191 2011-07-16 Jason Merrill <jason@redhat.com>
1192 * Makefile.def (language=c++): Add check-c++0x and
1193 check-target-libmudflap-c++.
1194 * Makefile.tpl (check-target-libmudflap-c++): New.
1195 * Makefile.in: Regenerate.
1196
1197 2011-07-16 Matthias Klose <doko@ubuntu.com>
1198 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1199 * Makefile.def (target_modules/libjava): Pass
1200 $(EXTRA_CONFIGARGS_LIBJAVA).
1201 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1202 if not configured with --enable-static-libjava.
1203 * Makefile.in: Regenerate.
1204 * configure: Likewise.
1205
1206 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
1207 PR regression/47836
1208 PR bootstrap/23656
1209 PR other/47733
1210 PR bootstrap/49247
1211 PR c/48825
1212 * configure.ac (target_libraries): Remove target-libiberty.
1213 Remove case-statement setting skipdirs=target-libiberty for
1214 multiple targets. Remove checking target_configdirs and
1215 removing target-libiberty but keeping target-libgcc if
1216 otherwise empty.
1217 * Makefile.def (target_modules): Don't add libiberty.
1218 (dependencies): Remove all traces of target-libiberty.
1219 * configure, Makefile.in: Regenerate.
1220
12212011-07-22 Jason Merrill <jason@redhat.com>
1222
1223 * Makefile.def (language=c++): Add check-c++0x and
1224 check-target-libmudflap-c++.
1225 * Makefile.tpl (check-target-libmudflap-c++): New.
1226 * Makefile.in: Regenerate.
1227
12282011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1229
1230 * configure: Regenerate.
1231
12322011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1233
1234 PR target/39150
1235 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1236 x86_64-*-solaris2.1[0-9]*.
1237 * configure: Regenerate.
1238
12392011-06-13 Walter Lee <walt@tilera.com>
1240
1241 * configure.ac (tilepro-*-*) New case.
1242 (tilegx-*-*): Likewise.
1243 * configure: Regenerate.
1244
12452011-06-06 Nick Clifton <nickc@redhat.com>
1246
1247 * config.sub: Sync from upstream.
1248
12492011-05-08 Doug Kwan <dougkwan@google.com>
1250
1251 Merge from gcc:
1252
1253 2011-05-08 Doug Kwan <dougkwan@google.com>
1254
1255 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1256 * configure: Regenerated.
1257 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1258 value from configure.
1259 * Makefile.in: Regenerated.
1260
12612011-05-05 Joseph Myers <joseph@codesourcery.com>
1262
1263 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1264 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1265 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1266 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1267 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1268 *-*-vxworks*): Disable newlib and libgloss in separate case
1269 statement.
1270 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1271 to separate case statement.
1272 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1273 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1274 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1275 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1276 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1277 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1278 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1279 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1280 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1281 i[[3456789]]86-*-rdos*, m32r-*-*,
1282 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1283 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1284 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1285 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1286 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1287 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1288 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1289 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1290 and libgloss in main case over targets. Remove most empty cases
1291 in main case over targets.
1292 * configure: Regenerate.
1293
12942011-05-04 Joseph Myers <joseph@codesourcery.com>
1295
1296 * configure.ac: Remove code setting special library locations for
1297 hppa*64*-*-hpux11*. Remove code setting compiler for
1298 sparc-sun-solaris2*.
1299 * configure: Regenerate.
1300
13012011-05-04 Joseph Myers <joseph@codesourcery.com>
1302
1303 * configure.ac: Separate libgloss_dir settings from general case
1304 over targets.
1305 * configure: Regenerate.
1306
13072011-04-28 Joseph Myers <joseph@codesourcery.com>
1308
1309 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1310 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1311 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1312 cases in libgcj-disabling case statement.
1313 (hppa*64*-*-linux*): Set unsupported_languages instead of
1314 disabling target-zlib.
1315 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1316 to hppa*64*-*-hpux*.
1317 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1318 hppa*-*-hpux*.
1319 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1320 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1321 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1322 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1323 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1324 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1325 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1326 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1327 libgcj-disabling case statement.
1328 * configure: Regenerate.
1329
13302011-04-28 Joseph Myers <joseph@codesourcery.com>
1331
1332 * configure.ac: Disable Java for targets not supporting libffi.
1333 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1334 Remove cases in Java-disabling statement.
1335 (*arm-wince-pe): Change to arm-wince-pe.
1336 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1337 cases in Java-disabling statement.
1338 (bfin-*-*): Don't disable Java again.
1339 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1340 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1341 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1342 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1343 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1344 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1345 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1346 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1347 Java-disabling statement.
1348 (mmix-*-*): Don't disable Java again.
1349 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1350 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1351 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1352 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1353 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1354 statement.
1355 * configure: Regenerate.
1356
13572011-04-28 Joseph Myers <joseph@codesourcery.com>
1358
1359 Merge from GCC:
1360
1361 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1362
1363 PR lto/48086
1364 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1365 * configure: Regenerate.
1366
13672011-04-28 Joseph Myers <joseph@codesourcery.com>
1368
1369 * configure.ac: Separate cases disabling Java and Java libraries
1370 from general case over targets.
1371 * configure: Regenerate.
1372
13732011-04-06 Joseph Myers <joseph@codesourcery.com>
1374
1375 * configure.ac (build_tools): Remove build-byacc.
1376 (host_libs): Remove mmalloc.
1377 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1378 autoconf automake libtool diff rcs fileutils shellutils time
1379 textutils wdiff find uudecode hello tar gzip indent recode release
1380 sed perl gawk findutils gettext zip.
1381 (libgcj): Remove target-qthreads.
1382 (target_tools): Remove target-examples target-gperf.
1383 (YACC): Don't handle building byacc.
1384 * configure: Regenerate.
1385 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1386 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1387 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1388 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1389 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1390 handle building components.
1391 * Makefile.in: Regenerate.
1392
13932011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1394
1395 * config.sub: Sync from upstream.
1396
13972011-04-01 Joseph Myers <joseph@codesourcery.com>
1398
1399 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1400 (microblaze*): Don't disable libssp.
1401 * configure: Regenerate.
1402
14032011-04-01 Joseph Myers <joseph@codesourcery.com>
1404
1405 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1406 moveifchange.
1407 * configure: Regenerate.
1408 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1409 * Makefile.in: Regenerate.
1410
14112011-04-01 Joseph Myers <joseph@codesourcery.com>
1412
1413 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1414 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1415 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1416 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1417 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1418 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1419 md_exec_prefix cases.
1420 * configure: Regenerate.
1421
14222011-04-01 Joseph Myers <joseph@codesourcery.com>
1423
1424 * configure.ac: Separate cases disabling target-libssp,
1425 target-libiberty, target-libstdc++-v3 and Fortran from general
1426 case over targets.
1427 * configure: Regenerate.
1428
14292011-04-01 Joseph Myers <joseph@codesourcery.com>
1430
1431 * configure.ac (*-*-chorusos): Don't disable libgcj.
1432 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1433 Remove case.
1434 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1435 (arm-*-coff): Don't disable libgcj.
1436 (arm*-*-linux-gnueabi): Remove useless assignment.
1437 (arm-*-riscix*): Don't disable libgcj.
1438 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1439 configuration.
1440 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1441 (c54x*-*-*): Remove case.
1442 (tic54x-*-*): Don't disable GCC or GCC libraries.
1443 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1444 to *.
1445 (d10v-*-*): Don't disable GCC libraries.
1446 (d30v-*-*): Don't disable libgcj.
1447 (h8500-*-*): Don't disable GCC libraries.
1448 (i960-*-*): Don't disable libgcj.
1449 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1450 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1451 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1452 libgcj.
1453 (m68k-*-coff*): Remove case.
1454 (mmix-*-*): Don't disable libgloss on host.
1455 (mn10200-*-*, mn10300-*-*): Remove cases.
1456 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1457 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1458 Don't disable libgcj.
1459 (romp-*-*): Remove case.
1460 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1461 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1462 case.
1463 (v810-*-*): Don't disable GCC libraries.
1464 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1465 (ip2k-*-*): Don't disable GCC libraries.
1466 * configure: Regenerate.
1467
14682011-03-28 Joseph Myers <joseph@codesourcery.com>
1469
1470 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1471 libffi on host.
1472 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1473 on host.
1474 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1475 * configure: Regenerate.
1476
14772011-03-26 John Marino <binutils@marino.st>
1478
1479 * configure.ac: Add support for *-*-dragonfly*
1480 * configure: Regenerate.
1481
14822011-03-25 Joseph Myers <joseph@codesourcery.com>
1483
1484 * configure.ac (native_only): Remove.
1485 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1486 send-pr uudecode guile gnuserv on host.
1487 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1488 send-pr rcs guile perl texinfo libtool on host.
1489 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1490 automake send-pr rcs guile perl texinfo libtool on host.
1491 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1492 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1493 (alpha*-dec-osf*): Don't disable fileutils on target.
1494 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1495 texinfo send-pr expect dejagnu on target.
1496 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1497 target-qthreads on target.
1498 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1499 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1500 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1501 x86_64-*-mingw*): Don't disable expect on target.
1502 (*-*-cygwin*): Don't disable target-gperf on target.
1503 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1504 gnuserv on target.
1505 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1506 target.
1507 * configure: Regenerate.
1508
15092011-03-25 Joseph Myers <joseph@codesourcery.com>
1510
1511 * configure.ac (target_tools): Remove target-groff.
1512 (native_only): Remove target-groff.
1513 (hppa*64*-*-*): Don't disable byacc.
1514 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1515 setting.
1516 (*-*-kaos*): Don't skip target-librx and target-groff.
1517 (*-*-netware*): Don't skip target-libmudflap.
1518 (*-*-tpf*): Don't skip target-libmudflap.
1519 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1520 directories on the host.
1521 (ia64*-*-*vms*): Don't skip tix.
1522 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1523 host.
1524 * configure: Regenerate.
1525
15262011-03-24 Paolo Bonzini <pbonzini@redhat.com>
1527
1528 * configure.ac: Remove references to mt-mep, mt-netware,
1529 mt-wince.
1530 * Makefile.def: Add all-utils soft dependencies.
1531 * Makefile.tpl: Remove GDB_NLM_DEPS.
1532 * configure: Regenerate.
1533 * Makefile.in: Regenerate.
1534
15352011-03-24 Paolo Bonzini <bonzini@gnu.org>
1536
1537 Sync from GCC:
1538
1539 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1540
1541 * configure.ac: Do not include mh-x86omitfp.
1542 * configure: Regenerate.
1543
1544 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1545
1546 * configure.ac: Remove empty cases.
1547 * configure: Regenerate.
1548
1549 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1550
1551 * Makefile.def: Add dependency from termcap to gdb.
1552 * Makefile.in: Regenerate.
1553
1554 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1555
1556 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1557 * configure: Regenerate.
1558 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1559 * Makefile.tpl: Likewise.
1560 * Makefile.in: Regenerate.
1561
1562 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1563
1564 * configure.ac: Remove all mentions of tentative_cc.
1565 * configure: Regenerate.
1566
1567 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
1568
1569 PR lto/48086
1570 * configure.ac: Re-enable LTO on *-apple-darwin9.
1571 * configure: Regenerate.
1572
15732011-03-24 Joseph Myers <joseph@codesourcery.com>
1574
1575 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1576 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1577 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1578 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1579 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1580 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1581 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1582 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1583 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1584 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1585 *-*-rhapsody*): Remove host cases.
1586 * configure: Regenerate.
1587
15882011-03-24 Joseph Myers <joseph@codesourcery.com>
1589
1590 * configure.ac (ppc*-*-pe): Remove host case.
1591 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1592 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1593 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1594 cases.
1595 * configure: Regenerate.
1596
15972011-03-24 Joseph Myers <joseph@codesourcery.com>
1598
1599 * config.sub: Update to version 2011-03-23.
1600
16012011-03-22 Joseph Myers <joseph@codesourcery.com>
1602
1603 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1604 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1605 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1606 * configure: Regenerate.
1607
16082011-03-22 Joseph Myers <joseph@codesourcery.com>
1609
1610 * config-ml.in: Don't handle arc-*-elf*.
1611 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1612 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1613 handle GCC libraries.
1614 * configure: Regenerate.
1615
16162011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1617
1618 PR bootstrap/48120:
1619 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1620 Add -lstdc++ -lm to LIBS.
1621 * configure: Regenerate.
1622
16232011-03-18 David Edelsohn <dje.gcc@gmail.com>
1624
1625 * config.guess: Update to version 2011-02-02
1626 * config.sub: Update to version 2011-02-24
1627
16282011-03-03 Sebastian Pop <sebastian.pop@amd.com>
1629
1630 * configure.ac: Adjust test of with_ppl.
1631 * configure: Regenerated.
1632
16332011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1634
1635 * configure.ac: Add -lpwl to ppllibs.
1636 * config/cloog.m4: Add -lisl to clooglibs.
1637 * configure: Regenerated.
1638
16392011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1640
1641 Import from Libtool and gnulib:
1642
1643 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
1644
1645 Prepare for supporting FreeBSD 10.
1646 * config.rpath: Remove handling of freebsd1* which soon would
1647 match FreeBSD 10.0.
1648
1649 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
1650
1651 Remove support for FreeBSD 1.x.
1652 * libtool.m4 (_LT_LINKER_SHLIBS)
1653 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1654 soon would incorrectly match FreeBSD 10.0.
1655
16562011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1657
1658 PR binutils/12283
1659 * MAINTAINERS (mkinstalldirs): Comes from Automake.
1660 (move-if-change): Comes from gnulib.
1661 * move-if-change: Import version from gnulib.
1662
16632011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1664
1665 Sync from GCC:
1666
1667 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
1668
1669 PR lto/47225
1670 * Makefile.def (lto-plugin): Double dash for enable-shared.
1671 (configure-gcc): Depend on all-lto-plugin.
1672 * Makefile.in: Rebuilt.
1673
1674 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1675
1676 * configure.ac: Remove extra bracket.
1677 * configure: Regenerate.
1678
1679 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
1680
1681 PR lto/47225
1682 * Makefile.def: Add dependency for install-gcc
1683 on install-lto-plugin.
1684 * Makfile.in: Regenerated
1685
1686 2011-01-25 Jakub Jelinek <jakub@redhat.com>
1687
1688 * configure.ac: If with_ppl is no, move setting with_cloog=no
1689 after CLOOG_REQUESTED check.
1690 * configure: Regenerated.
1691
1692 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1693
1694 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1695 CLooG has been requested.
1696 * configure: Regenerated.
1697
1698 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1699
1700 * configure: Regenerated.
1701 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1702
1703 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1704
1705 * configure: Regenerated.
1706 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1707
1708 2011-01-07 Jan Hubicka <jh@suse.cz>
1709
1710 PR lto/47225
1711 * Makefile.in: Regenerate.
1712 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1713 configure.
1714
17152011-01-31 Alexandre Oliva <aoliva@redhat.com>
1716
1717 PR libgcj/44341
1718 * configure.ac: Discard --with-* flags for host when configuring
1719 target libraries for cross build.
1720 * configure: Rebuilt.
1721
17222011-01-21 Andreas Schwab <schwab@redhat.com>
1723
1724 Sync from GCC:
1725
1726 2011-01-21 Andreas Schwab <schwab@redhat.com>
1727
1728 * configure.ac: Use AS_HELP_STRING throughout.
1729 * configure: Regenerate.
1730
1731 2011-01-18 Jie Zhang <jie.zhang@analog.com>
1732
1733 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1734 * configure: Regenerate.
1735
17362010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1737
1738 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1739
17402011-01-13 Joel Brobecker <brobecker@adacore.com>
1741
1742 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1743 for ia64-hpux.
1744 * configure: Regenerate.
1745
17462011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1747
1748 Sync from GCC:
1749 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1750
1751 * configure.ac: (picochip): Disable libiberty.
1752 * configure: Regenerate.
1753
17542010-12-18 Jeff Johnston <jjohnstn@redhat.com>
1755
1756 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
1757
17582010-12-10 Ian Lance Taylor <iant@google.com>
1759
1760 PR bootstrap/46819
1761 * configure.ac: For --disable-libgcj clear libgcj_saved.
1762 * configure: Rebuild.
1763
17642010-12-10 Tobias Burnus <burnus@net-b.de>
1765
1766 PR fortran/46540
1767 * configure.ac: Add --disable-libquadmath and
1768 --disable-libquadmath-support.
1769 * configure: Regenerate.
1770
17712010-12-10 Tristan Gingold <gingold@adacore.com>
1772
1773 * src-release (ETC_SUPPORT): add gnu-oids.texi
1774
17752010-12-03 Hans-Peter Nilsson <hp@axis.com>
1776
1777 PR libffi/46792
1778 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1779 * configure: Regenerate.
1780
17812010-12-02 Ian Lance Taylor <iant@google.com>
1782
1783 * configure.ac: Always set default for poststage1_ldflags to
1784 -static-libstdc++ -static-libgcc.
1785
17862010-12-02 Jeff Johnston <jjohnstn@redhat.com>
1787
1788 * COPYING.NEWLIB: Add National Semiconductor notice.
1789
17902010-11-29 Andreas Schwab <schwab@redhat.com>
1791
1792 * configure.ac: Move comment to remove extra space in last argument
1793 of GCC_TARGET_TOOL.
1794
17952010-11-26 Alexandre Oliva <aoliva@redhat.com>
1796
1797 PR other/46026
1798 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1799 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1800 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1801 (BASE_FLAGS_TO_PASS): Use it.
1802 * configure: Rebuilt.
1803 * Makefile.in: Rebuilt.
1804
18052010-11-23 H.J. Lu <hongjiu.lu@intel.com>
1806
1807 PR binutils/12258
1808 * configure.ac: Correct comments for --enable-gold/--enable-ld.
1809 Properly check default linker.
1810 * configure: Regnerated.
1811
18122010-11-23 Matthias Klose <doko@ubuntu.com>
1813
1814 * configure.ac: For --enable-gold, handle value `default' instead of
1815 `both*'. New configure option --{en,dis}able-ld.
1816 * configure: Regenerate.
1817
18182010-11-20 Ian Lance Taylor <iant@google.com>
1819
1820 * configure.ac: Only disable a language library if no language needs
1821 it. Don't let --disable-libgcj uncondtionally disable libffi.
1822 * configure: Rebuild.
1823
18242010-11-20 Paolo Bonzini <bonzini@gnu.org>
1825
1826 * configure: Regenerate.
1827
18282010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1829
1830 PR other/46202
1831 * configure.ac: Fix just-built in-tree STRIP name to be
1832 binutils/strip-new.
1833 * configure: Regenerate.
1834 * Makefile.def (install-strip-gcc, install-strip-binutils)
1835 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1836 (install-strip-sid): Mirror dependencies on non-strip variants
1837 of these targets on the respective -strip prerequisites.
1838 * Makefile.tpl (install-strip, install-strip-host)
1839 (install-strip-target): New targets.
1840 (install-strip-[+module+], install-strip-target-[+module+]):
1841 New targets.
1842 * Makefile.in: Regenerate.
1843
18442010-11-19 Ian Lance Taylor <iant@google.com>
1845 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1846
1847 * configure.ac: Add target-libgo to target_libraries. Set
1848 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1849 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1850 (HOST_EXPORTS): Add GOC.
1851 (BASE_TARGET_EXPORTS): Add GOC.
1852 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1853 (GOCFLAGS_FOR_TARGET): New variable.
1854 (EXTRA_HOST_FLAGS): Add GOC.
1855 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1856 * Makefile.def (target_modules): Add libgo.
1857 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1858 (dependencies): Add dependency from configure-target-libgo to
1859 configure-target-libffi and all-target-libstdc++-v3. Add
1860 dependencies from all-target-libgo to all-target-libffi.
1861 (languages): Add go.
1862 * configure: Rebuild.
1863 * Makefile.in: Rebuild.
1864
18652010-11-19 Ian Lance Taylor <iant@google.com>
1866
1867 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1868 compiler/flag environment variables.
1869
18702010-11-18 Ian Lance Taylor <iant@google.com>
1871
1872 * configure.ac: Check for lang_requires_boot_languages in
1873 config-lang.in files.
1874 * configure: Rebuild.
1875
18762010-11-17 Mike Frysinger <vapier@gentoo.org>
1877
1878 * .gitignore: New file.
1879
18802010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1881 Tobias Burnus <burnus@net-b.de>
1882
1883 PR fortran/32049
1884 * Makefile.def: Add libquadmath; build it with language=fortran.
1885 * configure.ac: Add libquadmath.
1886 * Makefile.tpl: Handle multiple libs in check-[+language+].
1887 * Makefile.in: Regenerate.
1888 * configure: Regenerate.
1889
18902010-11-15 Andreas Schwab <schwab@redhat.com>
1891
1892 * configure.ac: Fix spelling in option names.
1893 * configure: Regenerated.
1894
18952010-11-13 Georg-Johann Lay <georgjohann@web.de>
1896
1897 PR bootstrap/39622
1898 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1899 * configure: Regenerated.
1900
19012010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1902
1903 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
1904 define the cloog backend to use. Furthermore, only pass the ppllibs to
1905 the configure checks, if necessary.
1906 * configure: Regenerate.
1907
19082010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1909
1910 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
1911 * configure: regenerate
1912
19132010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1914
1915 * config/cloog.m4: Fix typo. verison -> version.
1916 * configure: Regenerate.
1917
19182010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1919
1920 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
1921 * configure: Regenerate.
1922
19232010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1924
1925 * configure.ac: Support official CLooG.org versions.
1926 * configure: Regenerate.
1927 * config/cloog.m4: New.
1928
19292010-11-05 Michael Eager <eager@eagercon.com>
1930
1931 * COPYING.LIBGLOSS: Correct typo in microblaze.
1932 * COPYING.NEWLIB: Same.
1933
19342010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1935
1936 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1937 * configure: Regenerate.
1938
19392010-11-03 Ian Lance Taylor <iant@google.com>
1940 Dave Korn <dave.korn.cygwin@gmail.com>
1941
1942 PR lto/46273
1943 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
1944 and on other supported platforms whenever LTO is enabled.
1945 * configure: Rebuild.
1946
19472010-11-02 Alan Modra <amodra@gmail.com>
1948
1949 PR binutils/12110
1950 * configure.ac: Error when source path contains spaces.
1951 * configure: Regenerate.
1952
19532010-10-20 Ian Lance Taylor <iant@google.com>
1954
1955 * Makefile.def (target_modules): Set lib_path to src/.libs for
1956 libstdc++-v3 module.
1957 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1958 * Makefile.in: Rebuild.
1959
19602010-10-08 Bernd Schmidt <bernds@codesourcery.com>
1961 Joseph Myers <joseph@codesourcery.com>
1962
1963 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
1964 notices.
1965 * COPYING.NEWLIB: Add Texas Instruments notice.
1966
19672010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
1968
1969 * configure.ac (build_lto_plugin): New shell variable.
1970 (--enable-lto): Turn on by default for all non-ELF platforms that
1971 have had LTO support added so far. Set build_lto_plugin appropriately
1972 for both ELF and non-ELF.
1973 (configdirs): Add lto-plugin or not based on build_lto_plugin.
1974 * configure: Regenerate.
1975
19762010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1977
1978 PR bootstrap/45326
1979 PR bootstrap/45174
1980 * configure.ac: Honor initial values of $build_configargs,
1981 $host_configargs, $target_configargs. Mark the precious, so
1982 environment settings get recorded.
1983 * configure: Regenerate.
1984
19852010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1986
1987 Sync from GCC:
1988
1989 2010-09-30 Michael Eager <eager@eagercon.com>
1990
1991 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1992 * configure: Regenerate.
1993
1994 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
1995
1996 * configure.ac (enable-lto): Add Darwin to the list of supported lto
1997 targets and amend comment.
1998 * configure: Regenerate.
1999
2000 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2001
2002 * configure.ac: Enable LTO by default on Darwin.
2003 * configure: Regenerate.
2004
2005 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2006
2007 PR bootstrap/44455
2008 * configure.ac (extra_mpfr_configure_flags): Copy from
2009 extra_mpc_gmp_configure_flags.
2010 * configure: Re-generated.
2011
20122010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2013
2014 Sync from GCC:
2015
2016 PR bootstrap/45796
2017 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2018 Depend on all-build-libiberty.
2019 * Makefile.in: Regenerate.
2020
20212010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2022
2023 Sync from GCC:
2024
2025 PR bootstrap/44621
2026 * configure.ac: Fix unportable shell quoting.
2027 * configure: Regenerate.
2028
20292010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2030
2031 * configure.ac: Support all v850 targets.
2032 * configure: Regenerate.
2033
20342010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2035
2036 PR target/44862
2037 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2038 Provide -B option to allow for link spec %s substitutions for
2039 libstdc++.a on darwin.
2040 * Makefile.in: Regenerate.
2041
20422010-06-10 Alexandre Oliva <aoliva@redhat.com>
2043
2044 * Makefile.def (configure-gcc): Depend on all-libelf.
2045 * Makefile.in: Rebuild.
2046
20472010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2048
2049 * config.sub, config.guess: Update from upstream sources.
2050
20512010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2052
2053 Sync from GCC:
2054
2055 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2056 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2057 * configure: Regenerated.
2058
2059 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2060 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2061 * configure: Regenerate.
2062
2063 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2064 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2065 * configure: Regenerate.
2066
2067 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2068 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2069 separately.
2070 * configure: Regenerate.
2071
2072 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2073 * configure: Regenerate after change to elf.m4.
2074
2075 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2076 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2077 * configure: Regenerated.
2078
2079 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2080 * configure.ac: Print "buggy but acceptable" when CLooG
2081 revision is less than 9.
2082 * configure: Regenerated.
2083
20842010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2085
2086 Merge from gcc:
2087
2088 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2089 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2090 * configure: Regenerate.
2091
2092 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2093 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2094 a platform that supports LTO.
2095 * configure: Regenerate.
2096
2097 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2098 PR lto/42776
2099 * configure.ac (--enable-lto): Refactor handling so libelf tests
2100 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2101 and allow LTO to be explicitly enabled on non-ELF platforms that
2102 are known to support it inside else-clause.
2103 * configure: Regenerate.
2104
21052010-04-27 Roland McGrath <roland@redhat.com>
2106 H.J. Lu <hongjiu.lu@intel.com>
2107
2108 * configure.ac (--enable-gold): Support both, both/gold and
2109 both/bfd to add gold to configdirs without removing ld.
2110 * configure: Regenerated.
2111
2112 * Makefile.def: Add install-gold dependency to install-ld.
2113 * Makefile.in: Regenerated.
2114
21152010-04-14 Tristan Gingold <gingold@adacore.com>
2116
2117 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2118 * configure: Regenerate.
2119
21202010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2121
2122 Merge from gcc:
2123 PR bootstrap/43615
2124 PR bootstrap/43328
2125 Revert:
2126 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2127 * configure.ac: Do not pass --enable-multilib nor
2128 --disable-multilib in baseargs. Accept explicitly passed
2129 --enable_multilib.
2130 * configure: Regenerate.
2131
21322010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2133
2134 PR bootstrap/43328
2135 * configure.ac: Do not pass --enable-multilib nor
2136 --disable-multilib in baseargs. Accept explicitly passed
2137 --enable_multilib.
2138 * configure: Regenerate.
2139
21402010-03-23 Joseph Myers <joseph@codesourcery.com>
2141
2142 * configure.ac (tic6x-*-*): New case.
2143 * configure: Regenerate.
2144
21452010-03-23 Joseph Myers <joseph@codesourcery.com>
2146
2147 Merge from gcc:
2148 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2149 PR ada/42554
2150 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2151 * configure: Regenerate.
2152
21532010-03-23 Joseph Myers <joseph@codesourcery.com>
2154
2155 * config.sub: Update to version 2010-03-22.
2156 * config.guess: Update to version 2009-12-30.
2157
21582010-03-14 Joseph Myers <joseph@codesourcery.com>
2159
2160 Merge from gcc:
2161 2010-01-11 Richard Guenther <rguenther@suse.de>
2162 PR lto/41569
2163 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2164 * Makefile.in: Regenerated.
2165
21662010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2167
2168 PR libstdc++/32499
2169 * configure.ac (RANLIB): Default to true.
2170 (STRIP): Likewise.
2171 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2172 * configure: Regenerate.
2173
21742010-02-17 Nick Clifton <nickc@redhat.com>
2175
2176 PR 11238
2177 * Makefile.tpl (local-distclean): Also remove config.cache files in
2178 sub-directories as there may not be Makefiles present in the
2179 sub-directories.
2180 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2181 the config.cache files found by the find command.
2182
2183 * Makefile.in: Regenerate.
2184 * configure.ac: Revert previous delta.
2185 * configure: Regenerate.
2186
21872010-02-15 Nick Clifton <nickc@redhat.com>
2188
2189 PR 11238
2190 * configure.ac: Delete config.cache files in sub-directories when
2191 deleting Makefiles.
2192 * configure: Regenerate.
2193
21942010-02-15 Nick Clifton <nickc@redhat.com>
2195
2196 * configure.ac: Sync from gcc.
2197 * configure: Regenerate.
2198
21992010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2200
2201 Sync from gcc:
2202 * configure.ac: Add "recommended" version checks for GMP/MPC.
2203 Update recommended GMP/MPFR/MPC versions.
2204 * configure: Regenerate.
2205
22062010-01-25 Joern Rennecke <amylaar@spamcop.net>
2207
2208 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2209 * configure.ac (bootstrap_target_libs): Make inclusion of
2210 target-libgomp conditional on libgomb being in target_configdirs.
2211 * configure: Regenerate.
2212
22132010-01-23 Joern Rennecke <amylaar@spamcop.net>
2214
2215 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2216 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2217 * configure: Regenerate.
2218
22192010-01-22 Joern Rennecke <amylaar@spamcop.net>
2220
2221 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2222 * configure.ac (target_configdirs): Substitute.
2223 * Makefile.def: Bootstrap target module libgomp.
2224 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2225 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2226 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2227 * configure, Makefile.in: Regenerate.
2228
22292009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2230
2231 * libtool.m4: Sync from git Libtool.
2232 * ltmain.sh: Likewise.
2233 * ltoptions.m4: Likewise.
2234 * ltversion.m4: Likewise.
2235 * lt~obsolete.m4: Likewise.
2236
22372010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2238 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2239
2240 PR bootstrap/42424
2241 * configure.ac: Include libtool m4 files.
2242 (_LT_CHECK_OBJDIR): Call it.
2243 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2244 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
2245
2246 * configure: Regenerate.
2247
22482010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2249
2250 PR bootstrap/41818
2251 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2252 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2253 * Makefile.in: Regenerate.
2254
22552009-12-18 Ben Elliston <bje@au.ibm.com>
2256
2257 * config.sub, config.guess: Update from upstream sources.
2258
22592009-12-17 Jeff Johnston <jjohnstn@redhat.com>
2260
2261 * COPYING.NEWLIB: Update copyright date.
2262 * COPYING.LIBGLOSS: Ditto.
2263
22642009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2265
2266 PR middle-end/30447
2267 PR middle-end/30789
2268 PR other/40302
2269
2270 * configure.ac: Require MPC.
2271 * configure: Regenerate.
2272
2273 * configure.ac: Update minimum MPC version to 0.8.
2274 * configure: Regenerate.
2275
22762009-11-20 Paolo Bonzini <bonzini@gnu.org>
2277
2278 * config.guess: Sync with upstream and gcc.
2279 * config.sub: Sync with upstream and gcc.
2280
22812009-11-16 Alexandre Oliva <aoliva@redhat.com>
2282
2283 * Makefile.def: Restore host and target settings for gmp.
2284 * Makefile.in: Rebuild.
2285
22862009-11-16 Alexandre Oliva <aoliva@redhat.com>
2287
2288 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2289 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2290 Fix portability of test of C++ as bootstrap language. Add
2291 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2292 * configure: Rebuild.
2293 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2294 and cloog. Fix in-tree ppl configuration. Introduce libelf
2295 in-tree building.
2296 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2297 (POSTSTAGE1_HOST_EXPORTS): Use it.
2298 (STAGE[+id+]_CXXFLAGS): New.
2299 (BASE_FLAGS_TO_PASS): Pass it down.
2300 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2301 extra_exports.
2302 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2303 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2304 extra_exports.
2305 * Makefile.in: Rebuild.
2306
23072009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2308
2309 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2310 paths for *-w64-mingw* and x86_64-*mingw*.
2311 * configure: Regenerated.
2312
23132009-10-30 Kai Tietz <kai.tietz@onevision.com>
2314
2315 * configure.ac: Disable target-winsup & co for
2316 x86_64-*-mingw* and *-w64-mingw* targets.
2317 * configure: Regenerated.
2318
23192009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2320
2321 * configure.ac (CLooG test): Use = with test.
2322 * configure: Regenerate.
2323
23242009-10-22 Richard Guenther <rguenther@suse.de>
2325
2326 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2327 cloog if the ppl version check failed. Move flags saving
2328 before setting in libelf check.
2329 * configure: Regenerate.
2330
23312009-10-21 Richard Guenther <rguenther@suse.de>
2332
2333 * configure.ac: Adjust the ppl and cloog configure to work as
2334 documented. Disable cloog if ppl was disabled. Omit the version
2335 checks if they were disabled.
2336 * configure: Re-generate.
2337
23382009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2339
2340 * configure.ac: Add 'lto' to enable_languages, not
2341 new_enable_languages, and only if not already present.
2342 * configure: Regenerate.
2343
23442009-10-06 Ian Lance Taylor <iant@google.com>
2345
2346 * Makefile.def: check-gold depends upon all-gas.
2347 * Makefile.in: Rebuild.
2348
23492009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2350
2351 * Makefile.def: all-lto-plugin depends on all-libiberty.
2352 set bootstrap=true for lto-plugin.
2353 Add lto-plugin.
2354 * Makefile.in: Regenerate.
2355 * configure.ac (host_libs): Add lto-plugin.
2356 * configure: Regenerate.
2357
23582009-10-03 Diego Novillo <dnovillo@google.com>
2359
2360 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2361 (HOST_LIBELFLIBS): Define.
2362 (HOST_LIBELFINC): Define.
2363 * Makefile.in: Regenerate.
2364 * configure.ac: Add --enable-lto.
2365 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2366 If --enable-lto is used, add 'lto' to new_enable_languages.
2367 If --enable-lto is used and gold is enabled, add
2368 lto-plugin to configdirs.
2369 * configure: Regenerate.
2370
23712009-10-03 Simon Baldwin <simonb@google.com>
2372
2373 * configure.ac: If --with-system-zlib, suppress local zlib and
2374 pass --with-system-zlib to subdir configure scripts.
2375 * configure: Regenerate.
2376
23772009-10-01 Loren J. Rittle <ljrittle@acm.org>
2378 Paolo Bonzini <bonzini@gnu.org>
2379
2380 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2381 $(srcdir).
2382 * Makefile.in: Rebuilt.
2383
23842009-09-29 Paolo Bonzini <bonzini@gnu.org>
2385
2386 Sync from gcc:
2387 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2388
2389 * configure.ac: Update minimum MPC version to 0.7.
2390 * configure: Regenerate.
2391
23922009-09-25 Nick Clifton <nickc@redhat.com>
2393
2394 * configure.ac: Pass any --cache-file=/dev/null option on to
2395 subconfigures.
2396 * configure: Regenerate.
2397
23982009-09-23 Nick Clifton <nickc@redhat.com>
2399
2400 * config.sub, config.guess: Update from upstream sources.
2401
24022009-09-22 Loren J. Rittle <ljrittle@acm.org>
2403
2404 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2405 * Makefile.in: Rebuilt.
2406
24072009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2408
2409 PR bootstrap/32272
2410 * configure.ac: Error out if $srcdir isn't '.' but contains
2411 host-${host_noncanonical}.
2412 * configure: Regenerate.
2413
24142009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2415
2416 * configure.ac: If bootstrapping a combined tree with
2417 --enable-gold, require c++ in stage1_languages.
2418 * configure: Regenerate.
2419
2420 * configure.ac: Also add target_libs of stage1_languages to
2421 bootstrap_target_libs.
2422 * configure: Regenerate.
2423
2424 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2425 with --enable-languages not containing c++.
2426 * configure: Regenerate.
2427
24282009-09-16 Jie Zhang <jie.zhang@analog.com>
2429
2430 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2431 * configure: Regenerate.
2432
24332009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2434
2435 * configure.ac: Do not use $extrasub for replacing @if/@endif
2436 parts in Makefile; instead, use additional arguments to
2437 AC_CONFIG_COMMANDS to do the replacement manually, with several
2438 sed invocations, to avoid HP-UX sed command limits.
2439 * configure: Regenerate.
2440
24412009-09-04 Alexandre Oliva <aoliva@redhat.com>
2442
2443 * configure.ac (with-build-config): Document. Handle without.
2444 Handle missing argument.
2445 * configure: Rebuilt.
2446
24472009-09-03 Alexandre Oliva <aoliva@redhat.com>
2448
2449 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2450 Default to bootstrap-debug only if compare-debug works.
2451 * configure: Rebuilt.
2452 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2453 * Makefile.in: Rebuilt.
2454
24552009-09-01 Alexandre Oliva <aoliva@redhat.com>
2456
2457 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2458 * Makefile.in: Rebuilt.
2459
24602009-09-02 Paolo Bonzini <bonzini@gnu.org>
2461
2462 * Makefile.tpl (AWK): Fix typo.
2463 * Makefile.in: Regenerate.
2464
24652009-09-02 Paolo Bonzini <bonzini@gnu.org>
2466
2467 * configure.ac: Detect awk and sed.
2468 * Makefile.def (flags_to_pass): Add AWK and SED.
2469 * Makefile.tpl (AWK, SED): New.
2470 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2471 * configure: Regenerate.
2472 * Makefile.in: Regenerate.
2473
24742009-09-01 Tristan Gingold <gingold@adacore.com>
2475
2476 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
2477 Remove logical names.
2478
24792009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
2480
2481 * ltmain.sh (func_normal_abspath): New function.
2482 (func_relative_path): Likewise.
2483 (func_mode_help): Document new -bindir option for link mode.
2484 (func_mode_link): Add new -bindir option, and use it to place
2485 output DLL if specified.
2486
24872009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2488
2489 * configure.ac (AC_PREREQ): Bump to 2.64.
2490
24912009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2492
2493 * README-maintainer-mode: Point directly to upstream locations
2494 for autoconf, automake, libtool, gettext, instead of copies on
2495 sources.redhat.com. Document required versions.
2496 * configure.ac: Do not substitute datarootdir, htmldir,
2497 pdfdir, docdir. Do not process --with-datarootdir,
2498 --with-htmldir, --with-pdfdir, --with-docdir.
2499 * configure: Regenerate.
2500
2501 * configure: Regenerate.
2502
2503 * compile: Sync from Automake 1.11.
2504 * depcomp: Likewise.
2505 * install-sh: Likewise.
2506 * missing: Likewise.
2507 * mkinstalldirs: Likewise.
2508 * ylwrap: Likewise.
2509
25102009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2511
2512 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2513 (baseargs): Add --disable-option-checking.
2514 * configure: Regenerate.
2515
2516 * Makefile.def (configure-target-libiberty): Depend on
2517 all-binutils and all-ld.
2518 (configure-target-newlib): Likewise.
2519 * Makefile.in: Regenerate.
2520
25212009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2522
2523 Sync with GCC, merge:
2524
2525 2009-07-31 Christian Bruel <christian.bruel@st.com>
2526
2527 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2528 * configure: Regenerate.
2529
2530 2009-07-06 Ian Lance Taylor <iant@google.com>
2531
2532 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2533 * configure: Rebuild.
2534
2535 2009-06-26 Steve Ellcey <sje@cup.hp.com>
2536
2537 PR bootstrap/40338
2538 * configure.ac (comparestring): Create new variable.
2539 * Makefile.tpl (comparestring): Use to skip some comparisions.
2540 * configure: Regenerate.
2541 * Makefile.in: Regenerate.
2542
2543 2009-06-23 Ian Lance Taylor <iant@google.com>
2544
2545 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
2546 boot_languages. Only bootstrap target libraries listed in
2547 target_libs for some boot language. Add --with-stage1-ldflags,
2548 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
2549 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
2550 if not building with C++.
2551 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2552 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2553 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2554 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2555 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
2556 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2557 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2558 * configure, Makefile.in: Rebuild.
2559
2560 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2561
2562 * configure.ac: Detect MPC in default directory.
2563 * configure: Regenerate.
2564
2565 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
2566
2567 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2568 to noconfdirs.
2569 * configure: Regenerate.
2570
2571 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2572
2573 * Makefile.def: Add MPC support and dependencies.
2574 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
2575
2576 * Makefile.in, configure: Regenerate.
2577
2578 2009-05-24 Nicolas Roche <roche@adacore.com>
2579
2580 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2581 * Makefile.in: Regenerate.
2582
2583 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
2584
2585 * configure.ac (cygwin noconfigdirs): Remove libgcj.
2586 * configure: Regenerate.
2587
2588 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
2589
2590 * configure.ac ($with_ppl): Default to no if not supplied.
2591 ($with_cloog): Likewise.
2592 configure: Regenerate.
2593
2594 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2595
2596 PR bootstrap/39739
2597 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2598 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2599
2600 * configure, Makefile.in: Regenerate.
2601
2602 2009-04-14 Jakub Jelinek <jakub@redhat.com>
2603
2604 * configure.ac: Change copyright header to refer to version
2605 3 of the GNU General Public License and to point readers at the
2606 COPYING3 file and the FSF's license web page.
2607 * Makefile.def: Likewise.
2608 * Makefile.tpl: Likewise.
2609 * Makefile.in: Regenerate.
2610
2611 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
2612
2613 * configure.ac: Restore match for darwin9 or later. Use double
2614 brackets since regeneration eats one pair.
2615 * configure: Regenerate.
2616
26172009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
2618
2619 * MAINTAINERS: Perform some obvious fixups.
2620
26212009-08-17 Ben Elliston <bje@au.ibm.com>
2622
2623 * config.sub, config.guess: Update from upstream sources.
2624
26252009-08-06 Michael Eager <eager@eagercon.com>
2626
2627 * configure.ac: Add Microblaze target.
2628 * configure: Regenerate.
2629
26302009-07-02 Tristan Gingold <gingold@adacore.com>
2631
2632 * configure.ac: Do not exclude gas for i386-*-darwin.
2633 Add a case for x86_64-*-darwin.
2634 * configure: Regenerate.
2635
26362009-06-26 Doug Evans <dje@sebabeach.org>
2637
2638 * Makefile.def (host_modules): Add cgen.
2639 * Makefile.in: Regenerate.
2640 * configure.ac (host_tools): Add cgen.
2641 * configure: Regenerate.
2642
26432009-06-17 Michael Eager <eager@eagercon.com>
2644
2645 * COPYING.LIBGLOSS: Add Xilinx license.
2646
26472009-06-15 Ryan Mansfield <rmansfield@qnx.com>
2648
2649 * configure.ac: Define is_elf for QNX Neutrino targets.
2650 * configure: Regenerate.
2651
26522009-06-03 Jerome Guitton <guitton@adacore.com>
2653 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2654
2655 * Makefile.tpl (all): Avoid a trailing backslash.
2656 * Makefile.in: Regenerate.
2657
26582009-06-03 Ben Elliston <bje@au.ibm.com>
2659
2660 * config.sub, config.guess: Update from upstream sources.
2661
26622009-06-02 Alexandre Oliva <aoliva@redhat.com>
2663
2664 * Makefile.tpl ([+compare-target+]): Compare all stage
2665 directories, rather than just gcc.
2666 * Makefile.in: Rebuilt.
2667
26682009-05-28 Doug Kwan <dougkwan@google.com>
2669
2670 * configure.ac: Support gold for target arm*-*-*.
2671 * configure: Regenerate.
2672
26732009-05-27 Alexandre Oliva <aoliva@redhat.com>
2674
2675 * Makefile.tpl (all): Avoid harmless warning in make all when
2676 gcc-bootstrap is enabled but stage_last does not exist.
2677 * Makefile.in: Rebuilt.
2678
26792009-05-25 Tristan Gingold <gingold@adacore.com>
2680
2681 * setup.com: Complete the file with configuration and build.
2682
26832009-05-18 Alexandre Oliva <aoliva@redhat.com>
2684
2685 PR other/40159
2686 * Makefile.tpl (all): Don't assume gcc-bootstrap and
2687 gcc-no-bootstrap are mutually exclusive.
2688 * Makefile.in: Rebuilt.
2689
26902009-05-18 Alexandre Oliva <aoliva@redhat.com>
2691
2692 PR other/40159
2693 * Makefile.tpl (all): Don't end with unconditional success.
2694 * Makefile.in: Rebuilt.
2695
26962009-05-12 Alexandre Oliva <aoliva@redhat.com>
2697
2698 PR target/37137
2699 * Makefile.def (flags_to_pass): Remove redundant and incomplete
2700 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2701 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2702 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
2703 stage_configureflags, stage_cflags and stage_libcflags into
2704 explicit Makefile macros.
2705 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2706 GFORTRAN.
2707 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2708 CC. Set CC_FOR_BUILD from CC.
2709 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2710 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2711 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2712 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
2713 and GFORTRAN.
2714 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2715 (_LIBCFLAGS): Renamed to _TFLAGS.
2716 (do-compare-debug, do-compare3-debug): Drop.
2717 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2718 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2719 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2720 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2721 (XGCC_FLAGS_FOR_TARGET): New.
2722 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2723 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2724 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2725 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2726 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
2727 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
2728 TFLAGS.
2729 (BUILD_CONFIG): Include if requested.
2730 (all): Set TFLAGS on bootstrap.
2731 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2732 (all-stageid-prefixmodule): Likewise.
2733 (do-clean, distclean-stageid): Set TFLAGS.
2734 (restrap): Fix whitespace.
2735 * Makefile.in: Rebuilt.
2736
27372009-04-25 Eric Botcazou <ebotcazou@adacore.com>
2738
2739 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2740 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2741 * Makefile.in: Regenerate.
2742
27432009-04-24 Eli Zaretskii <eliz@gnu.org>
2744
2745 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
2746 consistency with config.sub. (Update from upstream sources.)
2747
27482009-04-21 Joseph Myers <joseph@codesourcery.com>
2749
2750 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
2751
27522009-04-17 Ben Elliston <bje@au.ibm.com>
2753
2754 * config.sub, config.guess: Update from upstream sources.
2755
27562009-04-15 Anthony Green <green@moxielogic.com>
2757
2758 * configure.ac: Add moxie support.
2759 * configure: Rebuilt.
2760
27612009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2762
2763 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2764 * configure: Regenerate.
2765
27662009-04-09 H.J. Lu <hongjiu.lu@intel.com>
2767
2768 PR gas/10039
2769 * configure.ac: Require texinfo 4.7.
2770 * configure: Regenerated.
2771
27722009-04-09 Steve Ellcey <sje@cup.hp.com>
2773
2774 * Makefil.def (languages): New entries.
2775 * Makefile.tpl (check-gcc-*): New generic target.
2776 * Makefile.in: Regenerate.
2777
27782009-03-27 Eli Zaretskii <eliz@gnu.org>
2779
2780 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
2781 Windows builds of Sed.
2782
27832009-03-18 Tom Tromey <tromey@redhat.com>
2784
2785 * configure: Rebuild.
2786 * configure.ac (host_libs): Add libiconv.
2787 * Makefile.in: Rebuild.
2788 * Makefile.def (host_modules): Add libiconv.
2789 (configure-gdb, all-gdb): Depend on libiconv.
2790
27912009-03-16 Tristan Gingold <gingold@adacore.com>
2792
2793 * configure.ac: Treat gdb as supported on x86_64-darwin.
2794 * configure: Regenerate.
2795
27962009-03-16 Joseph Myers <joseph@codesourcery.com>
2797
2798 Merge from GCC:
2799
2800 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2801
2802 * configure.ac (--with-host-libstdcxx): New option.
2803 * configure: Regenerate.
2804
2805 2009-01-29 Robert Millan <rmh@aybabtu.com>
2806
2807 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2808 * configure: Regenerate.
2809
2810 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
2811
2812 PR tree-optimization/38515
2813 * configure.ac (cloog-polylib): Removed.
2814 (with_ppl, with_cloog): Test for "no".
2815 * configure: Regenerated.
2816
28172009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2818
2819 Backport from git Libtool:
2820
2821 2009-01-19 Robert Millan <rmh@aybabtu.com>
2822 Support GNU/kOpenSolaris.
2823 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2824 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2825 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2826 GNU/kOpenSolaris.
2827
28282009-02-05 Andreas Schwab <schwab@suse.de>
2829
2830 * Makefile.tpl (stage_last): Define $r and $s before using
2831 $(RECURSE_FLAGS_TO_PASS).
2832 * Makefile.in: Regenerate
2833
28342009-01-21 Jeff Johnston <jjohnstn@redhat.com>
2835
2836 * COPYING.NEWLIB: Add ARM license.
2837
28382009-01-16 Alan Modra <amodra@bigpond.net.au>
2839
2840 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2841 (all-opcodes): Depend on all-libiberty.
2842 * Makefile.in: Regenerate.
2843
28442009-01-15 Douglas B Rupp <rupp@gnat.com>
2845
2846 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2847 * configure: Regenerate.
2848
28492008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2850
2851 Backport link test fix from upstream Libtool:
2852
2853 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2854 Add cache variables to tests that require the linker to work.
2855 For shlibpath_overrides_runpath, this also changes the semantics
2856 to let the result from the C compiler take precedence.
2857 compiler take precedence.
2858
28592008-12-02 Ben Elliston <bje@au.ibm.com>
2860
2861 * config.sub, config.guess: Update from upstream sources.
2862
28632008-12-17 Jeff Johnston <jjohnstn@redhat.com>
2864
2865 * COPYING.NEWLIB: Updated.
2866 * COPYING.LIBGLOSS: Ditto.
2867
28682008-12-16 Paolo Bonzini <bonzini@gnu.org>
2869
2870 Sync with GCC:
2871
2872 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
2873
2874 * configure.ac (ppllibs): Add by default the lib flags.
2875 * configure: Regenerate.
2876
2877 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2878
2879 * configure.ac: Add double brackets on darwin[912].
2880 * configure: Regenerate.
2881
2882 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
2883
2884 * configure.ac: Expand to darwin10 and later.
2885 * configure: Regenerate.
2886
28872008-12-02 Andreas Schwab <schwab@suse.de>
2888
2889 * Makefile.def: configure-target-boehm-gc depends on
2890 all-target-libstdc++-v3.
2891 * Makefile.in: Regenerate.
2892
28932008-12-02 Ben Elliston <bje@au.ibm.com>
2894
2895 * config.sub, config.guess: Update from upstream sources.
2896
28972008-11-27 Joseph Myers <joseph@codesourcery.com>
2898
2899 Merge from GCC:
2900
2901 2007-12-02 Matthias Klose <doko@ubuntu.com>
2902
2903 * config-ml.in: Remove 64bit configure tests.
2904
2905 2008-05-14 Rafael Espindola <espindola@google.com>
2906
2907 * config-ml.in: don't handle --enable-shared and --enable-static.
2908
2909 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
2910 Tobias Grosser <grosser@fim.uni-passau.de>
2911 Jan Sjodin <jan.sjodin@amd.com>
2912 Harsha Jagasia <harsha.jagasia@amd.com>
2913 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2914 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2915 Adrien Eliche <aeliche@isty.uvsq.fr>
2916
2917 Merge from graphite branch.
2918 * configure: Regenerate.
2919 * Makefile.in: Regenerate.
2920 * configure.ac (host_libs): Add ppl and cloog.
2921 Add checks for PPL and CLooG.
2922 * Makefile.def (ppl, cloog): Added modules and dependences.
2923 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2924 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2925
2926 2008-09-03 Richard Guenther <rguenther@suse.de>
2927
2928 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2929 cloog test.
2930 * configure: Re-generate.
2931
2932 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
2933
2934 * configure.ac (--with-cloog-polylib): New.
2935 (--disable-cloog-version-check): New.
2936 (--disable-ppl-version-check): New.
2937 * configure: Re-generate.
2938
2939 2008-09-05 Richard Guenther <rguenther@suse.de>
2940
2941 * configure.ac: Initialize clooglibs to -lcloog.
2942 * configure: Re-generate.
2943
2944 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2945
2946 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2947 recommended version to 2.3.2.
2948
2949 * configure: Regenerate.
2950
2951 2008-10-31 Ben Elliston <bje@au.ibm.com>
2952
2953 * configure.ac (spu-*-*): Remove special case.
2954 * configure: Regenerate.
2955
2956 Complete comment text from GCC version of:
2957
2958 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2959
2960 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2961 (GCC_SHLIB_SUBDIR): New.
2962 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2963 * configure: Regenerate.
2964 * Makefile.in: Regenerate.
2965
29662008-11-27 Tristan Gingold <gingold@adacore.com>
2967
2968 * configure.ac: Build gdb for i?86-*-darwin*
2969 * configure: Regenerated.
2970
29712008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2972
2973 PR bootstrap/38014
2974 PR bootstrap/37923
2975
2976 Revert:
2977
2978 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2979
2980 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2981 * Makefile.in: Regenerated.
2982
2983 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2984
2985 PR gdb/921
2986 PR gdb/1646
2987 PR gdb/2175
2988 PR gdb/2176
2989
2990 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2991 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2992 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2993 (HOST_EXPORTS): Pass CPPFLAGS.
2994 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2995 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2996 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2997 * Makefile.in, configure: Regenerated.
2998 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2999 and CPPFLAGS_FOR_BUILD.
3000
30012008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3002
3003 * configure.ac [spu-*-*]: Do not set skipdirs.
3004 * configure: Re-generate.
3005
30062008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3007
3008 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3009 * Makefile.in: Regenerated.
3010
30112008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3012
3013 PR gdb/921
3014 PR gdb/1646
3015 PR gdb/2175
3016 PR gdb/2176
3017
3018 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3019 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3020 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3021 (HOST_EXPORTS): Pass CPPFLAGS.
3022 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3023 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3024 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3025 * Makefile.in, configure: Regenerated.
3026 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3027 and CPPFLAGS_FOR_BUILD.
3028
30292008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3030
3031 * libtool.m4: Update to libtool 2.2.6.
3032 * lt~obsolete.m4: Update to libtool 2.2.6.
3033 * ltmain.sh: Update to libtool 2.2.6.
3034 * ltsugar.m4: Update to libtool 2.2.6.
3035 * ltversion.m4: Update to libtool 2.2.6.
3036 * ltoptions.m4: Update to libtool 2.2.6.
3037 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3038
30392008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3040
3041 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3042 (GCC_SHLIB_SUBDIR): New.
3043 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3044 * configure: Regenerate.
3045 * Makefile.in: Regenerate.
3046
30472008-08-28 Tristan Gingold <gingold@adacore.com>
3048
3049 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3050 Enable bfd, binutils and opcodes.
3051 * configure: Regenerate.
3052
30532008-08-16 Nicolas Roche <roche@adacore.com>
3054
3055 * Makefile.tpl: Add BOOT_ADAFLAGS.
3056 * Makefile.in: Regenerate.
3057
30582008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3059
3060 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3061 * configure: Regenerate.
3062
30632008-07-30 Paolo Bonzini <bonzini@gnu.org>
3064
3065 Sync with gcc:
3066 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3067
3068 * configure.ac: Add makefile fragments for hpux.
3069 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3070 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3071 * configure: Regenerate.
3072 * Makefile.in: Regenerate.
3073
3074 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3075
3076 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3077 * Makefile.in: Regenerate.
3078 * configure: Regenerate.
3079
30802008-06-18 Ian Lance Taylor <iant@google.com>
3081
3082 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3083
3084 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3085
30862008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3087
3088 * configure: Regenerate.
3089
30902008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3091
3092 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3093 "$@" is still intact with both Autoconf 2.59 and 2.62.
3094 * configure: Regenerate.
3095
30962008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3097
3098 * Makefile.tpl: Fix comment errors.
3099 * Makefile.in: Regenerate.
3100
31012008-06-13 Julian Brown <julian@codesourcery.com>
3102
3103 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3104 of libobjc for ARM EABI Linux.
3105 * configure: Regenerate.
3106
31072008-06-12 David S. Miller <davem@davemloft.net>
3108 David Edelsohn <edelsohn@gnu.org>
3109
3110 * configure.ac: Add powerpc*-*-* to gold supported targets.
3111 * configure: Regenerate.
3112
31132008-06-08 Joseph Myers <joseph@codesourcery.com>
3114
3115 PR tree-optimization/36218
3116 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3117 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3118 (all prefix="build-"): Pass them to build-system sub-makes.
3119 * Makefile.in: Regenerate.
3120
31212008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3122
3123 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3124 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3125 mkdep, and compile. Update comments.
3126 (ETC_SUPPORT): Add ChangeLog and update comments.
3127
31282008-05-11 Ian Lance Taylor <iant@google.com>
3129
3130 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3131
31322008-04-18 Paolo Bonzini <bonzini@gnu.org>
3133
3134 Sync with gcc:
3135 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3136
3137 PR bootstrap/35457
3138 * configure.ac: Include override.m4.
3139 * configure: Regenerate.
3140
3141 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3142
3143 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3144 * Makefile.in: Regenerate.
3145
3146 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3147
3148 * configure.ac: Do not build libssp for the AVR.
3149 * configure: Regenerate.
3150
31512008-04-18 Nick Clifton <nickc@redhat.com>
3152
3153 * MAINTAINERS: Replace reference to configure.in with reference to
3154 configure.ac.
3155
31562008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3157
3158 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3159 as nonconfigurable directories list.
3160 * configure: Regenerate.
3161
31622008-04-14 David S. Miller <davem@davemloft.net>
3163
3164 * configure.ac: Add sparc*-*-* to gold supported targets.
3165 * configure: Regenerate.
3166
31672008-04-14 Ben Elliston <bje@au.ibm.com>
3168
3169 * config.sub, config.guess: Update from upstream sources.
3170
31712008-04-12 Hans-Peter Nilsson <hp@axis.com>
3172
3173 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3174 * Makefile.in: Regenerate.
3175
31762008-04-07 Ian Lance Taylor <iant@google.com>
3177
3178 * Makefile.def: check-gold depends upon all-binutils.
3179 * Makefile.in: Regenerate.
3180
31812008-04-04 Nick Clifton <nickc@redhat.com>
3182
3183 PR binutils/4334
3184 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3185 builds.
3186 * configure: Regenerate.
3187
31882008-04-04 NightStrike <NightStrike@gmail.com>
3189
3190 PR other/35151
3191 * configure.ac: Combine rules for mingw32 and mingw64.
3192 * configure: Regenerate.
3193
31942008-03-27 Paolo Bonzini <bonzini@gnu.org>
3195
3196 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3197 * Makefile.in: Regenerate.
3198
31992008-03-20 Ian Lance Taylor <iant@google.com>
3200
3201 * configure.ac: Add support for --enable-gold.
3202 * Makefile.def: Add gold as a directory like ld.
3203 * configure, Makefile.in: Regenerate.
3204
32052008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
3206
3207 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3208 (s390_cond_extensions): Reduced extensions to the compare related.
3209 (main): z10 cpu type option added.
3210 (expandConditionalJump): Renamed to ...
3211 (insertExpandedMnemonic): ... this.
3212
3213 * opcodes/s390-opc.c: Re-group the operand format makros.
3214 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
3215 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
3216 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
3217 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
3218 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
3219 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
3220 INSTR_SIL_RDU): New instruction formats added.
3221 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
3222 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
3223 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
3224 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
3225 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
3226 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
3227 masks added.
3228 (s390_opformats): New formats added "ris", "rrs", "sil".
3229 * opcodes/s390-opc.txt: Add the conditional jumps with the
3230 extensions removed from automatic expansion in s390-mkopc.c manually.
3231 (asi - trtre): Add new System z10 EC instructions.
3232 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3233
32342008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3235
3236 * configure.ac: m4_include config/proginstall.m4.
3237 * configure: Regenerate.
3238
32392008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3240
3241 Backport from upstream Libtool:
3242
3243 2007-10-12 Eric Blake <ebb9@byu.net>
3244
3245 Deal with Autoconf 2.62's semantic change in m4_append.
3246 * ltsugar.m4 (lt_append): Replace broken versions of
3247 m4_append.
3248 (lt_if_append_uniq): Don't require separator to be overquoted,
3249 and avoid broken m4_append.
3250 (lt_dict_add): Fix typo.
3251 * libtool.m4 (_LT_DECL): Don't overquote separator.
3252
32532008-03-13 David Edelsohn <edelsohn@gnu.org>
3254
3255 * config.rpath: Add AIX 6 support.
3256
32572008-03-13 Paolo Bonzini <bonzini@gnu.org>
3258
3259 * Makefile.def (stageprofile). Remove -fprofile-generate
3260 from stage_libcflags.
3261 * Makefile.in: Regenerate.
3262
32632008-03-13 Ben Elliston <bje@au.ibm.com>
3264
3265 * config.sub, config.guess: Update from upstream sources.
3266
32672008-03-06 Florian Krohm <fkrohm@us.ibm.com>
3268
3269 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
3270 * s390-opc.txt (cmpsc): Duplicate entry removed.
3271 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
3272 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
3273 fier, cu42, cu41): Fix operand format.
3274
32752008-02-20 Paolo Bonzini <bonzini@gnu.org>
3276
3277 PR bootstrap/32009
3278 PR bootstrap/32161
3279
3280 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3281 * configure: Regenerate.
3282
3283 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3284 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3285 STAGE4_LIBCFLAGS): New.
3286 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3287 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3288 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3289 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3290 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3291 for target modules. Don't export LIBCFLAGS.
3292 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3293 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3294 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3295 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3296 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3297 * Makefile.in: Regenerate.
3298
32992008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3300
3301 PR libgcj/33085
3302 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3303 Do not use -DDLL_EXPORT. Backport from upstream.
3304
33052008-02-14 Nick Clifton <nickc@redhat.com>
3306
3307 Import this patch from gcc:
3308 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3309
3310 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3311
33122008-02-02 Hans-Peter Nilsson <hp@axis.com>
3313
3314 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3315 * configure: Regenerate.
3316
33172008-01-31 Marc Gauthier <marc@tensilica.com>
3318
3319 * configure.ac (xtensa*-*-*): Recognize processor variants.
3320 * configure: Regenerate.
3321
33222008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3323
3324 PR bootstrap/34922
3325 * configure.ac (PARSE_ARGS): Push suitable setting of
3326 ac_subdirs_all, for `./configure --help=recursive'.
3327 Handle `+' in generic toplevel directory disabling.
3328 * configure: Regenerate.
3329
33302008-01-23 Ben Elliston <bje@au.ibm.com>
3331
3332 * config.sub, config.guess: Update from upstream sources.
3333
33342008-01-08 Ben Elliston <bje@au.ibm.com>
3335
3336 * config.sub, config.guess: Update from upstream sources.
3337
33382007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3339
3340 * COPYING.LIBGLOSS: Update default copyright.
3341
33422007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3343
3344 * COPYING.NEWLIB: Update default copyright.
3345
33462007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3347
3348 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3349 Change recommended MPFR from 2.2.1 > 2.3.0.
3350 * configure: Regenerate.
3351
33522007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3353
3354 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3355 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3356 * Makefile.in: Regenerate.
3357
33582007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3359
3360 * configure.ac: Enable libjava for x86_64-*-darwin9.
3361 * configure: Regenerate.
3362
33632007-12-05 Ben Elliston <bje@au.ibm.com>
3364
3365 * config.sub, config.guess: Update from upstream sources.
3366
33672007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3368
3369 * config-ml.in: Robustify against white space in absolute file
3370 names.
3371
3372 * config-ml.in (multi-clean): Substitute ${Makefile}.
3373 Remove superfluous ${Makefile} in list.
3374
33752007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3376
3377 * Makefile.def (dependencies): Make configure-gdb depend on
3378 all-intl.
3379 * Makefile.in: Regenerated.
3380
33812007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3382
3383 * Makefile.def: To avoid problems running with parallel makes,
3384 build newlib before libgloss so that target specific header
3385 files are availble.
3386 * Makefile.in: Regenerate.
3387
33882007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3389
3390 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3391 * Makefile.in: Regenerate.
3392
33932007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3394
3395 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
3396 * libdecnumber: New directory, imported from GCC.
3397
33982007-10-08 Mike Frysinger <vapier@gentoo.org>
3399
3400 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3401 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3402 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3403 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3404 * configure: Regenerate.
3405
34062007-10-01 Paolo Bonzini <bonzini@gnu.org>
3407
3408 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3409 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3410 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3411 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3412 * configure.ac: Default them to host tools for $host = $build.
3413 Subst them.
3414
3415 * configure: Regenerate.
3416 * Makefile.in: Regenerate.
3417
34182007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3419
3420 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3421 * configure: Regenerate.
3422
34232007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3424
3425 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3426 libstdc++.
3427 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3428 * configure: Regenerate.
3429 * Makefile.in: Regenerate.
3430
34312007-09-17 Andreas Schwab <schwab@suse.de>
3432
3433 * configure.ac: Raise minimum makeinfo version to 4.6.
3434 * configure: Regenerate.
3435
34362007-09-15 Alan Modra <amodra@bigpond.net.au>
3437
3438 * configure.ac: Correct makeinfo version check.
3439 * configure: Regenerate.
3440
34412007-09-14 Richard Sandiford <richard@codesourcery.com>
3442
3443 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3444 to $skipdirs and only disable gprof for newlib. Use the normal
3445 mips*-elf* handling in other respects.
3446 * configure: Regnerate.
3447
34482007-09-12 David Daney <ddaney@avtrex.com>
3449
3450 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3451 enabling libgcj.
3452 * configure: Regenerate.
3453
34542007-09-12 Richard Guenther <rguenther@suse.de>
3455
3456 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3457 nor --disable-checking is provided also turn on yes and types
3458 checking for stage1.
3459 * configure: Re-generate.
3460
34612007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3462
3463 PR target/33281
3464 * configure.ac: Use config/mh-mingw on mingw.
3465 * configure: Regenerate.
3466
34672007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3468
3469 PR other/32154
3470 * configure.ac: For libgloss targets, point the linker to the linker
3471 script, startup code and simulator library.
3472 * configure: Regenerate.
3473
34742007-09-09 Andrew Haley <aph@redhat.com>
3475
3476 * configure.ac (noconfigdirs): Remove target-libffi and
3477 target-libjava.
3478
34792007-08-29 Nick Clifton <nickc@redhat.com>
3480
3481 * config.sub, config.guess: Update from upstream sources.
3482
34832007-08-21 Richard Guenther <rguenther@suse.de>
3484
3485 * configure.ac: Add types checking to stage1 checking flags.
3486 * configure: Regenerate.
3487
34882007-08-18 Paul Brook <paul@codesourcery.com>
3489 Joseph Myers <joseph@codesourcery.com>
3490
3491 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3492 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3493 * Makefile.in: Regenerate.
3494 * configure.ac (--with-debug-prefix-map): New.
3495 * configure: Regenerate.
3496
34972007-08-17 Richard Sandiford <richard@codesourcery.com>
3498 Nigel Stephens <nigel@mips.com>
3499
3500 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3501 as target_makefile_frag.
3502 * configure: Regenerate.
3503
35042007-08-16 Alexandre Oliva <aoliva@redhat.com>
3505
3506 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3507 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3508 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3509 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3510 (do-compare, do-compare3, do-compare-debug): New.
3511 ([+compare-target+]): Use them.
3512
35132007-08-16 Alexandre Oliva <aoliva@redhat.com>
3514
3515 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3516 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3517 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3518 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3519 (do-compare, do-compare3, do-compare-debug): New.
3520 ([+compare-target+]): Use them.
3521
35222007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3523 Ben Elliston <bje@au.ibm.com>
3524
3525 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3526 --silent if $silent.
3527 * configure: Regenerate.
3528
35292007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
3530
3531 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
3532
35332007-07-17 Nick Clifton <nickc@redhat.com>
3534
3535 * COPYING3: New file. Contains version 3 of the GNU General
3536 Public License.
3537 * COPYING3.LIB: New file. Contains version 3 of the GNU
3538 Lesser General Public License.
3539
35402007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
3541
3542 * configure.ac: Fix my previous change to really match GCC.
3543 * configure: Regenerate.
3544
35452007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3546
3547 * configure.ac: Rewrite 'configure --help' strings to look nicer.
3548 * configure: Regenerate.
3549
35502007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3551
3552 * configure.ac: Add some missing m4 quotation.
3553 * configure: Regenerate.
3554
35552007-07-09 Kai Tietz <kai.tietz@onevision.com>
3556
3557 * Makefile.def: Add windmc tool to build.
3558 * Makefile.tpl: Likewise.
3559 * configure.ac: Likewise.
3560 * Makefile.in: Regenerate.
3561 * configure: Regenerate.
3562
35632007-07-05 H.J. Lu <hongjiu.lu@intel.com>
3564
3565 * lt~obsolete.m4: New. Import from 20070318 libtool.
3566
35672007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
3568
3569 * configure.ac: Don't add target-libmudflap to noconfigdirs for
3570 uclinux and linux-uclibc targets.
3571 * configure: Regenerate.
3572
35732007-06-28 DJ Delorie <dj@redhat.com>
3574
3575 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3576 not building newlib.
3577 * configure: Regenerated.
3578
35792007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
3580
3581 * src-release (DEVO_SUPPORT): Correct typos.
3582
35832007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3584
3585 * Makefile.def: Add dependency from configure-gdb to all-bfd.
3586 * Makefile.in: Regenerated.
3587
35882007-06-14 Paolo Bonzini <bonzini@gnu.org>
3589
3590 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3591 (distclean-stage[+id+]): Possibly delete stage_last.
3592 * Makefile.in: Regenerate.
3593
35942007-06-07 Ben Elliston <bje@au.ibm.com>
3595
3596 * config.sub, config.guess: Update from upstream sources.
3597
35982007-06-07 Ben Elliston <bje@au.ibm.com>
3599
3600 * Makefile.tpl: Fix spelling error.
3601 * Makefile.in: Regenerate.
3602
36032007-06-04 Paolo Bonzini <bonzini@gnu.org>
3604
3605 Sync with gcc:
3606 2007-05-30 Jakub Jelinek <jakub@redhat.com>
3607
3608 PR bootstrap/29382
3609 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3610 * configure: Rebuilt.
3611
36122007-06-01 Steve Ellcey <sje@cup.hp.com>
3613
3614 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3615 lt_cv_sys_max_cmd_len.
3616
36172007-05-31 Paolo Bonzini <bonzini@gnu.org>
3618
3619 * ltgcc.m4: Update from GCC.
3620
36212007-05-25 Andreas Tobler <a.tobler@schweiz.org>
3622
3623 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3624
36252007-05-24 Steve Ellcey <sje@cup.hp.com>
3626
3627 * ltmain.sh: Update from GCC.
3628 * libtool.m4: Update from GCC.
3629 * ltsugar.m4: New. Update from GCC.
3630 * ltversion.m4: New. Update from GCC.
3631 * ltoptions.m4: New. Update from GCC.
3632 * ltconfig: Remove.
3633 * ltcf-c.sh: Remove.
3634 * ltcf-cxx.sh: Remove.
3635 * ltcf-gcj.sh: Remove.
3636 * src-release: Update with new libtool file list.
3637
36382007-05-16 Paolo Bonzini <bonzini@gnu.org>
3639
3640 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3641 stage_cflags.
3642 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3643 Remove CFLAGS/LIBCFLAGS.
3644 (configure-stage[+id+]-[+prefix+][+module+],
3645 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3646 * Makefile.in: Regenerate.
3647
36482007-04-14 Steve Ellcey <sje@cup.hp.com>
3649
3650 * config-ml.in: Update from GCC.
3651
36522007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
3653
3654 * src-release (do-proto-toplev): Process the support directories before
3655 the tool directory.
3656
36572007-03-21 Richard Sandiford <richard@codesourcery.com>
3658
3659 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3660 of glob. Quote arguments with single quotes too.
3661 * configure: Regenerate.
3662
36632007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
3664
3665 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3666 * Makefile.in: Regenerate
3667
36682007-03-07 Andreas Schwab <schwab@suse.de>
3669
3670 * configure: Regenerate.
3671
36722007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3673
3674 * configure.ac: Add "--with-pdfdir" configure option,
3675 which defines pdfdir variable.
3676 * Makefile.def (target=fixincludes): Add install-pdf to
3677 missing targets.
3678 (recursive_targets): Add install-pdf target.
3679 (flags_to_pass): Add pdfdir.
3680 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3681 target.
3682 * configure: Regenerate
3683 * Makefile.in: Regenerate
3684
36852007-02-28 Eric Christopher <echristo@apple.com>
3686
3687 Revert:
3688 2006-12-07 Mike Stump <mrs@apple.com>
3689
3690 * Makefile.def (dependencies): Add dependency for
3691 install-target-libssp and install-target-libgomp on
3692 install-gcc.
3693 * Makefile.in: Regenerate.
3694
36952007-02-27 Matt Kraai <kraai@ftbfs.org>
3696
3697 * configure: Regenerate.
3698 * configure.ac: Move statements after variable declarations.
3699
37002007-02-19 Joseph Myers <joseph@codesourcery.com>
3701
3702 * configure.ac: Adjust for loop syntax.
3703 * configure: Regenerate.
3704
37052007-02-18 Alexandre Oliva <aoliva@redhat.com>
3706
3707 * configure: Rebuilt.
3708
37092007-02-18 Alexandre Oliva <aoliva@redhat.com>
3710
3711 * configure.ac: Drop multiple occurrences of --enable-languages,
3712 and fix its quoting.
3713 * configure: Rebuilt.
3714
37152007-02-17 Mark Mitchell <mark@codesourcery.com>
3716 Nathan Sidwell <nathan@codesourcery.com>
3717 Vladimir Prus <vladimir@codesourcery.com
3718 Joseph Myers <joseph@codesourcery.com>
3719
3720 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3721 * configure: Regenerate.
3722
37232007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3724
3725 * configure.ac (target_libraries): Move libgcc before libiberty.
3726 * configure: Regenerated.
3727
37282007-02-13 Paolo Bonzini <bonzini@gnu.org>
3729
3730 * configure: Regenerate again?
3731
37322007-02-13 Paolo Bonzini <bonzini@gnu.org>
3733
3734 * configure: Reapply PR30748 fix which was lost in the previous commit.
3735
37362007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3737 Paolo Bonzini <bonzini@gnu.org>
3738
3739 PR bootstrap/30753
3740 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
3741 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
3742 * configure: Regenerated.
3743
37442007-02-10 Paolo Bonzini <bonzini@gnu.org>
3745
3746 * configure: Regenerate.
3747
37482007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3749
3750 PR bootstrap/30748
3751 * configure.ac: Correct syntax for Solaris ksh.
3752 * configure: Regenerated.
3753
37542007-02-09 Paolo Bonzini <bonzini@gnu.org>
3755
3756 * Makefile.def: Sync with GCC.
3757 * Makefile.tpl: Sync with GCC.
3758 * Makefile.in: Regenerate.
3759 * configure: Regenerate.
3760
37612007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3762
3763 * Makefile.tpl (build_alias, host_alias, target_alias): Use
3764 noncanonical equivalents.
3765 * configure.in: Rename to...
3766 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
3767 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
3768 target_noncanonical. Use them. Rewrite removal of configure
3769 arguments for autoconf 2.59. Discard variable settings. Force
3770 program_transform_name for native tools.
3771
3772 * Makefile.in: Regenerated.
3773 * configure: Regenerated with autoconf 2.59.
3774
3775 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
3776
37772007-02-08 Jeff Johnston <jjohnstn@redhat.com>
3778
3779 * COPYING.LIBGLOSS: Reformat default Red Hat
3780 license to fit within 80 columns.
3781 * COPYING.NEWLIB: Ditto.
3782
37832007-02-05 Dave Brolley <brolley@redhat.com>
3784
3785 * Contribute the following changes:
3786 2006-11-28 DJ Delorie <dj@redhat.com>
3787
3788 * configure.in: Fix typo for mep's target_makefile_frag.
3789 * configure: Regenerated.
3790
3791 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
3792
3793 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
3794 * configure: Regenerate.
3795
3796 2001-09-19 DJ Delorie <dj@redhat.com>
3797
3798 * configure.in (target_makefile_frag): use mt-mep
3799
3800 2001-06-12 Don Howard <dhoward@redhat.com>
3801
3802 * configure.in: Remove gdb from MeP skip list.
3803
3804 2001-04-05 DJ Delorie <dj@redhat.com>
3805
3806 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
3807
3808 2001-03-20 Ben Elliston <bje@redhat.com>
3809
3810 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
3811
3812 2001-03-19 Ben Elliston <bje@redhat.com>
3813
3814 * config.sub (mep, mep-*): Add.
3815
38162007-01-31 Andreas Schwab <schwab@suse.de>
3817
3818 * Makefile.tpl (LDFLAGS): Substitute it.
3819 * Makefile.in: Regenerate.
3820
38212007-01-11 Paolo Bonzini <bonzini@gnu.org>
3822
3823 * configure.in: Change == to = in test command.
3824 * configure: Regenerate.
3825
38262007-01-11 Paolo Bonzini <bonzini@gnu.org>
3827 Nick Clifton <nickc@redhat.com>
3828 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
3829
3830 * configure.in (build_configargs, host_configargs, target_configargs):
3831 Remove build/host/target parameters.
3832 (host_libs): Add gmp and mpfr.
3833 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3834 * Makefile.def (gmp, mpfr): New.
3835 (gcc): Remove target.
3836 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3837 target_os, target_vendor): New.
3838 (configure): Add host_alias/target_alias arguments. Adjust invocations.
3839 * configure: Regenerate.
3840 * Makefile.in: Regenerate.
3841
38422007-01-11 Matt Fago <fago@earthlink.net>
3843
3844 * configure.in: Try to link to functions only in mpfr 2.2.x
3845 to improve robustness of configure tests.
3846 * configure: Regenerate.
3847
38482007-01-08 Kai Tietz <kai.tietz@onevision.com>
3849
3850 * configure.in: Add support for an x86_64-mingw* target.
3851 * configure: Regenerate.
3852
38532007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
3854
3855 * Makefile.tpl (all-target): Correct @if conditional for target
3856 modules.
3857 * configure.in: Omit libiberty if building only target libgcc.
3858 * configure, Makefile.in: Regenerated.
3859
38602007-01-04 Paolo Bonzini <bonzini@gnu.org>
3861
3862 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
3863 * configure: Regenerate.
3864
38652007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
3866
3867 * Makefile.def (target_modules): Add libgcc.
3868 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
3869 * Makefile.tpl (clean-target-libgcc): Delete.
3870 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3871 on gcc even for bootstrapped modules. Rewrite handling of
3872 lang_env_dependencies to loop over target_modules.
3873 * configure.in (target_libraries): Add target-libgcc.
3874 * Makefile.in, configure: Regenerated.
3875
38762006-12-29 Paolo Bonzini <bonzini@gnu.org>
3877
3878 Sync with gcc:
3879 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3880
3881 * configure.in: Reorganize recognition of languages. Add
3882 --enable-stage1-languages. Show supported languages for the chosen
3883 target rather than all recognized languages.
3884 * configure: Regenerate.
3885
3886 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3887
3888 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3889 * Makefile.in: Regenerate.
3890
3891 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3892
3893 * configure.in: Warn that MPFR 2.2.0 is buggy.
3894 * configure: Regenerate.
3895
38962006-12-27 Ian Lance Taylor <iant@google.com>
3897
3898 * configure.in: When removing Makefiles to force a reconfigure, also
3899 remove prev-DIR*/Makefile.
3900 * configure: Regenerate.
3901
39022006-12-23 Kazu Hirata <kazu@codesourcery.com>
3903
3904 * config.bfd: Recognize fido.
3905
39062006-12-19 Paolo Bonzini <bonzini@gnu.org>
3907
3908 Sync with gcc:
3909
3910 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3911
3912 * configure.in: Remove "$build" case for powerpc-*-darwin* since
3913 it only affects bootstrap and could be tested on "$host" as well.
3914 * configure: Regenerate.
3915 * config/mh-ppc-darwin: Add to the stage1 cflags here.
3916
3917 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3918
3919 PR bootstrap/29544
3920 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3921 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3922 move here comment from Makefile.tpl.
3923 * Makefile.tpl: Move some definitions higher in the file.
3924 (STAGE1_CHECKING): New.
3925 * configure.in: Add --enable-stage1-checking.
3926 * configure: Regenerate.
3927 * Makefile.in: Regenerate.
3928
3929 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3930
3931 * configure.in: Update error message for missing GMP/MPFR.
3932
3933 * configure: Regenerate.
3934
3935 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3936
3937 * configure.in: Update MPFR version in error message.
3938
3939 * configure: Regenerate.
3940
3941 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3942
3943 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3944 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3945 --with-gmp-lib): New flags.
3946
3947 * configure: Regenerate.
3948
39492006-12-12 Andreas Tobler <a.tobler@schweiz.org>
3950
3951 PR bootstrap/30134
3952 * configure.in: Correct x86 darwin support for libjava to powerpc
3953 and i?86 only.
3954 * configure: Regenerate.
3955
39562006-12-11 Alan Modra <amodra@bigpond.net.au>
3957
3958 * configure.in: Handle spu makefile frag.
3959 * Makefile.tpl (MAINT): Define
3960 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3961 * configure: Regenerate.
3962 * Makefile.in: Regenerate.
3963
39642006-12-11 Ben Elliston <bje@au.ibm.com>
3965
3966 * config.sub, config.guess: Update from upstream sources.
3967
39682006-12-11 Ben Elliston <bje@au.ibm.com>
3969
3970 * configure.in: Sync with GCC (spu-*-*).
3971 * configure: Sync with GCC.
3972
39732006-12-07 Mike Stump <mrs@apple.com>
3974
3975 * Makefile.def (dependencies): Add dependency for
3976 install-target-libssp and install-target-libgomp on
3977 install-gcc.
3978 * Makefile.in: Regenerate.
3979
39802006-11-16 Paolo Bonzini <bonzini@gnu.org>
3981
3982 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3983 (unstage): Test for stage_last presence.
3984
3985 PR bootstrap/29802
3986 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
3987 * Makefile.in: Regenerate.
3988
39892006-11-14 DJ Delorie <dj@redhat.com>
3990
3991 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
3992 * Makefile.in: Sync with GCC.
3993 * configure.in: Sync with GCC (mpfr, gmp).
3994 * configure: Sync with GCC.
3995
39962006-11-08 Jie Zhang <jie.zhang@analog.com>
3997
3998 * configure.in: Remove target-libgloss from noconfigdirs for
3999 bfin-*-*.
4000 * configure: Regenerated.
4001
40022006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4003
4004 * COPYING.NEWLIB: Add spu license.
4005 * COPYING.LIBGLOSS: Ditto.
4006
40072006-10-17 Brooks Moses <bmoses@stanford.edu>
4008
4009 * Makefile.def: Added pdf target handling.
4010 * Makefile.tpl: Added pdf target handling.
4011 * Makefile.in: Regenerated.
4012
40132006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4014
4015 * COPYING.NEWLIB: Updated.
4016 * COPYING.LIBGLOSS: Ditto.
4017
40182006-09-27 Dave Brolley <brolley@redhat.com>
4019
4020 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4021 $s instead of $r.
4022 * configure: Regenerated.
4023
40242006-09-26 Ben Elliston <bje@au.ibm.com>
4025
4026 * config.sub, config.guess: Update from upstream sources.
4027
40282006-09-20 Thiemo Seufer <ths@mips.com>
4029
4030 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4031 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4032 * configure: Regenerate.
4033
40342006-08-30 Corinna Vinschen <corinna@vinschen.de>
4035
4036 * configure.in: Never build newlib for a Mingw host.
4037 Never build newlib as Mingw target library.
4038 Test the existence of winsup/cygwin for building a Cygwin newlib,
4039 rather than just winsup.
4040 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4041 building a Mingw target.
4042 * configure: Regenerate.
4043
40442006-08-15 Thiemo Seufer <ths@mips.com>
4045 Nigel Stephens <nigel@mips.com>
4046 David Ung <davidu@mips.com>
4047
4048 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4049
40502006-07-25 Paolo Bonzini <bonzini@gnu.org>
4051
4052 Sync from GCC:
4053 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4054
4055 PR bootstrap/18058
4056 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4057 if the bootstrap compiler is a GCC version that supports it.
4058 * configure: Regenerate.
4059
40602006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4061
4062 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4063 * configure: Regenerated.
4064
40652006-07-18 Paolo Bonzini <bonzini@gnu.org>
4066
4067 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4068 for stages after the first.
4069
40702006-07-17 Jakub Jelinek <jakub@redhat.com>
4071
4072 * Makefile.def: Add dependencies for configure-opcodes
4073 on configure-intl and all-opcodes on all-intl.
4074 * Makefile.in: Regenerated.
4075
40762006-07-04 Peter O'Gorman <peter@pogma.com>
4077
4078 * ltconfig: chmod 644 before ranlib during install.
4079
40802006-07-03 Paolo Bonzini <bonzini@gnu.org>
4081
4082 * configure.in: Fix thinkos in previous check-in.
4083 * configure: Regenerate.
4084
40852006-07-03 Paolo Bonzini <bonzini@gnu.org>
4086
4087 Sync from gcc:
4088
4089 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4090
4091 PR other/27063
4092 * configure.in: Test subdir_requires and give an appropriate
4093 error message.
4094 * configure: Regenerate.
4095
4096 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4097
4098 PR target/27540
4099 * configure.in: Only enable libgomp on IRIX 6.
4100 * configure: Regenerate.
4101
41022006-06-20 David Ayers <d.ayers@inode.at>
4103
4104 PR bootstrap/28072
4105 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4106 whether target-libjava is being configured instead of whether the
4107 java front end is enabled.
4108 * configure: Regenerate.
4109
41102006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4111
4112 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4113 to R_ARM_LDC_SB_G{0,1,2} respectively.
4114
41152006-06-15 Paolo Bonzini <bonzini@gnu.org>
4116
4117 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4118 too.
4119 * Makefile.in: Regenerate.
4120
41212006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4122
4123 Sync from gcc:
4124
4125 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4126 * configure.in: Don't enable libgomp on hpux10.
4127 * configure: Rebuilt.
4128
41292006-06-13 David Ayers <d.ayers@inode.at>
4130
4131 Sync from gcc:
4132
4133 2006-06-12 David Ayers <d.ayers@inode.at>
4134
4135 PR bootstrap/27963
4136 PR target/19970
4137 * configure.in: Remove target-boehm-gc from noconfigdirs where
4138 ${libgcj} is specified.
4139 * configure: Regenerate.
4140
41412006-06-08 Jeff Johnston <jjohnstn@redhat.com>
4142
4143 Sync from gcc:
4144
4145 2005-01-12 David Edelsohn <edelsohn@gnu.org>
4146 Andreas Schwab <schwab@suse.de>
4147
4148 PR bootstrap/18033
4149 * config-ml.in: Eval option if surrounded by single quotes.
4150
41512006-06-07 Carlos O'Donell <carlos@codesourcery.com>
4152
4153 Sync from gcc:
4154
4155 2006-06-06 David Ayers <d.ayers@inode.at>
4156
4157 PR libobjc/13946
4158 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4159 * Makefile.in: Regenerate.
4160 * configure.in: Add --enable-objc-gc at toplevel and have it
4161 enable boehm-gc for Objective-C.
4162 Remove target-boehm-gc from libgcj.
4163 Add target-boehm-gc to target_libraries.
4164 Add target-boehm-gc to noconfigdirs where ${libgcj}
4165 is specified.
4166 Assert that boehm-gc is supported when requested for Objective-C.
4167 Only build boehm-gc if needed either for Java or Objective-C.
4168 * configure: Regenerate.
4169
4170 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
4171
4172 PR 27674
4173 * Makefile.tpl (configure-[+prefix+][+module+],
4174 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4175 Remove rule to unstage bootstrapped modules.
4176 (stage_current): New.
4177 * Makefile.in: Regenerate.
4178
4179 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4180 Andreas Tobler <a.tobler@schweiz.ch>
4181
4182 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4183 * configure: Rebuilt.
4184
4185 Revert
4186 2006-01-31 Richard Guenther <rguenther@suse.de>
4187 Paolo Bonzini <bonzini@gnu.org>
4188
4189 * Makefile.def (target_modules): Add libgcc-math target module.
4190 * configure.in (target_libraries): Add libgcc-math target library.
4191 (--enable-libgcc-math): New configure switch.
4192 * Makefile.in: Re-generate.
4193 * configure: Re-generate.
4194
41952006-06-05 Jeff Johnston <jjohnstn@redhat.com>
4196
4197 * config-ml.in: Alter CCASFLAGS to include special
4198 multilib options the same as is done for CFLAGS.
4199
42002006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4201
4202 * Makefile.def: Added dependencies from sim and gdb on intl, and
4203 added configure dependencies to everything with an all dependency
4204 on intl.
4205 * gettext.m4: Removed.
4206 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
4207 (GDB_SUPPORT_DIRS): Add intl.
4208 * Makefile.in: Regenerated.
4209
42102006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
4211
4212 * src-release (DEVO_SUPPORT): Add config.rpath.
4213
42142006-05-25 Paolo Bonzini <bonzini@gnu.org>
4215
4216 * Makefile.def (bfd, opcodes): Fix lib_path.
4217 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4218 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4219 * Makefile.in: Regenerate.
4220
42212006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4222
4223 * configure.in: Enable gprof for cross builds.
4224 * configure: Regenerate.
4225
42262006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4227
4228 * src-release (MAKEINFOFLAGS): Define.
4229 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
4230
42312006-05-14 Ben Elliston <bje@au.ibm.com>
4232
4233 * config.sub, config.guess: Update from upstream sources.
4234
42352006-05-12 Ben Elliston <bje@au.ibm.com>
4236
4237 * config.sub, config.guess: Update from upstream sources.
4238
42392006-05-04 Steve Ellcey <sje@cup.hp.com>
4240
4241 * blt, iwidgets, mmalloc: Remove directories.
4242
42432006-05-01 DJ Delorie <dj@redhat.com>
4244
4245 * configure.in: Restore CFLAGS if GMP isn't present.
4246 * configure: Regenerate.
4247
42482006-04-18 DJ Delorie <dj@redhat.com>
4249
4250 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4251 reference libgloss so that libssp can be built in a combined
4252 tree.
4253 * configure: Regenerate.
4254
42552006-04-10 Ben Elliston <bje@au.ibm.com>
4256
4257 * contrib: Remove directory.
4258
42592006-04-06 Carlos O'Donell <carlos@codesourcery.com>
4260
4261 * Makefile.tpl: Add install-html target.
4262 * Makefile.def: Add install-html target.
4263 * Makefile.in: Regenerate.
4264 * configure.in: Add --with-datarootdir, --with-docdir,
4265 and --with-htmldir options.
4266 * configure: Regenerate.
4267
42682006-03-31 Ben Elliston <bje@au.ibm.com>
4269
4270 PR binutils/1860
4271 * configure.in: Require makeinfo 4.4 or higher.
4272 * configure: Regenerate.
4273
42742006-03-14 Paolo Bonzini <bonzini@gnu.org>
4275
4276 * Makefile.in: Regenerate.
4277
42782006-03-14 Paolo Bonzini <bonzini@gnu.org>
4279
4280 Sync with gcc:
4281 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
4282
4283 * configure.in: Handle --disable-<component> generically.
4284 * configure: Regenerate.
4285
4286 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
4287
4288 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4289 (TARGET_CONFIGDIRS): Remove.
4290 * configure.in: Remove AC_SUBST(target_configdirs).
4291 * Makefile.in, configure: Regenerated.
4292
4293
42942006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4295
4296 PR libgcj/17311
4297 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4298
42992006-02-20 Paolo Bonzini <bonzini@gnu.org>
4300
4301 PR bootstrap/25670
4302
4303 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4304
4305 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4306 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4307 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4308 BUILD_PREFIX, BUILD_PREFIX_1.
4309 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4310
4311 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4312 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4313
4314 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4315 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4316 of `cat stage_current`. Always provide the `r' and `s' variables.
4317 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4318 a single shell execution.
4319 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4320 bootstrapped modules, make the stage1 module if the build was not
4321 started yet, else build the current stage.
4322 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4323 (all-build, all-host, all-target, [+make_target+]-host,
4324 [+make_target+]-target): Do not use \-continued lines.
4325 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4326 (current_stage, restrap, stage_last): New.
4327
4328 * Makefile.in: Regenerate.
4329 * configure: Regenerate.
4330
43312006-02-14 Paolo Bonzini <bonzini@gnu.org>
4332
4333 Sync from gcc:
4334
4335 2006-01-31 Richard Guenther <rguenther@suse.de>
4336 Paolo Bonzini <bonzini@gnu.org>
4337
4338 * Makefile.def (target_modules): Add libgcc-math target module.
4339 * configure.in (target_libraries): Add libgcc-math target library.
4340 (--enable-libgcc-math): New configure switch.
4341 * Makefile.in: Re-generate.
4342 * configure: Re-generate.
4343 * libgcc-math: New toplevel directory.
4344
4345 2006-01-18 Richard Henderson <rth@redhat.com>
4346 Jakub Jelinek <jakub@redhat.com>
4347 Diego Novillo <dnovillo@redhat.com>
4348
4349 * libgomp: New directory.
4350 * Makefile.def: Add target_module libgomp.
4351 * Makefile.in: Regenerate.
4352 * configure.in (target_libraries): Add target-libgomp.
4353 * configure: Regenerate.
4354
43552006-02-14 Paolo Bonzini <bonzini@gnu.org>
4356 Andreas Schwab <schwab@suse.de>
4357
4358 * configure: Regenerate.
4359
43602006-01-16 Paolo Bonzini <bonzini@gnu.org>
4361
4362 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4363 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4364 the assembler, linker and binutils.
4365 * configure: Regenerate.
4366
43672006-01-16 Nick Clifton <nickc@redhat.com>
4368
4369 * config.sub, config.guess: Sync from config repository.
4370
43712006-01-05 Alexandre Oliva <aoliva@redhat.com>
4372
4373 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4374 @ from continuation.
4375 * Makefile.in: Rebuilt.
4376
43772006-01-04 Paolo Bonzini <bonzini@gnu.org>
4378
4379 Sync from gcc:
4380
4381 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4382
4383 PR bootstrap/24252
4384
4385 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4386 * Makefile.tpl (OBJDUMP): New.
4387 (EXTRA_HOST_FLAGS): Add it.
4388 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4389
4390 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4391 to use symbolic links between directories. Avoid race conditions
4392 or make them harmless.
4393 * configure.in: Do not try to use symbolic links between directories.
4394
4395 * Makefile.def (LEAN): Pass.
4396 * Makefile.tpl (LEAN): Define.
4397 (stage[+id+]-start): Accept that the previous directory does not
4398 exist, if the bootstrap is lean.
4399 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4400 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4401 configure substitution.
4402 ([+compare-target+]): Likewise.
4403 ([+bootstrap-target+]-lean): New.
4404 * configure.in: Remove lean bootstrap support from here.
4405
4406 * Makefile.in: Regenerate.
4407 * configure: Regenerate.
4408
4409 2006-01-02 Andreas Schwab <schwab@suse.de>
4410
4411 * configure.in: When reconfiguring remove Makefile in
4412 all stage directories.
4413 * configure: Regenerate.
4414
44152005-12-27 Leif Ekblad <leif@rdos.net>
4416
4417 * configure.in: Add support for RDOS target.
4418 * configure: Regenerate.
4419
44202005-12-27 Nick Clifton <nickc@redhat.com>
4421
4422 PR binutils/1990
4423 * libtool.m4: Synchronize with version in GCC sources.
4424
44252005-12-20 Paolo Bonzini <bonzini@gnu.org>
4426
4427 Revert Ada-related part of the previous change.
4428
4429 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4430 Do not pass.
4431 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4432 * Makefile.in: Regenerate.
4433 * configure.in: Do not include mt-ppc-aix target fragment.
4434 * configure: Regenerate.
4435
44362005-12-19 Paolo Bonzini <bonzini@gnu.org>
4437
4438 * configure.in: Select appropriate fragments for PowerPC/AIX.
4439 * configure: Regenerate.
4440
4441 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4442 BOOT_CFLAGS, BOOT_LDFLAGS.
4443 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4444 BOOT_CFLAGS, BOOT_LDFLAGS.
4445 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4446 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4447 (stage): Fail if we cannot complete the work.
4448 * Makefile.in: Regenerate.
4449
44502005-12-16 Jeff Johnston <jjohnstn@redhat.com>
4451
4452 * COPYING.NEWLIB: Update copyright year for default
4453 copyright.
4454
44552005-12-15 Paolo Bonzini <bonzini@gnu.org>
4456
4457 * Makefile.tpl (all, do-[+make_target+], do-check, install,
4458 install-host-nogcc): Don't invoke $(stage) at the end.
4459 * Makefile.in: Regenerate.
4460
44612005-12-14 Paolo Bonzini <bonzini@gnu.org>
4462
4463 * configure.in: Flip the top-level bootstrap switch.
4464 * configure: Regenerate.
4465
4466 Merge from gcc:
4467
4468 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
4469
4470 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4471 $(stage) and $(unstage).
4472 (EXTRA_TARGET_FLAGS): Correct double-quoting.
4473 (all): Remove stray semicolon.
4474 (local-distclean): Don't handle multilib.tmp and multilib.out.
4475 (install.all): Set $s for consistency.
4476 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4477 check_multilibs setting. Always make the install directory.
4478 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4479 Correct @if/@endif.
4480 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4481 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4482 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4483 (multilib.out): Remove.
4484 * Makefile.in: Regenerated.
4485
44862005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4487
4488 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4489 * configure.in: Replace ms1 arch with mt.
4490 * configure: Rebuilt.
4491
44922005-12-05 Paolo Bonzini <bonzini@gnu.org>
4493
4494 Sync with gcc:
4495
44962005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4497
4498 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4499 * configure.in: Replace ms1 arch with mt.
4500 * configure: Rebuilt.
4501
45022005-12-05 Paolo Bonzini <bonzini@gnu.org>
4503
4504 Sync with gcc:
4505
4506 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4507
4508 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4509 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4510 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
4511 Find in-tree tools if available.
4512 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4513 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4514 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4515 (COMPILER_*_FOR_TARGET): New.
4516 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4517 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4518 (CONFIGURED_*, USUAL_*): Remove.
4519 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4520 STRIP): Use autoconf substitutions.
4521 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4522 COMPILER_NM_FOR_TARGET): New.
4523 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4524
4525 (all): Make all-host and all-target in parallel.
4526 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4527 that $$r and $$s are set before invoking a recursive make.
4528 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4529 ([+bootstrap-target+]): Inline most of the `all' target.
4530
4531 2005-11-29 Ben Elliston <bje@au.ibm.com>
4532
4533 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4534 from the gcc build directory.
4535 * Makefile.in: Regenerate.
4536
4537 2005-11-29 Ben Elliston <bje@au.ibm.com>
4538
4539 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
4540 depend on all-libdecnumber.
4541 * configure.in (host_libs): Include libdecnumber.
4542 * Makefile.in: Regenerate.
4543 * configure: Likewise.
4544
4545 2005-11-21 Kean Johnston <jkj@sco.com>
4546
4547 * config.sub, config.guess: Sync from upstream sources.
4548
45492005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
4550
4551 * Makefile.def: Remove gdb dependencies for gdbtk.
4552 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4553 (configure-gdb, install-gdb): New rules.
4554 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4555 * Makefile.in, configure: Regenerated.
4556
45572005-10-22 Paolo Bonzini <bonzini@gnu.org>
4558
4559 PR bootstrap/24297
4560 * Makefile.tpl (do-[+make-target+], do-check, install,
4561 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4562 are set before recursing.
4563 * Makefile.in: Regenerate.
4564
45652005-10-20 Eric Botcazou <ebotcazou@adacore.com>
4566
4567 PR bootstrap/18939
4568 * Makefile.def (gcc) <target>: Fix thinko.
4569 * Makefile.in: Regenerate.
4570
45712005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
4572
4573 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4574 * configure: Regenerate.
4575
45762005-10-09 Kazu Hirata <kazu@codesourcery.com>
4577
4578 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4579 target-libffi, target-qthreads, target-libjava, and
4580 targetlibobjc.
4581 * configure: Regenerate.
4582
45832005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
4584
4585 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4586 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4587 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4588 (USUAL_OBJDUMP_FOR_TARGET): New.
4589 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4590 * configure.in: Check for $OBJDUMP_FOR_TARGET.
4591 * configure, Makefile.in: Regenerated.
4592
45932005-10-05 Paolo Bonzini <bonzini@gnu.org>
4594
4595 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4596 before other host packages.
4597
45982005-10-05 Paolo Bonzini <bonzini@gnu.org>
4599
4600 PR bootstrap/22340
4601
4602 * configure.in (default_target): Remove.
4603 * Makefile.tpl (all): Do not use prerequisites as subroutines
4604 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4605 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4606 use prerequisites as subroutines.
4607 (check-host, check-target): New.
4608 (bootstrap configure & all targets): Do not use stage*-start
4609 if the directory layout is already ok.
4610 (non-bootstrap configure & all targets): Prepend a $(unstage).
4611 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
4612 (NOTPARALLEL): Remove.
4613 (unstage, stage variables): New variables.
4614 (unstage, stage targets): Simply expand to those variables.
4615
4616 * configure: Regenerate.
4617 * Makefile.in: Regenerate.
4618
46192005-10-04 James E Wilson <wilson@specifix.com>
4620
4621 * Makefile.def (lang_env_dependencies): Add libmudflap.
4622 * Makefile.in: Regenerate.
4623
46242005-10-03 Catherine Moore <clm@cm00re.com>
4625
4626 * configure.in (bfin-*-*): Support bfin.
4627 * configure: Regenerated.
4628
46292005-09-30 H.J. Lu <hongjiu.lu@intel.com>
4630
4631 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4632 * configure: Regenerated.
4633
46342005-09-28 Geoffrey Keating <geoffk@apple.com>
4635
4636 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4637 (LIPO_FOR_TARGET): New.
4638 (CONFIGURED_LIPO_FOR_TARGET): New.
4639 (USUAL_LIPO_FOR_TARGET): New.
4640 (STRIP_FOR_TARGET): New.
4641 (CONFIGURED_STRIP_FOR_TARGET): New.
4642 (USUAL_STRIP_FOR_TARGET): New.
4643 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4644 STRIP_FOR_TARGET.
4645 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4646 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4647 * Makefile.in: Regenerate.
4648 * configure: Regenerate.
4649
46502005-09-19 David Edelsohn <edelsohn@gnu.org>
4651
4652 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4653 (rs6000-*-aix*): Same.
4654 * configure: Regenerate.
4655
46562005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
4657
4658 * configure.in: Recognize f95 in the --enable-languages option,
4659 and substitute it for fortran, issuing a warning.
4660 * configure: Regenerate.
4661
46622005-09-07 Ben Elliston <bje@au.ibm.com>
4663
4664 Import from Autoconf sources:
4665
4666 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
4667 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
4668 Elliston. Handle weird characters correctly.
4669
46702005-08-30 Phil Edwards <phil@codesourcery.com>
4671
4672 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
4673 * configure: Regenerated.
4674
46752005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
4676
4677 * Makefile.def (libssp): Add to lang_env_dependencies.
4678 * Makefile.in: Regenerate.
4679
46802005-08-17 Christian Groessler <chris@groessler.org>
4681
4682 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4683 * Makefile.in: Regenerate.
4684
46852005-08-12 Paolo Bonzini <bonzini@gnu.org>
4686
4687 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4688 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4689 Look for alternate names of the target cc and c++
4690 * configure: Regenerate.
4691
46922005-08-08 Paolo Bonzini <bonzini@gnu.org>
4693
4694 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4695 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4696 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4697 tools; remove code to manually set them.
4698 (Target tools): Look in the environment for them.
4699 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4700 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4701 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4702 build directory.
4703 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4704 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4705 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4706 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4707 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4708 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4709 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4710 * configure: Regenerate.
4711 * Makefile.in: Regenerate.
4712
47132005-07-27 Mark Mitchell <mark@codesourcery.com>
4714
4715 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4716 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4717 * Makefile.in: Regenerated.
4718
47192005-07-26 Mark Mitchell <mark@codesourcery.com>
4720
4721 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4722 (CFLAGS_FOR_TARGET): Use it.
4723 (CXXFLAGS_FOR_TARGET): Likewise.
4724 * Makefile.in: Regenerated.
4725 * configure.in (--with-build-sysroot): New option.
4726 * configure: Regenerated.
4727
47282005-07-24 Paolo Bonzini <bonzini@gnu.org>
4729
4730 * Makefile.tpl: Wrap install between unstage and stage
4731 * Makefile.in: Regenerate.
4732
47332005-07-16 Kelley Cook <kcook@gcc.gnu.org>
4734
4735 * all files: Update FSF address.
4736
47372005-07-14 Jim Blandy <jimb@redhat.com>
4738
4739 * configure.in: Add cases for Renesas m32c.
4740 * configure: Regenerated.
4741
47422005-07-14 Kelley Cook <kcook@gcc.gnu.org>
4743
4744 * COPYING, compile, config-ml.in, config.guess,
4745 config.sub, install-sh, missing, mkinstalldirs,
4746 symlink-tree, ylwrap: Sync from upstream sources.
4747
47482005-07-13 Eric Christopher <echristo@redhat.com>
4749
4750 * configure.in: Add toplevel noconfigdir support for tpf.
4751 * configure: Regenerate.
4752
47532005-07-11 Jakub Jelinek <jakub@redhat.com>
4754
4755 * Makefile.def (target_modules): Add libssp.
4756 * configure.in (target_libraries): Add target-libssp.
4757 * configure: Rebuilt.
4758 * Makefile.in: Rebuilt.
4759
47602005-07-11 Paolo Bonzini <bonzini@gnu.org>
4761
4762 PR ada/22340
4763
4764 * Makefile.def: Sync with gcc.
4765 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4766 * Makefile.in: Regenerate.
4767
47682005-07-07 Andreas Schwab <schwab@suse.de>
4769
4770 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4771 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4772 * Makefile.in: Regenerated.
4773
47742005-07-07 Kazu Hirata <kazu@codesourcery.com>
4775
4776 * configure.in: Add --enable-libssp and --disable-libssp.
4777 * configure: Regenerate with autoconf-2.13.
4778
47792005-07-06 Geoffrey Keating <geoffk@apple.com>
4780
4781 * configure.in: Don't build sim or rda when targetting darwin.
4782 * configure: Regenerate.
4783
47842005-07-04 Ben Elliston <bje@gnu.org>
4785
4786 * src-release (do-proto-toplev): Remove dejagnu bits.
4787 (DEJAGNU_SUPPORT_DIRS): Remove.
4788 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
4789 (GDBD_SUPPORT_DIRS): Likewise.
4790 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
4791 (INSIGHTD_SUPPORT_DIRS): Likewise.
4792 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
4793
47942005-06-30 Ben Elliston <bje@gnu.org>
4795
4796 * setup.com (mpw): Remove unused directive.
4797
47982005-06-22 Paolo Bonzini <bonzini@gnu.org>
4799
4800 * Makefile.def (stagefeedback): Come after profile.
4801 Define profiledbootstrap target.
4802 * Makefile.tpl (profiledbootstrap): Remove.
4803 (stageprofile-end): Zap stagefeedback.
4804 (stagefeedback-start): Copy all .gcda files, not only GCC's.
4805 * Makefile.in: Regenerate.
4806
48072005-06-13 Zack Weinberg <zack@codesourcery.com>
4808
4809 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
4810 In 'cpp' stanza, support '#line' as well as '# '.
4811
48122005-06-07 Hans-Peter Nilsson <hp@axis.com>
4813
4814 * configure.in (unsupported_languages): New macro.
4815 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
4816 non-ported target libraries in noconfigdirs.
4817 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4818 non-linux-gnu. Remove libgcj_ex_libffi.
4819 <lang_frag loop>: Set add_this_lang=no if the language is in
4820 unsupported_languages.
4821 * configure: Regenerate.
4822
48232005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
4824
4825 * configure.in: Fix typo in handling of --with-mpfr-dir.
4826 * configure: Regenerate.
4827
48282005-06-02 Jim Blandy <jimb@redhat.com>
4829
4830 * config.sub: Add cases for the Renesas m32c. (This patch has been
4831 accepted into the master sources.)
4832
48332005-06-02 Aldy Hernandez <aldyh@redhat.com>
4834 Michael Snyder <msnyder@redhat.com>
4835 Stan Cox <scox@redhat.com>
4836
4837 * configure.in: Set noconfigdirs for ms1.
4838
4839 * configure: Regenerate.
4840
48412005-05-25 Paolo Bonzini <bonzini@gnu.org>
4842
4843 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4844 (Dependencies): Consider target modules for bootstrap dependencies.
4845 Make target bootstrap modules depend on each stage's gcc.
4846 * Makefile.in: Regenerate.
4847
48482005-05-20 Paolo Bonzini <bonzini@gnu.org>
4849
4850 * Makefile.def (configure-gcc): Depend on binutils having been built.
4851 (all-gcc): No need to do it here.
4852 * Makefile.in: Regenerate.
4853
48542005-05-19 Paul Brook <paul@codesourcery.com>
4855
4856 * configure.in: Rewrite misleading error message when requested
4857 language cannot be built.
4858 * configure: Regenerate.
4859
48602005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4861
4862 * ylwrap: Import from Automake 1.9.5.
4863
48642005-05-04 Mike Stump <mrs@apple.com>
4865
4866 * configure.in: Always pass --target to target configures as
4867 otherwise rebuilds that do --recheck will fail.
4868 * configure: Rebuilt.
4869
48702005-05-04 Paolo Bonzini <bonzini@gnu.org>
4871
4872 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4873 STAGE_HOST_EXPORTS.
4874 (configure, all): Add bootstrap support.
4875 (Host modules, target modules): Pass post-stage1 flags and exports.
4876 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4877 * Makefile.in: Regenerate.
4878
48792005-04-29 Paolo Bonzini <bonzini@gnu.org>
4880
4881 Sync from gcc:
4882
4883 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
4884
4885 * config.sub: Update from master copy.
4886
4887 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
4888
4889 * configure.in <crisv32-*-*, cris-*-*>: New local variable
4890 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
4891 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
4892 "*-*-elf" and "*-*-linux*".
4893 * configure: Regenerate.
4894
48952005-04-06 Paolo Bonzini <bonzini@gnu.org>
4896
4897 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
4898 (TARGET_CONFIGARGS): Include --with-target-subdir.
4899 (configure, all): New macros. Use them throughout.
4900
49012005-04-05 Paolo Bonzini <bonzini@gnu.org>
4902
4903 * Makefile.tpl: Sync with gcc.
4904 * Makefile.in: Regenerate.
4905
49062005-03-30 J"orn Rennecke <joern.rennecke@st.com>
4907
4908 * config/mh-mingw32: Delete.
4909 * configure.in: Don't use it.
4910 * configure: Regenerate.
4911
49122005-03-31 Paolo Bonzini <bonzini@gnu.org>
4913
4914 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4915 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4916 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
4917 (HOST_LIB_PATH): Generate from Makefile.def.
4918 (TARGET_LIB_PATH): Likewise.
4919 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4920 * Makefile.in: Regenerate.
4921 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4922 (RPATH_ENVVAR): Include Darwin case.
4923 * configure: Regenerate.
4924
49252005-03-25 Paolo Bonzini <bonzini@gnu.org>
4926
4927 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4928 * configure: Regenerate.
4929
49302005-03-21 Zack Weinberg <zack@codesourcery.com>
4931
4932 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4933 gcc_version, and gcc_version_trigger from set of flags to pass.
4934 * Makefile.tpl: Remove definitions of above variables.
4935 (config.status): Remove dependency on $(gcc_version_trigger).
4936 * Makefile.in: Regenerate.
4937 * configure.in: Do not reference config/gcc-version.m4 nor
4938 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
4939 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
4940 * configure: Regenerate.
4941
49422005-03-16 Manfred Hollstein <manfred.h@gmx.net>
4943 Andrew Pinski <pinskia@physics.uc.edu>
4944
4945 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4946 * Makefile.in: Regenerate.
4947
49482005-03-01 Alexandre Oliva <aoliva@redhat.com>
4949
4950 PR libgcj/20160
4951 * ltmain.sh: Avoid creating archives with components that have
4952 duplicate basenames.
4953
49542005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
4955
4956 PR bootstrap/20250
4957 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4958 instead of check.
4959 * Makefile.in: Regenerate.
4960
49612005-02-28 Paolo Bonzini <bonzini@gnu.org>
4962
4963 Sync from gcc.
4964
4965 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
4966
4967 PR bootstrap/17383
4968 * Makefile.def (target_modules): Remove "stage", now unnecessary.
4969 * Makefile.tpl (HOST_SUBDIR): New substitution.
4970 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4971 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4972 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4973 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4974 (Host modules, Bootstrapped modules): Use it.
4975 (Build modules, Target modules): Do not create symlink trees,
4976 always configure out-of-srcdir.
4977 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4978 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4979 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4980 $(HOST_SUBDIR). Create a symlink for host_subdir.
4981
4982 * Makefile.in: Regenerate.
4983 * configure: Regenerate.
4984
4985 Merged from libada-gnattools-branch:
4986 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
4987
4988 * Makefile.def: Add gnattools as a module, depending on target-libada.
4989 * Makefile.in: Regenerate.
4990 * configure.in: Include gnattools in host_tools; disable it if ada
4991 is disabled.
4992 * configure: Regenerate.
4993
49942005-02-23 Nick Clifton <nickc@redhat.com>
4995
4996 * configure: Regenerate.
4997
49982005-02-22 Paul Schlie <schlie@comcast.net>
4999
5000 * configure.in: Allow darwin targeted ports to build tk, itcl and
5001 libgui.
5002
50032005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5004
5005 PR libgcj/10353
5006 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5007 * configure: Regenerate.
5008
50092005-02-08 Andrew Cagney <cagney@gnu.org>
5010
5011 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5012 gdb/ section. Update GDB's URL.
5013
50142005-01-31 Andrew Cagney <cagney@gnu.org>
5015
5016 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5017
50182005-01-29 Hans-Peter Nilsson <hp@axis.com>
5019
5020 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5021 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5022 target-libgloss when not *-*-elf and *-*-aout.
5023 * configure: Regenerate.
5024
50252005-01-27 Andrew Cagney <cagney@gnu.org>
5026
5027 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5028
50292005-01-24 Andrew Cagney <cagney@gnu.org>
5030
5031 * gettext.m4: Only fall back to ../intl/ when it's present.
5032
50332005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5034
5035 * install-sh, config.sub: Import from upstream.
5036
50372005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5038
5039 PR bootstrap/18222
5040 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5041 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5042 * Makefile.in: Regenerate.
5043
50442005-01-03 Paolo Bonzini <bonzini@gnu.org>
5045
5046 Revert 2004-12-28 Makefile changes, a better fix will be
5047 applied to mainline and src after GCC 4.0 branches.
5048
50492004-12-28 Paolo Bonzini <bonzini@gnu.org>
5050
5051 PR bootstrap/17383
5052
5053 * Makefile.def (target_modules): Remove stage parameter,
5054 it is always true now.
5055 * Makefile.tpl (configure-build-[+module+],
5056 configure-target-[+module+]): Always build symlink tree
5057 for the directory and for include. BUILD_SUBDIR and
5058 TARGET_SUBDIR cannot be . anymore.
5059 * Makefile.in: Regenerate.
5060
50612004-12-25 David Edelsohn <edelsohn@gnu.org>
5062
5063 Revert 2004-12-08 Makefile changes.
5064
50652004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5066
5067 * configure.in (sh64-*-*): Reenable gprof.
5068 * configure: Regenerate.
5069
50702004-12-09 Jim Blandy <jimb@redhat.com>
5071
5072 * MAINTAINERS: List 'depcomp' as part of automake.
5073
50742004-12-08 David Edelsohn <edelsohn@gnu.org>
5075
5076 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5077 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5078 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5079 * Makefile.in: Regenerate.
5080
50812004-12-07 Matt Kraai <kraai@ftbfs.org>
5082
5083 * Makefile.tpl: Generate normal dependencies if the LHS module is
5084 not bootstrapped.
5085 * Makefile.in: Regenerate.
5086
50872004-12-03 Richard Sandiford <rsandifo@redhat.com>
5088
5089 * configure.in: Include config/gxx-include-dir.m4. Use
5090 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5091 * configure: Regenerate.
5092
50932004-12-03 Richard Sandiford <rsandifo@redhat.com>
5094
5095 * config.if: Delete.
5096 * configure.in: Set libstdcxx_incdir directly.
5097 * configure: Regenerate.
5098 * MAINTAINERS: Remove mention of config.if.
5099 * src-release (DEVO_SUPPORT): Remove config.if.
5100
51012004-12-02 Eric Christopher <echristo@redhat.com>
5102
5103 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5104 of things to remove.
5105 * Makefile.in: Regenerate.
5106
51072004-12-02 Richard Sandiford <rsandifo@redhat.com>
5108
5109 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5110 * configure: Regenerate.
5111
51122004-12-02 Richard Sandiford <rsandifo@redhat.com>
5113
5114 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5115 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5116 * configure: Regenerate.
5117
51182004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5119
5120 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5121 (hppa*64*-*-*): Delete incorrect comment.
5122 * configure: Rebuilt.
5123
51242004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5125
5126 * install-sh, compile: Import from automake.
5127
51282004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5129
5130 * config.guess, config.sub: Import from savannnah.
5131
51322004-11-12 Mike Stump <mrs@apple.com>
5133
5134 * Makefile.def: Add html support.
5135 * Makefile.tpl: Likewise.
5136 * Makefile.in: Regenerate.
5137
51382004-11-11 Geoffrey Keating <geoffk@apple.com>
5139
5140 PR 18423
5141 * configure.in: Remove all instances of build-fixincludes from
5142 noconfigdirs.
5143 (build_configargs): Supply --target to subdirectories.
5144 * configure: Regenerate.
5145
5146 * Makefile.def: Make gcc install depend on fixincludes install.
5147 * Makefile.in: Regenerate.
5148
51492004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5150
5151 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5152 target-libgfortran.
5153 * configure: Regenerate.
5154
51552004-11-07 David Edelsohn <edelsohn@gnu.org>
5156
5157 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5158 like CC.
5159
51602004-11-05 Paolo Bonzini <bonzini@gnu.org>
5161
5162 * Makefile.def (host fixincludes): Specify missing targets.
5163 * Makefile.in: Regenerate.
5164
51652004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5166
5167 PR other/17783
5168 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5169 * configure: Regenerated.
5170
51712004-11-04 Daniel Jacobowitz <dan@debian.org>
5172
5173 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5174 * configure: Regenerated.
5175
51762004-10-28 Eric B. Weddington <ericw@evcohs.com>
5177
5178 PR target/18151
5179 * configure.in (case ${target}): Do not build fixincludes for avr.
5180 * configure: Regenerated.
5181
51822004-10-26 Paolo Bonzini <bonzini@gnu.org>
5183
5184 * configure.in (case ${target}): Do not build fixincludes
5185 on platforms where it is not used.
5186 * configure: Regenerated.
5187
51882004-10-23 Daniel Jacobowitz <dan@debian.org>
5189
5190 * configure.in: Use an absolute path to install-sh.
5191 * configure: Regenerated.
5192
51932004-10-19 Andrew Cagney <cagney@gnu.org>
5194
5195 * src-release (do-djunpack, do-md5sum): Install the generated file
5196 directly into the proto-toplev/ directory.
5197
51982004-10-19 Andrew Cagney <cagney@gnu.org>
5199
5200 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
5201
52022004-10-12 Kelley Cook <kcook@gcc.gnu.org>
5203
5204 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5205 * configure: Regenerate.
5206
52072004-10-06 Paolo Bonzini <bonzini@gnu.org>
5208
5209 Fix wrong conflict resolution in:
5210
5211 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
5212
5213 * Makefile.in: Regenerate.
5214 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5215 in the recursive `make', instead of hardwiring `all'.
5216 (Autogenerated TARGET-* variables): New.
5217
52182004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5219
5220 Merged from GCC / libtool upstream:
5221 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
5222 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5223 * ltcf-cxx.sh (tpf*): Likewise.
5224 * ltconfig (tpf*): Add TPF OS configuration support.
5225
52262004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
5227
5228 * configure.in: Enable target-libgloss for crx-*-*.
5229 * configure: Regenerate.
5230
52312004-09-24 Michael Roth <mroth@nessie.de>
5232
5233 * configure.in (--without-headers): Add missing double quotes.
5234 * configure: Regenerate.
5235
52362004-09-24 Kelley Cook <kcook@gcc.gnu.org>
5237
5238 * ylwrap: Revert to previous version.
5239
52402004-09-23 H.J. Lu <hongjiu.lu@intel.com>
5241
5242 PR bootstrap/17369
5243 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5244 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5245 SET_GCC_LIB_PATH_CMD.
5246 (BASE_TARGET_EXPORTS): Likewise.
5247 * Makefile.in: Regenerated.
5248
5249 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5250 * configure: Regenerated.
5251
52522004-09-23 Kelley Cook <kcook@gcc.gnu.org>
5253
5254 * config.guess: New upstream version
5255 * compile, depcomp, install-sh, ylwrap: Likewise.
5256
52572004-09-19 Roger Sayle <roger@eyesopen.com>
5258
5259 * config/mh-x86omitfp: New host makefile fragment. Add
5260 -fomit-frame-pointer to the default BOOT_CFLAGS.
5261 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5262 * configure: Regenerate.
5263
52642004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
5265
5266 PR target/11572
5267 * configure.in (*-*-darwin*): Renable libobjc.
5268 * configure: Regenerate.
5269
52702004-09-09 Daniel Berlin <dberlin@dberlin.org>
5271
5272 * Makefile.def: Remove libbanshee.
5273 * Makefile.tpl: Ditto.
5274 * configure.in: Ditto.
5275 * Makefile.in: Regen.
5276 * configure: Ditto.
5277
52782004-09-07 Paolo Bonzini <bonzini@gnu.org>
5279
5280 * missing: Import latest version from master repository.
5281
52822004-09-04 Nick Clifton <nickc@redhat.com>
5283
5284 * config.sub: Import latest version from master repository.
5285 * config.guess: Likewise.
5286 This includes these changes:
5287
5288 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
5289
5290 * config.sub: Handle crisv32, alias etraxfs.
5291 * config.guess (crisv32:Linux:*:*): Handle.
5292
5293 2004-08-13 Brad Smith <brad@comstyle.com>
5294
5295 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5296 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5297
5298 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
5299
5300 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5301 assume the processor is a powerpc. This is because coreutils
5302 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5303 in this case, due to a MacOS X bug that causes
5304 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5305 to return a negative number.
5306 Problem reported by Petter Reinholdtsen in:
5307 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5308
5309 2004-07-19 Ben Elliston <bje@gnu.org>
5310
5311 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5312
5313 2004-06-24 Ben Elliston <bje@gnu.org>
5314
5315 * config.guess: Update copyright years.
5316 * config.sub: Likewise.
5317
5318 2004-06-22 Robert Millan <robertmh@gnu.org>
5319
5320 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5321 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5322
5323 2004-06-22 Stanley F. Quayle <stan@stanq.com>
5324
5325 * config.guess (*:*VMS:*:*): New entry. Replaces
5326 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5327 manufacturer.
5328
5329 2004-06-22 Ben Elliston <bje@gnu.org>
5330
5331 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5332 * config.sub: Likewise.
5333
5334 2004-06-22 Ben Elliston <bje@gnu.org>
5335
5336 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5337 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5338
5339 2004-06-11 Ben Elliston <bje@gnu.org>
5340
5341 * config.guess (pegasos:OpenBSD:*:*): Remove.
5342
5343 2004-06-11 Ben Elliston <bje@gnu.org>
5344
5345 From Wouter Verhelst <wouter@grep.be>:
5346 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5347
5348 2004-06-11 Ben Elliston <bje@gnu.org>
5349
5350 * config.guess (luna88k:OpenBSD:*:*): New.
5351
5352 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5353
5354 * config.guess (m32r*:Linux:*:*): New case.
5355 * config.sub: Handle m32rle.
5356
5357 2004-03-12 Ben Elliston <bje@wasabisystems.com>
5358
5359 From Jens Petersen <petersen@redhat.com>:
5360 * config.sub: Handle sparcv8.
5361
5362 2004-03-03 Ben Elliston <bje@wasabisystems.com>
5363
5364 From Tom Smith <smith@cag.lkg.hp.com>:
5365 * config.guess: Version suffixes are equally significant on Tru64
5366 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
5367 prefix of "P" (patched kernel).
5368
5369 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
5370
5371 * config.sub: Add support for National Semiconductor CRX target.
5372
53732004-09-03 Jan Beulich <jbeulich@novell.com>
5374
5375 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5376 *-*-netware, but add target-libmudflap.
5377 Consolidate *-*-netware targets (of which really only i?86 exists)
5378 into a single entry.
5379 * configure: Likewise.
5380
53812004-09-01 Paolo Bonzini <bonzini@gnu.org>
5382
5383 * Makefile.tpl (sorry): Remove.
5384 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5385 (cleanstrap targets): Depend on distclean, not distclean-stage1.
5386 (do-clean): Clean per-stage directories too.
5387 (do-distclean): Run distclean-stage1 too.
5388 (.NOTPARALLEL): Enable during toplevel bootstrap.
5389 (stage[+id+]-bubble): Enable parallel execution during
5390 the recursive invocation.
5391 * Makefile.in: Regenerate.
5392
5393 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
5394
5395 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
5396
5397 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5398 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5399 * configure: regenerate
5400 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5401 -mdynamic-no-pic
5402
54032004-08-31 Paolo Bonzini <bonzini@gnu.org>
5404
5405 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5406 include.
5407 * configure.in: Fix indentation.
5408 * configure: Regenerate.
5409
54102004-08-31 Paolo Bonzini <bonzini@gnu.org>
5411
5412 * Makefile.def (build_modules): Add fixincludes.
5413 (dependencies): Make gcc depend on fixincludes.
5414 * configure.in (build_tools): Add fixincludes.
5415 (build_configdirs): Always include build_libs.
5416 * Makefile.in: Regenerate.
5417 * configure: Regenerate.
5418
54192004-08-30 Paolo Bonzini <bonzini@gnu.org>
5420
5421 * Makefile.def (bootstrap stages): Add 'lean' parameter.
5422 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5423 phony targets; do not generate timestamp files.
5424 (distclean-stageN): Remove references to their timestamp files.
5425 (restageN, touch-stageN): Remove.
5426 (stageN-bubble): Rewritten.
5427 (compare): Support lean bootstraps.
5428 * Makefile.in: Regenerate.
5429
5430 * configure.in: Only warn when bootstrapping but
5431 build != host or build != target. Support lean bootstraps.
5432 * configure: Regenerate.
5433
5434 Sync from gcc:
5435 2004-08-26 Phil Edwards <phil@codesourcery.com>
5436
5437 * configure.in: Give a better error message if GMP/MPFR are missing
5438 and a language needing them has been requested.
5439 * configure: Regenerated.
5440
5441 2004-08-25 Phil Edwards <phil@codesourcery.com>
5442
5443 * configure.in: Print a list of available language front-ends if
5444 a requested one is missing. Tidy stray tab characters.
5445 * configure: Regenerated.
5446
54472004-08-17 Paolo Bonzini <bonzini@gnu.org>
5448
5449 * Makefile.in: Regenerate.
5450 * configure: Regenerate.
5451
5452 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5453 stage_*_flags.
5454 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5455 for bootstrapped modules if toplevel bootstrap is going.
5456 (GCC bootstrap): Generate per-stage targets for all bootstrapped
5457 modules. Adjust for changes in Makefile.def. Enable several
5458 rules even in non-bootstrap mode, just to avoid peppering the
5459 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5460 (stage-[+prev+]-bubble): Remove.
5461
5462 * Makefile.def (Dependencies): Depend on all-build-bison,
5463 all-build-flex, all-build-byacc, all-build-texinfo, rather
5464 than the host variations.
5465 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
5466 with BUILD_SUBDIR.
5467 (BISON): Update for recent Bisons.
5468 (YACC): Fix typo.
5469 (cross): Depend on all-build.
5470 (all): Do not depend on all-build.
5471 (prebootstrap): Remove.
5472 (dep-kind): Accept separate prefixes for MODULE and ON variables.
5473 (Prebootstrap dependencies): Add them to the per-stage targets
5474 and to all-prebootstrap.
5475 * configure.in (build_configdirs): Always enable build_tools.
5476 (BUILD_DIR_PREFIX): Remove.
5477
5478 * Makefile.def (gcc): Add target variable.
5479 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5480 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5481 in the recursive `make', instead of hardwiring `all'.
5482 (Autogenerated TARGET-* variables): New.
5483
54842004-08-17 Robert Millan <robertmh@gnu.org>
5485
5486 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5487 (instead of FreeBSD).
5488 * configure: Regenerate.
5489
54902004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
5491
5492 * Makefile.def, configure.in, src-release: Remove useless, bogus
5493 references to tix.
5494 * Makefile.in, configure: Regenerate.
5495
5496 * src-release: Stop distributing mmalloc with gdb (which doesn't
5497 use it).
5498 * Makefile.def: GDB doesn't depend on mmalloc anymore.
5499 * Makefile.in: Regenerate.
5500
55012004-08-09 Mark Mitchell <mark@codesourcery.com>
5502
5503 * configure.in (arm*-*-eabi*): New target.
5504 * configure: Regenerate.
5505
55062004-08-01 Robert Millan <robertmh@gnu.org>
5507
5508 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5509 libmudflap for all GNU-based systems (with Glibc).
5510 * configure: Regenerate.
5511
55122004-08-06 Paolo Bonzini <bonzini@gnu.org>
5513
5514 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5515 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5516 (Dependencies): New section.
5517 * Makefile.tpl (Dependencies): Generate from Makefile.def.
5518 (configure-target-[+module+]): Depend on maybe-all-gcc
5519 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
5520 (toplevel profiledbootstrap): Fix dependencies.
5521 * Makefile.in: Regenerate.
5522
55232004-08-03 Mark Mitchell <mark@codesourcery.com>
5524
5525 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5526 target-libiberty to noconfigdirs.
5527
55282004-08-03 Paul Brook <paul@codesourcery.com>
5529
5530 * configure.in: Check for MPFR as well as GMP.
5531 * configure: Regenerate.
5532
55332004-08-03 Paolo Bonzini <bonzini@gnu.org>
5534
5535 * Makefile.def (host-modules): Add gcc.
5536 * Makefile.in: Regenerate.
5537 * Makefile.tpl (sorry): New rule.
5538 (configure-host, all-host, [+make_target+]-host, do-check,
5539 install-host): Do not add gcc as a special case.
5540 (host modules): Add a small special-casing for gcc. Export
5541 extra_make_flags through the environment.
5542 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5543 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5544 other recursive targets for gcc): Remove.
5545
5546 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5547 (stage, unstage): New rules.
5548 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5549 distclean-stage[+id+]): Use stage_current.
5550 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5551 the stage*-start rules.
5552
55532004-07-19 Robert Millan <robertmh@gnu.org>
5554
5555 Synced from gcc:
5556
5557 2004-04-26 Robert Millan <robertmh@gnu.org>
5558
5559 Add patches from libtool CVS.
5560 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5561 * ltconfig: Likewise.
5562 * ltcf-c.sh: Likewise.
5563 * ltcf-cxx.sh: Likewise.
5564 * ltcf-gcj.sh: Likewise.
5565
55662004-07-12 Paolo Bonzini <bonzini@gnu.org>
5567
5568 * configure.in: Add noconfigdirs for crx-*-*.
5569 * configure: Regenerate.
5570
55712004-07-12 Paolo Bonzini <bonzini@gnu.org>
5572
5573 Synced from gcc:
5574
5575 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
5576
5577 * configure.in: Build libmudflap by default on FreeBSD.
5578 * configure: Regenerated.
5579
5580 2004-07-09 Mark Mitchell <mark@codesourcery.com>
5581
5582 * configure.in: Do not build libmudflap by default on non-GNU/Linux
5583 systems.
5584 * configure: Regenerated.
5585
5586 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5587
5588 PR target/16344
5589 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5590 feedback based compiler.
5591 * Makefile.in: Rebuilt.
5592
5593 2004-07-05 Phil Edwards <phil@codesourcery.com>
5594
5595 * configure.in: Do not prepend $srcdir to /dev/null in
5596 makefile fragments.
5597 * configure: Regenerate.
5598
55992004-07-08 Alexandre Oliva <aoliva@redhat.com>
5600
5601 * Makefile.def (host_modules): Set bootstrap=true for flex.
5602 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5603 * Makefile.in: Rebuilt.
5604
56052004-07-01 Paolo Bonzini <bonzini@gnu.org>
5606
5607 * Makefile.def (build_modules): Add bison, byacc, flex,
5608 m4, texinfo.
5609 (flags_to_pass): Add FLEX.
5610 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5611 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5612 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5613 DEFAULT_MAKEINFO): Remove.
5614 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5615 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5616 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5617 objdir or else use configured tool.
5618 (all-build): New.
5619 (all): Depend on it.
5620 (Build module dependencies): Add.
5621 * Makefile.in: Regenerate.
5622 * configure.in: Better support for multiple build modules,
5623 matching what is done for host/target modules. Do not look
5624 for "plausible" locations of build tools if Canadian cross.
5625 Use autoconf's AC_PROG_CC to find a C compiler. Define
5626 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
5627 * configure: Regenerate.
5628
56292004-06-22 Paolo Bonzini <bonzini@gnu.org>
5630
5631 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5632 * Makefile.in: Regenerate.
5633
56342004-06-22 Paolo Bonzini <bonzini@gnu.org>
5635
5636 * Makefile.tpl (configure-build-[+module+],
5637 configure-[+module+], configure-target-[+module+]): Pass
5638 [+extra_configure_args+].
5639 (all-build-[+module+], all-[+module+], check-[+module+],
5640 install-[+module+], [+make_target+]-[+module+],
5641 all-target-[+module+], check-target-[+module+],
5642 install-target-[+module+], [+make_target+]-target-[+module+]):
5643 Pass [+extra_make_args+].
5644 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5645 (GCC_HOST_EXPORTS): Remove.
5646 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5647 cross, check-gcc, check-gcc-c++, install-gcc,
5648 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5649 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5650 * Makefile.in: Regenerate.
5651
56522004-06-21 Christopher Faylor <cgf@alum.bu.edu>
5653
5654 * configure.in: Check for srcdir/winsup rather than build directory
5655 winsup.
5656 * configure: Regenerate.
5657
56582004-06-17 Corinna Vinschen <vinschen@redhat.com>
5659
5660 * configure.in: Don't build Cygwin native newlib if winsup
5661 directory is missing. Emit warning instead.
5662 * configure: Regenerate.
5663
56642004-06-09 Paolo Bonzini <bonzini@gnu.org>
5665
5666 * Makefile.tpl (touch-stage[+id+]): New.
5667 (restage[+prev+]): Depend on touch-stage[+id+].
5668
5669 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5670 Use it throughout.
5671
5672 * Makefile.def: Add profile and feedback bootstrap stages.
5673 Remove next field from bootstrap stages.
5674 * Makefile.tpl (LN, LN_S): Substitute.
5675 (stageN-start, stageN-end): Use double-colon rules, to
5676 provide a hook for additional setup commands.
5677 (distclean-stageN-gcc, restageN): Create dependencies from
5678 [+prev+], not from [+next+].
5679 (stageN-bubble): Add commands for successive stages from
5680 [+prev+], using double-colon rules.
5681 (all-stageN-gcc): Fix typo.
5682 (stagefeedback-start, profiledbootstrap): New.
5683 * Makefile.in: Regenerate.
5684 * configure.in: Call ACX_PROG_LN.
5685 * configure: Regenerate.
5686
56872004-06-03 Paolo Bonzini <bonzini@gnu.org>
5688
5689 * configure.in: Fix --enable-bootstrap breakage introduced in trees
5690 without gcc.
5691 * configure: Regenerate.
5692
56932004-06-01 Paolo Bonzini <bonzini@gnu.org>
5694
5695 * Makefile.tpl: Fix typo.
5696 * Makefile.in: Regenerate.
5697
56982004-06-01 Paolo Bonzini <bonzini@gnu.org>
5699
5700 * configure.in: Remove new- prefix from toplevel
5701 bootstrap targets.
5702 * configure: Regenerate.
5703
57042004-06-01 Paolo Bonzini <bonzini@gnu.org>
5705
5706 Merge this patch from the gcc tree:
5707
5708 2004-05-30 Andreas Jaeger <aj@suse.de>
5709 Jim Wilson <wilson@specifixinc.com>
5710
5711 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5712 like CC.
5713
57142004-06-01 Paolo Bonzini <bonzini@gnu.org>
5715
5716 * Makefile.tpl (all.normal): Rename to all.
5717 (all): Replace with a rule to pick the default
5718 target from configure.
5719 (all-gcc, configure-gcc): Use conditionals to
5720 do nothing when toplevel bootstrap is going on.
5721 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5722 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5723 * configure.in: Support --enable-bootstrap.
5724
5725 * Makefile.def: Remove new- prefix from toplevel
5726 bootstrap targets.
5727 * Makefile.tpl: Likewise.
5728
5729 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
5730 target.
5731
5732 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5733 $(RECURSE_FLAGS) to recursive invocation of make.
5734
5735 * Makefile.in: Regenerate.
5736 * configure: Regenerate.
5737
57382004-05-27 Daniel Jacobowitz <dan@debian.org>
5739
5740 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5741 * configure: Regenerate.
5742
57432004-05-25 Daniel Jacobowitz <drow@false.org>
5744
5745 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5746 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5747 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
5748 targets.
5749 * Makefile.in: Regenerate.
5750
57512005-05-24 Paolo Bonzini <bonzini@gnu.org>
5752
5753 * configure.in: Test the ability to symlink directories.
5754 * configure: Regenerate.
5755
5756 * Makefile.def (bootstrap-stage): New definitions.
5757 * Makefile.tpl (configure-stage1-gcc,
5758 configure-stage2-gcc, configure-stage3-gcc,
5759 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5760 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5761 new-restage3, compare): Autogenerate, see Makefile.in
5762 entry for behavioral changes.
5763 (distclean-stage1, new-stage1-start, new-stage1-end,
5764 new-stage1-bubble, distclean-stage2, new-stage2-start,
5765 new-stage2-end, new-stage2-bubble, distclean-stage3,
5766 new-stage3-start, new-stage3-end): New autogenerated targets.
5767 (objext, prebootstrap, BOOT_CFLAGS,
5768 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5769 targets.
5770
5771 * Makefile.in: Regenerate.
5772 (distclean-stage1, new-stage1-start, new-stage1-end,
5773 new-stage1-bubble, distclean-stage2, new-stage2-start,
5774 new-stage2-end, new-stage2-bubble, distclean-stage3,
5775 new-stage3-start, new-stage3-end): New targets.
5776 (all-stage1-gcc): Move prebootstrap dependency from here...
5777 (configure-stage1-gcc): ...to here.
5778 (new-bootstrap): Use bubble targets.
5779 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5780 Use per-stage distclean targets.
5781 (configure-stage1-gcc, configure-stage2-gcc,
5782 configure-stage3-gcc, all-stage1-gcc,
5783 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5784 Use new-stageN-start to prepare the tree.
5785
57862004-05-23 Paolo Bonzini <bonzini@gnu.org>
5787
5788 * Makefile.def (host_modules): add libcpp.
5789 * Makefile.tpl: Add dependencies on and for libcpp.
5790 * Makefile.in: Regenerate.
5791 * configure.in: Add libcpp host module.
5792 * configure: Regenerate.
5793
57942004-05-17 Zack Weinberg <zack@codesourcery.com>
5795
5796 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5797 of libf2c.
5798 * configure, Makefile.in: Regenerate.
5799
58002004-05-13 Diego Novillo <dnovillo@redhat.com>
5801
5802 Merge from tree-ssa-20020619-branch.
5803
5804 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5805 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5806 (HOST_GMPLIBS): Define.
5807 (HOST_GMPINC): Define.
5808 (TARGET_LIB_PATH): Add libmudflap.
5809 (GFORTRAN_FOR_TARGET): Define.
5810 (configure-build*): Export GFORTRAN.
5811 (configure-gcc): Export GMPLIBS and GMPINC.
5812 (all-gcc): Add maybe-all-libbanshee.
5813 (configure-target-libgfortran): Define.
5814 * Makefile.in: Regenerate.
5815 * configure.in (host_libs): Add libbanshee.
5816 (target_libraries): Add target-libmudflap and target-libgfortran.
5817 Add --with-libbanshee.
5818 Handle --disable-libmudflap.
5819 (*-*-freebsd*): Use with_gmp.
5820 Add $(libgcj) to noconfigdirs.
5821 * configure: Regenerate.
5822 * depcomp: New file.
5823 * MAINTAINERS: Add tree-ssa maintainers.
5824
58252004-04-28 Paolo Bonzini <bonzini@gnu.org>
5826
5827 * config/acx.m4: Fix fastcompare support for new-bootstrap.
5828 * configure: Regenerate.
5829
58302004-04-27 Paolo Bonzini <bonzini@gnu.org>
5831
5832 Revert:
5833 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5834
5835 * Makefile.def (flags_to_pass): Remove *dir variables that
5836 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5837 as well as prefix and exec_prefix.
5838 * Makefile.in: Regenerate.
5839
58402004-04-26 Paolo Bonzini <bonzini@gnu.org>
5841
5842 * Makefile.def (host_modules): Mark with the bootstrap
5843 flag packages on which gcc depends.
5844 * Makefile.tpl (all-bootstrap): Use it.
5845 * Makefile.in: Regenerate.
5846
58472004-04-26 Paolo Bonzini <bonzini@gnu.org>
5848
5849 * Makefile.def (flags_to_pass): Remove *dir variables that
5850 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5851 as well as prefix and exec_prefix.
5852 * Makefile.in: Regenerate.
5853
58542004-04-26 Paolo Bonzini <bonzini@gnu.org>
5855
5856 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5857 * configure: Regenerate.
5858 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5859 * gcc/Makefile.tpl (compare): Use the result of the test.
5860 * gcc/Makefile.in: Regenerate.
5861
58622004-04-23 Paolo Bonzini <bonzini@gnu.org>
5863
5864 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5865 Always relocate gcc and prev-gcc to the original names, even
5866 if the build fails.
5867 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5868 New targets.
5869
58702004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5871
5872 * configure.in (mips*-*-irix5*): Enable ld.
5873 * configure: Regenerate.
5874
58752004-04-15 James E Wilson <wilson@specifixinc.com>
5876
5877 * Makefile.tpl (configure-[+module+], configure-gcc,
5878 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5879 Set and export LDFLAGS.
5880 * Makefile.in: Regenerate.
5881
58822004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
5883
5884 PR bootstrap/14871
5885 * Makefile.tpl: If we don't have built-in-tree target tools,
5886 use the ones found by configure rather than hacking around with
5887 program_transform_name.
5888 * configure.in: Give Makefile.tpl the information necessary
5889 to do that.
5890 * Makefile.in: Regenerate.
5891 * configure: Regenerate.
5892
58932004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
5894
5895 PR bootstrap/14760
5896 * configure.in: When computing baseargs, strip *all* copies of
5897 offending options. Also, don't match/substitute the trailing space,
5898 so that this actually works when two similar options are separated by
5899 only one space.
5900 * configure: Regenerate.
5901
59022004-04-06 David Edelsohn <edelsohn@gnu.org>
5903
5904 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5905 (rs6000-*-aix*): Same.
5906 * configure: Regenerate.
5907
59082004-03-25 Stan Shebs <shebs@apple.com>
5909
5910 Remove MPW support, no longer used.
5911 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
5912 mpw-install: Remove files.
5913 * src-release (DEVO_SUPPORT): Remove names of removed files.
5914 * MAINTAINERS: Likewise.
5915
59162004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
5917
5918 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5919 STRICT_WARN, WARN_CFLAGS flags passed down to make.
5920 * Makefile.in: Regenerate.
5921
5922 * configure.in (top level bootstrap support): Rework --enable-werror
5923 to set @stage2_werror_flag@.
5924 * configure: Regenerate.
5925 * Makefile.tpl (top level bootstrap support): Pass
5926 @stage2_werror_flag@ down to configure in stages 2 and 3.
5927 * Makefile.in: Regenerate.
5928
59292004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
5930
5931 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5932 for stages 2 and 3 as well as in make. As a consequence, remove
5933 OUTPUT_OPTION (now detected by configure) from the flags passed down
5934 to make.
5935 * Makefile.in: Regenerate.
5936
5937 * Makefile.tpl (new-bootstrap): Fix typo.
5938 * Makefile.in: Regenerate.
5939
59402004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
5941
5942 * Makefile.tpl: Rearrange by moving recursive_targets rules
5943 into their proper sections.
5944 * Makefile.tpl (top level bootstrap support): Move disabling
5945 of coverage flags from 'make' to 'configure'; improve comments.
5946 * Makefile.in: Regenerate.
5947
5948 * Makefile.tpl (experimental top level bootstrap) Move stage1
5949 language setting from all- target to configure- target; disable
5950 intermodule optimization in stage 1; prevent gratuitous rebuilds
5951 of stage 1.
5952 * Makefile.in: Regenerate.
5953 * configure.in: Comma-separate stage 1 language list for top
5954 level bootstrap.
5955 * configure: Regenerate.
5956
5957 * Makefile.tpl: Clean up experimental top level bootstrap support:
5958 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5959 prev-gcc in configure- targets as well as all- targets.
5960 * Makefile.in: Regenerate.
5961
59622004-03-17 Paolo Bonzini <bonzini@gnu.org>
5963
5964 * configure.in: Remove symbolic link section.
5965 * configure: Regenerate.
5966 * Makefile.tpl (links): Remove.
5967 * Makefile.in: Regenerate.
5968
59692004-03-15 Paolo Bonzini <bonzini@gnu.org>
5970 Nathanael Nerode <neroden@gcc.gnu.org>
5971
5972 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
5973 Set with AC_CHECK_PROGS.
5974 * configure.in: Fix comment typo from last patch.
5975 * configure: Regenerate.
5976
59772004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
5978
5979 * Makefile.tpl: Introduce experimental top level bootstrap support.
5980 * Makefile.in: Regenerate.
5981 * configure.in: Introduce support for top level bootstrap.
5982 * configure: Regenerate.
5983
59842004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
5985 Paolo Bonzini <bonzini@gnu.org>
5986
5987 PR bootstrap/14522
5988 * configure.in: Cope with shells that do not support unquoted ^
5989 * configure: Regenerate.
5990
59912004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
5992 Paolo Bonzini <bonzini@gnu.org>
5993
5994 PR bootstrap/14522
5995 * configure.in: Cope with shell that do not support nesting
5996 quotes inside quoted backquote substitutions.
5997 * configure: Regenerate.
5998
59992004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6000
6001 PR bootstrap/14522
6002 * configure.in: Fix escaping of $.
6003 * configure: Regenerate.
6004
60052004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6006
6007 * configure: Regenerate.
6008
60092004-03-08 Paolo Bonzini <bonzini@gnu.org>
6010
6011 PR ada/14131
6012 Move language detection to the top level.
6013 * configure.in: Find default values for the tools as
6014 soon as possible. Disable ada if GNAT is not found.
6015 Emit error message about missing languages. Expand
6016 --enable-languages=all for the gcc subdirectory.
6017
60182004-03-01 Richard Sandiford <rsandifo@redhat.com>
6019
6020 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6021 and disable libgcj.
6022 * configure: Regenerated.
6023
60242004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6025
6026 PR bootstrap/7087
6027 * Makefile.tpl: Guard XFOO sed statements better.
6028 * Makefile.tpl: Add dependency for configure-target-libada.
6029 * Makefile.in: Regenerate (incidentally fixes broken
6030 commit when libada-branch was merged).
6031
60322004-02-28 Andrew Cagney <cagney@redhat.com>
6033
6034 * src-release (CVS_NAMES): Define.
6035 (do-tar, do-tar): Prune $(CVS_NAMES).
6036
60372004-02-23 Andrew Cagney <cagney@redhat.com>
6038
6039 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6040 2004-02-19.09.
6041
60422004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6043
6044 PR bootstrap/11932
6045 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6046
60472004-02-19 Andrew Cagney <cagney@redhat.com>
6048
6049 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6050 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6051
60522004-02-11 David Edelsohn <edelsohn@gnu.org>
6053
6054 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6055 (rs6000-*-aix*): Same.
6056 * configure: Regenerate.
6057
60582004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6059
6060 * configure.in (host): Add in missing $noconfigdirs to defines.
6061 * configure: Regenerate.
6062
60632004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6064 Nathanael Nerode <neroden@gcc.gnu.org>
6065
6066 PR ada/6637, PR ada/5911
6067 Merge with libada-branch:
6068 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6069 with appropriate dependencies. Add --enable-libada configure switch.
6070 * configure, Makefile.in: Regenerate.
6071
60722004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6073
6074 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6075 * configure: Regenerate.
6076
60772004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6078
6079 * COPYING.NEWLIB: Update Red Hat license to 2004.
6080
60812004-01-23 DJ Delorie <dj@redhat.com>
6082
6083 * Makefile.def (target_modules) [libiberty]: Don't stage.
6084 * Makefile.in: Rebuilt.
6085
60862004-01-23 Jeff Johnston <jjohnstn@redhat.com>
6087
6088 * COPYING.NEWLIB: Update to include copyrights for new
6089 iconv code.
6090
60912004-01-15 Andrew Cagney <cagney@redhat.com>
6092
6093 * src-release: Update copyright year.
6094 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6095 (NEWLIB_SUPPORT_DIRS): Delete macro.
6096 (newlib.tar.bz2): Delete rule.
6097
60982004-01-14 Loren J. Rittle <ljrittle@acm.org>
6099
6100 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6101 * Makefile.tpl (configure-target-[+module+]): Support stage.
6102 * Makefile.in: Rebuilt.
6103
61042003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6105
6106 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6107 throughout.
6108
61092004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6110
6111 * configure.in: Use ./config.cache, not config.cache.
6112 * configure: Regenerate.
6113 * Makefile.tpl: Special-casing not needed for GCC any more.
6114 * Makefile.in: Regenerate.
6115
6116 * configure.in: Don't share a cache file for host dirs.
6117 * configure: Regenerate.
6118
6119 * config-ml.in: Don't mess with the cache file.
6120
61212004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6122
6123 * Makefile.tpl: Make GCC use a separate config.cache.
6124 * Makefile.in: Regenerate.
6125
6126 PR bootstrap/11932, PR bootstrap/11933
6127 (I don't know if it will fix either of them, but it relates
6128 to them.)
6129 * configure.in: Don't use shared config.cache for target
6130 directories.
6131 * configure: Regenerate.
6132
61332003-12-31 Roger Sayle <roger@eyesopen.com>
6134
6135 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6136 * configure: Regenerated.
6137
61382003-12-21 Bernardo Innocenti <bernie@develer.com>
6139
6140 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6141 * configure: Regenerated.
6142
61432003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6144
6145 Port change over from GCC:
6146 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6147 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6148 (configure-build-[+module+], configure-[+module+]): Likewise.
6149 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6150 * Makefile.in: Regenerate.
6151
61522003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6153
6154 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6155 * configure: Regenerate.
6156
61572003-11-27 Jeff Johnston <jjohnstn@redhat.com>
6158
6159 * COPYING.NEWLIB: Add license info for long long routines added to
6160 stdlib.
6161
61622003-11-14 Arnaud Charlet <charlet@act-europe.fr>
6163
6164 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6165 * Makefile.in: Regenerate.
6166
61672003-10-20 Phil Edwards <phil@codesourcery.com>
6168
6169 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
6170 * configure: Regenerate.
6171
61722003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
6173
6174 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6175 HOST_FLAGS_TO_PASS.
6176 * Makefile.in: Regenerate.
6177
61782003-10-05 Mohan Embar <gnustuff@thisiscool.com>
6179
6180 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6181 * configure: Rebuilt
6182 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6183 * Makefile.in: Rebuilt
6184
61852003-10-03 H.J. Lu <hongjiu.lu@intel.com>
6186
6187 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6188
61892003-10-01 Phil Edwards <pme@gcc.gnu.org>
6190
6191 * config-ml.in: Use ac_configure_args directly instead of
6192 ml_arguments. Only set ml_norecursion if --no[-]recursion is
6193 actually seen.
6194
61952003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
6196
6197 * config-ml.in: Propagate INSTALL variables.
6198
61992003-09-21 Daniel Jacobowitz <drow@mvista.com>
6200
6201 * configure.in: Pass a computed --program-transform-name
6202 to subconfigures.
6203 * configure: Regenerated.
6204
62052003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6206
6207 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6208 * Makefile.in: Regenerate.
6209
6210 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6211 * Makefile.in: Regenerate.
6212
62132003-09-17 Daniel Jacobowitz <drow@mvista.com>
6214
6215 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6216 quoting.
6217 * configure: Regenerated.
6218
62192003-09-12 Michael Chastain <mec@shout.net>
6220
6221 Fix PR gdb/857.
6222 * src-release (do-proto-topleve): Remove junk files
6223 intl/config.cache, intl/config.status,
6224 intl/config.h, intl/stamp-h.
6225
62262003-09-14 Andrew Cagney <cagney@redhat.com>
6227
6228 * src-release (dejagnu.tar): New target.
6229 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
6230 (do-djunpack): Use $(PACKAGE) for the package name.
6231
62322003-09-04 DJ Delorie <dj@redhat.com>
6233
6234 * configure: Regenerate.
6235
62362003-09-04 Robert Millan <robertmh@gnu.org>
6237
6238 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6239
62402003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6241
6242 * configure.in: Ensure arguments to sed are properly spaced.
6243 * configure: Regenerate.
6244
62452003-08-28 Daniel Jacobowitz <drow@mvista.com>
6246
6247 Merge from gcc:
6248 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
6249 * install-sh: Update to newer upstream versions (associated with
6250 aclocal 1.7).
6251 * missing: Likewise, plus $1Help2man -> $1 typo fix.
6252
62532003-08-27 Daniel Jacobowitz <drow@mvista.com>
6254
6255 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6256 * configure: Regenerated.
6257
62582003-08-23 Phil Edwards <pme@gcc.gnu.org>
6259
6260 * configure.in: Use newline instead of semicolon when assuming
6261 shell arguments in a for loop.
6262 * configure: Regenerated.
6263
62642003-08-20 Geoffrey Keating <geoffk@apple.com>
6265
6266 PR 8180
6267 * configure.in: When testing with_libs and with_headers, treat
6268 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
6269 * configure: Regenerate.
6270
6271 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6272 make, shell, etc.
6273 (baseargs): Likewise.
6274 * configure: Regenerate.
6275
62762003-08-19 Geoffrey Keating <geoffk@apple.com>
6277
6278 * configure.in: Disable libgcj for darwin not on powerpc.
6279 * configure: Rebuild.
6280
62812003-08-15 Michael Chastain <mec@shout.net>
6282
6283 * src-release (do-proto-toplev): Remove junk files
6284 dejagnu/example/calc/config.status,
6285 dejagnu/example/calc/config.log.
6286
62872003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
6288
6289 * config-ml.in, symlink-tree: Add license.
6290
62912003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
6292
6293 Merge from gcc:
6294
6295 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
6296 * Makefile.tpl (check, check-c++): Express dependencies using
6297 dependencies rather than commands.
6298 * Makefile.in: Regenerate.
6299
6300 2003-07-31 Geoffrey Keating <geoffk@apple.com>
6301 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6302 * Makefile.in: Update.
6303
63042003-08-01 Andrew Cagney <cagney@redhat.com>
6305
6306 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6307 * configure: Ditto.
6308
63092003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
6310
6311 * configure.in: Enable libgcj for darwin.
6312 * configure: Rebuild.
6313
63142003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
6315
6316 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
6317
63182003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
6319
6320 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6321 creating target and build subdirs to build all parent dirs as needed.
6322 * Makefile.in: Rebuild.
6323 * configure.in: Don't build dirs explicitly here.
6324 * configure: Rebuild.
6325
63262003-07-22 Alexandre Oliva <aoliva@redhat.com>
6327
6328 * Makefile.tpl (all-make): Depend on intl.
6329 * Makefile.in: Rebuilt.
6330
63312003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
6332
6333 * config.if: Remove unused libc_interface determination.
6334
63352003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
6336
6337 * Makefile.in: Regenerate, correctly this time.
6338
63392003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
6340
6341 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
6342 unused INSTALL_PROGRAM_ARGS.
6343 * configure.in: Use AC_PROG_INSTALL.
6344 * Makefile.in: Regenerate.
6345 * configure: Regenerate.
6346
63472003-07-10 Alexandre Oliva <aoliva@redhat.com>
6348
6349 * configure: Rebuilt.
6350 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
6351 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6352 newlib nor libgloss.
6353 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
6354 * configure.in (am33_2.0-*-linux*): Added.
6355
63562003-07-09 Bob Wilson <bob.wilson@acm.org>
6357
6358 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6359 * configure: Regenerate.
6360
63612003-07-06 H.J. Lu <hongjiu.lu@intel.com>
6362
6363 * config-ml.in: Replace PWD with PWD_COMMAND.
6364 * Makefile.tpl: Likewise.
6365 * Makefile.in: Regenerated.
6366
63672003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
6368
6369 * configure.in: Clean up config-lang.in handling. Delete
6370 useless assignment to "subdirs".
6371 * configure: Regenerate.
6372
63732003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
6374
6375 * configure.in: Rename 'target_libs' to 'target_libraries'.
6376 Remove useless reference to 'target_libs'.
6377 * configure: Regenerate.
6378
63792003-06-23 Keith Seitz <kseitz@sources.redhat.com>
6380
6381 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6382 * Makefile.in: Regenerate.
6383
63842003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
6385
6386 * Makefile.def: Introduce flags_to_pass.
6387 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6388 * Makefile.in: Regenerate.
6389
63902003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
6391
6392 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6393 and target-libgloss.
6394 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6395 <h8300*-*-*>: Disable libf2c and ${libgcj}.
6396 * configure: Regenerate.
6397
63982003-06-17 Benjamin Kosnik <bkoz@redhat.com>
6399
6400 * configure.in: Update testsuite_flags to new location.
6401 * configure. Regenerate.
6402
64032003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
6404
6405 * Makefile.tpl: Remove BUILD_CC stuff.
6406 * Makefile.in: Regenerate.
6407
64082003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6409
6410 * config.guess: Update to 2003-06-12 version.
6411 * config.sub: Update to 2003-06-13 version.
6412
64132003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6414
6415 * MAINTAINERS: Add myself as MIPS co-maintainer.
6416
64172003-06-12 H.J. Lu <hongjiu.lu@intel.com>
6418
6419 * config.guess: Update to 2003-06-06 version.
6420 * config.sub: Update to 2003-06-06 version.
6421
64222003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6423
6424 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6425 * configure. Regenerate.
6426
64272003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
6428
6429 * configure.in: Disable serial configure by default.
6430 * configure: Regenerate.
6431 * Makefile.tpl: Abolish .NOTPARALLEL.
6432 * Makefile.in: Regenerate.
6433
6434 * Makefile.tpl: Replace {build,host,target}_canonical by
6435 {build,host,target}.
6436 * Makefile.in: Regenerate.
6437
6438 * Makefile.tpl: Fix stupid pasto.
6439 * Makefile.in: Regenerate.
6440
64412003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
6442
6443 * Makefile.tpl: Remove bogus conditional.
6444 * Makefile.in: Regenerate.
6445
64462003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
6447
6448 * Makefile.tpl: Make 'recursive targets' using autogen rather
6449 than shell loop. Remove duplicate 'clean' targets and false
6450 comments.
6451 * Makefile.def: Add systematic dependencies to 'recursive' targets.
6452 Add systematic method of specifying missing targets in subdirs.
6453 Add copyright boilerplate.
6454 * Makefile.in: Regenerate.
6455 * configure.in: Add 'recursive targets' to maybe list.
6456 * configure: Regenerate.
6457
6458 * Makefile.tpl: Rename [+target+] to [+make_target+].
6459 * Makefile.def: Rename 'target' to 'make_target'.
6460
64612003-05-30 Nick Clifton <nickc@redhat.com>
6462
6463 * README-maintainer-mode: Update URL for locating blessed config
6464 tools.
6465
64662003-05-29 Robert Millan <rmh@debian.org>
6467
6468 * ltconfig: Import this patch and modify for use with current
6469 version of ltconfig:
6470
6471 2003-05-21 Bruno Haible <bruno@clisp.org>
6472
6473 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
6474 GNU/FreeBSD.
6475
64762003-05-28 DJ Delorie <dj@redhat.com>
6477
6478 * Makefile.tpl: Make maybe-check-gcc .PHONY.
6479 * Makefile.in: Regenerate.
6480
64812003-05-28 Jeff Johnston <jjohnstn@redhat.com>
6482
6483 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
6484
64852003-05-21 DJ Delorie <dj@redhat.com>
6486
6487 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6488 newlib or libgloss.
6489 * Makefile.in: Regenerate.
6490
64912003-05-21 DJ Delorie <dj@redhat.com>
6492
6493 * Makefile.tpl: Add missing empty maybe-check-gcc target.
6494 * Makefile.in: Regenerate.
6495
64962003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6497
6498 * configure.in: Use curly braces in the definition of tooldir.
6499 * configure: Regenerate.
6500
65012003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
6502
6503 * configure.in: Switch more things to use maybe dependencies.
6504 * Makefile.tpl: Switch more things to use maybe dependencies.
6505 Factor out common code from autogen IF statements.
6506 * configure: Regenerate.
6507 * Makefile.in: Regenerate.
6508
65092003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
6510
6511 * configure.in: Accept i[3456789]86 for machine type.
6512 * configure: Regenerate.
6513
65142003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
6515
6516 * configure.in: Switch more things to use maybe dependencies.
6517 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
6518 * configure: Regenerate.
6519 * Makefile.tpl: Switch more things to use maybe dependencies.
6520 * Makefile.in: Regenerate.
6521
65222003-05-16 Andreas Schwab <schwab@suse.de>
6523
6524 * Makefile.tpl (install-opcodes): Define.
6525 * Makefile.in: Rebuild.
6526
65272003-05-13 Andreas Jaeger <aj@suse.de>
6528
6529 * config.guess: Update to 2003-05-09 version.
6530 * config.sub: Update to 2003-05-09 version.
6531
65322003-05-13 Michael Eager <eager@mvista.com>
6533
6534 * configure.in: Correct sed script so that options in quotes are not
6535 deleted.
6536 * configure: Rebuild.
6537
65382003-05-12 Corinna Vinschen <corinna@vinschen.de>
6539
6540 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6541 and $$s/newlib/libc/sys/cygwin32 include paths.
6542 * configure: Ditto.
6543
65442003-05-05 H.J. Lu <hjl@gnu.org>
6545
6546 * config-ml.in: Restored from gcc repository.
6547
65482003-05-02 Chris Demetriou <cgd@broadcom.com>
6549
6550 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6551 * Makefile.in: Regenerate.
6552
65532003-04-27 Daniel Jacobowitz <drow@mvista.com>
6554
6555 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
6556 and Makefile.def.
6557
65582003-04-27 Daniel Jacobowitz <drow@mvista.com>
6559
6560 * Makefile.tpl: Clean $(BUILD_SUBDIR).
6561 * Makefile.in: Regenerated.
6562
65632003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6564
6565 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6566 * Makefile.in: Regenerate.
6567
65682003-04-18 Jakub Jelinek <jakub@redhat.com>
6569
6570 * configure.in (powerpc64*-*-linux*): Remove.
6571 * configure: Rebuilt.
6572
65732003-04-17 Phil Edwards <pme@gcc.gnu.org>
6574
6575 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
6576 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6577 and restrap.
6578 * Makefile.in: Regenerate.
6579
65802003-04-16 Richard Earnshaw <rearnsha@arm.com>
6581
6582 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6583 * configure: Regenerated.
6584
65852003-04-11 Alexandre Oliva <aoliva@redhat.com>
6586
6587 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6588 * */configure: Rebuilt.
6589
65902003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
6591
6592 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6593 * Makefile.in: Regenerate.
6594
65952003-03-14 Michael Chastain <mec@shout.net>
6596
6597 * Makefile.in: Regenerate with correct Makefile.def.
6598
65992003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
6600
6601 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
6602 Make macro.
6603 * Makefile.in: Regenerate.
6604 * configure.in: Clean up gxx_include_dir logic.
6605 * configure: Regenerate.
6606
66072003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6608
6609 * configure.in (gxx_include_dir): Fix typo.
6610 * configure: Regenerated.
6611
66122003-03-06 Andrew Cagney <cagney@redhat.com>
6613
6614 * texinfo/texinfo.tex: Import version 2003-02-03.16.
6615
66162003-03-04 Daniel Jacobowitz <drow@mvista.com>
6617
6618 * configure.in: Include $(build_tooldir)/sys-include in
6619 FLAGS_FOR_TARGET.
6620 * configure: Regenerated.
6621
66222003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
6623
6624 * Makefile.tpl: Reindent.
6625 * Makefile.in: Regenerate.
6626 * configure.in: Reindent. Don't set unused variables.
6627 * configure: Regenerate.
6628
6629 * Makefile.tpl: Always pass down RANLIB.
6630 * Makefile.in: Regenerate.
6631
6632 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6633 * Makefile.in: Regenerate.
6634 * configure.in: Remove unused logic relating to --enable-shared
6635 and --enable-threads. Remove bogus comments. Remove redundant
6636 noconfigdirs.
6637 * configure: Regenerate.
6638
6639 * configure.in: Replace ${libstdcxx_version} by its value.
6640 Remove reference to mh-dgux.
6641 * configure: Regenerate.
6642
66432003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6644
6645 * Makefile.tpl: Rearrange.
6646 * Makefile.in: Regenerate.
6647
66482003-02-25 Nick Clifton <nickc@redhat.com>
6649
6650 * configure: Remove site-file supprot - it is obsolete.
6651
66522003-02-24 Uwe Stieber <uwe@wwws.de>
6653
6654 * configure.in: Add support for kaOS as cross build target system.
6655 * configure: Regenerated.
6656
66572003-02-20 Sean McNeil <sean@blue.mcneil.com>
6658
6659 * Makefile.tpl: Add definition of CPPFLAGS to pass into
6660 configure-target-* as some target builds may require additional
6661 flags for preprocessor tests.
6662 * Makefile.in: Regenerated.
6663
66642003-02-19 Alexandre Oliva <aoliva@redhat.com>
6665
6666 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6667 * ltconfig: Handle it.
6668 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6669 auto-detecting it.
6670
66712003-02-19 Alexandre Oliva <aoliva@redhat.com>
6672
6673 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6674 it is used as argument to $CC.
6675 * ltcf-gcj.sh: Likewise.
6676
66772003-02-19 Alexandre Oliva <aoliva@redhat.com>
6678
6679 * configure.in: Introduce --enable-maintainer-mode.
6680 * configure: Rebuilt.
6681 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6682 for maintainer mode.
6683 * Makefile.in: Rebuilt.
6684
66852003-02-19 Andrew Cagney <ac131313@redhat.com>
6686
6687 * configure: Regenerate using autoconf 2.13.
6688
66892003-02-19 Alan Modra <amodra@bigpond.net.au>
6690
6691 * config.guess: Import latest version.
6692 * config.sub: Import latest version.
6693
66942003-02-18 Jason Merrill <jason@redhat.com>
6695
6696 * Makefile.tpl (check-c++): Allow parallelism.
6697
66982003-02-17 Andrew Cagney <ac131313@redhat.com>
6699
6700 * configure: Regenerate using autoconf 000227.
6701
67022003-02-15 Geoffrey Keating <geoffk@apple.com>
6703
6704 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6705 don't configure target-libobjc.
6706 * configure: Regenerate.
6707
67082003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6709
6710 * Makefile.tpl (RANLIB): Define.
6711 * Makefile.in: Regenerate.
6712
67132003-02-06 Keith R Seitz <keiths@redhat.com>
6714
6715 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6716 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6717 * Makefile.in: Regenerated.
6718 * configure.in: Remove all traces of snavigator, db, and grep.
6719 * configure: Regenerated.
6720
67212003-01-31 Frank Ch. Eigler <fche@redhat.com>
6722
6723 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6724 * Makefile.in: Regenerated.
6725
67262003-01-30 Alexandre Oliva <aoliva@redhat.com>
6727
6728 * config.if: Copy from GCC.
6729
67302003-01-27 Phil Edwards <pme@gcc.gnu.org>
6731
6732 * configure.in: Revert 24Jan change.
6733 * configure: Regenerate.
6734
67352003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6736
6737 * configure.in: Revert previous change.
6738 * configure: Regenerate.
6739
67402003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6741
6742 * configure.in: Make rda native-only.
6743 * configure: Regenerate.
6744
67452003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
6746
6747 * configure.in: Add missing \.
6748 * configure: Rebuilt.
6749
67502003-01-17 Jakub Jelinek <jakub@redhat.com>
6751
6752 * configure.in (baseargs): Avoid using \| in sed regular
6753 expressions.
6754 * configure: Rebuilt.
6755
67562003-01-16 Jakub Jelinek <jakub@redhat.com>
6757
6758 * configure.in (baseargs): Remove all supported forms of
6759 --cache-file, --srcdir, --host, --build and --target options
6760 from argument lists.
6761 * configure: Rebuilt.
6762
67632003-01-15 Alexandre Oliva <aoliva@redhat.com>
6764
6765 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6766 * configure: Rebuilt.
6767
67682003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
6769
6770 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6771 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6772 * Makefile.in: Regenerate.
6773 * configure: Regenerate.
6774
67752003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
6776
6777 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6778 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6779 * Makefile.in: Regenerate.
6780
67812003-01-09 Alexandre Oliva <aoliva@redhat.com>
6782
6783 * configure.in: Remove Makefile in build, host and target modules
6784 unless configure was run with --no-recursion.
6785 * configure: Rebuilt.
6786
67872003-01-08 Chris Demetriou <cgd@broadcom.com>
6788
6789 * config.guess: Update to 2003-01-03 version.
6790 * config.sub: Update to 2003-01-03 version.
6791
67922003-01-07 Christopher Faylor <cgf@redhat.com>
6793
6794 * configure: Regenerate with proper autoconf 2.13.
6795
67962003-01-07 Christopher Faylor <cgf@redhat.com>
6797
6798 * configure.in: Add AC_PREREQ for consistency.
6799 * configure: Regenerate.
6800
68012003-01-06 Andrew Cagney <ac131313@redhat.com>
6802
6803 * configure.in (GDB_TK): Add tcl directories conditional on
6804 gdb/gdbtk directory being present.
6805 * configure: Regenerate.
6806
68072003-01-04 John David Anglin <dave.anglin@nrc.ca>
6808
6809 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
6810 by gcc if LD is not defined and we are not doing a Canadian Cross.
6811 * configure: Rebuilt.
6812
68132003-01-01 Daniel Jacobowitz <drow@mvista.com>
6814
6815 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
6816
68172002-12-31 Tom Tromey <tromey@redhat.com>
6818
6819 * Makefile.in: Rebuilt.
6820 * Makefile.def (target_modules) [libffi]: Allow installation.
6821
68222002-12-31 Andreas Schwab <schwab@suse.de>
6823
6824 * configure.in: Fix use of $program_transform_name.
6825 * configure: Regenerated.
6826
68272002-12-30 Daniel Jacobowitz <drow@mvista.com>
6828
6829 * configure.in (baseargs): Don't remove first configure argument.
6830 * configure: Regenerated.
6831
68322002-12-29 Alexandre Oliva <aoliva@redhat.com>
6833
6834 * Makefile.tpl (local-distclean): Don't remove...
6835 (multilib.ts): ... this. Moved into...
6836 (multilib.out): ... this. Don't use sub-make.
6837 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6838 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6839 (configure-build-[+module+], configure-[+module+],
6840 configure-target-[+module+], configure-gcc): ... these. Test
6841 for Makefile existence. Drop config.status from dependencies.
6842 * Makefile.in: Rebuilt.
6843 * configure.in: Move gcc-version-trigger to the end of
6844 ac_configure_args. Add comments to maybedep.tmp and
6845 serdep.tmp. Introduce --disable-serial-configure. Remove
6846 nonopt from baseargs, matching and removing corresponding
6847 whitespace while at it.
6848 * configure: Rebuilt.
6849
68502002-12-28 Alexandre Oliva <aoliva@redhat.com>
6851
6852 * configure.in (host_configargs): Replace reference to
6853 no-longer-defined buildopts with --build=${build_alias}.
6854 * configure: Rebuilt.
6855
68562002-12-28 Alexandre Oliva <aoliva@redhat.com>
6857
6858 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
6859 program_transform_name to standard idiom.
6860 (AUTOGEN, AUTOCONF): Define.
6861 (Makefile.in): Use $(AUTOGEN).
6862 (Makefile): Depend on config.status, and use autoconf-style rule to
6863 build it. Move original commands to...
6864 (config.status): ... this new target.
6865 (configure): Add $(srcdir). Depend on config/acx.m4. Use
6866 $(AUTOCONF).
6867 * Makefile.in: Rebuilt.
6868
68692002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
6870
6871 * Makefile.tpl: Fix dramatic bustage due to change in
6872 program_transform_name.
6873 * Makefile.in: Regenerate.
6874
6875 * configure.in: Remove unnecessary PATH setting.
6876 * configure: Regnerate.
6877
6878 * configure.in: Don't default to unprefixed tools unless
6879 the native tools will work.
6880 * configure: Regenerate.
6881
6882 * configure.in: Convert to autoconf script. Blow away lots
6883 of now-redundant Makefile fragments.
6884 * configure: Generate using Autoconf.
6885 * Makefile.tpl: Rewrite to reflect autoconfiscation.
6886 * Makefile.in: Regenerate.
6887
68882002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
6889
6890 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
6891 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6892
6893 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
6894 where they belong.
6895
68962002-12-24 Andreas Schwab <schwab@suse.de>
6897
6898 * Makefile.tpl (multilib.out): Fix missing space.
6899 * Makefile.in: Regenerate.
6900
69012002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
6902
6903 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
6904 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
6905 * Makefile.in: Regenerate.
6906 * configure.in: Remove unnecessary leftovers.
6907
69082002-12-21 Geoffrey Keating <geoffk@apple.com>
6909
6910 * configure.in (extra_ranlibflags_for_target): New variable.
6911 (*-*-darwin): Add -c to ranlib commands.
6912 * configure (tooldir): Handle extra_ranlibflags_for_target.
6913
69142002-12-20 Jeff Johnston <jjohnstn@redhat.com>
6915
6916 * COPYING.NEWLIB: Updated.
6917 * COPYING.LIBGLOSS: Ditto.
6918
69192002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6920
6921 * Makefile.tpl: Revert HJL's change.
6922 * Makefile.in: Regenerated.
6923 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6924 always.
6925
69262002-12-19 Andreas Schwab <schwab@suse.de>
6927
6928 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6929 * Makefile.in: Regenerate.
6930
69312002-12-18 H.J. Lu <hjl@gnu.org>
6932
6933 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6934 * Makefile.in: Regenerated.
6935
6936 * configure.in (build_prefix): New. Substitute.
6937
69382002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
6939
6940 * Makefile.tpl: Don't let real targets depend on phony targets.
6941 * Makefile.in: Regenerate.
6942
6943 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6944 * Makefile.in: Regenerate.
6945
69462002-12-16 Jason Merrill <jason@redhat.com>
6947
6948 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6949 previous 'make bootstrap'.
6950 * Makefile.in: Regenerate.
6951
69522002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
6953
6954 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6955
69562002-12-13 Jason Merrill <jason@redhat.com>
6957
6958 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
6959 library tests.
6960 (check-c++): Just depend on it and check-target-libstdc++-v3.
6961 * Makefile.in: Regenerate.
6962
69632002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
6964
6965 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6966 * Makefile.in: Regenerate.
6967
69682002-12-12 Jeff Johnston <jjohnstn@redhat.com>
6969
6970 * COPYING.NEWLIB: Update list of alternate Regent of California
6971 licenses and discuss official revoking of advertising clause.
6972 * COPYING.LIBGLOSS: Ditto.
6973
69742002-12-12 Alexandre Oliva <aoliva@redhat.com>
6975
6976 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6977 * Makefile.in: Rebuilt.
6978
69792002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
6980
6981 * configure: Fix bug put in by gremlins.
6982
6983 * Makefile.tpl: Substitute more autoconfily.
6984 * configure: Substitute more autoconfily.
6985 * Makefile.in: Regenerate.
6986
69872002-12-08 Andrew Cagney <ac131313@redhat.com>
6988
6989 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
6990 * Makefile.in (all-sim): Ditto.
6991
69922002-12-06 DJ Delorie <dj@redhat.com>
6993
6994 * Makefile.tpl: Change configure dependencies to not have real
6995 targets depend on phony targets.
6996
69972002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
6998
6999 * configure.in: Revert unintentional change.
7000
7001 * src-release: Configure host subdirs.
7002
7003 * Makefile.tpl: Change dependency for */multilib.out so that
7004 it works when gcc isn't in the tree.
7005
7006 * configure.in: Substitute more.
7007 * configure: Run subconfigures from the Makefile.
7008 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7009 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7010
70112002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7012
7013 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7014 and corresponding dependencies.
7015 * Makefile.in: Regenerate.
7016
7017 * configure.in (host_tools): Order binutils, gas and ld for
7018 convenience in running the testsuites.
7019
7020 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7021 * Makefile.in: Regenerate.
7022 * configure.in: Introduce rules to serialize subconfigure runs.
7023
7024 * configure.in: Introduce BASE_CC_FOR_TARGET.
7025 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7026 Realize configure-build-* targets. Realize configure-target-* targets.
7027 * Makefile.in: Regenerate.
7028
70292002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7030
7031 * configure: Move gcc_version_trigger stuff from here...
7032 * configure.in: ...to here.
7033
7034 * configure.in: Separate subconfigure options added by this file from
7035 options given by the user. Add machinery to put args for host
7036 subconfigures into the Makefile.
7037
7038 * Makefile.tpl: Remove 'vault' targets.
7039 * Makefile.tpl: Reorder and comment dependencies.
7040 * Makefile.in: Regenerate.
7041
70422002-11-28 Geoffrey Keating <geoffk@apple.com>
7043
7044 * configure.in: Move host-specific darwin noconfigdirs into
7045 the host-specific section.
7046
70472002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7048
7049 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7050 during replay.
7051 * Makefile.in: Regenerate.
7052
7053 (finishing slow-motion replay)
7054 * configure: Remove skip-this-dir support.
7055 * Makefile.tpl: Remove skip-this-dir support.
7056
7057 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7058 subdirectories.
7059 * Makefile.in: Regenerate.
7060
7061 * Makefile.tpl: Strip out useless setting of 'dir'.
7062 * Makefile.in: Regenerate.
7063
70642002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7065
7066 (finishing slow-motion replay)
7067 * configure.in: Fix deeply stupid bug.
7068
7069 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7070 shell code in CXX_FOR_TARGET
7071 * Makefile.def: Introduce raw_cxx.
7072 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7073 RAW_CXX_FOR_TARGET.
7074 * Makefile.in: Regenerate.
7075
70762002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7077
7078 (finishing slow-motion replay)
7079 * Makefile.tpl: Remove unnecessary ifs.
7080 * Makefile.in: Regenerate.
7081
7082 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
7083 dependencies. Maybe-ize build-libiberty. Create dummy install
7084 targets for 'no_install' modules.
7085 * configure: Move GDB_TK substitution to configure.in. Move
7086 build_modules stuff to configure.in.
7087 * configure.in: Implement soft dependency machinery. Maybe-ize
7088 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7089 * Makefile.in: Regenerate.
7090
70912002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7092
7093 (continuing slow-motion replay)
7094 * Makefile.tpl: Make all-target, install-target behave similarly
7095 to all, install (only hitting configured targets). Eliminate
7096 unused macro defintions.
7097
7098 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7099 build != host.
7100
7101 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7102
7103 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7104
7105 * configure.in: Produce lists of subdir targets we're actually
7106 configuring. Remove references to "dosrel".
7107 * Makefile.tpl: Let configure set which subdir targets are hit.
7108 Remove install-cross; clean up install; remove ALL. Remove
7109 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
7110 Autogenerate host module targets. Remove empty dependency lines
7111 and redundant dependency; rearrange slightly.
7112 * Makefile.def: Add host-side libtermcap, utils.
7113
7114 * Makefile.in: Regenerate.
7115
71162002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7117
7118 (Continuing slow-motion replay)
7119 * Makefile.def: Add list of recursive targets to autogenerate.
7120 Add build_modules.
7121 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7122 targets. Autogenerate *-build-* targets.
7123 * Makefile.in: Regenerate.
7124
71252002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7126
7127 (Continuing slow-motion replay)
7128 * configure: More autoconf-style substitutions.
7129 * Makefile.tpl: More autoconf-style substitutions.
7130 * Makefile.in: Regenerate.
7131
71322002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7133
7134 (Continuing slow-motion replay)
7135 * configure: Substitute more variables in a more autoconf-friendly
7136 way. Simplify slightly.
7137 * Makefile.tpl: Make more variables substitutable in an
7138 autoconf-friendly way.
7139 * Makefile.in: Regenerate.
7140
71412002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7142
7143 (Continuing slow-motion replay)
7144 * configure.in (v810*): Remove special setting of tools.
7145
7146 * configure: Add support for extra required flags for ar or nm.
7147 * configure.in (aix4.3+): Use above support for target-specific
7148 issues, rather than using config/mt-aix43.
7149
71502002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7151
7152 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
7153 * configure: Remove 'removing', which doesn't work. Replace $subdir
7154 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7155 with $srcdir. Reformat indentation. Substitute some variables
7156 formerly hard-coded in the Makefile for build=host.
7157 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7158 * Makefile.def: Autogenerate more.
7159 * Makefile.in: Regenerate.
7160
71612002-11-13 Bruce Korb <bkorb@gnu.org>
7162
7163 * Makefile.tpl: syntactic cleanup
7164
71652002-11-04 Kevin Buettner <kevinb@redhat.com>
7166
7167 * Makefile.def (host_modules): Add rda.
7168 * Makefile.in: Regenerate.
7169 * configure.in (target_tool): Add target-rda to list.
7170
71712002-10-25 Phil Edwards <pme@gcc.gnu.org>
7172
7173 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
7174 and restrap targets to this rule.
7175 * Makefile.in: Regenerate.
7176
71772002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
7178
7179 * configure.in (i[3456]86-*-linux*): Add check to disable
7180 ${libgcj} for glibc1.
7181
71822002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
7183
7184 * configure.in: Add tic4x target.
7185
71862002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
7187
7188 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7189 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7190 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7191 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7192 * Makefile.in: Regenerate.
7193
71942002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7195
7196 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7197 * Makefile.in: Regenerate.
7198
7199 * Makefile.def: Remove order dependency comments.
7200 * Makefile.tpl: Add explicit install-install dependencies.
7201 * Makefile.in: Regenerate.
7202
7203 * Makefile.tpl: Remove material now in src-release. (Finally!)
7204 * Makefile.in: Regenerate.
7205
7206 * configure: Restore my original patch by syncing with gcc version.
7207
7208 * Bring following over from gcc:
7209
72102002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
7211
7212 * configure.in (s390*-*-linux*): Enable libgcj.
7213
72142002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7215
7216 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
7217
72182002-10-02 Alan Modra <amodra@bigpond.net.au>
7219
7220 * configure: Move stray lines back to where they belong.
7221
72222002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
7223
7224 * Makefile.tpl: Insert configure-target target, for src-release.
7225
7226 * configure: Finish reverting change which Andrew Cagney started
7227 reverting. Should fix bustage.
7228
7229 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7230 * src-release: New file. Contains material for making net
7231 releases for gdb, binutils, et al., formerly in Makefile.in.
7232
72332002-09-30 Nick Clifton <nickc@redhat.com>
7234
7235 * cpu: New top level directory. Intended to hold input files for
7236 CGEN which have FSF copyright assignment.
7237 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7238
72392002-09-29 Andrew Cagney <ac131313@redhat.com>
7240
7241 Revert below (note that src does not contain Makefile.tpl):
7242 * Makefile.tpl: Make subsituted variables more autoconfy.
7243 * Makefile.in: Regenerate.
7244
72452002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
7246
7247 * configure: Revert accidentally applied changes.
7248
7249 * Makefile.tpl: Make more autoconf-friendly.
7250 * Makefile.in: Regenerate.
7251 * configure: Make substitution more autoconf-like.
7252
72532002-09-28 Richard Earnshaw <rearnsha@arm.com>
7254
7255 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7256 single entry to handle all these.
7257 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
7258 libjava on arm-*-elf.
7259
72602002-09-27 Geoffrey Keating <geoffk@apple.com>
7261
7262 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7263 things that depend on them.
7264
72652002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7266
7267 * Makefile.tpl: Make subsituted variables more autoconfy.
7268 * Makefile.in: Regenerate.
7269 * configure: Make seds more autoconfy.
7270
72712002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7272
7273 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7274 * Makefile.in: Regenerate.
7275 * configure.in: Rewrite sed statements to look autoconfy.
7276
7277 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7278 all-target-foo on configure-target-foo.
7279 * Makefile.def: Ditto.
7280 * Makefile.in: Rebuild.
7281
72822002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
7283
7284 * Makefile.def: New file.
7285 * Makefile.tpl: New file.
7286 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7287
7288 * configure.in: Minor rearrangement. Simplify tests.
7289
72902002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
7291
7292 * configure.in (with_headers): Skip copy if value is "yes".
7293 (with_libs): Likewise.
7294
72952002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7296
7297 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7298 * configure.in (sh*-*-pe*): Ditto.
7299 * configure.in (mips*-*-pe*): Ditto.
7300 * configure.in (*arm-wince-pe): Ditto.
7301
7302 * configure.in: Rearrange.
7303
73042002-09-12 Nick Clifton <nickc@redhat.com>
7305
7306 * Import these changes from the config master repository:
7307
7308 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
7309
7310 * config.sub: Add tic4x target.
7311
7312 2002-09-03 Ben Elliston <bje@redhat.com>
7313
7314 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
7315 Reported by <Duncan_Stodart@insession.com>.
7316
73172002-09-10 Jeff Johnston <jjohnstn@redhat.com>
7318
7319 * COPYING.NEWLIB: More updates.
7320
73212002-09-09 Jeff Johnston <jjohnstn@redhat.com>
7322
7323 * COPYING.NEWLIB: Update.
7324
73252002-08-23 Andrew Cagney <ac131313@redhat.com>
7326
7327 * texinfo/texinfo.tex: Import version 2002-06-04.06.
7328
7329 * config.guess: Import version 2002-08-23.
7330 * config.sub: Import version 2002-08-22.
7331
73322002-08-20 Alexandre Oliva <aoliva@redhat.com>
7333
7334 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7335 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7336 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7337
73382002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
7339
7340 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7341
73422002-08-04 H.J. Lu (hjl@gnu.org)
7343
7344 * configure.in (mips*-*-linux*): Don't skip target-libffi.
7345
73462002-07-31 Alan Modra <amodra@bigpond.net.au>
7347
7348 * configure.in: Move generic linux case to end. Copy generic
7349 linux noconfigdirs to mips*-*-linux* entry and new
7350 powerpc64*-*-linux* entry. Add target-libffi for the latter.
7351
73522002-07-19 Chris Demetriou <cgd@broadcom.com>
7353
7354 * MAINTAINERS: Clarify on config.guess and config.sub, and add
7355 one instance of them which was missed to the list to update.
7356
73572002-07-16 Chris Demetriou <cgd@broadcom.com>
7358
7359 * config.guess: Update to 2002-07-09 version.
7360 * config.sub: Update to 2002-07-03 version.
7361
73622002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
7363
7364 * configure.in: Remove two redundant tests.
7365
73662002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7367
7368 * configure.in (mips*-*-irix6*o32): Enable stabs.
7369
73702002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
7371
7372 * configure.in: Don't build grez.
7373 * Makefile.in: Ditto.
7374
7375 * Makefile.in: Remove references to bsp, cygmon, libstub.
7376 * configure.in: Ditto.
7377
7378 * configure.in: Remove leftover reference to gdbtest.
7379
73802002-07-08 Phil Edwards <pme@gcc.gnu.org>
7381
7382 * configure.in (gxx_include_dir): Change to match versioned
7383 C++ headers if --enable-version-specific-runtime-libs is used.
7384
73852002-07-04 Steve Ellcey <sje@cup.hp.com>
7386
7387 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7388
73892002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
7390
7391 * configure.in: Make --without-x work.
7392
73932002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
7394
7395 * contrib: New directory. Created to contain a copy of the
7396 texi2pod.pl script so that it is in the same place as the version in
7397 the FSF GCC sources.
7398
73992002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
7400
7401 * configure.in: Rearrange target Makefile fragment collection.
7402
7403 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7404 cvs[src].
7405 * configure.in: Ditto.
7406
74072002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
7408
7409 * Makefile.in: Eliminate 'apache' targets.
7410 * configure.in: Eliminate 'apache' targets.
7411
7412 * configure.in: Eliminate redundant tests. Reorganize.
7413
7414 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7415
7416 * config-ml.in: Eliminate references to Cygnus configure.
7417
7418 * Makefile.in: Eliminate references to building emacs.
7419
74202002-07-01 Denis Chertykov <denisc@overta.ru>
7421
7422 * configure.in: Add support for ip2k.
7423
74242002-06-24 Ben Elliston <bje@redhat.com>
7425
7426 * configure.in (host_tools): Remove cgen.
7427
7428 * Makefile.in (all-cgen): Remove; runs from its source directory.
7429 (check-cgen, install-cgen, clean-cgen): Likewise.
7430 (all-opcodes): No not depend on all-cgen.
7431 (all-sim): Likewise.
7432
74332002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
7434
7435 * configure.in: Fix AIX configury bug.
7436
74372002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7438
7439 * configure.in: Replace ${topsrcdir} with ${srcdir}.
7440
7441 * configure.in: Move definition of libstdcxx_flags right above
7442 usage, rather than way earlier.
7443
7444 * configure.in: Pull definition of is_cross_compiler earlier.
7445
7446 * configure.in: Rearrange a little.
7447
7448 * configure.in: Remove references to librx.
7449 * Makefile.in: Remove references to librx.
7450
74512002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7452
7453 * configure.in: Eliminate ${gasdir} variable.
7454
74552002-06-18 Dave Brolley <brolley@redhat.com>
7456
7457 * configure.in: Add support for frv.
7458 * config.sub: Add support for frv.
7459
74602002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7461
7462 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7463
74642002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7465
7466 * configure.in (vax-*-netbsd*): Re-enable gas.
7467
74682002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
7469
7470 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7471 BUILD_PREFIX_1, to correct nomenclature.
7472 * configure: Likewise.
7473
7474 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7475 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7476
74772002-05-31 Olaf Hering <olh@suse.de>
7478
7479 * config-ml.in: Propogate DESTDIR also.
7480
74812002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
7482
7483 * configure.in (vax-*-netbsd*): Don't build gas for this
7484 platform.
7485
74862002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
7487
7488 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7489 and libgcj for AVR.
7490
74912002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
7492
7493 * config.sub: Add DLX target.
7494
74952002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7496
7497 * config.guess: Update to 2002-05-22 version.
7498 * config.sub: Likewise.
7499
75002002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7501
7502 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7503 * config-ml.in: Likewise.
7504 * configure: Likewise.
7505 * configure.in: Likewise.
7506
75072002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
7508
7509 * configure.in: Simplify makefile fragment collection.
7510
7511 * configure.in: Remove code to build emacs.
7512
7513 * configure.in : Remove --srcdir argument from targargs and buildargs
7514 (it's always overridden in the Makefile anyway). Rearrange a bit.
7515
7516 * configure: Move some logic to configure.in.
7517 * configure.in: Move some logic from configure.
7518
75192002-05-07 Jeff Johnston <jjohnstn@redhat.com>
7520
7521 * COPYING.LIBGLOSS: New file.
7522
75232002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
7524
7525 * Makefile.in: Honour DESTDIR.
7526
75272002-05-05 Alexandre Oliva <aoliva@redhat.com>
7528
7529 * configure.in (noconfigdirs): Don't disable libgcj on
7530 sparc64-*-solaris* and sparcv9-*-solaris*.
7531
75322002-05-03 Alexandre Oliva <aoliva@redhat.com>
7533
7534 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7535
75362002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
7537
7538 * configure.in (FLAGS_FOR_TARGET): Do not add
7539 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7540 on i[3456]86-*-linux*.
7541
75422002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
7543
7544 * configure.in (noconfigdirs): Replace [ ] with test.
7545
7546 * configure.in (noconfigdirs): Do not add target-newlib if
7547 target == i[3456]86-*-linux*, and host == target.
7548
75492002-04-29 Mark Mitchell <mark@codesourcery.com>
7550
7551 * config.guess: Updated to 2002-04-26's version.
7552 * config.sub: Updated to 2002-04-26's version.
7553
75542002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
7555
7556 * configure.in: delete reference to absent file
7557
7558 * configure.in: replace '[' with 'test'
7559
7560 * configure.in: Eliminate references to gash.
7561 * Makefile.in: Eliminate references to gash.
7562
7563 * configure.in: remove useless references to 'pic' makefile fragments.
7564
7565 * configure.in: (*-*-windows*) Finish removing.
7566
7567 * configure.in: Eliminate redundant test for libgui.
7568
75692002-04-26 Joel Sherrill <joel@OARcorp.com>
7570
7571 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7572 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7573
75742002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
7575
7576 * configure.in: remove references to dead files
7577
75782002-04-18 Tom Tromey <tromey@redhat.com>
7579
7580 * configure.in: Disallow configuring libgcj when it is already
7581 installed and we're using Solaris 2.8 linker. Do enable libgcj on
7582 Solaris 2.8 by default. For PR libgcj/6158.
7583
75842002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7585
7586 * configure.in: Move default CC setting out of config/mh-* fragments
7587 directly into here.
7588
75892002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7590
7591 * configure.in: don't even try to configure or make a subdirectory
7592 if there's no configure script for it.
7593
75942002-04-15 Mark Mitchell <mark@codesourcery.com>
7595
7596 * MAINTAINERS: Remove chill maintainers.
7597 * Makefile.in (CHILLFLAGS): Remove.
7598 (CHILL_LIB): Remove.
7599 (TARGET_CONFIGDIRS): Remove libchill.
7600 (CHILL_FOR_TARGET): Remove.
7601 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7602 CHILL_LIB.
7603 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7604 (CHECK_TARGET_MODULES): Likewise.
7605 (INSTALL_TARGET_MODULES): Likewise.
7606 (CLEAN_TARGET_MODULES): Likewise.
7607 (configure-target-libchill): Remove.
7608 (all-target-libchill): Remove.
7609 * configure.in (target_libs): Remove target-libchill.
7610 Do not compute CHILL_FOR_TARGET.
7611 * libchill: Remove directory.
7612
76132002-04-15 DJ Delorie <dj@redhat.com>
7614
7615 * Makefile.in, configure.in, configure: Sync with gcc, entries
7616 follow...
7617
76182002-04-08 Tom Tromey <tromey@redhat.com>
7619
7620 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7621 Fixes PR libgcj/6068.
7622
76232002-03-30 Krister Walfridsson <cato@df.lth.se>
7624
7625 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7626
76272002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7628
7629 * configure.in (alpha*-dec-osf*): Enable libgcj.
7630
76312002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
7632
7633 Fix for: PR bootstrap/3591, target/5676
7634 * configure.in (mcore-pe): Disable the configuration of
7635 libstdc++-v3 since exceptions are not supported.
7636
76372002-03-20 Anthony Green <green@redhat.com>
7638
7639 * configure.in: Enable libgcj for xscale-elf target.
7640
76412002-02-28 Alexandre Oliva <aoliva@redhat.com>
7642
7643 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7644 libjava.
7645 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
7646
76472002-02-22 Alexandre Oliva <aoliva@redhat.com>
7648
7649 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
7650 libstdc++-v3 and libjava.
7651
76522002-02-11 Adam Megacz <adam@xwt.org>
7653
7654 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
7655 boehm-gc
7656
76572002-02-09 Alexandre Oliva <aoliva@redhat.com>
7658
7659 * config.guess: Updated to 2002-01-30's version.
7660 * config.sub: Updated to 2002-02-01's version.
7661 Contribute sh64-elf.
7662 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7663 * configure.in: Added sh64-*-*.
7664
76652002-01-17 H.J. Lu <hjl@gnu.org>
7666
7667 * Makefile.in (all-fastjar): Also depend on all-libiberty.
7668 (all-target-fastjar): Also depend on all-target-libiberty.
7669
7670Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
7671
7672 * configure, configure.in: Use temp file for long sed commands.
7673
76742001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
7675
7676 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
7677 libf2c.
7678
76792001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
7680
7681 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
7682
76832001-10-11 Hans-Peter Nilsson <hp@axis.com>
7684
7685 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7686
76872001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
7688
7689 * configure: Handle temporary files securely using mkdir.
7690
76912001-09-26 Will Cohen <wcohen@redhat.com>
7692
7693 * configure.in (*-*-linux*): Disable configuration of target-newlib
7694 and target-libgloss.
7695
76962001-09-26 Alexandre Oliva <aoliva@redhat.com>
7697
7698 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
7699 RANLIB.
7700
77012001-08-11 Graham Stott <grahams@redhat.com>
7702
7703 * Makefile.in (check-c++): Add missing semicolon.
7704
77052001-07-25 Andrew Haley <aph@cambridge.redhat.com>
7706
7707 * configure.in (sh-*-linux*): New.
7708
77092001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7710
7711 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7712 and libgcj on m68hc11/m68hc12.
7713
77142001-06-27 H.J. Lu (hjl@gnu.org)
7715
7716 * Makefile (CFLAGS_FOR_BUILD): New.
7717 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
7718
77192001-06-01 Hans-Peter Nilsson <hp@axis.com>
7720
7721 * configure.in (libstdcxx_flags): Do not try to execute
7722 libstdc++-v3/testsuite_flags until it exists.
7723
77242001-05-18 Benjamin Kosnik <bkoz@redhat.com>
7725
7726 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
7727
77282001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
7729
7730 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
7731
7732Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
7733
7734 * configure.in: Move *-chorusos target case to the proper switch.
7735 Disable libgcj.
7736
77372001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7738
7739 * Makefile.in (STAGE1_CFLAGS): Pass down.
7740
77412001-04-13 Alan Modra <amodra@one.net.au>
7742
7743 * config.guess: Add hppa64-linux support. Note for next import that
7744 this is already in the master file.
7745 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
7746
77472001-03-22 Colin Howell <chowell@redhat.com>
7748
7749 * Makefile.in (DO_X): Do not backslash single-quotes in
7750 backquotes (two places).
7751
77522001-03-18 Laurynas Biveinis <lauras@softhome.net>
7753
7754 * Makefile.in (DO_X): Quote nested quotes.
7755
77562001-03-15 Laurynas Biveinis <lauras@softhome.net>
7757
7758 * Makefile.in (DO_X): Use double quotes for quoting
7759 "RANLIB=$${RANLIB}".
7760
77612001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
7762
7763 * configure.in: Only use `lang_requires' for languages athat are
7764 actually enabled.
7765
77662001-03-07 Tom Tromey <tromey@redhat.com>
7767
7768 * configure.in: Allow config-lang.in to set `lang_requires' to list
7769 of other required languages.
7770
77712001-03-06 Laurynas Biveinis <lauras@softhome.net>
7772
7773 * Makefile.in: Remove RANLIB definition. Use RANLIB
7774 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
7775 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
7776
77772001-02-28 Benjamin Kosnik <bkoz@redhat.com>
7778 Alexandre Oliva <aoliva@redhat.com>
7779
7780 * Makefile.in (check-c++): Use tabs, not spaces.
7781
77822001-02-19 Benjamin Kosnik <bkoz@redhat.com>
7783
7784 * Makefile.in (check-c++): New rule.
7785
7786 * configure.in (target_libs): Remove libg++.
7787 (noconfigdirs): Remove libg++.
7788 (noconfigdirs): Same.
7789 (noconfigdirs): Same.
7790 (noconfigdirs): Same.
7791
7792 * config-ml.in: Remove libg++ references.
7793
7794 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
7795 (ALL_TARGET_MODULES): Same.
7796 (configure-target-libg++): Remove.
7797 (all-target-libg++): Remove.
7798 (configure-target-libio): Remove.
7799 (all-target-libio): Remove.
7800 (check-target-libio): Remove.
7801 (.PHONY): Remove.
7802 (libg++.tar.bz2): Remove.
7803 (all-target-cygmon): Remove libio.
7804 (all-target-libstdc++): Remove.
7805 (configure-target-libstdc++): Remove.
7806 (TARGET_LIB_PATH): Remove libstdc++.
7807 (ALL_GCC_CXX): Remove libstdc++.
7808 (all-target-gperf): Correct.
7809
78102001-02-15 Anthony Green <green@redhat.com>
7811
7812 * configure: Introduce GCJ_FOR_TARGET.
7813 * configure.in: Ditto.
7814 * Makefile.in: Ditto.
7815
78162001-02-08 Chandrakala Chavva <cchavva@redhat.com>
7817
7818 * configure.in: for *-chorusos, don't config target-newlib and
7819 target-libgloss.
7820
78212001-02-04 Mark Mitchell <mark@codesourcery.com>
7822
7823 Remove V2 C++ library.
7824 * configure.in: Remove --enable-libstdcxx_v3 support.
7825
78262001-01-27 Richard Henderson <rth@redhat.com>
7827
7828 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
7829
78302001-01-26 Tom Tromey <tromey@redhat.com>
7831
7832 * configure.in: Allow libgcj to be built on Sparc Solaris.
7833
78342001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
7835
7836 * configure.in: Enable libgcj on several additional platforms.
7837
78382001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
7839
7840 * configure.in: Enable libgcj for linux targets.
7841
78422001-01-09 Mike Stump <mrs@wrs.com>
7843
7844 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
7845 failures of subdirectories.
7846
78472001-01-02 Laurynas Biveinis <lauras@softhome.net>
7848
7849 * configure: handle DOS-style absolute paths.
7850
78512001-01-02 Laurynas Biveinis <lauras@softhome.net>
7852
7853 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
7854
78552000-12-18 Benjamin Kosnik <bkoz@redhat.com>
7856
7857 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
7858 (libstdcxx_incdir): Pass down.
7859 * config.if: Remove expired bits for cxx_interface, add stub.
7860 (libstdcxx_incdir): Add variable for g++ include directory.
7861 * configure.in (gxx_include_dir): Use it.
7862
78632000-12-15 Andreas Jaeger <aj@suse.de>
7864
7865 * configure.in: Handle lang_dirs.
7866
78672000-12-13 Anthony Green <green@redhat.com>
7868
7869 * configure.in: Disable libgcj for any target not specifically
7870 listed. Disable libgcj for x86 and Alpha Linux until compatible
7871 with g++ abi.
7872
78732000-12-13 Mike Stump <mrs@wrs.com>
7874
7875 * Makefile.in (local-distclean): Also remove fastjar.
7876
78772000-12-10 Anthony Green <green@redhat.com>
7878
7879 * configure.in: Define libgcj. Disable libgcj target libraries for
7880 most targets.
7881
78822000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
7883
7884 * configure.in (target_libs): Revert 2000-12-08 patch.
7885 (noconfigdirs): Added target-libjava.
7886
78872000-12-09 Laurynas Biveinis <lauras@softhome.net>
7888
7889 * Makefile.in: handle DOS-style absolute paths.
7890
78912000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7892
7893 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
7894 libjava.
7895 * configure.in (target_libs): Removed `target-libjava'.
7896
78972000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7898
7899 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
7900 (ALL_MODULES): Added fastjar.
7901 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
7902 (all-target-libjava): all-fastjar replaces all-zip.
7903 (all-fastjar): Added.
7904 (configure-target-fastjar, all-target-fastjar): Likewise.
7905 * configure.in (host_tools): Added fastjar.
7906
79072000-12-07 Mike Stump <mrs@wrs.com>
7908
7909 * Makefile.in (local-distclean): Remove leftover built files.
7910
79112000-11-16 Fred Fish <fnf@be.com>
7912
7913 * configure.in (enable_libstdcxx_v3): Fix typo,
7914 libstd++ -> libstdc++.
7915
79162000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
7917
7918 * configure: Provide the original toplevel configure arguments
7919 (including $0) to subprocesses in the environment rather than
7920 through gcc/configargs.h.
7921
79222000-11-12 Mark Mitchell <mark@codesourcery.com>
7923
7924 * configure: Turn on libstdc++ V3 by default.
7925
79262000-10-16 Michael Meissner <meissner@redhat.com>
7927
7928 * configure (gcc/configargs.h): Only create if there is a build GCC
7929 directory created.
7930
79312000-10-05 Phil Edwards <pme@gcc.gnu.org>
7932
7933 * configure: Save configure arguments to gcc/configargs.h.
7934
79352000-10-04 Andris Pavenis <pavenis@latnet.lv>
7936
7937 * Makefile.in (bootstrap): avoid recursion if subdir missing
7938 (cross): ditto
7939 (do-proto-toplev): ditto
7940
7941Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
7942
7943 * configure.in: Do not build byacc for hppa64. Provide paths to the
7944 X11 libraries for hppa64.
7945
79462000-09-02 Anthony Green <green@cygnus.com>
7947
7948 * Makefile.in (all-gcc): Depend on all-zlib.
7949 (CLEAN_MODULES): Add clean-zlib.
7950 (ALL_MODULES): Add all-zlib.
7951 * configure.in (host_libs): Add zlib.
7952
79532000-08-25 Alexandre Oliva <aoliva@redhat.com>
7954
7955 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
7956 $targargs to tell whether newlib is going to be built.
7957
7958 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
7959 $$r/TARGET_SUBDIR/libio for _G_config.h.
7960
79612000-08-14 Zack Weinberg <zack@wolery.cumb.org>
7962
7963 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
7964
7965 * configure: Make enable_threads and enable_shared defaults
7966 explicit. Substitute enable_threads into generated Makefiles.
7967 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
7968 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
7969
79702000-08-02 Manfred Hollstein <manfredh@redhat.com>
7971
7972 * configure.in: Re-enable all references to libg++ and librx.
7973
79742002-04-09 Loren James Rittle <rittle@labs.mot.com>
7975
7976 * configure.in: Add *-*-freebsd* configurations.
7977
79782002-04-07 Andrew Cagney <ac131313@redhat.com>
7979
7980 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
7981 (do-tar, do-bz2): New rules.
7982 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
7983 (gdb-tar): New rule.
7984 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
7985 (insight_dejagnu.tar): New rule.
7986 (insight.tar): New rule.
7987 (gdb+dejagnu.tar): New rule.
7988 (gdb.tar): New rule.
7989
79902002-04-07 Andrew Cagney <ac131313@redhat.com>
7991
7992 * MAINTAINERS: Update dejagnu/
7993
79942002-03-16 Alexandre Oliva <aoliva@redhat.com>
7995
7996 * ltmain.sh (relink_command): Fix typo in previous change.
7997
79982002-03-15 Alexandre Oliva <aoliva@redhat.com>
7999
8000 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8001 (relink_command): Added --tag flags.
8002 (mode=install): If relinking fails; error out.
8003
80042002-03-12 Richard Henderson <rth@redhat.com>
8005
8006 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8007 .NOTPARALLEL tag.
8008 (do-check): Rename from check.
8009 (check): Allow parallel check.
8010
80112002-03-11 Richard Henderson <rth@redhat.com>
8012
8013 * Makefile.in (.NOTPARALLEL): Add fake tag.
8014
80152002-03-07 H.J. Lu (hjl@gnu.org)
8016
8017 * configure.in: Enable gprof for mips*-*-linux*.
8018
80192002-02-28 Alexandre Oliva <aoliva@redhat.com>
8020
8021 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8022 libjava.
8023 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8024
80252002-02-24 Andrew Cagney <ac131313@redhat.com>
8026
8027 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8028
80292002-02-23 Daniel Jacobowitz <drow@mvista.com>
8030
8031 * config.guess: Import from master sources, rev 1.232.
8032 * config.sub: Import from master sources, rev 1.246.
8033
80342002-02-23 Alexandre Oliva <aoliva@redhat.com>
8035
8036 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8037 because its Makefile is there; test for the executable instead.
8038
80392002-02-09 Alexandre Oliva <aoliva@redhat.com>
8040
8041 Contribute sh64-elf.
8042 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8043 * configure.in: Added sh64-*-*.
8044
80452002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8046
8047 * COPYING.NEWLIB: Remove advertising clause from
8048 Berkeley and Red Hat licenses.
8049
80502002-02-01 Mo DeJong <supermo@bayarea.net>
8051
8052 * Makefile.in: Add all-tix to deps for all-snavigator
8053 so that tix is built when building snavigator.
8054
80552002-02-01 Ben Elliston <bje@redhat.com>
8056
8057 * config.guess: Import from master sources, rev 1.229.
8058 * config.sub: Import from master sources, rev 1.240.
8059
80602002-01-27 Daniel Jacobowitz <drow@mvista.com>
8061
8062 From Steve Ellcey <sje@cup.hp.com>:
8063 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8064 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8065 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8066 IA64.
8067 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8068 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8069 soname_spec, sys_lib_search_path_spec): Ditto.
8070
80712002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8072
8073 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8074 target-libiberty, and target-libgloss. Skip Java-related
8075 libraries if not supported for NetBSD on target CPU.
8076
80772002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8078
8079 * configure.in: Import StrongARM and XScale target_configdirs from
8080 FSF GCC version.
8081
80822002-01-16 H.J. Lu (hjl@gnu.org)
8083
8084 * config.guess: Import from master sources, rev 1.225.
8085 * config.sub: Import from master sources, rev 1.238.
8086
8087 * MAINTAINERS: Updated notes on config.guess and config.sub.
8088
80892002-01-11 Steve Ellcey <sje@cup.hp.com>
8090
8091 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8092 ld and gdb are not supported.
8093
80942002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8095
8096 * Change reference to Cygnus Solutions to be Red Hat.
8097
80982002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8099
8100 * COPYING.NEWLIB: Update generic copyright date.
8101
81022002-01-07 Mark Salter <msalter@redhat.com>
8103
8104 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8105 Allow target-libgloss to be built for arm, strongarm, and xscale.
8106
81072002-01-03 Ben Elliston <bje@redhat.com>
8108
8109 * MAINTAINERS: Update URL for config.* scripts.
8110
81112001-12-18 Alan Modra <amodra@bigpond.net.au>
8112
8113 * config.sub: Import latest version.
8114 * config.guess: Likewise.
8115
81162001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8117
8118 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8119 options for i[3456]86-pc-linux* native builds.
8120
81212001-12-05 Laurent Guerby <guerby@acm.org>
8122
8123 * MAINTAINERS: gcc adopts symlink-tree, refer more to
8124 libiberty.
8125
8126 Import this patch from gcc:
8127
8128 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8129
8130 * symlink-tree: handle DOS-style absolute paths.
8131
81322001-11-28 DJ Delorie <dj@redhat.com>
8133 Zack Weinberg <zack@codesourcery.com>
8134
8135 When build != host, create libiberty for the build machine.
8136
8137 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8138 CONFIG_ARGUMENTS.
8139 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8140 New variables.
8141 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8142 and rules.
8143 (all.normal): Depend on ALL_BUILD_MODULES.
8144 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8145 (all-build-libiberty): Depend on configure-build-libiberty.
8146
8147 * configure: Calculate and substitute proper value for
8148 ALL_BUILD_MODULES.
8149 * configure.in: Create the build subdirectory.
8150 Calculate and substitute TARGET_CONFIGARGS (formerly
8151 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8152
81532001-11-26 Geoffrey Keating <geoffk@redhat.com>
8154
8155 * config.sub: Update to version 1.232 on subversion.
8156
81572001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
8158
8159 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8160 files from .po files for a distribution.
8161
81622001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
8163
8164 * COPYING.NEWLIB: Mention preserved notice in specific parts.
8165
81662001-11-13 Jeff Holcomb <jeffh@redhat.com>
8167
8168 Merged from net gcc:
8169 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
8170 * ltcf-c.sh: Use $objext, not $ac_objext.
8171 2001-07-27 Mark Kettenis <kettenis@gnu.org>
8172 * ltcf-cxx.sh: Add support for GNU.
8173 2001-07-22 Timothy Wall <twall@redhat.com>
8174 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
8175 default settings if using GNU tools with that configuration.
8176 * ltcf-cxx.sh: Ditto.
8177 * ltcf-gcj.sh: Ditto.
8178 2001-07-21 Michael Chastain <chastain@redhat.com>
8179 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8180 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
8181 * ltmain.sh: Mark as gcc-local.
8182
81832001-11-13 Jeff Holcomb <jeffh@redhat.com>
8184
8185 * Makefile.in (all-bison): Revert 2001-10-24.
8186 Don't depend on texinfo.
8187
81882001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
8189
8190 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
8191
81922001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
8193
8194 * configure.in (--enable-languages): Be more permissive about
8195 syntax. Check for empty lists better. Warn about $LANGUAGES.
8196
81972001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
8198
8199 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8200
82012001-10-24 Jeff Holcomb <jeffh@redhat.com>
8202
8203 Makefile.in (all-bison): Don't depend on texinfo.
8204
82052001-10-03 Alan Modra <amodra@bigpond.net.au>
8206
8207 * gettext.m4: Test po/POTFILES.in exists before trying to read.
8208
82092001-09-29 Alexandre Oliva <aoliva@redhat.com>
8210
8211 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8212
82132001-09-28 Hans-Peter Nilsson <hp@axis.com>
8214
8215 * config.sub, config.guess: Import latest from subversions.
8216
82172001-09-21 Alexandre Oliva <aoliva@redhat.com>
8218
8219 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8220 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8221 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8222 avoid quotes nesting problems.
8223 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8224 (DO_X): Export only variables that are set.
8225
82262001-09-19 Ben Elliston <bje@redhat.com>
8227
8228 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8229 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8230 semantics. Use the shell built-in "type" command instead.
8231
82322001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8233
8234 * config.sub: Reverted the earlier change, this version is not the
8235 master file.
8236
82372001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8238
8239 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
8240 Add support for mips64.
8241
82422001-09-03 Jeff Holcomb <jeffh@redhat.com>
8243
8244 * configure.in: Enable libstdc++-v3 for h8300 targets.
8245
82462001-08-30 Eric Christopher <echristo@redhat.com>
8247 Jason Eckhardt <jle@redhat.com>
8248
8249 * config.sub: Add support for mipsisa32.
8250
82512001-08-30 Eric Christopher <echristo@redhat.com>
8252
8253 * config.sub, config.guess: Import latest from subversions.
8254
82552001-08-20 Alan Modra <amodra@bigpond.net.au>
8256
8257 * config.sub, config.guess: Import latest from subversions.
8258
82592001-07-26 DJ Delorie <dj@redhat.com>
8260
8261 * MAINTAINERS: Clarify libiberty merge rules and procedures.
8262
82632001-06-19 Alan Modra <amodra@bigpond.net.au>
8264
8265 * Makefile.in: Revert 2001-06-17.
8266 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
8267
82682001-06-17 H.J. Lu <hjl@gnu.org>
8269
8270 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
8271 (gas+binutils.tar.bz2): Likewise.
8272 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
8273
8274Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
8275
8276 * Makefile.in (VER): When present, extract the version number from
8277 the file version.in.
8278
82792001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
8280
8281 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8282 gcc/xgcc is built, use -print-prog-name to find out the program
8283 name to use.
8284
82852001-06-04 Mark Mitchell <mark@codesourcery.com>
8286
8287 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8288 with_gcc]: Use `gcc -shared' to build a shared library.
8289
82902001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
8291
8292 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8293 archives.
8294
82952001-05-28 Simon Patarin <simon.patarin@inria.fr>
8296
8297 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
8298 libraries when using g++ with native linker.
8299
83002001-05-28 Alexandre Oliva <aoliva@redhat.com>
8301
8302 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8303
83042001-05-24 Tom Rix <trix@redhat.com>
8305
8306 * configure.in : enable ld for aix
8307
83082001-05-22 Alexandre Oliva <aoliva@redhat.com>
8309
8310 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8311 [aix4*|aix5*]: Prepend blank.
8312
83132001-05-20 Alexandre Oliva <aoliva@redhat.com>
8314
8315 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8316 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
8317 of subdir/configure scripts to use the new libtool.m4.
8318
83192001-05-14 H.J. Lu <hjl@gnu.org>
8320
8321 * config.if (libc_interface): Set to -libc6.2- for cross
8322 compiling to Linux/glibc 2.2.
8323
83242001-05-03 Alexandre Oliva <aoliva@redhat.com>
8325
8326 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8327 libgcj.
8328
83292001-04-26 Alexandre Oliva <aoliva@redhat.com>
8330
8331 * configure.in (noconfigdirs): Don't reset it from scratch in the
8332 target case; only append to it.
8333
83342001-04-26 Alexandre Oliva <aoliva@redhat.com>
8335
8336 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8337 sparc-*-solaris2.8]: Disable ${libgcj}.
8338
83392001-04-25 Alexandre Oliva <aoliva@redhat.com>
8340
8341 * configure.in (libgcj_saved): Copy from $libgcj.
8342 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8343 --disable-libgcj.
8344
83452001-04-20 Alexandre Oliva <aoliva@redhat.com>
8346
8347 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8348 1.641.2.228.
8349
83502001-04-12 Alexandre Oliva <aoliva@redhat.com>
8351
8352 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8353 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8354
83552001-04-01 Alexandre Oliva <aoliva@redhat.com>
8356
8357 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8358 New macros.
8359 (bootstrap, cross): Use RECURSE_FLAGS.
8360 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8361
83622001-03-27 Alexandre Oliva <aoliva@redhat.com>
8363
8364 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8365
83662001-03-23 Nick Clifton <nickc@redhat.com>
8367
8368 * README-maintainer-mode: Add note about inability to use "make
8369 distclean" in maintainer mode.
8370
83712001-03-22 Alexandre Oliva <aoliva@redhat.com>
8372
8373 Re-installed:
8374 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8375 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
8376 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8377 * ltcf-cxx.sh: Likewise.
8378 * ltcf-gcj.sh: Likewise.
8379
83802001-03-22 Philip Blundell <philb@gnu.org>
8381
8382 * config.sub, config.guess: Import latest from subversions.
8383
83842001-03-22 Alexandre Oliva <aoliva@redhat.com>
8385
8386 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8387 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8388
83892001-03-20 Michael Chastain <chastain@redhat.com>
8390
8391 * Makefile.in: all-m4 depends on all-texinfo.
8392
83932001-03-08 Alexandre Oliva <aoliva@redhat.com>
8394
8395 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8396
83972001-02-22 Jeff Johnston <jjohnstn@redhat.com>
8398
8399 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
8400 longer valid.
8401
84022001-02-16 Nick Clifton <nickc@redhat.com>
8403
8404 * configure.in (noconfigdirs): Allow configuration of texinfo
8405 for Cygwin hosts.
8406
84072001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
8408
8409 * config.guess: Add linux target for S/390.
8410 * config.sub: Likewise.
8411 * configure.in: Likewise.
8412
84132001-02-06 Ben Elliston <bje@redhat.com>
8414
8415 * configure: Output host type to stdout, not stderr.
8416
84172001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8418
8419 * config.guess: Import from subversions.gnu.org (revision 1.181).
8420 * config.sub: Import from subversions.gnu.org (revision 1.199).
8421
84222001-01-30 Alan Modra <alan@linuxcare.com.au>
8423
8424 * config.guess: Handle hppa64-linux systems.
8425
84262001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8427
8428 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8429 Don't unset, it's non-portable and no longer necessary, set to empty
8430 instead.
8431
84322001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8433
8434 * ltconfig: Shell portability fix for the tagname validity check.
8435
84362001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8437
8438 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8439
84402001-01-27 Alexandre Oliva <aoliva@redhat.com>
8441
8442 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8443 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8444
84452001-01-24 Alexandre Oliva <aoliva@redhat.com>
8446
8447 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8448 keep at least one of build_libtool_libs or build_old_libs set to
8449 yes.
8450
84512001-01-24 Alexandre Oliva <aoliva@redhat.com>
8452
8453 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8454 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8455
84562000-11-07 Philip Blundell <pb@futuretv.com>
8457
8458 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8459
84602000-11-03 Philip Blundell <pb@futuretv.com>
8461
8462 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8463 files.
8464
84652001-01-15 Jeff Johnston <jjohnstn@redhat.com>
8466
8467 * COPYING.NEWLIB: Put into source repository.
8468
84692001-01-15 Ben Elliston <bje@redhat.com>
8470
8471 * configure.in (host_tools): Add sid.
8472 Always configure cgen.
8473 * Makefile.in (all-sid): New target.
8474 (check-sid, clean-sid, install-sid): Likewise.
8475
84762001-01-07 Andreas Jaeger <aj@suse.de>
8477
8478 * config.sub, config.guess: Update from subversions.
8479
84802000-12-12 Alexandre Oliva <aoliva@redhat.com>
8481
8482 * configure.in: Disable language-specific target libraries for
8483 languages that aren't enabled.
8484
84852000-11-24 Nick Clifton <nickc@redhat.com>
8486
8487 * configure.in (xscale-elf): Add target.
8488 (xscale-coff): Add target.
8489 (c4x, c5x, tic54x): Move after ARM targets.
8490
84912000-11-23 Alexandre Oliva <aoliva@redhat.com>
8492
8493 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
8494
84952000-11-20 Ian Lance Taylor <ian@zembu.com>
8496
8497 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
8498
84992000-11-18 Alexandre Oliva <aoliva@redhat.com>
8500
8501 * Makefile.in: Merge with GCC and libgcj.
8502 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
8503 configure-target-<library> when their configure scripts need the C
8504 or C++ library to have already been built to work properly.
8505 (do_proto_toplev): Set them to an empty string.
8506
85072000-11-18 Alexandre Oliva <aoliva@redhat.com>
8508
8509 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8510 (REALLY_SET_LIB_PATH): Use them.
8511
85122000-11-06 Christopher Faylor <cgf@cygnus.com>
8513
8514 * config.sub: Add support for Sun Chorus
8515
85162000-11-02 Per Lundberg <plundis@chaosdev.org>
8517
8518 * config.sub: Add support for the *-storm-chaos OS.
8519
85202000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
8521
8522 * configure.in (noconfigdirs): Don't compile some
8523 of the libraries for 68HC11 & 68hc12 targets.
8524
85252000-09-30 Alexandre Oliva <aoliva@redhat.com>
8526
8527 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
8528 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
8529 all affected `configure' scripts.
8530
85312000-09-25 Alexandre Oliva <aoliva@redhat.com>
8532
8533 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
8534 ltcf-c.sh.
8535
85362000-09-12 Philip Blundell <philb@gnu.org>
8537
8538 * config.sub, config.guess: Update from subversions.
8539
85402000-09-06 Alexandre Oliva <aoliva@redhat.com>
8541
8542 * Makefile.in (all-zlib): Added dummy target.
8543
8544 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
8545 multi-language branch.
8546
85472000-09-05 Alexandre Oliva <aoliva@redhat.com>
8548
8549 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8550 (bootstrap*): Depend on all-bootstrap.
8551
85522000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
8553
8554 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8555 crosses, but add gcc/include to the header search path for them.
8556
85572000-08-31 Alexandre Oliva <aoliva@redhat.com>
8558
8559 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
8560 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
8561 * gettext.m4: New file, extracted from aclocal.m4.
8562
85632000-08-22 Alexandre Oliva <aoliva@redhat.com>
8564
8565 * config-ml.in (CC, CXX): Avoid trailing whitespace.
8566 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
8567 sub-configures.
8568
85692000-08-20 Doug Evans <dje@casey.transmeta.com>
8570
8571 * Makefile.in (ALL_MODULES): Add all-cgen.
8572 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8573 (all-cgen): New target.
8574 (all-opcodes,all-sim): Depend on all-cgen.
8575 * configure.in (host_tools): Add cgen.
8576 Only configure cgen if --enable-cgen-maint.
8577
85782000-08-17 Alexandre Oliva <aoliva@redhat.com>
8579
8580 * config-ml.in (CC, CXX): Don't introduce a leading space.
8581
85822000-08-16 Alexandre Oliva <aoliva@redhat.com>
8583
8584 * configure.in (libstdcxx_flags): Use
8585 libstdc++-v3/src/libstdc++.INC.
8586
85872000-08-15 Alexandre Oliva <aoliva@redhat.com>
8588
8589 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
8590
85912000-08-11 Jason Merrill <jason@redhat.com>
8592
8593 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
8594 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
8595 (FLAGS_FOR_TARGET): Not here.
8596 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
8597
85982000-08-07 DJ Delorie <dj@redhat.com>
8599
8600 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
8601 "if we're also building gcc, and it's a gcc that will run on the
8602 build machine, we want to use its includes instead of the system's
8603 default includes".
8604
86052000-08-03 Alexandre Oliva <aoliva@redhat.com>
8606
8607 * configure.in (libstdcxx_flags): Don't use `"'.
8608
8609 * config-ml.in: Adjust multilib search paths to the
8610 appropriate multilib tree.
8611
86122000-08-02 Alexandre Oliva <aoliva@redhat.com>
8613
8614 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
8615 commas in $LANGUAGES.
8616
86172000-08-01 Alexandre Oliva <aoliva@redhat.com>
8618
8619 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
8620
86212000-07-31 Alexandre Oliva <aoliva@redhat.com>
8622
8623 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
8624 CXX_FOR_TARGET for sed.
8625
86262000-07-30 Alexandre Oliva <aoliva@redhat.com>
8627
8628 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
8629 Do not override if already set in the environment or in configure.
8630 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
8631 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
8632
86332000-07-27 Alexandre Oliva <aoliva@redhat.com>
8634
8635 * Makefile.in (FLAGS_FOR_TARGET): New macro.
8636 (GCC_FOR_TARGET): Use it.
8637 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
8638 * configure.in: ... here.
8639 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
8640 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
8641
86422000-07-24 Alexandre Oliva <aoliva@redhat.com>
8643
8644 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
8645 (configure-target-libchill, configure-target-libobjc): Likewise.
8646
8647 * configure.in: Use the same cache file for all target libs.
8648 * config-ml.in: But different cache files per multilib variant.
8649
86502000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8651
8652 * configure (topsrcdir): Don't use dirname.
8653
86542000-07-20 Jason Merrill <jason@redhat.com>
8655
8656 * configure.in: Remove all references to libg++ and librx.
8657
8658 * configure, configure.in, Makefile.in: Unify gcc and binutils.
8659
86602000-07-20 Hans-Peter Nilsson <hp@axis.com>
8661
8662 * config.sub: Update to subversions version 2000-07-06.
8663
86642000-07-12 Andrew Haley <aph@cygnus.com>
8665
8666 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
8667 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
8668
86692000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
8670
8671 * symlink-tree: Check number of arguments.
8672
86732000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
8674
8675 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
8676
86772000-07-05 Jim Wilson <wilson@cygnus.com>
8678
8679 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
8680 search path for a g++ extracted from the build tree. This
8681 will allow link tests run by configure scripts in
8682 subdirectories to succeed.
8683
86842000-07-01 Koundinya K <kk@ddeorg.soft.net>
8685
8686 * ltconfig: Add support for mips-dde-sysv4.2MP
8687
86882000-06-28 Corinna Vinschen <vinschen@cygnus.com>
8689
8690 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
8691 `os2'. Force ac_cv_exeext to be ".exe" in that case.
8692
86932000-06-19 Timothy Wall <twall@cygnus.com>
8694
8695 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
8696 * config.sub: Add tic54x target.
8697
86982000-06-07 Phillip Thomas <pthomas@suse.de>
8699
8700 * README-maintainer-mode: New file: Contains notes on using
8701 --enable-maintainer-mode with binutils.
8702
87032000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
8704
8705 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
8706
87072000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
8708
8709 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8710 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
8711
871220000-05-21 H.J. Lu (hjl@gnu.org)
8713
8714 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8715 directory are used if they exist. Make sure
8716 $(build_tooldir)/include is searched for header files,
8717 $(build_tooldir)/lib/ for library files.
8718 (GCC_FOR_TARGET): Likewise.
8719 (CXX_FOR_TARGET): Likewise.
8720
87212000-05-18 Jeffrey A Law (law@cygnus.com)
8722
8723 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8724
87252000-05-17 Alexandre Oliva <aoliva@cygnus.com>
8726
8727 * Makefile.in (configure-target-libiberty): Depend on
8728 configure-target-newlib.
8729
87302000-05-16 Alexandre Oliva <aoliva@cygnus.com>
8731
8732 * configure.in, Makefile.in: Merge all libffi-related
8733 configury stuff from the libgcj tree.
8734
87352000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
8736
8737 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8738 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
8739
87402000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
8741
8742 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8743 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
8744 current version information. Add to proto-toplev directory.
8745 (gdb-taz): Build do-djunpack.
8746
87472000-05-15 David Edelsohn <edelsohn@gnu.org>
8748
8749 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
8750
87512000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8752
8753 * ltmain.sh: Preserve in relink_command any environment
8754 variables that may affect the linker behavior.
8755
87562000-05-12 Jeffrey A Law (law@cygnus.com)
8757
8758 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
8759
87602000-05-10 Jim Wilson <wilson@cygnus.com>
8761
8762 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
8763
87642000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8765
8766 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
8767 with the version name.
8768
87692000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
8770
8771 * config.if: Tweak.
8772
87732000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
8774
8775 * djunpack.bat: New file.
8776
87772000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
8778
8779 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
8780 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
8781 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
8782 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
8783
87842000-04-16 Dave Pitts <dpitts@cozx.com>
8785
8786 * config.sub (case $basic_machine): Change default for "ibm-*"
8787 to "openedition".
8788
87892000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
8790
8791 * Makefile.in (gdb-taz): New target. GDB specific archive.
8792 (do-md5sum): New target.
8793 (MD5PROG): Define.
8794 (PACKAGE): Default to TOOL.
8795 (VER): Default to a shell script.
8796 (taz): Rewrite target. Move real work to do-proto-toplev. Include
8797 md5 checksum generation.
8798 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
8799 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
8800 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
8801 insight.tar.bz2): Use gdb-taz to create archive.
8802
88032000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
8804
8805 * configure (warn_cflags): Delete.
8806
88072000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
8808 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
8809
8810 * configure.in (enable_libstdcxx_v3): Add.
8811 (target_libs): Add bits here to switch between libstdc++-v2 and
8812 libstdc++-v3.
8813 * config.if: And this file too.
8814 * Makefile.in: Add libstdc++-v3 targets.
8815
88162000-04-05 Michael Meissner <meissner@redhat.com>
8817
8818 * config.sub (d30v): Add d30v as a basic machine type.
8819
88202000-03-29 Jason Merrill <jason@casey.cygnus.com>
8821
8822 * configure.in: -linux-gnu*, not -linux-gnu.
8823
88242000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
8825
8826 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
8827 (do-tar-bz2): Replace TOOL with PACKAGE.
8828 (gdb.tar.bz2): Remove GDBTK from GDB package.
8829 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
8830 dejagnu.tar.bz2): New packages.
8831
88322000-02-27 Andreas Jaeger <aj@suse.de>
8833
8834 * configure.in: Add entry for mips*-*-linux*, move catch all
8835 *-*-*linux* entry below this one.
8836
88372000-02-27 Ian Lance Taylor <ian@zembu.com>
8838
8839 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
8840
88412000-02-24 Nick Clifton <nickc@cygnus.com>
8842
8843 * config.sub: Support an OS of "wince".
8844
88452000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
8846
8847 * config.guess, config.sub: Updated to match config's 2000-02-15
8848 version.
8849
88502000-02-23 Linas Vepstas <linas@linas.org>
8851
8852 * config.sub: Add support for Linux/IBM 370.
8853 * configure.in: Likewise.
8854
88552000-02-22 Nick Clifton <nickc@cygnus.com>
8856
8857 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
8858
88592000-02-20 Christopher Faylor <cgf@cygnus.com>
8860
8861 * config.guess: Guess "cygwin" rather than "cygwin32".
8862
88632000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8864
8865 * configure (gcc_version): When setting, narrow search to
8866 lines containing `version_string'.
8867
88682000-02-15 Denis Chertykov <denisc@overta.ru>
8869
8870 * config.sub: Add support for avr target.
8871
88722000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
8873
8874 * config.sub: Add mmix-knuth-mmixware.
8875
88762000-01-27 Christopher Faylor <cgf@redhat.com>
8877
8878 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
8879 structure stuff to -L library search.
8880 (CXX_FOR_TARGET): Ditto.
8881 (CROSS_CHECK_MODULES): Fix spelling mistake.
8882
88832000-01-24 Mark Mitchell <mark@codesourcery.com>
8884
8885 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
8886 the C++ compiler.
8887
88882000-01-12 Richard Henderson <rth@cygnus.com>
8889
8890 * configure.in: Don't build some bits for beos.
8891
88922000-01-12 Joel Sherrill (joel@OARcorp.com)
8893
8894 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
8895 as include files.
8896
88972000-01-06 Geoff Keating <geoffk@cygnus.com>
8898
8899 * configure.in: Use mt-aix43 to handle *_TARGET defs,
8900 not mh-aix43.
8901
89021999-12-14 Richard Henderson <rth@cygnus.com>
8903
8904 * config.guess (alpha-osf, alpha-linux): Detect ev67.
8905 * config.sub: Accept alphaev[78], alphaev8.
8906
89071999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8908
8909 * config.guess, config.sub: Update from autoconf.
8910
8911Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8912
8913 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
8914 necessary libraries are missing.
8915
89161999-10-25 Andreas Schwab <schwab@suse.de>
8917
8918 * configure: Fix quoting inside arguments of eval.
8919
89201999-10-21 Nick Clifton <nickc@cygnus.com>
8921
8922 * config-ml.in: Allow suppression of some ARM multilibs.
8923
8924Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
8925
8926 * config.guess: Add OS/390 match pattern.
8927 * config.sub: Add mvs, openedition targets.
8928 * configure.in (i370-ibm-opened*): New.
8929
89301999-09-04 Steve Chamberlain <sac@pobox.com>
8931
8932 * config.sub: Add support for configuring for pj.
8933
89341999-08-31 Nick Clifton <nickc@cygnus.com>
8935
8936 * config.sub (maybe_os): Add support for configuring for fr30.
8937
89381999-08-25 Nick Clifton <nickc@cygnus.com>
8939
8940 * configure.in: Do not configure or build ld for AIX
8941 platforms. ld is known to be broken on these platforms.
8942
8943Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8944
8945 * config-ml.in: Pass compiler flag corresponding to multidirs to
8946 subdir configures.
8947
89481999-08-09 Ian Lance Taylor <ian@zembu.com>
8949
8950 * Makefile.in (LDFLAGS): Define.
8951
89521999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
8953
8954 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
8955 noconfigdirs.
8956 (*-*-cygwin*): Likewise.
8957
89581999-08-08 Ian Lance Taylor <ian@zembu.com>
8959
8960 * mkdep: New file.
8961 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
8962 (BINUTILS_SUPPORT_DIRS): Add mkdep.
8963
8964 From Eli Zaretskii <eliz@is.elta.co.il>:
8965 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
8966 long file name when using DJGPP on MS-DOS.
8967
8968Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
8969
8970 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
8971
89721999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
8973
8974 * Makefile.in (check-target-libio): Remove all-target-libstdc++
8975 dependency as this causes "make check" to globally "make all"
8976
8977Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
8978
8979 * configure.in (target_libs): Added target-zlib.
8980 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
8981 (CONFIGURE_TARGET_MODULES): Likewise.
8982 (CHECK_TARGET_MODULES): Likewise.
8983 (INSTALL_TARGET_MODULES): Likewise.
8984 (CLEAN_TARGET_MODULES): Likewise.
8985 (configure-target-zlib): New target.
8986 (all-target-zlib): Likewise.
8987 (all-target-libjava): Depend on all-target-zlib.
8988 (configure-target-libjava): Depend on configure-target-zlib.
8989
8990 * Makefile.in (configure-target-libjava): Depend on
8991 configure-target-newlib.
8992 (configure-target-boehm-gc): New target.
8993 (configure-target-qthreads): New target.
8994
8995 * configure.in (target_libs): Added target-qthreads.
8996 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
8997 (CONFIGURE_TARGET_MODULES): Likewise.
8998 (CHECK_TARGET_MODULES): Likewise.
8999 (INSTALL_TARGET_MODULES): Likewise.
9000 (CLEAN_TARGET_MODULES): Likewise.
9001 (all-target-qthreads): New target.
9002 (configure-target-libjava): Depend on configure-target-qthreads.
9003 (all-target-libjava): Depend on all-target-qthreads.
9004
9005 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9006 (CONFIGURE_TARGET_MODULES): Likewise.
9007 (CHECK_TARGET_MODULES): Likewise.
9008 (INSTALL_TARGET_MODULES): Likewise.
9009 (CLEAN_TARGET_MODULES): Likewise.
9010 (all-target-libjava): New target.
9011 (all-target-boehm-gc): Likewise.
9012 * configure.in (target_libs): Added libjava, boehm-gc.
9013
90141999-07-22 Ian Lance Taylor <ian@zembu.com>
9015
9016 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9017 configure.bat in SUPPORT_FILES.
9018 (gas+binutils.tar.bz2): Likewise.
9019
9020 * makeall.bat: Remove; obsolete.
9021
90221999-07-21 Ian Lance Taylor <ian@zembu.com>
9023
9024 From Mark Elbrecht:
9025 * configure.bat: Remove; obsolete.
9026
90271999-07-11 Ian Lance Taylor <ian@zembu.com>
9028
9029 * configure: Add -W -Wall to the default CFLAGS when compiling with
9030 gcc.
9031
9032Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9033
9034 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9035
90361999-06-30 Mark Mitchell <mark@codesourcery.com>
9037
9038 * configure.in: Build ld on IRIX6.
9039
90401999-06-12 Ian Lance Taylor <ian@zembu.com>
9041
9042 * Makefile.in: Change distribution targets to use bzip2 instead of
9043 gzip.
9044 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9045 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9046
90471999-06-04 Nick Clifton <nickc@cygnus.com>
9048
9049 * config.sub: Add mcore target.
9050
90511999-05-30 Cort Dougan <cort@cs.nmt.edu>
9052
9053 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9054
90551999-05-25 H.J. Lu (hjl@gnu.org)
9056
9057 * config.guess (dummy): Changed to $dummy.
9058
90591999-05-24 Nick Clifton <nickc@cygnus.com>
9060
9061 * config.sub: Tidied up case statements.
9062
90631999-05-22 Ben Elliston <bje@cygnus.com>
9064
9065 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9066 <jiro@din.or.jp>.
9067
9068 * config.guess: Merge with FSF version. Future changes will be
9069 more accurately recorded in this ChangeLog.
9070 * config.sub: Likewise.
9071
90721999-05-20 Stephen L Moshier <moshier@world.std.com>
9073
9074 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9075
90761999-04-30 Tom Tromey <tromey@cygnus.com>
9077
9078 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9079
90801999-04-23 Tom Tromey <tromey@cygnus.com>
9081
9082 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9083
90841999-04-20 Drew Moseley <dmoseley@cygnus.com>
9085
9086 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9087 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9088 Bad merge removed these two changes.
9089
9090Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
9091 Martin Heller (Ing.-Buero_Heller@t-online.de)
9092
9093 * config.guess (interix Alpha): Add.
9094
90951999-04-11 Richard Henderson <rth@cygnus.com>
9096
9097 * configure.in (i?86-*-beos*): Do config gperf; don't config
9098 gdb, newlib, or libgloss.
9099
91001999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
9101
9102 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9103 link a trivial program with -mabi=64. If it fails, remove mabi=64
9104 from multidirs.
9105
91061999-04-10 Philipp Thomas (kthomas@gwdg.de)
9107
9108 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9109
91101999-04-08 Nick Clifton <nickc@cygnus.com>
9111
9112 * config.sub: Add support for mcore targets.
9113
91141999-04-07 Michael Meissner <meissner@cygnus.com>
9115
9116 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9117 not mt-ospace, in order to shut up assembler warning about using
9118 symbols that are named the same as registers.
9119
91201999-04-07 Drew Moseley <dmoseley@cygnus.com>
9121
9122 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9123 dependency list for all-target-cygmon.
9124
91251999-04-05 Doug Evans <devans@casey.cygnus.com>
9126
9127 * config-ml.in: Check $host, not $target, for selective multilibs.
9128 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9129 thumb interworking, and underscore prefix multilibs.
9130
91311999-04-04 Ian Lance Taylor <ian@zembu.com>
9132
9133 * missing: Update to version from current automake.
9134
9135Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9136
9137 * configure (gxx_include_dir): Removed.
9138
9139 * configure.in (gxx_include_dir): Handle it.
9140 * Makefile.in: Likewise.
9141
91421999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9143
9144 * config.sub (mips64vr4111,mips64vr4111el) Add.
9145
91461999-03-21 Ben Elliston <bje@cygnus.com>
9147
9148 * config.guess: Correct typo for detecting ELF on FreeBSD.
9149
9150Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9151
9152 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9153 config/mh-djgpp.
9154
9155Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9156
9157 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9158 all-target-newlib to dependency list for all-target-bsp.
9159
9160Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9161
9162 * config.sub: Add i386-uwin support.
9163 * config.guess: Likewise.
9164
9165Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9166
9167 * configure.in: cleanup, add mh-*pic handling for arm, special
9168 case powerpc*-*-aix*
9169
9170Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
9171
9172 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9173 can be built.
9174
9175Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
9176
9177 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
9178 targets.
9179
91801999-03-02 Nick Clifton <nickc@cygnus.com>
9181
9182 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9183
91841999-02-28 Geoffrey Noer <noer@cygnus.com>
9185
9186 * config.sub: Check for "cygwin*" rather than "cygwin32*"
9187
91881999-02-24 Nick Clifton <nickc@cygnus.com>
9189
9190 * config.sub: Fix typo in arm recognition.
9191
91921999-02-24 Drew Moseley <dmoseley@cygnus.com>
9193
9194 * configure.in (noconfigdirs): Changed target_configdirs to
9195 include target-bsp only for m68k-*-elf* and m68k-*-coff*
9196 rather than m68k-*-* since it is not known to work on
9197 m68k-aout. Ditto for arm-*-*oabi.
9198
91991999-02-24 Stan Shebs <shebs@andros.cygnus.com>
9200
9201 * configure.in (*-*-windows*): Remove, no longer used.
9202
92031999-02-19 Ben Elliston <bje@cygnus.com>
9204
9205 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9206 Smart and improved by Andrew Cagney.
9207
92081999-02-18 Marc Espie <espie@cvs.openbsd.org>
9209
9210 * config.guess: Recognize openbsd-*-hppa.
9211
92121999-02-17 H.J. Lu (hjl@gnu.org)
9213
9214 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9215 only if it is not empty.
9216
92171999-02-17 Nick Clifton <nickc@cygnus.com>
9218
9219 Patch from: Scott Bambrough <scottb@corelcomputer.com>
9220
9221 * config.guess: Modified to recognize uname's armv* syntax.
9222
9223 * config.sub: Modified to recognize uname's armv* syntax.
9224
92251999-02-17 Mark Salter <msalter@cygnus.com>
9226
9227 * configure.in: Added target-bsp for sparclite.
9228
92291999-02-08 Richard Henderson <rth@cygnus.com>
9230
9231 * config.sub: Recognize alphapca5[67] and up to alphaev8.
9232
92331999-02-08 Nick Clifton <nickc@cygnus.com>
9234
9235 * configure.in: Add support for strongarm port.
9236 * config.sub: Add support for strongarm target.
9237
92381999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
9239
9240 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9241 the old name config/mh-cygwin32.
9242 Enable texinfo.
9243
92441999-02-04 Ian Lance Taylor <ian@cygnus.com>
9245
9246 * configure.in: Do build ld for ix86 Solaris.
9247
92481999-02-02 Jim Wilson <wilson@cygnus.com>
9249
9250 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
9251 $AR_FOR_TARGET. Likewise for RANLIB.
9252
92531999-02-02 Catherine Moore <clm@cygnus.com>
9254
9255 * config.sub (oabi): Recognize.
9256 * configure.in (arm-*-oabi): Handle.
9257
92581999-01-30 Robert Lipe (robertlipe@usa.net)
9259
9260 * config.guess: Improve detection of i686 on UnixWare 7.
9261
92621999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
9263
9264 * config.guess: Add support for i386-pc-interix.
9265 * config.sub: Likewise.
9266 * configure.in: Likewise.
9267
92681999-01-18 Christopher Faylor <cgf@cygnus.com>
9269
9270 * Makefile.in: Remove unneeded all-target-libio from
9271 from all-target-winsup target since it is now unneeded.
9272 Add all-target-libtermcap in its place since it is now
9273 needed.
9274
92751998-12-30 Christopher Faylor <cgf@cygnus.com>
9276
9277 * configure.in: makefile stub for cygwin target is probably
9278 unnecessary. Remove it for now.
9279
92801998-12-30 Christopher Faylor <cgf@cygnus.com>
9281
9282 * configure.in: libtermcap.a should be built when cygwin is the
9283 target as well as the host.
9284 * config.guess: Allow mixed case in cygwin uname output.
9285 * Makefile.in: Add libtermcap target.
9286
92871998-12-23 Jeffrey A Law (law@cygnus.com)
9288
9289 * config.sub: Clean up handling of hppa2.0.
9290
92911998-12-22 Rodney Brown (rodneybrown@pmsc.com)
9292
9293 * config.guess: Use C code to identify more HP machines.
9294
9295Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
9296
9297 * config.sub: Handle hppa2.0.
9298
9299Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
9300
9301 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
9302 cygmon for all sparclite targets, regardless of object format.
9303
93041998-12-15 Mark Salter <msalter@cygnus.com>
9305
9306 * configure.in: Added target-bsp for several target architectures.
9307
9308 * Makefile.in: Added rules for bsp.
9309
9310Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
9311
9312 * config.guess: Improve detection of hppa2.0 processors.
9313
9314Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
9315
9316 * config.guess: Recognize FreeBSD using ELF automatically.
9317
93181998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
9319
9320 * configure (skip-this-dir): Add handling for new shell script, which
9321 might be created by a sub-directory's configure to indicate, this particular
9322 directory is "unwanted".
9323 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9324
9325Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
9326
9327 * ltconfig: import from libtool, after changing libtool to
9328 account for the cygwin name change.
9329
9330Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
9331
9332 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9333 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9334
9335Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
9336
9337 * configure.in: Add libtermcap to list of cygwin dependencies.
9338
93391998-11-17 Geoffrey Noer <noer@cygnus.com>
9340
9341 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9342 they include winsup/include when it's a cygwin target.
9343
93441998-11-12 Tom Tromey <tromey@cygnus.com>
9345
9346 * configure.in (host_tools): Added zip.
9347 * Makefile.in (all-target-libjava): Depend on all-zip.
9348 (all-zip): New target.
9349 (ALL_MODULES): Added all-zip.
9350 (NATIVE_CHECK_MODULES): Added check-zip.
9351 (INSTALL_MODULES): Added install-zip.
9352 (CLEAN_MODULES): Added clean-zip.
9353
93541998-11-12 Geoffrey Noer <noer@cygnus.com>
9355
9356 * Makefile.in: lose "32" from comment about cygwin.
9357
93581998-11-05 Nick Clifton <nickc@cygnus.com>
9359
9360 * configure.in: Use -Os to build target libraries for the fr30.
9361
93621998-11-04 Dave Brolley <brolley@cygnus.com>
9363
9364 * config.sub: Add fr30.
9365
93661998-11-02 Geoffrey Noer <noer@cygnus.com>
9367
9368 * configure.in: drop "32" from config/mh-cygwin32. Check
9369 cygwin* instead of cygwin32*.
9370 * config.sub: Check cygwin* instead of cygwin32*.
9371
93721998-10-22 Robert Lipe <robertl@dgii.com>
9373
9374 * config.guess: Match any version of Unixware7.
9375
93761998-10-20 Syd Polk <spolk@cygnus.com>
9377
9378 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9379 if desired.
9380
93811998-10-18 Jeffrey A Law (law@cygnus.com)
9382
9383 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9384 these if the appropriate directories and files to not exist.
9385
93861998-10-14 Jeffrey A Law (law@cygnus.com)
9387
9388 * Makefile.in (DEVO_SUPPORT): Add config.if.
9389
93901998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
9391
9392 * configure: Add pattern to replace "build_tooldir"'s
9393 definition in the generated Makefile with "tooldir"'s
9394 actual value.
9395
9396Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
9397
9398 * config.sub: Bring back lost sparcv9.
9399
9400 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9401
9402Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
9403
9404 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9405 CC_FOR_TARGET and friends.
9406
9407Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9408
9409 * Makefile.in (build_tooldir): New variable, same as tooldir.
9410 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9411 -B$(build_tooldir)/bin/.
9412 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9413
9414Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
9415
9416 * config.sub: Add support for i[34567]86-pc-udk.
9417 * configure.in: Likewise.
9418
9419Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
9420
9421 * Makefile.in: add bzip2 package building bits for user
9422 tools module
9423 * configure.in: ditto
9424
9425Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
9426
9427 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9428 (ALL_TARGET_MODULES): Add all-target-libobjc.
9429 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9430 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9431 (all-target-libchill): Add dependencies.
9432 * configure.in (target_libs): Add libchill.
9433
94341998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
9435
9436 * configure.in (target_subdir): Remove duplicate line.
9437
9438Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
9439
9440 * Makefile.in (all-automake): fix dependencies.
9441
9442Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
9443
9444 * configure.in: Minor cleanups for building in the $(target_alias)
9445 subdir.
9446
94471998-09-22 Jim Wilson <wilson@cygnus.com>
9448
9449 * Makefile.in (bootstrap): Set r and s before make all. Use
9450 BASE_FLAGS_TO_PASS in make all.
9451 (cross): Likewise.
9452
94531998-09-20 Mark Mitchell <mark@markmitchell.com>
9454
9455 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9456
9457Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
9458
9459 * config.sub: Fix typo in last change.
9460
94611998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9462
9463 * config.sub: Add support for C4x target.
9464 * configure.in: Likewise.
9465
94661998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
9467
9468 * config.sub: Recognize sparcv9 just like sparc64.
9469
9470Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
9471
9472 * config.guess: Match "Pent II" or "PentII" for OpenServer.
9473
9474Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
9475
9476 * config.guess: Correctly identify Pentium II sco boxes.
9477
9478 * config.guess: Fix "tr" code. From Weiwen Liu.
9479
9480Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
9481
9482 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9483 stabs.
9484
9485Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
9486
9487 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9488 (ALL_TARGET_MODULES): Add all-target-libchill.
9489 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9490 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9491 (all-target-libchill): Add dependencies.
9492 * configure.in (target_libs): Add libchill.
9493
9494Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9495
9496 * config.guess: Avoid assumptions about "tr" behaves when
9497 LANG is set to something other than English.
9498
9499Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
9500
9501 * configure (gxx_include_dir): Changed to
9502 '${prefix}/include/g++'-${libstdcxx_interface}.
9503
9504 * config.if: New to determine the interfaces.
9505
9506Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
9507
9508 * config.guess: Detect and handle MPE/IX.
9509 * config.sub: Deal with MPE/IX.
9510
9511Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
9512
9513 * configure.in: Use mh-aix43.
9514
95151998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
9516
9517 * configure: Fix --without/--disable cases for gxx-include-dir.
9518
9519Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
9520
9521 * mdata-sh: Imported. Needed for automake support.
9522
9523Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
9524
9525 * Makefile.in (taz): Try "chmod -R og=u ." before
9526 "chmod og=u `find . -print`".
9527
9528Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
9529
9530 * configure.in: Add arm-elf and thumb-elf support.
9531
9532Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
9533
9534 * Makefile.in: Undo previous patch.
9535
9536Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
9537
9538 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
9539 to here ...
9540 (install-no-fixedincludes): and here
9541 (INSTALL_MODULES): ... from here.
9542
9543Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
9544
9545 * config.sub: Merge with FSF.
9546
9547 * config.guess: Merge with FSF.
9548
9549Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
9550
9551 * configure (extraconfigdirs): New variable.
9552 (SUBDIRS): Add extraconfigdirs and recurse on them too.
9553 * Makefile.in (all): Move higher in file.
9554 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
9555 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
9556 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
9557 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
9558 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
9559
95601998-07-23 Brendan Kehoe <brendan@cygnus.com>
9561
9562 * Makefile.in (all-target-libjava): Depend on all-gcc and
9563 all-target-newlib.
9564 (configure-target-libjava): Depend on $(ALL_GCC).
9565
9566Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
9567
9568 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
9569 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
9570
9571Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
9572
9573 * ylwrap: Change absolute path checks to check for DOS style path
9574 names.
9575
9576 * ylwrap: Don't use a full path name if the source file is in the
9577 same directory. From hjl@lucon.org (H.J. Lu).
9578
9579 * config-ml.in: Default to being verbose, to match Feb 18 change to
9580 configure.
9581
9582Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
9583
9584 Brought over from egcs:
9585
9586 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9587
9588 * configure.in (target_subdir): Set to ${target_alias} instead
9589 of "libraries".
9590
9591 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9592
9593 * configure.in (target_subdir): Set to libraries if enable_multilib.
9594
9595Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
9596
9597 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
9598 multilibs, force reconfiguration the first time we create
9599 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
9600
9601Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
9602
9603 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
9604 avoid confusion with --no-recursion.
9605
9606Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
9607
9608 * configure.in: Win32 hosts shouldn't use install -x
9609 * install-sh: remove -x option, and special .exe-handling
9610 hack.
9611
9612Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
9613
9614 * config.guess: Recognize i586-pc-beos.
9615 * configure.in: Don't build some bits for beos.
9616
9617Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
9618
9619 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
9620 CFLAGS default to -O2.
9621
9622 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
9623 when using GNU ld.
9624
9625Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
9626
9627 * ltmain.sh: Correct install when using a different shell.
9628
9629Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
9630
9631 * ltconfig, ltmain.sh: Update to libtool 1.2b.
9632
9633Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
9634
9635 * makefile.vms: Update to build binutils/makefile.vms. Add install
9636 target.
9637
9638Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
9639
9640 * ltconfig: Update to correct AIX handling.
9641
9642Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9643
9644 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
9645
9646 * configure.in (target_subdir): Set to ${target_alias} instead
9647 of "libraries".
9648
96491998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
9650
9651 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
9652 (Makefile): Depend on $(gcc_version_trigger).
9653
9654 * configure (gcc_version): Change default initializer to empty
9655 string.
9656 (gcc_version_trigger): New variable; pass this variable down
9657 to subdir configures to enable them checking gcc's version
9658 themselves. Emit make macros for both gcc_version vars.
9659 (topsrcdir): Initialize reliably.
9660 (recursion line): Remove --with-gcc-version=${gcc_version}.
9661
96621998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9663
9664 * configure (enable_version_specific_runtime_libs): Implement new flag
9665 --enable-version-specific-runtime-libs which installs C++ runtime stuff
9666 in $(libsubdir); emit definition in each generated Makefile.
9667 (gxx_include_dir): Initialize depending on
9668 $enable_version_specific_runtime_libs.
9669
96701998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9671
9672 * configure (gcc_version): Initialize properly depending on
9673 how and where configure is started.
9674 (recursion line): Pass a --with-gcc-version=${gcc_version}
9675 to configures in subdirs.
9676
9677Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
9678
9679 * configure.in (noconfigdirs): Add configure pattern for mips tx39
9680 cygmon
9681
9682Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
9683
9684 * configure.in: Add cygmon and libstub support for mn10200.
9685
96861998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
9687
9688 * configure (gcc_version): Add new variable describing the
9689 particular gcc version we're building.
9690 * Makefile.in (libsubdir): Add new macro for the directory
9691 in which the compiler finds executables, libraries, etc.
9692 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
9693 and libsubdir.
9694
9695Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9696
9697 * Makefile.in (local-clean): Remove *.log.
9698 (warning.log): Built with warn_summary from build.log.
9699 (mail-report.log): Run test_summary.
9700 (mail-report-with-warnings.log): Run test_summary including
9701 warning.log in the report.
9702
9703Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
9704
9705 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
9706
9707Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
9708
9709 * Makefile.in (grep): Grep no longer depends on libiberty.
9710
9711Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
9712
9713 * Makefile.in: all-snavigator needs all-libgui.
9714
9715Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
9716
9717 * configure.in: Add cygmon and libstub support for mn10300.
9718
9719Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
9720
9721 * missing: Update to version from automake 1.3.
9722
9723 * ltmain.sh: On installation, don't get confused if the same name
9724 appears more than once in the list of library names.
9725
9726Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
9727
9728 * config.sub: Accept m68060 and m5200 as CPU names.
9729
9730Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
9731
9732 * configure: Use && rather than using -a in test, because odd
9733 strings can confuse test.
9734 * configure.in: Likewise.
9735
9736Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
9737
9738 * ltconfig, ltmain.sh: Bring in Visual C++ support.
9739
9740Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9741
9742 * Makefile.in (boostrap2-lean, bootstrap3-lean,
9743 bootstrap4-lean): New targets.
9744
9745Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
9746
9747 * mpw-* Delete. Not used.
9748
9749Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
9750
9751 * COPYING.LIB: Update FSF address.
9752
9753Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
9754
9755 * ltconfig, ltmain.sh: Update to libtool 1.2a.
9756
9757 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
9758 GAS_SUPPORT_DIRS.
9759
9760Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
9761
9762 * ltconfig, ltmain.sh: Avoid producing a version number if
9763 -version-info was not used.
9764
9765Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
9766
9767 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
9768 building with newlib.
9769
97701998-04-30 Paul Eggert <eggert@twinsun.com>
9771
9772 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
9773 Solaris `make' causes it to continue to next definition.
9774
9775Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
9776
9777 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
9778 the right GUI libraries and files are installed along with GDB.
9779
9780Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
9781
9782 * configure.in: Change alpha to alpha* in several places.
9783
9784Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
9785
9786 * config.sub: Recognize sparc86x.
9787
9788Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
9789
9790 * configure.in (--enable-target-optspace): Remove debug echo.
9791
9792Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
9793
9794 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
9795
9796Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
9797
9798 * ltconfig: Update cygwin32 support.
9799
9800 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
9801 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
9802 (GDB_SUPPORT_DIRS): Likewise.
9803
9804Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
9805
9806 * configure.in (target_makefile_frag): If --enable-target-optspace,
9807 use -Os to compile target libraries rather than -O2. Default to
9808 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
9809 not used.
9810 * configure.in (target_cflags): Ditto for d30v.
9811
9812Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
9813
9814 * Makefile.in (all-bfd): Depend on all-intl.
9815 (all-binutils): Likewise.
9816 (all-gas): Likewise.
9817 (all-gprof): Likewise.
9818 (all-ld): Likewise.
9819
98201998-04-19 Brendan Kehoe <brendan@cygnus.com>
9821
9822 * configure.in (host_tools): Fix typo, lbtool -> libtool.
9823
9824Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
9825
9826 * Makefile.in (all-bfd): Depend upon all-libiberty.
9827
9828 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
9829
9830Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
9831
9832 * Makefile.in: Add libstub.
9833
9834 * configure.in: Ditto. Build libstub for targets that have cygmon
9835 support.
9836
9837Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
9838
9839 * configure.in: Don't set PICFLAG on ix86-cygwin32.
9840
9841Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
9842
9843 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
9844 use mh-sysv5 if specified. Support gprof on SCO Open Server.
9845
9846Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
9847
9848 * configure: Define DEFAULT_M4 by searching PATH.
9849 * Makfile.in: Use DEFAULT_M4.
9850
9851Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
9852
9853 * ltconfig: Add cygwin32 support.
9854
9855 * Makefile.in, configure.in: Add libtool as a native only directory
9856 to configure and build.
9857
9858Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
9859
9860 * Makefile.in (INSTALL_MODULES): Remove texinfo.
9861
9862Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
9863
9864 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
9865
9866Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
9867
9868 * Makefile.in: add ash make rules
9869 * configure.in: add ash to native_only and host_tools lists
9870
9871Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
9872
9873 * Makefile.in (all-gettext, all-intl): New targets.
9874 (ALL_MODULES): Added all-gettext, all-intl.
9875 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
9876 (INSTALL_MODULES): Added install-gettext, install-intl.
9877 (CLEAN_MODULES): Added clean-gettext, clean-intl.
9878
9879 * configure.in (host_tools): Added gettext.
9880 (native_only): Likewise.
9881 (noconfigdirs) [various cases]: Likewise.
9882 (host_libs): Added intl.
9883
9884Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
9885
9886 * configure: Do not disable building gdbtk for cygwin32 hosts.
9887
9888Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
9889
9890 * configure.in: Add thumb-coff target.
9891 * config.sub: Add thumb-coff target.
9892
9893Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9894
9895 * Makefile.in: Revert yesterday's change.
9896 (all-target-winsup): all-target-librx stays out of here.
9897
9898Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
9899
9900 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
9901 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
9902 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
9903 Remove references to librx and libg++.
9904
9905Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
9906
9907 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
9908 recursive makes
9909
9910Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
9911
9912 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
9913 for newlib directory.
9914 (CXX_FOR_TARGET): Likewise.
9915
9916Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
9917
9918 * ltconfig: Update after libtool/ltconfig.in change for
9919 hpux11.
9920
9921Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
9922
9923 * ltconfig, ltmain.sh: Update to libtool 1.2.
9924
9925Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
9926
9927 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
9928 (install-gcc-cross): Instead, override LANGUAGES here.
9929
99301998-03-18 Dave Love <d.love@dl.ac.uk>
9931
9932 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
9933 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
9934
9935Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
9936
9937 * configure.in: Add Thumb-pe target.
9938
9939Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
9940
9941 * Makefile.in - changed sn targets to snavigator
9942 * configure.in - changed sn targets to snavigator
9943
9944Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
9945
9946 * config-ml.in: After building symlink tree call make distclean
9947 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
9948 to be the case for libiberty.
9949
9950Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
9951
9952 * configure: When making link, also check the current
9953 directory. The configure scripts may create one.
9954
9955Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
9956
9957 * config.sub: Accept alphapca56 and alphaev6 properly.
9958
9959Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9960
9961 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
9962
9963Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
9964
9965 * config.sub (sco5): Fix typo.
9966
9967Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
9968
9969 * Makefile.in (INSTALL_MODULES): Move install-tcl before
9970 install-itcl.
9971 (install-itcl): Remove dependency on install-tcl.
9972
9973Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
9974
9975 * configure.in: Remove libgloss from noconfigdirs for MN10300.
9976
9977Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
9978
9979 * configure.in: Don't build libgui for a cygwin32 target when not on
9980 a cygwin32 host.
9981
9982Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
9983
9984 * configure (redirect): Set to null, so default behavior of
9985 configure is now --verbose.
9986
99871998-02-16 Dave Love <d.love@dl.ac.uk>
9988
9989 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
9990 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
9991
9992Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
9993
9994 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
9995 this change to sync Makefile.in with its ChangeLog entries.
9996
9997Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
9998
9999 * ltmain.sh (mkdir): Check that the directory doesn't exist
10000 before we exit with error, so that we don't get races during
10001 parallel builds.
10002
10003Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10004
10005 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10006
10007Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10008
10009 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10010 PICFLAG_FOR_TARGET.
10011 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10012
10013 * configure: Emit a definition for the new macro enable_shared
10014 into each Makefile.
10015
10016Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10017
10018 * configure.in (host_tools, native_only): Add libtool.
10019
10020Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10021
10022 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10023 Fix typo in ming config comment.
10024
10025Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10026
10027 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10028
10029Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10030
10031 * config.sub: Add tic30 cases, and map c30 to tic30.
10032
10033Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10034
10035 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10036 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10037 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10038 (CLEAN_TARGET_MODULES): Similarly
10039 (all-target-libf2c): Add dependences.
10040 * configure.in (target_libs): Add libf2c.
10041
10042Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10043
10044 * configure.in: Remove expect from noconfigdirs when target
10045 is cygwin32. OK to build expect and dejagnu with Canadian
10046 Cross.
10047
10048Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10049
10050 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10051 host.
10052
10053 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10054 and mingw32.
10055
10056Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10057
10058 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10059 here as it is not defined in the toplevel Makefile.
10060
10061Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10062
10063 * configure (package_makefile_rules_frag): New variable, which names
10064 a file with generic rules, ...
10065 Change comment to mention we now have FIVE parts.
10066 * configure: Undo last change.
10067
10068Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10069
10070 * config.guess: More accurate determination of HP processor types.
10071 * config.sub: More accurate determination of HP processor types.
10072
10073Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10074
10075 * configure (package_makefile_frag): Move inserting the
10076 ${package_makefile_frag} to where it should be according
10077 to the comment.
10078
10079Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
10080
10081 * config.guess: Add support for Linux/ARM.
10082
10083Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10084
10085 * .cvsignore: Remove *-info and *-install since they match
10086 release-info and mpw-install, which we don't want to just ignore.
10087
10088Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10089
10090 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10091
10092Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10093
10094 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10095 local_prefix to sub-make invocations.
10096
10097Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10098
10099 * configure.in: Check makefile fragments in the source
10100 directory.
10101
10102Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10103
10104 * configure.in: Check whether host and target makefile
10105 fragments exist before adding them to *_makefile_frag.
10106
10107Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10108
10109 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10110
10111Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10112
10113 * configure.in: Make sure we only replace RPATH_ENVVAR on
10114 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10115 regexp to sed.
10116
10117 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10118 to sub-makes.
10119
101201998-01-13 Lee Iverson (leei@ai.sri.com)
10121
10122 * config-ml.in (multi-do): LDFLAGS must include multilib
10123 designator.
10124
10125Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10126
10127 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10128
10129Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10130
10131 * config.sub: Add mingw32 support.
10132 * configure.in: Likewise.
10133
10134Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10135
10136 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10137
10138Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10139
10140 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10141 * configure (gxx_include_dir): Provide a definition for subdirs
10142 which do not use autoconf.
10143
10144Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10145
10146 * config.guess: Sync with egcs. Picks up new alpha support,
10147 BeOS & some additional linux support.
10148
10149Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
10150
10151 * config.guess: HP 9000/803 is a PA1.1 machine.
10152
10153Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10154
10155 * configure.in: It's alpha*-...
10156
10157Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10158
10159 * configure.in (host_makefile_frag, target_makefile_frag):
10160 Handle multiple config files.
10161 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10162 alpha-*-*.
10163
10164Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10165
10166 * mkdep: New file.
10167
10168Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
10169
10170 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10171
10172Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
10173
10174 * Makefile.in: Add libgui directory.
10175 (GDB_TK): Add all-libgui.
10176 * configure.in: Add libgui directory.
10177 * configure: Add all-libgui to GDB_TK.
10178
10179Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
10180
10181 * config-ml.in (multidirs): Add m32r to multilib list.
10182
10183Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
10184
10185 * Makefile.in (all-target-gperf): Change dependency to
10186 all-target-libstdc++.
10187
10188Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
10189
10190 * config.guess: Add BeOS support.
10191
10192Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
10193
10194 Source directory cvs renamed to cvssrc:
10195 * configure.in (host_tools): Change cvs to cvssrc.
10196 (native_only): Likewise.
10197 (noconfigdirs) [various cases]: Likewise.
10198 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10199 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10200 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10201 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10202 (all-cvssrc): Rename target from all-cvs.
10203
10204Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
10205
10206 * configure (gxx_include_dir): Fix thinko.
10207
10208Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
10209
10210 * Makefile.in (INSTALL_TARGET_CROSS): Define.
10211 (install-cross, install-gcc-cross): New targets.
10212
10213Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
10214
10215 * configure.in (noconfigdirs): Add support for Thumb target.
10216
10217 * config.sub (maybe_os): Add support for Thumb target.
10218
10219Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
10220
10221 * Makefile.in: Add rules for cygmon.
10222
10223 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10224
10225Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
10226
10227 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10228 * configure (gxx_include_dir): Provide a definition for subdirs
10229 which do not use autoconf.
10230
10231Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
10232
10233 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
10234 11/18/97 build
10235
10236Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
10237
10238 * From Franz Sirl.
10239 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10240 found on RedHat Linux systems.
10241
10242Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
10243
10244 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10245 guesses.
10246
10247Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
10248
10249 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10250
10251Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
10252
10253 * ltmain.sh: If mkdir fails, check whether the directory was created
10254 anyhow by some other process.
10255
10256Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
10257
10258 * configure.in (d30v-*-*): Configure all directories.
10259
10260Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
10261
10262 * configure.in (d30v-*-*): Configure newlib, libiberty directories
10263 for the D30V.
10264
10265Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
10266
10267 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10268
10269Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
10270
10271 * include/libiberty.h: Add extern "C" { so it can be used with C++
10272 progrms.
10273 * include/remote-sim.h: Add extern "C" { so it can be used with C++
10274 programs.
10275
10276Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
10277
10278 * configure.in (d30v-*-*): Configure GCC now.
10279
10280Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
10281
10282 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10283 is no longer needed.
10284
10285Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
10286
10287 * Makefile.in: check-target-libio depends on all-target-libstdc++.
10288
10289Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
10290
10291 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10292 targets using "$@" to provide support for similar but not identical
10293 targets without having to duplicate code.
10294
10295Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
10296
10297 * makefile.vms: Fix to work with DEC C.
10298
10299Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
10300
10301 * config.sub: Add mips-tx39-elf to marketing names.
10302
10303Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
10304
10305 * ltmain.sh: Handle symlinks in generated script.
10306
10307Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
10308
10309 * configure: Handle autoconf style directory options: --bindir,
10310 --datadir, --includedir, --infodir, --libdir, --libexecdir,
10311 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10312 --sysconfdir.
10313 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10314 (sharedstatedir, localstatedir, oldincludedir): New variables.
10315 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10316 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10317 sbindir, sharedstatedir, and sysconfdir.
10318
10319Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10320
10321 * Makefile.in (bootstrap-lean): New target.
10322
10323Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
10324
10325 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
10326 sn, and gnuserv from noconfigdirs.
10327
10328Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
10329
10330 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10331
10332Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
10333
10334 * Makefile.in (cross): New target.
10335
10336Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
10337 Jeff Law <law@cygnus.com>
10338
10339 * Makefile.in (bootstrap2, bootstrap3): New targets.
10340 (all-bootstrap): Remove outdated and confusing target.
10341 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10342
10343Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
10344
10345 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
10346 windows. Consistent with gdb/configure.
10347
103481997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
10349
10350 * configure.in: Name Linux target fragment.
10351
10352 * configure: Rewrite so that project Makefile fragment is inserted
10353 first and appears last in the resulting Makefile.
10354
10355Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
10356
10357 * Makefile.in (install-itcl): Install tcl first.
10358
10359Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
10360
10361 * configure.in: remove bison from noconfigdirs for Cygwin32 host
10362
10363Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10364
10365 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10366
10367 * configure.in (skipdirs): Add target-librx for Linux.
10368 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10369
10370Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
10371
10372 * Makefile.in (bootstrap): New target.
10373
10374Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
10375
10376 * config.sub: Accept 'amigados' for backward compatability.
10377
10378Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
10379
10380 * config.guess: Merge with FSF.
10381
10382Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
10383
10384 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10385
10386Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
10387
10388 * config.sub: Add "marketing-names" patch.
10389
10390Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
10391
10392 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
10393
10394Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
10395
10396 * config.sub: Handle v850-elf.
10397
10398Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
10399
10400 * .cvsignore (*-install): Remove.
10401
10402Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
10403
10404 * ltconfig: Set CONFIG_SHELL in libtool.
10405 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10406
10407Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10408
10409 * configure.in (target_subdir): Set to libraries if enable_multilib.
10410
10411Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
10412
10413 * config.guess: Update from gcc directory.
10414
10415Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
10416
10417 * Makefile.in (all-sim): Depends on all-readline.
10418
10419Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10420
10421 * Makefile.in (BISON, YACC): Use $$s.
10422 (all-bison): Depend on all-texinfo.
10423
10424Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
10425
10426 * Makefile.in (BISON): Add -L flag.
10427 (YACC): Likewise.
10428
10429Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10430
10431 * configure.in (noconfigdirs): Add support for v850e target.
10432
10433 * config.sub (maybe_os): Add support for v850e target.
10434
10435Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10436
10437 * configure.in (noconfigdirs): Add support for v850ea target.
10438
10439 * config.sub (maybe_os): Add support for v850ea target.
10440
10441Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
10442
10443 * config.sub: Add mipstx39. Delete r3900.
10444
10445Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10446
10447 * Makefile.in (all-autoconf): Depends on all-texinfo.
10448
10449Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
10450
10451 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10452 eabi targets.
10453
10454Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
10455
10456 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10457
10458 * configure: When handling a Canadian Cross, handle YACC as well as
10459 BISON. Just set BISON to bison. When setting YACC, prefer bison.
10460 * Makefile.in (all-bison): Depend upon all-texinfo.
10461
10462Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
10463
10464 * Makefile.in (BISON): bison, not byacc or bison -y.
10465 (YACC): bison -y or byacc or yacc.
10466 (various): Add *-bison as appropriate.
10467 (taz): No need to mess with BISON anymore.
10468
10469Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
10470
10471 * configure: If OSTYPE matches *win32*, try to find a good value for
10472 CONFIG_SHELL.
10473
10474Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
10475
10476 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10477 configure.in if it is present.
10478
10479Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
10480
10481 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10482
10483Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
10484
10485 * config.sub: Recognize `arc' cpu.
10486 * configure.in: Likewise.
10487 * config-ml.in: Likewise.
10488
10489Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
10490
10491 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10492
10493Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
10494
10495 * configure: Changed sed delimiter from ':' to '|' when
10496 attempting to substitute ${config_shell} for SHELL. On
10497 NT ${config_shell} may contain a ':' in it.
10498
10499Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
10500
10501 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10502
10503Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
10504
10505 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
10506
10507Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
10508
10509 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
10510
10511 * ylwrap: If the program is a relative path, force it to be
10512 absolute.
10513
10514Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
10515
10516 * configure (tooldir): Set BISON to `bison -y' and not just bison.
10517
10518Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
10519
10520 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
10521 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
10522 for libraries.
10523
10524Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
10525
10526 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
10527 separated by spaces.
10528
10529Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
10530
10531 * ylwrap: New file.
10532 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
10533
10534 * ltmain.sh: Handle /bin/sh at start of install program.
10535
10536 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
10537
10538 * ltconfig, ltmain.sh: New files, from libtool 1.0.
10539 * missing: New file, from automake 1.2.
10540
10541Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
10542
10543 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
10544 check-tk to CHECK_X11_MODULES.
10545
10546Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
10547
10548 * config.sub: Merge with FSF.
10549
10550Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
10551
10552 * config.guess: Merge with FSF.
10553
10554Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
10555
10556 * configure: Treat msdosdjgpp like go32.
10557 * configure.in: Likewise. Don't remove gprof for go32.
10558
10559 * configure: Change Makefile.tem2 to Makefile.tm2.
10560
10561Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
10562
10563 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
10564
10565Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10566
10567 * install-sh (chmodcmd): Set to null if the DST directory already
10568 exists. Same as Nov 11th change.
10569
10570Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
10571
10572 * configure (GDB_TK): Needs itcl and tix.
10573
10574Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
10575
10576 * config.guess: Update from FSF.
10577
10578Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
10579
10580 * Makefile.in (GDB_TK): Depend on itcl and tix.
10581
10582Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
10583
10584 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
10585 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
10586 (INSTALL_SCRIPT): New variable.
10587 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
10588 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
10589 to -x.
10590 * install-sh: Add support for -x option.
10591
10592Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
10593
10594 * configure.in, Makefile.in: Treat tix like itcl.
10595
10596Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
10597
10598 * Makefile.in (WINDRES): New variable.
10599 (WINDRES_FOR_TARGET): New variable.
10600 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
10601 (EXTRA_HOST_FLAGS): Add WINDRES.
10602 (EXTRA_TARGET_FLAGS): Add WINDRES.
10603 (EXTRA_GCC_FLAGS): Add WINDRES.
10604 ($(DO_X)): Pass down WINDRES.
10605 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10606 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
10607 DLLTOOL_FOR_TARGET.
10608
10609Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
10610
10611 * configure.in: configure sim before gdb for win32-x-ppc
10612
10613Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10614
10615 Move gperf into the toplevel, from libg++.
10616 * configure.in (target_tools): Add target-gperf.
10617 (native_only): Add target-gperf.
10618 * Makefile.in (all-target-gperf): New target, depend on
10619 all-target-libg++.
10620 (configure-target-gperf): Empty rule.
10621 (ALL_TARGET_MODULES): Add all-target-gperf.
10622 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
10623 (CHECK_TARGET_MODULES): Add check-target-gperf.
10624 (INSTALL_TARGET_MODULES): Add install-target-gperf.
10625 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
10626
10627Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
10628
10629 * config.sub (mn10200): Recognize new basic machine.
10630
10631Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10632
10633 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
10634 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
10635
10636Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10637
10638 * configure.in: If we're building mips-sgi-irix6* native, turn on
10639 ENABLE_MULTILIB and set TARGET_SUBDIR.
10640
10641Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
10642
10643 * Makefile.in (all-sn): Depend on all-grep.
10644
10645Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
10646
10647 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
10648
10649 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
10650 Makefile. From Jeff Makey <jeff@cts.com>.
10651 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
10652
10653 * Makefile.in (DISTBISONFILES): Remove.
10654 (taz): Don't futz with DISTBISONFILES. Change BISON to use
10655 $(DEFAULT_YACC).
10656
10657 * configure.in: Build itl, db, sn, etc., when building for native
10658 cygwin32.
10659
10660 * Makefile.in (LD): New variable.
10661 (EXTRA_HOST_FLAGS): Pass down LD.
10662 ($(DO_X)): Likewise.
10663
10664Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
10665
10666 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
10667
10668Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
10669
10670 * configure.in (targargs): Strip out any supplied --build argument
10671 before adding our own. Always add --build.
10672
10673Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
10674
10675 * configure.in (targargs): Pass --build if we're doing
10676 a cross-compile.
10677
10678Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
10679
10680 * configure: Use '|' instead of ":" as the separator in
10681 sed. Otherwise sed chokes on NT path names with drive
10682 designators. Also look for "?:*" as the leading characters in an
10683 absolute pathname.
10684
10685Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
10686
10687 * config.sub: Support for r3900.
10688
10689Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
10690
10691 * configure.in: Use install-sh, not install.sh.
10692
10693Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
10694
10695 * Makefile.in (taz): Improve check for BISON so it doesn't try to
10696 apply it twice.
10697
10698Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
10699
10700 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
10701 install-binutils.
10702
10703Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
10704
10705 * Makefile.in: Add automake targets.
10706 * configure.in (host_tools): Add automake.
10707
10708Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
10709
10710 * configure: Default CXX to c++, not gcc.
10711 * Makefile.in (CXX): Set to c++, not gcc.
10712 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
10713
10714Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
10715
10716 * install-sh: try appending a .exe if source file doesn't
10717 exist
10718
10719Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
10720
10721 * configure.in: Turn on multilib by default.
10722 (cross_only): Remove target-libiberty.
10723
10724 * Makefile.in (all-gcc): Don't depend on libiberty.
10725
10726Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
10727
10728 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
10729
10730Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
10731
10732 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
10733 (DISTBISONFILES): Add ld/Makefile.in
10734
10735Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
10736
10737 * configure.in: if target is cygwin32 but host isn't cygwin32,
10738 don't configure gdb tcl tk expect, not just gdb.
10739
10740Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
10741
10742 * configure.in: Added gnuserv everywhere sn appears.
10743
10744 * Makefile.in (ALL_MODULES): Added all-gnuserv.
10745 (CROSS_CHECK_MODULES): Added check-gnuserv.
10746 (INSTALL_MODULES): Added install-gnuserv.
10747 (CLEAN_MODULES): Added clean-gnuserv.
10748 (all-gnuserv): New target.
10749
10750Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
10751
10752 * config.guess: Fixes for MIPS OpenBSD systems.
10753
10754Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
10755
10756 * Makefile.in (INSTALL_XFORM): Remove.
10757 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
10758
10759 * mkinstalldirs: New file, copied from automake.
10760 * Makefile.in (installdirs): Rename from install-dirs. Use
10761 mkinstalldirs. Change all users.
10762 (DEVO_SUPPORT): Add mkinstalldirs.
10763
10764Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
10765
10766 * install-sh: Rename from install.sh.
10767 * Makefile.in (INSTALL): Change install.sh to install-sh.
10768 (DEVO_SUPPORT): Likewise.
10769
10770 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
10771 Graichen <graichen@rzpd.de>.
10772
10773Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
10774
10775 * config.guess: Recognize OpenBSD systems correctly.
10776
10777Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10778
10779 * README, Makefile.in (ETC_SUPPORT): Remove references to
10780 cfg-paper*, configure.{texi,man,info*}._
10781
10782Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
10783
10784 * Makefile.in (all.normal): Ensure that gcc is built after all
10785 the x11 - ie gdb - targets.
10786
10787Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
10788
10789 * makefile.vms: Don't run conf-a-gas.
10790
10791Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
10792
10793 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
10794
10795Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
10796
10797 * configure.in: Remove noconfigdirs case since gdb also
10798 configures and builds for tic80-coff.
10799
10800Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
10801
10802 * configure: Set cache_file to config.cache.
10803 * Makefile.in (local-distclean): Remove config.cache.
10804
10805Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
10806
10807 * COPYING: Update FSF address.
10808
10809Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
10810
10811 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
10812 noconfigdirs.
10813
10814Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
10815
10816 * Makefile.in (install-dirs): Don't crash if prefix, and hence
10817 MAKEDIRS, is empty.
10818
10819Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
10820
10821 * config.sub: Tweak mn10300 entry.
10822
10823Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
10824
10825 * configure.in (host_tools): Put sim before gdb, so gdb's
10826 configure.tgt can determine if the simulator was configured.
10827
10828Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
10829
10830 * config.sub: Move BeOS $os case to be with other Cygnus
10831 local cases.
10832
10833Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
10834
10835 * config.sub: Remove misplaced comment that broke Linux.
10836
10837Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
10838
10839 * config.sub: Add BeOS support.
10840
10841Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
10842
10843 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
10844
10845Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
10846
10847 * configure.in (noconfigdirs): Remove tcl and tk from
10848 noconfigdirs for cygwin32 builds.
10849
10850Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
10851
10852 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
10853
10854Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
10855
10856 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
10857 make-all.com, use makefile.vms instead.
10858
10859Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
10860
10861 * config.sub: Accept -lnews*.
10862
10863Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
10864
10865 * configure.in (noconfigdirs): Disable target-newlib,
10866 target-examples and target-libiberty for d30v.
10867
10868Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10869
10870 * configure.in (noconfigdirs): Enable ld for d30v.
10871
10872Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
10873
10874 * configure.in (tic80-*-*): Build compiler.
10875
10876Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
10877
10878 * configure.in (d30v-*): Remove sim directory from list of
10879 unsupported d30v directories
10880
10881Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10882
10883 * config.sub, configure.in: Add d30v target cpu.
10884
10885Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
10886
10887 * makefile.vms: New file.
10888 * make-all.com: Remove.
10889
10890Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
10891
10892 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
10893
10894Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
10895
10896 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
10897
10898Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
10899
10900 * Makefile.in (ALL_MODULES): Added all-db.
10901 (CROSS_CHECK_MODULES): Addec check-db.
10902 (INSTALL_MODULES): Added install-db.
10903 (CLEAN_MODULES): Added clean-db.
10904
10905Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
10906
10907 * config.guess: Merge with latest FSF sources.
10908
10909Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
10910
10911 * Makefile.in (ALL_MODULES): Added all-itcl.
10912 (CROSS_CHECK_MODULES): Added check-itcl.
10913 (INSTALL_MODULES): Added install-itcl.
10914 (CLEAN_MODULES): Added clean-itcl.
10915
10916Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
10917
10918 * configure.in: build gdb for mn10200
10919
10920Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
10921
10922 * Makefile.in (all-target-winsup): Depend on all-target-libio.
10923
10924Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
10925
10926 * configure.in (tic80-*-*): Turn off most targets right now.
10927
10928Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
10929
10930 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
10931 rather than the makeinfo program.
10932 (do-info): Depend upon all-texinfo.
10933
10934Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
10935
10936 * configure.in: Remove uses of config/mh-linux.
10937
10938 * config.sub, config.guess: Merge with latest FSF sources.
10939
10940Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
10941
10942 * config.sub (case $basic_machine): Add tic80 entries.
10943
10944Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
10945
10946 * config.sub, config.guess: Merge with latest FSF sources.
10947
10948Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10949
10950 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
10951 * mpw-config.in: Test for NewFolderRecursive.
10952 * mpw-install: Use symbolic name for startup filename.
10953 * mpw-README: Add various additional details.
10954
10955Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
10956
10957 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
10958
10959Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
10960
10961 * configure.in: Do build gcc and the target libraries for
10962 the mn10200.
10963
10964Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
10965
10966 * configure.in: don't avoid building gdb for mn10300 any more
10967 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
10968 instead of single-quoting it.
10969
10970Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
10971
10972 * configure.in: Don't use --with-stabs on IRIX 6.
10973
10974Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
10975
10976 * configure.in (m32r): Build gdb, libg++ now.
10977
10978Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10979
10980 * configure.in (mips*-sgi-irix6*): Remove gdb and related
10981 directories from noconfigdirs.
10982
10983Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
10984
10985 * config.sub (basic_machine): added mips16 configuration
10986
10987Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10988
10989 * config.sub: Handle d10v-unknown.
10990
10991Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
10992
10993 * config.sub: Handle v850-unknown.
10994
10995Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
10996
10997 * Makefile.in: add findutils
10998 * configure.in: add findutils to list of host_tools
10999
11000Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11001
11002 * config.sub: Handle mn10200 and mn10300.
11003
11004Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11005
11006 * configure.in (d10v-*): Do not build librx.
11007
11008Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11009
11010 * configure.in (mn10300): Build everything except gdb & libgloss.
11011
11012Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11013
11014 * config.guess: Patch for Dansk Data Elektronik servers,
11015 from Niels Skou Olsen <nso@dde.dk>.
11016
11017 For ncr, use /bin/uname rather than uname, since GNU uname does not
11018 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11019
11020 Patch for MIPS R4000 running System V,
11021 from Eric S. Raymond <esr@snark.thyrsus.com>.
11022
11023 Fix thinko for nextstep.
11024
11025 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11026
11027 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11028 * config.guess: Guess mips-dec-mach_bsd4.3.
11029
11030 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11031 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11032 release numbers.
11033 * config.guess (mips-mips-riscos*): Emit just enough of the
11034 release number.
11035
11036 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11037 * config.guess (sparc-auspex-sunos*): Added.
11038 (f300-fujitsu-*): Added.
11039
11040 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11041 * config.guess: Recognize a Tadpole as a sparc.
11042
11043Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11044
11045 * config.guess: Don't assume that NextStep version is either 2 or
11046 3. NextStep 4 (aka OpenStep 4) has come out now.
11047
11048Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11049
11050 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11051 From Rik Faith <faith@cs.unc.edu>.
11052
11053Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11054
11055 * config.sub: Contributions from bug-gnu-utils to:
11056 Support plain "hppa" (no version given) architecture, reported by
11057 OpenStep.
11058 OpenBSD like NetBSD.
11059 LynxOs is not a hardware supplier.
11060
11061 * config.guess: Contributions from bug-gnu-utils to add support for:
11062 OpenBSD like NetBSD.
11063 Stratus systems.
11064 More Pyramid systems.
11065 i[n>4]86 Intel chips.
11066 M680[n>4]0 Motorola chips.
11067 Use unknown instead of lynx for hardware manufacturer.
11068
11069Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11070
11071 * install.sh (chmodcmd): Set to null if the DST directory already
11072 exists.
11073
11074Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11075
11076 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11077 not use mt-ppc target Makefile fragment any more.
11078
11079Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11080
11081 * configure.in (*-*-windows): Exclude everything but those dirs
11082 needed to build windows.
11083
11084Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11085
11086 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11087
11088Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11089
11090 * configure.in: Exclude mmalloc from i386-windows.
11091
11092Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11093
11094 * Undo my previous change.
11095
11096Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11097
11098 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11099 unconditionally.
11100 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11101
11102Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11103
11104 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11105 host to add it's own flags.
11106
11107Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11108
11109 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11110
11111Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11112
11113 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11114 (CXX_FOR_TARGET): Likewise.
11115 (GCC_FOR_TARGET): Define.
11116 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11117 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11118 CC_FOR_TARGET was specified on the command line.
11119 (MAKEOVERRIDES): Don't define.
11120
11121Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11122
11123 * configure.in (m32r): Fix spelling of libg++ libs.
11124
11125Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11126
11127 * config.sub (-apple*): Remove, now redundant.
11128
11129Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11130
11131 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11132
11133 * configure: Rework yesterday's sed script patch.
11134
11135 * config.sub: Merge with FSF.
11136
11137Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11138
11139 * config.guess: Merge from FSF.
11140
11141 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11142 * config.guess: Use pc instead of unknown, for pc clone systems.
11143 Change linux to linux-gnu.
11144
11145 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11146 * config.guess: Avoid non-portable tr syntax.
11147
11148Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11149
11150 * test-build.mk (HOLES): Add "xargs" for gdb.
11151
11152 * configure: Avoid hpux10.20 sed bug.
11153
11154Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11155
11156 * configure.in: Add support for windows host
11157 (that is a build done under the Microsoft build environment).
11158
11159Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11160
11161 * Makefile.in: Replace all uses of srcroot with s, to shrink
11162 command line lengths.
11163
11164 Patches from Geoffrey Noer <noer@cygnus.com>:
11165 * configure.in: If configuring for newlib, pass --with-newlib to
11166 subdirectories.
11167 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11168 -Bnewlib/ and -Lwinsup to gcc.
11169 (CXX_FOR_TARGET): Likewise.
11170
11171Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
11172
11173 * Makefile.in (ETC_SUPPORT): Add configure.
11174
11175Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
11176
11177 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
11178 host configuration file.
11179
11180Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
11181
11182 * configure.in: Break mn10x00 support into separate
11183 mn10200 and mn10300 configurations.
11184 * config.sub: Likewise.
11185
11186Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
11187
11188 * configure.in: Add lots of stuff to noconfigdirs for
11189 the mn10x00 targets.
11190
11191 * config.sub, configure.in: Add mn10x00 support.
11192
11193Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
11194
11195 * make-all.com: Call conf-a-gas, not config-a-gas.
11196
11197Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
11198
11199 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
11200 targets.
11201
11202Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
11203
11204 * mpw-README: Add much more detail for native PowerMac.
11205 * mpw-install: New file.
11206 * mpw-configure: Add --norecursion and --help options.
11207 * mpw-config.in: Translate readme and install files when
11208 copying to objdir.
11209 * mpw-build.in: Don't always depend on byacc and flex.
11210 (install-only-top): New action.
11211
11212Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
11213
11214 * configure.in: You can now configure GDB for the v850.
11215
11216Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
11217
11218 * configure.in (noconfigdirs): Don't configure any C++ dirs
11219 if targeting D10V.
11220
11221Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
11222
11223 * config.sub: Recognize mips64vr5000.
11224
11225Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
11226
11227 * configure.in: Use a single line for host_tools and native_only.
11228
11229Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
11230
11231 * config.sub, configure.in: Add entries for m32r.
11232
11233Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
11234
11235 * Makefile.in (inet-install): Don't run install-gzip.
11236
11237Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
11238
11239 * configure.in: Don't config lots of things for *-*-windows*.
11240
11241Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
11242
11243 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11244 (host_libs, host_tools): Copy from configure.in.
11245 * mpw-configure: Don't complain about directories not found.
11246
11247Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11248
11249 * configure.in (i[345]86): Recognize i686 for pentium pro.
11250 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11251 file.
11252
11253 * config.guess (i[345]86): Ditto.
11254
11255Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11256
11257 * configure.in (noconfigdirs): Removed gdb for D10V.
11258
11259Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
11260
11261 * configure.in: Remove ld, target-libio, target-libg++, and
11262 target-libstdc++ from noconfigdirs.
11263
11264Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
11265
11266 * configure: Fix three locations where shell scripts were
11267 being run directly rather than with config_shell.
11268
11269Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
11270
11271 * configure.in (v850-*-*): Set up initial $noconfigdirs.
11272 * config.sub (basic_machine): Recognize v850.
11273
11274Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
11275
11276 * mpw-configure: Handle multiple enable/disable options and
11277 pass them down recursively, handle -c and -s flags appropriately
11278 depending on choice of compiler, add escape mechanism for
11279 quoted arguments to gC.
11280
11281Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11282
11283 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11284 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11285 so that -mrelocatable-lib and -mno-eabi are used.
11286
11287 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11288 not support --print-multi-lib, don't abort.
11289
11290Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
11291
11292 * make-all.com: Run config-a-gas.
11293 * setup.com: Don't copy subdirectory files around.
11294
11295Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
11296
11297 * configure.in (*-*-ose): Remove exclusion of libgloss for this
11298 target, it now compiles correctly.
11299
11300Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
11301
11302 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11303
11304Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11305
11306 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
11307
11308Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11309
11310 * configure.in (native_only): Add prms.
11311
11312Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
11313
11314 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11315 (BINUTILS_SUPPORT_DIRS): Likewise.
11316
11317Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11318
11319 * configure.in (d10v-*-*): Don't configure ld or gdb until the
11320 d10v support is added.
11321
11322Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11323
11324 * configure.in (d10v-*-*): New target.
11325
11326Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
11327
11328 * config.guess (HP 9000/811): Recognize this as a PA1.1
11329 machine.
11330
11331Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
11332
11333 * Makefile.in (do-tar-gz): New target, split out from tail end of
11334 taz target. Run each command separately, don't use pipes.
11335 (taz): Use it.
11336
11337Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
11338
11339 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11340 * mpw-build.in: No builds should depend on building byacc or flex,
11341 they are assumed to be installed already.
11342
11343Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11344
11345 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11346 variable that CC_FOR_TARGET needs.
11347
11348Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11349
11350 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11351 options have changed since the last time the subdirectory was
11352 configured, and if it has, reconfigure.
11353 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11354 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11355
11356Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
11357
11358 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11359 CLEAN_MODULES): Add bash.
11360 (all-bash): New target.
11361
11362Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
11363
11364 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11365
11366Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11367
11368 * config.sub (basic_machine): Recognize d10v as a valid processor.
11369
11370Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
11371
11372 * mpw-configure: Add support for --bindir.
11373 * mpw-build.in: Use a GCC-specific build script for GCC actions.
11374
11375Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
11376
11377 * configure.in: add bash, time, gawk to list of hosttools and things
11378 to only build for native toolchains
11379
11380Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11381
11382 * Makefile.in (docdir): Remove.
11383
11384Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11385
11386 * Makefile.in (datadir): Set to $(prefix)/share.
11387
11388Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
11389
11390 * configure.in: build diff and patch for cygwin32-hosted
11391 toolchains.
11392
11393Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
11394
11395 * config.sub: Accept -rtems*.
11396
11397Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
11398
11399 * configure.in: enable dosrel for cygwin32-hosted builds,
11400 remove diff from the list of things not buildable
11401 via Canadian Cross
11402
11403Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
11404
11405 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
11406 don't get ". ".
11407
11408Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
11409
11410 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11411
11412Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
11413
11414 * Makefile.in (taz): Handle case where tex3patch didn't even get
11415 checked out. Also, if it was found, put the symlink in a new util
11416 subdirectory.
11417
11418Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11419
11420 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11421
11422Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
11423
11424 * config.sub: Recognize -openvms.
11425 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11426 * make-all.com, setup.com: New files.
11427
11428Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11429
11430 * Makefile.in (taz): tex3patch moved to texinfo/util.
11431
11432Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
11433
11434 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
11435 * configure.in: remove make from disable-if-Can-Cross list
11436 enable gdb if ${host} and ${target} are cygwin32
11437
11438Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
11439
11440 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
11441 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11442
11443Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11444
11445 * config.guess: Combine mips-mips-riscos cases, and use cpp to
11446 distinguish sysv/svr4/bsd variants.
11447 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11448
11449Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
11450
11451 * configure.in: Added copyright notice.
11452 * move-if-change: Added copyright notice.
11453
11454Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11455
11456 * configure.in (powerpcle-*-solaris*): Until we get shared
11457 libraries working, don't build gdb, sim, make, tcl, tk, or
11458 expect.
11459
11460Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
11461
11462 * config.guess: Merge with FSF:
11463
11464 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11465 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11466
11467 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
11468 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11469
11470 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
11471 * config.guess: Combine two OSF1 rules.
11472 Also recognize field test versions. From mjr@zk3.dec.com.
11473 * config.guess (dgux): Use /usr/bin/uname rather than uname,
11474 because GNU uname does not support -p. From pmr@pajato.com.
11475
11476Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
11477
11478 * Makefile.in (MAKEDIRS): Removed $(tooldir).
11479
11480Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
11481
11482 * mpw-README: Document GCCIncludes.
11483
11484Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
11485
11486 * configure.in (alpha-*-linux*): Set enable_shared to yes.
11487
11488Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11489
11490 * mpw-configure: Handle --enable-FOO and --disable-FOO.
11491
11492Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
11493
11494 * configure.in (*-*-cygwin32): Configure make.
11495
11496Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
11497
11498 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11499
11500Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
11501
11502 * Makefile.in (all-inet): Depend on all-perl.
11503
11504 * Makefile.in (inet-install): New target.
11505
11506 * Makefile.in (all-inet): Depend on all-tcl.
11507 (all-inet): Depend on all-send-pr.
11508
11509Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11510
11511 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
11512 temporarily.
11513
11514Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
11515
11516 * configure.in: Don't configure --with-gnu-ld on AIX.
11517
11518Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11519
11520 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
11521
11522Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
11523
11524 * Makefile.in (ALL_MODULES): Added all-inet.
11525 (CROSS_CHECK_MODULES): Added check-inet.
11526 (INSTALL_MODULES): Added install-inet.
11527 (CLEAN_MODULES): Added clean-inet.
11528 (all-indent): New target.
11529
11530 * configure.in (host_tools): Added inet.
11531 (native_only): Added inet.
11532 (noconfigdirs): Added inet.
11533
11534Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
11535
11536 * configure.in: Don't configure libgloss if we are not configuring
11537 newlib.
11538
11539Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
11540
11541 * configure.in: Don't configure libgloss for unsupported
11542 architectures.
11543
11544Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11545
11546 * Makefile.in (CLEAN_MODULES): Add clean-apache.
11547
11548Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
11549
11550 * Makefile.in (ALL_MODULES): Include all-apache.
11551 (CROSS_CHECK_MODULES): Include check-apache.
11552 (INSTALL_MODULES): Include install-apache.
11553 (all-apache): New target.
11554
11555 * configure.in: Added apache everywhere perl is seen.
11556
11557Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11558
11559 * Makefile.in: Add support for clean-{module} and
11560 clean-target-{module} rules.
11561
11562Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
11563
11564 * configure.in (*-*-ose) do not build libgloss.
11565
11566Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11567
11568 * config.guess (prep*:SunOS:5.*:*): Turn into
11569 powerpele-unknown-solaris2.
11570
11571Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
11572
11573 * configure.in: Permit --enable-shared to specify a list of
11574 directories.
11575
11576Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11577
11578 * configure.in (host==solaris): Pass only the first word of $CC
11579 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
11580
11581Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11582
11583 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
11584
11585Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
11586
11587 * Makefile.in (ALL_MODULES): Include all-perl.
11588 (CROSS_CHECK_MODULES): Include check-perl.
11589 (INSTALL_MODULES): Include install-perl.
11590 (ALL_X11_MODULES): Include all-guile.
11591 (CHECK_X11_MODULES): Include check-guile.
11592 (INSTALL_X11_MODULES): Include install-guile.
11593 (all-perl): New target.
11594 (all-guile): New target.
11595
11596 * configure.in (host_tools): Include perl and guile.
11597 (native_only): Include perl and guile.
11598 (noconfigdirs): Don't build guile and perl; no ports have been
11599 done.
11600
11601Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
11602
11603 * configure (--enable-*): Handle quoted option lists such as
11604 --enable-sim-cflags='-g0 -O' better.
11605
11606Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11607
11608 * Makefile.in ({,inst}all-target): New rule so we can make and
11609 install all of the target directories easily.
11610
11611Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11612
11613 * configure.in: Add missing global flag in sed substitution when
11614 deleting `target-' from ${configdirs}.
11615
11616Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
11617
11618 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
11619 option.
11620
11621 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
11622 config/mh-necv4.
11623
11624 * install.sh: Correct misspelling of transformbasename.
11625
11626 * config.guess: Recognize mips-*-sysv*.
11627
11628Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
11629
11630 * config.sub: Recognize mon960.
11631
11632Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
11633
11634 * configure: Restore Canadian Cross handling of BISON and LEX,
11635 removed in Feb 20 change.
11636
11637Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
11638
11639 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
11640 Mention make install. Remove the old copyright date as well the
11641 clumsy and rather pointless copyright on the README file.
11642
11643Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
11644
11645 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
11646 Makefile after running symlink-tree, then run `make distclean' to
11647 avoid clobbering any generated files in srcdir.
11648
11649Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
11650
11651 * configure.in (m68k-*-netbsd*): Build everything now.
11652
11653Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11654
11655 * Makefile.in (taz): Fix quoting.
11656
11657Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
11658
11659 * configure.in (sparclet-*-*): Build everything now.
11660
11661Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11662
11663 * configure.in (m68k-*-linux*): New host.
11664
11665Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
11666
11667 * configure: Check for bison before byacc.
11668
11669Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
11670
11671 * Makefile.in configure: Change the way LEX and BISON/YACC are
11672 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
11673 searching PATH. These are used as fallbacks by Makefile.in if
11674 flex/bison/byacc aren't in objdir.
11675
11676Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
11677
11678 * Makefile.in: Make everything which depends upon all-bfd also
11679 depend upon all-opcodes, in case --with-commonbfdlib is used.
11680
11681Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11682
11683 * configure.in (host *-*-cygwin32): Don't build gdb if we are
11684 building NT native compilers on Unix.
11685
11686Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
11687
11688 * configure.in: Don't get CC from the host Makefile fragment if we
11689 can find gcc in PATH, or if this is a Canadian Cross. Move the
11690 Solaris test for /usr/ucb/cc to the post target script, just after
11691 the compiler sanity test.
11692
11693Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
11694
11695 * config.sub: Merge with FSF.
11696
11697Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
11698
11699 * Makefile.in (RPATH_ENVVAR): New variable.
11700 (REALLY_SET_LIB_PATH): Use it.
11701 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
11702
11703Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
11704
11705 * config.sub, configure.in: Recognize sparclet cpu.
11706
11707Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
11708
11709 * config.guess: Support m68k-cbm-sysv4.
11710
11711Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11712
11713 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
11714 m68k-unknown-linuxaout from linker help string. Put quotes around
11715 $ld_help_string.
11716
11717Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
11718
11719 * config.guess (powerpc-harris-powerunix): Add guess for port
11720 to new target.
11721
11722Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11723
11724 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
11725
11726Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
11727
11728 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
11729 $(REALLY_SET_LIB_PATH) in Makefile.
11730 * Makefile.in (SET_LIB_PATH): New variable.
11731 (REALLY_SET_LIB_PATH): New variable.
11732 ($(DO_X)): Use $(SET_LIB_PATH).
11733 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
11734 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
11735 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
11736 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
11737 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
11738 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
11739 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
11740 (install-dosrel): Likewise.
11741 (all-opcodes): Depend upon all-libiberty.
11742
11743Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
11744
11745 * config.guess (*:CYGWIN*): New
11746
11747Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11748
11749 * Makefile.in (all-target-winsup): All all-target-libiberty.
11750
11751Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11752
11753 * configure.in (noconfigdirs): Add missing # in front of comment.
11754
11755Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
11756
11757 * configure.in: add second pass to things added to noconfigdirs
11758 so *-gm-magic can exclude libgloss properly.
11759
11760Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
11761
11762 * mpw-configure (extralibs_name, rez_name): Set correctly
11763 for MWC68K compiler.
11764
11765 * mpw-README: Add more info on the necessary build tools.
11766
11767Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
11768
11769 * configure.in, config.sub: Recognize cygwin32.
11770
11771Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
11772
11773 * config.guess, config.sub: Recognize A/UX.
11774
11775Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
11776
11777 * config.sub: Merge with gcc/config.sub.
11778
11779Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
11780
11781 * mpw-build.in (do-binutils): Add build of stamps.
11782
11783Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
11784
11785 * config.sub: Add recognition for mips64vr4100*-* targets.
11786
11787Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11788
11789 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
11790 Add creation of gconfigargs with `--enable-shared' turned on.
11791 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
11792 ($(host)-stamp-stage3-configured): Likewise.
11793 (HOLES): Add chatr and ldd.
11794 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
11795
11796Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
11797
11798 * configure: Pass --nfp to recursive configures.
11799
11800Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
11801
11802 * Makefile.in (DLLTOOL): New.
11803 (DLLTOOL_FOR_TARGET): New.
11804 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
11805 (EXTRA_TARGET_FLAGS): Ditto.
11806 (EXTRA_GCC_FLAGS): Ditto.
11807 (CONFIGURE_TARGET_MODULES): Ditto.
11808 (DO_X): Ditto.
11809 * configure: Add DLLTOOL.
11810
11811Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
11812
11813 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
11814 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
11815 mh-sco, since old workarounds no longer needed, and don't
11816 build ld, since libraries have weak symbols in COFF.
11817
11818Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
11819
11820 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
11821
11822Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
11823
11824 * configure.in: Make sure that ${CC} can be used to compile an
11825 executable.
11826
11827Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11828
11829 * Makefile.in (all-gdb): Depend on $(GDB_TK).
11830 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
11831 nothing depending on whether gdbtk is being built.
11832
11833Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
11834
11835 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
11836
11837Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
11838
11839 * configure.in (noconfigdirs): Put ld or gas in this early, if the
11840 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
11841
11842Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
11843
11844 * config-ml.in: Add support for
11845 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
11846 Simplify setting of multidirs from --disable-foo.
11847
11848Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11849
11850 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
11851 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
11852 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
11853 non-empty, pass them on to the GCC make.
11854 (all-bootstrap): New rule that is like all-gcc, except it executes
11855 the GCC bootstrap rule instead of the GCC all rule.
11856
11857Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
11858
11859 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
11860
11861Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11862
11863 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
11864 DG/UX support.
11865
11866Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
11867
11868 * config.sub (i*86*) Change [345] to [3456]
11869
11870Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11871
11872 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
11873 --with-gnu-ld=no.
11874
11875Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11876
11877 * config-ml.in (rs6000*, powerpc*): Add switches to control which
11878 AIX multilibs get built.
11879
11880Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11881
11882 * configure.in (i386-win32): Don't build expect if we're not
11883 building the tcl subdir.
11884
11885Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
11886
11887 * Makefile.in: (configure-target-examples, all-target-examples):
11888 New targets, configure and build example programs.
11889
11890Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11891
11892 * mpw-configure: If an mpw-config.in generated a file mk.sed,
11893 use it as input to sedit the generated MPW makefile.
11894 * mpw-README: Add a suggestion about Gestalt.h.
11895
11896Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
11897
11898 * config.sub: Accept *-*-ieee*.
11899
11900Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
11901
11902 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
11903 Ronald F. Guilmette <rfg@monkeys.com>.
11904
11905Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11906
11907 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
11908 for powerpc-pe native.
11909 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
11910 (target==powerpc-pe): duplicate i386-win32 entry.
11911
11912Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11913
11914 * configure.in (noconfigdirs): Exclude target-newlib for all versions
11915 of vxworks, not just vxworks5.1.
11916
11917Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
11918
11919 * mpw-configure: Add support for exec-prefix.
11920
11921Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11922
11923 * config.guess: Recognize HP model 816 machines as having
11924 a PA1.1 processor.
11925
11926Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
11927
11928 * configure: Ignore new autoconf configure options.
11929
11930Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11931
11932 * config.guess: Recognize Pentium under SCO.
11933 From Robert Lipe <robertl@arnet.com>.
11934
11935Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11936
11937 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
11938
11939Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
11940
11941 * configure.in: Don't configure gas for alpha-dec-osf*.
11942
11943Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
11944
11945 * configure.in: Default to --with-stabs for some targets for which
11946 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
11947 i[345]86*-*-unixware*.
11948
11949Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
11950
11951 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
11952 rather than basing it on the target. Simplify handling of options
11953 controlling which directories to configure. Remove extraneous
11954 slash in multi-clean target.
11955
11956Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
11957
11958 * config-ml.in: Prefix more variables with ml_ so they don't collide
11959 with configure's.
11960
11961Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
11962
11963 * configure: Don't turn -v into --v.
11964
11965Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
11966
11967 * configure.in (targargs): Fix typo.
11968
11969 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
11970
11971Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
11972
11973 * configure.in: Strip --host and --target options from
11974 CONFIG_ARGUMENTS, and always configure for --host only. Add
11975 --with-cross-host option when building with a cross-compiler.
11976 * configure: Canonicalize the arguments put into config.status by
11977 always using `=' for an option with an argument. Pass a presumed
11978 --host or --target explicitly.
11979
11980Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
11981
11982 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
11983 into general OS recognition case.
11984
11985Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11986
11987 * configure.in (target_configdirs): add target-winsup only
11988 for win32 target systems.
11989
11990Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
11991
11992 * Makefile.in (all-target-libgloss): Depend upon
11993 configure-target-newlib, since when libgloss is built it looks to
11994 see if the newlib directory exists.
11995
11996Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
11997
11998 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
11999 cfg-ml-*.in.
12000
12001Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12002
12003 * configure: Handle LD and LD_FOR_TARGET when configuring a
12004 Canadian Cross.
12005
12006Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12007
12008 * configure.in (target_libs): add target-winsup.
12009 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12010 (target==ppcle-pe): remove ld from $noconfigdirs.
12011
12012Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12013
12014 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12015 Preserve relative path names in $srcdir. Build symlink tree if
12016 configuring cross target dir and srcdir=. (= no VPATH support).
12017 (configure-target-libg++): Depend on configure-target-librx.
12018 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12019 * config-ml.in: New file.
12020 * symlink-tree: New file.
12021 * configure: Ensure srcdir="." if that's what it is.
12022
12023Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12024
12025 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12026 includes and FLEX_SKELETON setting.
12027 * mpw-configure (--with-gnu-ld): New option, controls whether
12028 to use PPCLink or ld with PowerMac GCC.
12029 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12030 * mpw-config.in: Configure grez if targeting Mac.
12031
12032 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12033 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12034 just macos.
12035 * configure.in: Configure grez resource compiler if targeting Mac.
12036 * Makefile.in (all-grez, install-grez): New targets.
12037
12038Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12039
12040 * configure: CXX defaults to gcc, not g++. If we find
12041 gcc in the path, set CC to gcc -O2.
12042
12043Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12044
12045 * configure: Default ${build} correctly. Avoid picking up extra
12046 spaces when reading CC and CXX from Makefile. When doing a
12047 Canadian Cross, use plausible default values for numerous
12048 variables.
12049 * configure.in: When doing a Canadian Cross, don't try to
12050 configure tools whose configure script can't handle it.
12051
12052Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12053
12054 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12055
12056Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12057
12058 * configure: Remove dubious bug reporting address.
12059
12060Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12061
12062 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12063 configure script, run that instead of this directory's configure.
12064 In either case, print a message that we're configuring the sub-dir.
12065
12066Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12067
12068 * configure.in: Before checking for the existence of various files,
12069 use sed to filter out "target-".
12070
12071Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12072
12073 * Makefile.in (DO_X): Split rule to decrease command line length
12074 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12075 (Philippe De Muyter).
12076
12077Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12078
12079 * Makefile.in (all-patch): depend on all-libiberty.
12080
12081Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12082
12083 * configure.in: If the only directory in target_configdirs which
12084 actually exists is libiberty, then set target_configdirs to empty,
12085 to avoid trying to build a target libiberty in a gas or gdb
12086 distribution.
12087
12088Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12089
12090 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12091 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12092 systems.
12093
12094Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12095
12096 * configure.in (copy_dirs): Use sys-include instead of include
12097 for --with-headers option.
12098
12099Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12100
12101 * Makefile.in, configure.in: Make winsup builds work with
12102 new scheme.
12103
12104Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12105
12106 * configure.in: Build the linker on AIX.
12107
12108Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12109
12110 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12111 where needed.
12112
12113Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12114
12115 * Makefile.in (all-gcc): Fix typo.
12116
12117Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12118
12119 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12120
12121Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12122
12123 * configure.in: Rename libFOO to target-libFOO, and xiberty
12124 to target-xiberty, to provide more flexibility.
12125 (target_subdir): Define. Create if cross.
12126 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12127 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12128 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12129 check-libFOO -> check-target-libFOO, etc.
12130 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12131 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12132 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12133 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12134 allow ALL_GCC="" to only configure.
12135 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12136 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12137 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12138
12139Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12140
12141 * Makefile.in (taz): Build "info" in etc explicitly.
12142
12143Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12144
12145 * configure.in: Make sure that CC is undefined (as opposed to
12146 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12147 problem with autoconf trying to configure on a host without GCC.
12148
12149Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12150
12151 * mpw-configure: Set host alias from choice of host compiler,
12152 only use generic MPW Makefile sed if present, edit a file
12153 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12154 * mpw-README: Add problem notes about CW6 and CW7.
12155
12156Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12157
12158 * Makefile.in (taz): Use ";" instead of ";;".
12159
12160Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12161
12162 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12163 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12164 DISTDOCDIRS.
12165 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12166 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12167
12168Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
12169
12170 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
12171 and gnats, because they are now subsumed by DISTSTUFFDIRS.
12172 Move bfd to DISTSTUFFDIRS.
12173
12174Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12175
12176 * Makefile.in (X11_LIB): Removed.
12177 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12178
12179 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12180
12181Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12182
12183 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12184 names.
12185
12186Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12187
12188 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12189
12190Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
12191
12192 * configure.in (i[345]86-*-win32): Always build newlib.
12193 Don't configure cvs, autoconf or texinfo.
12194 * Makefile.in (LD_FOR_TARGET): New.
12195 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12196 Pass down LD_FOR_TARGET.
12197
12198Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
12199
12200 * winsup: New directory.
12201 * Makefile.in: Build winsup.
12202 * configure.in: Winsup is configured when target is win32.
12203 Can only build win32 target GDB when native.
12204
12205Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
12206
12207 * config.guess: Recognize HP model 819 machines as having
12208 a PA 1.1 processor.
12209
12210Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
12211
12212 * configure: Fix sed loop which substitutes for CC and CXX to
12213 avoid bug found in various sed implementations.
12214
12215Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12216
12217 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12218 simulator. Use standard powerpc-*-eabi*.
12219
12220Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
12221
12222 * configure.in: Stop putting gas and binutils in noconfigdirs for
12223 powerpc-*-aix* and rs6000-*-*.
12224
12225Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
12226
12227 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12228 -mcall-aixdesc libraries.
12229
12230Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
12231
12232 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12233
12234 * config.sub (arm | armel | armeb): Fix shell syntax.
12235
12236Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12237
12238 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12239 -msoft-float and -mcpu=common support.
12240 (powerpc*-*-eabisim*): Add support for building -mcall-aix
12241 libraries.
12242
12243Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12244
12245 * configure.in: Allow configuration and build of emacs19 for the alpha.
12246
12247Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12248
12249 * configure.in (CC): Get ^CC, not just any old CC, from
12250 ${host_makefile_frag}.
12251
12252Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12253
12254 * configure.in (CC): Try to get CC from
12255 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12256
12257Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12258
12259 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12260 only if it exists in $(srcdir).
12261
12262Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
12263
12264 * configure: If CC and CXX are not set in the environment, set
12265 them, based on either an existing Makefile or on searching for gcc
12266 in PATH. Substitute for CC and CXX in Makefile.
12267 * configure.in: Remove libm from target_libs. Separate
12268 target_configdirs from configdirs. If CC is not set in
12269 environment, try to get it from a host Makefile fragment. Rewrite
12270 changes of configdirs to use skipdirs instead. A few minor
12271 tweaks. Take directories out of target_configdirs as they are
12272 taken out of configdirs. Remove existing Makefile files from
12273 subdirectories. Substitute for TARGET_CONFIGDIRS and
12274 CONFIG_ARGUMENTS in Makefile.
12275 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12276 by configure.in.
12277 (CONFIG_ARGUMENTS): Likewise.
12278 (CONFIGURE_TARGET_MODULES): New variable.
12279 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12280 ($(CONFIGURE_TARGET_MODULES)): New target.
12281 (configure-libg++, configure-libio): New targets.
12282 (all-libg++): Depend upon configure-libg++.
12283 (all-libio): Depend upon configure-libio.
12284 (configure-libgloss, all-libgloss): New targets.
12285 (configure-libstdc++): New target.
12286 (all-libstdc++): Depend upon configure-libstdc++.
12287 (configure-librx, all-librx): New targets.
12288 (configure-newlib): New target.
12289 (all-newlib): Depend upon configure-newlib
12290 (configure-xiberty): New target.
12291 (all-xiberty): Depend upon configure-xiberty.
12292
12293Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12294
12295 * configure.in (host i[345]86-*-win32): Expand the
12296 noconfigdirs again.
12297
12298Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
12299
12300 * mpw-configure: Fix sed command file name.
12301
12302Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
12303
12304 * configure.in (host i[345]86-*-win32): Reduce the
12305 noconfigdirs again.
12306
12307Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
12308
12309 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12310 or powerpc*-*-pe*, since they are not yet supported.
12311
12312Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12313
12314 Add PowerMac support and many other enhancements.
12315 * mpw-configure: New option --cc to select compiler to use,
12316 paste options set according to --cc into the generated
12317 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12318 if mpw-make.sed is present.
12319 * mpw-config.in: Don't test for gC1, test for mpw-touch,
12320 add forward includes for PowerPC include files.
12321 * mpw-build.in: Build using Makefile.PPC if present.
12322 (do-byacc, etc): Remove separate version resource builds.
12323 (do-gas): Build "stamps" before "all".
12324 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12325 * mpw-README: Update to reflect --cc option, PowerMac support,
12326 and recently-reported compatibility problems.
12327
12328Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
12329
12330 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12331 embedded m68k systems (-aout, -coff, -elf, -vxworks).
12332 (--with-multilib-top): Pass to recursive invocations.
12333
12334Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
12335
12336 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12337 v810-*-*.
12338
12339Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12340
12341 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12342 gdb, ld and opcodes on v810-*-*.
12343
12344Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
12345
12346 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12347 (local-maintainer-clean): New target.
12348 (maintainer-clean): New target.
12349 (realclean): Just depend upon maintainer-clean.
12350
12351Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12352
12353 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12354
12355Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
12356
12357 * configure.in: Build ld in mips*-*-bsd* case.
12358
12359Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
12360
12361 * config.sub: Accept -lites* OS. From Ian Dall.
12362
12363Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
12364
12365 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
12366 targets.
12367
12368Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12369
12370 * configure.in: treat i386-win32 canadian cross the same as
12371 i386-go32 canadian cross.
12372
12373Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12374
12375 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12376 running under the simulator to build a reduced set of libraries.
12377 (powerpc-*-eabiaix): Add fine grained multilib support added to
12378 other powerpc targets yesterday.
12379
12380Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12381
12382 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12383 -disable-softfloat, -disable-relocatable, -disable-aix, and
12384 -disable-sysv to control which multilib libraries get built.
12385
12386Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12387
12388 * configure: Add Makefile.tem to list of files to remove in trap
12389 handler.
12390
12391Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
12392
12393 * config.guess (*Linux*): Add missing "exit"s.
12394 Also, need specific check for alpha-unknown-linux (uses COFF).
12395
12396Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
12397
12398 * config.guess: Merge with FSF:
12399
12400 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
12401 * config.guess (AIX4): More robust release numbering discovery.
12402
12403 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
12404 * config.guess (i386-sequent-ptx): Properly get version number.
12405
12406 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
12407 * config.guess (mips:*:4*:UMIPS): New case.
12408
12409Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
12410
12411 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12412 (i386-win32 host): Likewise. Don't build readline.
12413
12414Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
12415
12416 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
12417 SUPPORT_FILES to submakes.
12418
12419Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
12420
12421 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12422 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12423 mpw-configure.
12424
12425Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
12426
12427 * configure.in (appdirs): Use =, not ==, in test expression when
12428 trying to build the text to print in the warning message for
12429 Solaris users.
12430
12431Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
12432
12433 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12434
12435Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12436
12437 * config.guess: Recognize lynx-2.3.
12438
12439Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
12440
12441 * config.sub (z8ksim): Deleted
12442 (z8k-*-coff): New, this is the one true name of the target.
12443
12444Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
12445
12446 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12447
12448Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
12449
12450 * config.guess (*:Linux:*:*): First try asking the linker what the
12451 default object file format is (elf, aout, or coff). Then if this
12452 fails, try previous methods.
12453
12454Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12455
12456 * configure.in: Don't build newlib for *-*-vxworks5.1.
12457
12458Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12459
12460 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12461 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12462
12463Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
12464
12465 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12466
12467Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
12468
12469 * cfg-ml-com.in: New file.
12470 * cfg-ml-pos.in: New file.
12471
12472Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12473
12474 * COPYING.NEWLIB: Add HP free copyright to list.
12475
12476Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12477
12478 * config.sub: Recognize -eabi* for the system, not just -eabi.
12479
12480Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
12481
12482 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12483 * config.sub, configure.in (win32): New target and host.
12484
12485Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
12486
12487 * configure.in: Add i386-pe configuration.
12488
12489Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
12490
12491 * mpw-build.in (install): Install GDB after LD.
12492
12493Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
12494
12495 * mpw-config.in (elf/mips.h): Always forward-include, needed
12496 for GDB to build.
12497
12498Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
12499
12500 * testsuite: New directory for customer acceptance and whole tool
12501 chain tests.
12502
12503Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12504
12505 * configure: If per-host line isn't found, but AC_OUTPUT is found
12506 and a configure script exists, run it instead.
12507
12508Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12509
12510 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
12511
12512Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
12513
12514 * configure: Set build_{cpu,vendor,os,alias} to host values when
12515 --build isn't specified.
12516
12517Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12518
12519 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
12520 (FLAGS_TO_PASS): Pass them.
12521 (EXTRA_TARGET_FLAGS): Ditto.
12522
12523Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12524
12525 * Makefile.in (all-libg++): Depend on all-libstdc++.
12526
12527Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12528
12529 * configure.in (noconfigdirs): Enable all packages for
12530 i386-unknown-netbsd.
12531
12532Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
12533
12534 * configure.in (noconfigdirs): Don't configure tk for i386-go32
12535 hosted builds (DOS builds)
12536
12537Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12538
12539 Changes for ARM based on patches from Richard Earnshaw:
12540 * config.sub: Handle armeb and armel.
12541 * configure.in: Omit arm linker only for riscix.
12542
12543Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
12544
12545 * config.guess: Update from FSF.
12546
12547Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
12548
12549 * config.sub: Recognize powerpcle as the little endian varient of
12550 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
12551 powerpcle variant. Convert pentium into i586, not i486. Add p5
12552 alias for i586. Map new x86 variants p6, k5, nexgen into i586
12553 temporarily.
12554
12555Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
12556
12557 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
12558
12559Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
12560
12561 * config.sub: Accept -lites* as a basic system type.
12562
12563Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
12564
12565 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
12566 installed, and if so return linuxoldld as the system name.
12567
12568Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
12569
12570 * config.guess: Add hppa1.1-hp-lites support.
12571
12572Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
12573
12574 * configure.in: Don't build newlib for m68k-vxworks5.1.
12575
12576Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12577
12578 * configure.in (mips-sgi-irix6): Use mh-irix5.
12579
12580Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
12581
12582 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
12583
12584Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12585
12586 * test-build.mk: Enable building of shared libraries on IRIX 5 and
12587 OSF/1. Fix compiler flags.
12588 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
12589
12590Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
12591
12592 * configure.in: Recognize --with-newlib.
12593 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
12594
12595Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12596
12597 * Makefile.in: move {all,check,install}-gdb from *_MODULES
12598 to *_X11_MODULES due to gdbtk needing X include files et al.
12599
12600Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
12601
12602 Merge in support for Mac MPW as a host.
12603 (Old change descriptions retained for informational value.)
12604
12605 * mpw-config.in: Add generic include forwards for cpu-specific
12606 include files in aout and elf directories.
12607
12608 * mpw-configure: Added copyright.
12609 * mpw-config.in: Check for presence of required build tools.
12610 (target_libs): Add newlib.
12611 (target_tools): Add examples.
12612 (Read Me): Generate as "Read Me for MPW" instead.
12613 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
12614 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
12615 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
12616
12617 * mpw-configure: Remove subdir-specific makefile hackery,
12618 delete mk.tmp after using it.
12619
12620 * mpw-build.in (all): Display start and end times.
12621
12622 * mpw-configure (host_canonical): Set.
12623 (target_cpu): Always add to makefiles.
12624 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
12625 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
12626 (mpw-mh-mpw): Look for in srcdir and srcroot.
12627 Use sed instead of mpw-edit-prefix to edit prefix definitions.
12628
12629 * mpw-build.in: (install-only): New target.
12630
12631 * mpw-configure (host_alias, target_alias): Rename from hostalias
12632 and targetalias, add into generated Makefile.
12633 (mk.tmp): If present, add into generated Makefile.
12634 * mpw-build.in (all-gas): Build config.h first before gas proper.
12635
12636 * mpw-configure (config.status): Write only if changed.
12637 * mpw-config.in (readline): Configure it (not built, just used for
12638 definitions).
12639
12640 * mpw-config.in (elf/mips.h): Add a forward include.
12641
12642 * mpw-config.in: Forward-include most .h files in include into
12643 extra-include.
12644 (readline): Don't build.
12645 mpw-build.in (install): Install GDB.
12646
12647 * mpw-configure (prefix, mpw_prefix): Handle it.
12648 * mpw-config.in (mmalloc, readline): Don't configure.
12649 * mpw-build.in (thisscript): Rename to ThisScript.
12650 Use mpw-build instead of BuildProgram everywhere.
12651 (mmalloc, readline): Don't build.
12652 * mpw-README: New file, basic documentation about the MPW port.
12653
12654 * mpw-config.in: Use forward-include to create include files.
12655
12656 * mpw-configure: Add more things to the top of each configured
12657 Makefile, including contents of config/mpw-mh-mpw.
12658 * mpw-config.in (extra-include): Create this directory and fill it
12659 with Posix-like include files when configuring.
12660
12661 * config.sub (apple, mac, mpw): Add various aliases.
12662
12663 * mpw-build.in: New file, top-level build script fragment for MPW.
12664 * mpw-configure: New file, configure script for MPW.
12665 * mpw-config.in: New file, config fragment for MPW.
12666
12667Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12668
12669 * configure.in (host_libs): Remove glob, since it is gone from the
12670 sources.
12671
12672Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12673
12674 * Makefile.in: define empty GDB_NLM_DEPS var.
12675
12676 * configure.in(target_makefile_frag): use config/mt-netware
12677 for netware targets.
12678
12679Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
12680
12681 * config.sub: Merge in recent FSF changes. Remove linux special
12682 cases.
12683
12684Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12685
12686 Revert this change:
12687
12688 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
12689
12690 * build-all.mk: Use CC=cc -Xs on Solaris.
12691
12692Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12693
12694 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
12695 stop using it.
12696 * Makefile.in: Nuke all references to glob subdirectory.
12697
12698Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12699
12700 * configure.in: Fix --enable-shared logic in per-host.
12701
12702Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
12703
12704 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
12705
12706Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12707
12708 * configure.in (noconfigdirs): Don't build gas on AIX, for
12709 powerpc*-*-aix* as well as for rs6000*-*-aix*.
12710
12711Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
12712
12713 * configure: Fix --cache-file to work if the file argument is a
12714 relative path.
12715
12716Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
12717
12718 * configure: If the --cache-file is used, pass it down to
12719 configure in subdirectories.
12720
12721Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
12722
12723 * config.sub: add vxworks29k configuration.
12724
12725Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12726
12727 * Makefile.in (taz): Do "diststuff" part quietly.
12728
12729Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
12730
12731 * config.sub: Mini-merge with gcc/config.sub.
12732
12733Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12734
12735 * config.guess (IRIX): Sed - to _.
12736
12737Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12738
12739 * Makefile.in (source-vault, binary-vault): New targets.
12740
12741Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
12742
12743 * config.sub: Recognize -eabi as a basic system type.
12744
12745Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12746
12747 * configure.in (enable_shared stuff): Fix typo.
12748
12749Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
12750
12751 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
12752
12753Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12754
12755 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
12756
12757Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12758
12759 * configure.in (rs6000-*-*): Don't build gas.
12760
12761Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
12762
12763 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
12764 reduce command line length.
12765 (AS_FOR_TARGET): Check for as.new, not Makefile.
12766 (NM_FOR_TARGET): Check for nm.new, not Makefile.
12767
12768Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
12769
12770 * config.guess: Merge from FSF.
12771
12772Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12773
12774 * configure: Don't use $ when handling program_suffix.
12775
12776Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
12777
12778 * configure.in: Configure tk for hppa/hpux.
12779
12780Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
12781
12782 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
12783
12784Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12785
12786 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
12787 to LIBCXXFLAGS. Tests are better run without it.
12788
12789Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
12790
12791 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
12792
12793Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
12794
12795 * configure.in (*-*-netware*): Don't configure xiberty.
12796
12797Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
12798
12799 * configure.in: Remove tk from native_only list.
12800
12801Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
12802
12803 * build-all.mk: Add mips-ncd-elf target to sun4 targets
12804 for special NCD build.
12805
12806Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12807
12808 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
12809 makeall.bat, they're only useful for binutils snapshots.
12810 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
12811 makeall.bat to specified SUPPORT_FILES.
12812
12813Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
12814
12815 * build-all.mk: Add Ericsson targets to sun4 and solaris
12816 hosts. Add BNR's sun4 target to solaris host, so their
12817 build-from-source will be tested in-house first.
12818
12819Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12820
12821 * Makefile.in (LIBCFLAGS): New variable.
12822 (CFLAGS_FOR_TARGET): Ditto.
12823 (LIBCFLAGS_FOR_TARGET): Ditto.
12824 (LIBCXXFLAGS): Ditto.
12825 (CXXFLAGS_FOR_TARGET): Ditto.
12826 (LIBCXXFLAGS_FOR_TARGET): Ditto.
12827 (BASE_FLAGS_TO_PASS): Pass them.
12828 (EXTRA_TARGET_FLAGS): Ditto.
12829
12830 * configure.in: Support --enable-shared.
12831
12832Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
12833
12834 * configure.in (target_libs): Include libstdc++ again.
12835 * config.guess: Update from FSF (for FreeBSD).
12836
12837Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12838
12839 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
12840 makeall.bat.
12841 (DISTDOCDIRS): Add `etc'.
12842 (ETC_SUPPORT_PFX): New variable.
12843 (taz): Include anything from etc starting with a word in
12844 ETC_SUPPORT_PFX.
12845
12846Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12847
12848 * config.sub: Update for recent FSF changes. Remove obsolete
12849 h8300hds entry. Add -windows* and -osx as basic os. Minor
12850 spacing changes.
12851
12852Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12853
12854 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
12855
12856 * config.guess: Merge with FSF.
12857 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
12858
12859Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12860
12861 * configure: Since the "trap 0" handler will override the exit
12862 status on many systems, only use it for "exit 1", and make it set
12863 a non-zero exit status; reset it before "exit 0". Also, check
12864 exit status of config.sub, and error out if it failed.
12865
12866Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
12867
12868 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
12869 and install libgloss.
12870
12871Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12872
12873 * Makefile.in (all-binutils): Depend upon all-byacc.
12874
12875 * configure.in: Don't build emacs on Irix 5.
12876
12877Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12878
12879 * configure.in (*-*-netware*): Add libio.
12880
12881Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12882
12883 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
12884 (CHECK_TARGET_MODULES): Ditto.
12885 (INSTALL_TARGET_MODULES): Ditto.
12886 (TARGET_LIBS): Ditto.
12887 (all-libstdc++): Note dependencies.
12888
12889Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12890
12891 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
12892
12893Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12894
12895 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
12896 -fexternal-templates.
12897
12898 * configure.in (target_libs): Add libstdc++.
12899 (noconfigdirs): Add libstdc++ as appropriate.
12900
12901Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12902
12903 * config.guess: Update from FSF.
12904
12905Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12906
12907 * configure: Use ${config_shell} when running ${configsub}.
12908
12909Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
12910
12911 * config.sub: No longer recognize h8300h.
12912
12913Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12914
12915 * config.sub: Remove extraneous differences between config.sub and
12916 gcc/config.sub.
12917
12918Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12919
12920 * Makefile.in (DISTSTUFFDIRS): Add gas.
12921
12922Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
12923
12924 * COPYING.NEWLIB: New file.
12925
12926Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
12927
12928 * config.guess (HP-UX): Patch from Harlan Stenn
12929 <harlan@landmark.com> to also emit release level.
12930
12931Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12932
12933 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
12934
12935Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
12936
12937 * config.sub: Merge nextstep cleanup from FSF.
12938
12939Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12940
12941 * configure.in (arm-*-*): Don't configure ld for this target.
12942
12943Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12944
12945 * configure.in (*-*-netware): don't configure libg++, libio,
12946 librx, or newlib.
12947
12948Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12949
12950 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
12951 configure ld--it works, but it doesn't support shared libraries.
12952
12953Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12954
12955 * config.guess (*-unknown-freebsd*): Get rid of possible
12956 trailing "(Release)" in version string.
12957 Patch from Paul Richards <paul@isl.cf.ac.uk>.
12958
12959Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
12960
12961 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
12962 Fix type: *-next-neststep -> *-next-nextstep.
12963
12964 * config.guess: Merge from FSF:
12965
12966 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12967
12968 * config.guess: Recognize powerpc-ibm-aix3.2.5.
12969
12970 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12971
12972 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
12973 instead of UNIX_SV for UnixWare 1.0).
12974
12975Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
12976
12977 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
12978 to make gdb/nlm/* build after the compiler and linker.
12979
12980Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
12981
12982 * config.guess (netbsd, freebsd, linux): Accept any machine,
12983 not just i[34]86.
12984 (m68k-atari-sysv4): Relocate to match FSF version.
12985
12986 * config.guess: More merges from the FSF:
12987
12988 Add a space before function call or macro invocation.
12989
12990 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12991
12992 * config.guess: Add trap cmd to remove dummy.c and dummy when
12993 interrupted.
12994
12995 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12996
12997 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
12998 (dummy): Redirect stderr from compilation of dummy.c.
12999
13000 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13001
13002 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13003
13004Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13005
13006 * configure: Accept and ignore --cache*, for compatibility with
13007 new autoconf.
13008
13009Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13010
13011 * config.guess: Merge from FSF:
13012
13013 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13014
13015 * config.guess (Pyramid*:OSx*:*:*): New case.
13016 (PATH): Add /.attbin at end for finding uname.
13017 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
13018
13019 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13020
13021 * config.guess (M88*:DolphinOS:*:*): New case.
13022
13023 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13024
13025 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13026 to select whether to use ELF or COFF.
13027
13028 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13029
13030 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13031
13032 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13033
13034 * config.guess: Guess the OS version for HPUX.
13035
13036 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13037
13038 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13039
13040Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13041
13042 * configure.in: Recognize --with-headers, --with-libs, and
13043 --without-newlib.
13044 * Makefile.in (all-xiberty): Depend upon all-ld.
13045
13046Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13047
13048 * configure.in: Change i[34]86 to i[345]86.
13049
13050Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13051
13052 * configure (version): A few more tweaks to help message.
13053
13054Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13055
13056 * Makefile.in: Remove (for now) librx as a host library,
13057 now that we're building it for target.
13058
13059Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13060
13061 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13062 (Karl Berry).
13063
13064Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13065
13066 * configure.in: Also configure librx.
13067
13068Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13069
13070 * Makefile.in: Update various rules to reflect that librx
13071 is now needed for libg++.
13072
13073Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13074
13075 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13076
13077Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13078
13079 * configure.in: Configure the examples directory.
13080
13081Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13082
13083 * configure: Simplify Jun 2 1994 change.
13084
13085Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13086
13087 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13088 /bin/gcc isn't good enough to build gcc.
13089
13090Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13091
13092 * Makefile.in (GDB_SUPPORT_FILES): Remove
13093 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13094 (gdb.tar.gz): Add new rule to use standard distribution building
13095 mechanism.
13096
13097Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13098
13099 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13100 Bill Cox <bill@cygnus.com>.
13101
13102Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13103
13104 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13105
13106Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13107
13108 * configure: Search current dir first in .gdbinit.
13109
13110Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13111
13112 * config.sub: Recognize freebsd (merged from gcc config.sub).
13113
13114Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13115
13116 * config.sub: Refer to NeXT's operating system as nextstep.
13117
13118 * config.sub (case $basic_machine): Re-order the cases, to match
13119 the order in the FSF version (which is mostly alphabethical).
13120 Merge in some additions and changes from the FSF.
13121
13122Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13123
13124 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13125 * config.sub: Recognize cxux7.
13126 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13127
13128Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13129
13130 * config.sub: Fix typo powerpc -> powerpc-*.
13131
13132Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13133
13134 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13135
13136 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13137 parallel with all-emacs and install-emacs). Top-level command
13138 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13139
13140Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13141
13142 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13143 $(relbindir)/make before doing ``make install'', and use
13144 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13145 installing over running make binary.
13146 ($(host)-stamp-stage3-installed): Likewise.
13147
13148Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13149
13150 * config.guess: Recognize Mach.
13151
13152Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13153
13154 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13155 see whether --exec-prefix was used.
13156
13157Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13158
13159 * README: Explicitly mention libg++/README. (Zoo's idea.)
13160
13161Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13162
13163 * Makefile.in: Add all-librx target similar to all-libproc.
13164
13165Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13166
13167 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13168 with post 1.2 uname bogosity.
13169
13170Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13171
13172 * configure: Remove temporary files on receipt of a signal.
13173
13174Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
13175
13176 * configure: If there is a package_makefile_frag, remove
13177 ${subdir}/Makefile.tem after copying it in.
13178
13179Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13180
13181 * build_all.mk: support rs6000 lynx identifies itself as
13182 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
13183 since /bin/gcc is too feeble to compile a modern gcc.
13184
13185Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13186
13187 * brought devo/test-build.mk update-to-date with progressive/
13188 test-build.mk. Add lynx targets and hppa flag info.
13189
13190Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13191
13192 * configure.in: Use mh-ncrsvr43. Patch from
13193 Tom McConnell <tmcconne@sedona.intel.com>.
13194
13195Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
13196
13197 * config.guess (i386-unknown-bsdi): No longer need to
13198 check #if defined(__bsdi__) && defined(__i386__).
13199
13200Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13201
13202 * configure: Set program_transform_nameoption correctly.
13203
13204Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13205
13206 * brought build-all.mk update-to-date with progressive build-all.mk,
13207 added new targets and hppa info.
13208
13209Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13210
13211 * configure: If config.guess result is a prefix of the user
13212 specified target, assume a native build and use the user specified
13213 target as the host alias. Remove SunOS patch suffix removal hack.
13214 * configure.in: Remove SunOS patch suffix removal hack.
13215
13216 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13217 in NATIVE_CHECK_MODULES.
13218
13219Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
13220
13221 * Makefile.in: Rename HOST_ONLY to NATIVE.
13222 * configure: Delete SunOs patch suffix from host_canonical
13223 and build_canonical variables that are prepended to Makefiles.
13224 * configure.in: Add comments for easier maintenance.
13225
13226Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13227
13228 * Makefile.in: Add all-libproc target similar to all-gui.
13229
13230Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
13231
13232 * Makefile.in (CHECK_MODULES): split into
13233 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13234
13235Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
13236
13237 * config.guess (i386-unknown-bsdi): New system to guess.
13238
13239Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13240
13241 * Makefile.in: Add all-gui target (but not yet build by "all").
13242
13243Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
13244
13245 * config.sub: Move deletion of patch suffix from here...
13246 * configure.in: To here, at Ian's suggestion. The top-
13247 level scripts might need to know of a patch level.
13248
13249Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
13250
13251 * config.sub: Strip off patch suffix so rtl is recognized
13252 as a sunos4.1.3 machine, even though it's been patched.
13253
13254Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
13255
13256 * Makefile.in (INSTALL_LAST): Delete.
13257 (INSTALL_DOSREL): New.
13258
13259Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13260
13261 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13262 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13263 whether we pass down --with-gnu-ld anyhow.
13264
13265Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
13266
13267 * Makefile.in (INSTALL_LAST): Change operation so it works
13268 on more flavors of make.
13269 * configure.in (go32): Don't build libg++ or libio.
13270
13271Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
13272
13273 * Makefile.in (Move HOST_PREFIX_1 and friends up so
13274 they can be overriden by templates.
13275
13276Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
13277
13278 * configure.in (target==go32): Don't build gdb.
13279 * dosrel: New directory.
13280
13281Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
13282
13283 * configure.in (host==go32): Configure dosrel too.
13284 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13285 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13286 be set by incoming names or templates.
13287 (INSTALL_LAST): New rule.
13288
13289Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
13290
13291 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13292
13293Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13294
13295 * configure.in (appdirs): New variable. Currently empty, but will
13296 be used in gas distribution. If nonempty, lists a set of
13297 directories at least one of which must get configured, or top
13298 level configuration is considered to have failed.
13299 (rs6000-*-lynxos*): Use new file name.
13300
13301Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13302
13303 Eliminate XTRAFLAGS.
13304 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13305 newlib include files using -idirafter, and also use -nostdinc.
13306 (CXX_FOR_TARGET): Likewise.
13307 (XTRAFLAGS): Removed.
13308 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13309 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13310 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13311 ($(DO_X)): Don't pass down XTRAFLAGS.
13312
13313Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13314
13315 * configure.in (mips*-dec-bsd*): New target; do build linker.
13316 (mips*-*-bsd*): New target; don't build linker.
13317
13318Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13319
13320 * configure.in: support rs6000-*-lynxos* configuration.
13321 support sunos4 as a cross target.
13322
13323 * config.sub: look for lynx*, not lynx since the OS version may
13324 legitimately be part of the name.
13325
13326Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13327
13328 * configure.in (i[34]86-*-sco*): Move to be with other i386
13329 targets.
13330 (romp-*-*): New target. Skip various binary utilities.
13331 (vax-*-*): New target. Don't build newlib.
13332 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
13333
13334Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13335
13336 * configure.in: Only set host_makefile_frag if config
13337 directory exists.
13338
13339Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13340
13341 * install.sh: If $dstdir exists, don't check whether each
13342 component does.
13343
13344Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13345
13346 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13347
13348Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
13349
13350 * configure.in (*-*-lynxos*): Don't configure newlib for either
13351 native or cross Lynx.
13352
13353Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
13354
13355 * config.sub (sparc64-elf): Fix os.
13356 (z8k): Remove duplicate.
13357
13358Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13359
13360 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13361 gcc/stmp-fixproto, to try to prevent fixproto from being run.
13362
13363Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
13364
13365 * configure: Make file links cleanly even if Lynx fails on
13366 an NFS symlink (at least fail cleanly).
13367
13368Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13369
13370 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13371 -XNh2000.
13372
13373Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13374
13375 * configure: Unknown options are fatal again.
13376
13377Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
13378
13379 * configure: Ignore --x-includes and --x-libraries, for Autoconf
13380 compatibility.
13381
13382Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
13383
13384 * build-all.mk: Add `clean' target.
13385
13386Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13387
13388 * config.guess: Add SINIX support.
13389 * configure.in: Add mips-*-sysv4* support.
13390
13391Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
13392
13393 * build-all.mk: Document all useful targets.
13394 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13395 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13396
13397Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13398
13399 * configure: Support --silent, --quiet.
13400
13401Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13402
13403 * configure: Support --disable-FEATURE.
13404
13405Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13406
13407 * config.guess: Recognize NCR running SVR4.3.
13408
13409Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
13410
13411 * config.guess: Make BSDI generate i386-unknown-bsd386.
13412 Patch from Paul Eggert <eggert@twinsun.com>.
13413
13414Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13415
13416 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13417
13418Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13419
13420 * configure: Make unrecognized options give nonfatal warnings
13421 instead of fatal errors, and pass them to any subdirectory
13422 configures in case they recognize them.
13423 Make --x equivalent to --with-x.
13424
13425Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13426
13427 * configure: Add --enable-* options. Clean up usage message and
13428 some comments.
13429
13430Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
13431
13432 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13433
13434Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13435
13436 * configure.in (hppa*-*-*): Enable binutils.
13437
13438Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13439
13440 * config.sub: Recognize cisco.
13441
13442Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
13443
13444 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13445
13446Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13447
13448 * config.guess: about target *-hitachi-hiuxwe2, don't print more
13449 than one configuration name. Add comment.
13450
13451Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
13452
13453 * config.guess: about target *-hitachi-hiuxwe2, fixed
13454 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
13455 macro is incorrect.]
13456
13457Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13458
13459 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13460 than the "make ls" stuff which used to be here.
13461
13462Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13463
13464 * config.guess: Recognize i[34]86-unknown-freebsd.
13465 From Shawn M Carey <smcarey@rodan.syr.edu>.
13466
13467Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
13468
13469 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13470
13471Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
13472
13473 * config.guess: Check for ptx.
13474
13475Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
13476
13477 * config.sub: Add os9k checking.
13478
13479Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13480
13481 * config.guess: Handle OSF1 running on HPPA processors
13482
13483Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13484
13485 * configure: If subdir configure fails, print out a message with
13486 subdirectory name, in case subdir's configure code didn't identify
13487 itself.
13488
13489Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
13490
13491 * configure.in: Remove embedded newlines from configdirs.
13492 Avoid mismatches of substrings. Fix matching strings at end
13493 of configdirs.
13494
13495Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
13496
13497 * config.guess: Add Lynx/rs6000 config support.
13498
13499Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13500
13501 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13502
13503Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
13504
13505 * configure.in (hppa*-*-osf*): Treat this just like most other
13506 PA configurations (eg no binutils or ld).
13507 (hppa*-*-*elf*): These configurations have binutils and ld.
13508
13509Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13510
13511 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
13512
13513Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13514
13515 * configure.in (rs6000-*-*): Build gas.
13516
13517Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13518
13519 * Makefile.in: Avoid bug in losing hpux sed.
13520
13521Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13522
13523 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
13524 for GDB and GDB has been fixed to not need it.
13525
13526Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13527
13528 * config.guess: Recognize vax hosts.
13529
13530Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13531
13532 * configure (while loop): Don't use "break 2" inside case
13533 statement -- the case statement isn't an enclosing loop.
13534
13535Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
13536
13537 * config.guess: Clean up NeXT support, to allow nextstep
13538 on Intel machines. Make OS be nextstep.
13539
13540Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
13541
13542 * config.guess: Add alternate forms for Convex.
13543
13544Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
13545
13546 * configure: Completely rewrite option processing. Take
13547 advantage of pattern-matching to avoid invoking test frequently.
13548 Also clean up host and target defaulting logic.
13549
13550Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13551
13552 * Makefile.in: Replace all occurrances of "rootme" with "r" and
13553 "$${rootme}" with "$$r", to increase the likelihood that the do-*
13554 commands (plus user environment) will fit SCO limits.
13555
13556Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13557
13558 * configure.in: Don't issue warnings about directories which are
13559 not being configured if -norecursion is set. Correct test for
13560 --with-gnu-as and --with-gnu-ld to not get confused by substring
13561 matches.
13562
13563 * configure.in: Don't build gas for alpha-dec-osf1*.
13564
13565Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
13566
13567 * configure: Back out Per's change of 12/19/1993. It changes the
13568 behavior of configure in unexpected and confusing ways.
13569
13570 Also, use different delim char when calculating
13571 program_transform_name so that the name can contain slashes.
13572
13573Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
13574
13575 * configure.in, config.sub: Add support for VSTa micro-kernel.
13576
13577Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
13578
13579 * configure.in: Nuke hacks which were used to get a special
13580 version of GAS for HPPA configurations.
13581
13582Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
13583
13584 * configure: If only ${target_alias} is given, use that
13585 as the default for ${host_alias}.
13586 * configure: Add missing back-slashes before nested quotes.
13587
13588Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13589
13590 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
13591
13592Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
13593
13594 * config.guess: Recognize some Tektronix configurations.
13595 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
13596
13597Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13598
13599 * config.sub: Match any flavor of SH.
13600
13601Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
13602
13603 * configure.in: Don't try to configure newlib for Alpha.
13604
13605Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13606
13607 * configure.in: Don't build ld for Irix 5. Don't build gas,
13608 libg++ or libio for any Alpha target.
13609
13610 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
13611
13612Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
13613
13614 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
13615 default arguments -- so it tried to compress itself.
13616
13617Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13618
13619 * configure.in (notsupp): ensure that a space is always at the end
13620 of the configdirs list, since the grep checks for an explicit space
13621
13622Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13623
13624 * configure.in (target i386-sysv4.2): don't build ld, since static
13625 versions of many libraries are not available.
13626
13627Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13628
13629 * config.guess: Recognize Apollos (using environment variables).
13630 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
13631
13632Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13633
13634 * config.guess: Recognize Sony news mips running newsos.
13635
13636Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
13637
13638 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
13639 "fi ; else" for bash.
13640
13641Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
13642
13643 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
13644
13645Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
13646
13647 * config.sub: accept unixware as an alias for svr4.2.
13648 Fix some inconsistancies with the gcc version.
13649
13650Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13651
13652 * Makefile.in (DISTDOCDIRS): Add gdb.
13653
13654Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
13655
13656 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
13657
13658Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13659
13660 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
13661 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
13662 this now.
13663
13664Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13665
13666 * config.sub: Accept hiux* as an OS name.
13667
13668 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
13669 etc/make-stds.texi. The underscore came from gcc, and dje now
13670 agrees that RUNTESTFLAGS is the correct name.
13671
13672Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
13673
13674 * install.sh: Remove 'set -e'. It makes any conditionals
13675 in the script useless.
13676
13677 * config.guess: Automatically recognize arm-acorn-riscix
13678 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
13679
13680Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
13681
13682 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
13683
13684Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13685
13686 * Makefile.in (DISTDOCDIRS): New variable.
13687 (taz): Edit local Makefile.in sooner, instead of proto-toplev
13688 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
13689
13690Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13691
13692 * configure.in (hppa target): check the source directory for the
13693 pagas sub-directory
13694
13695Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
13696
13697 * config.sub: Allow -aout* and -elf*.
13698
13699Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13700
13701 * configure.in: Don't build ld on i386-solaris2, same as for
13702 sparc-solaris2.
13703
13704Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
13705
13706 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
13707
13708Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13709
13710 * configure.in: Configure gdb for alpha.
13711
13712Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13713
13714 * Makefile.in (CXXFLAGS): Add -O.
13715
13716Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13717
13718 * config.guess: added support for DG Aviion
13719
13720Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13721
13722 * configure.in: Produce warning message for subdirectories not
13723 configurable for this host/target combination. Don't try to
13724 configure gdb for vms.
13725
13726Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13727
13728 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
13729 appropriate files before making "diststuff".
13730 (DISTBISONFILES): New var: list of files to be edited.
13731 (DISTSTUFFDIRS): Add binutils.
13732
13733Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13734
13735 * config.sub: also handle mipsel and mips64el (for little endian mips)
13736
13737Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13738
13739 * configure.in: Add * to end of all OS names.
13740
13741Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
13742
13743 * configure.in: Build newlib for LynxOS native.
13744
13745Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13746
13747 * config.guess: Add support for delta 88k running SVR3.
13748
13749 * configure.in: Add comment about HP compiler vs. emacs.
13750
13751Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13752
13753 * configure.in: don't build ld on solaris2 (not a viable option
13754 due to bugs in getpwnam & getpwuid)
13755
13756Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13757
13758 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
13759 config.guess will produce a full version number.
13760
13761Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13762
13763 * configure.in: Build linker and binutils for alpha-dec-osf1.
13764
13765Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13766
13767 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
13768 and gdb/testsuite/Makefile.in.
13769
13770Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13771
13772 * configure.in: recognize mips*- instead of mips-
13773
13774Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
13775
13776 * config.sub: Accept linux*coff and linux*elf as operating
13777 systems.
13778
13779Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13780
13781 * config.sub: Recognize mips64, and mips3 as an alias for it.
13782
13783Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13784
13785 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
13786 gdb knows how to handle OSF/1 shared libraries.
13787
13788Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13789
13790 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
13791 * config.guess: Recognize Hitachi's HIUX.
13792 * config.sub: Recognize h3050r* and hppahitachi.
13793 Remove redundant cases for hp9k[23]*.
13794
13795Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13796
13797 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
13798 if gas and ld are in the source tree and are in ${configdirs}.
13799 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
13800 --with options (but still pass them down on the command line,
13801 if they were explicitly specified).
13802
13803Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13804
13805 * configure: substitute SHELL value in Makefile.in with
13806 ${CONFIG_SHELL}
13807
13808Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13809
13810 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
13811 *-*-solaris2* targets.
13812
13813Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13814
13815 * Makefile.in: define M4, and pass it down to sub-makes;
13816 all-autoconf now depends on all-m4
13817
13818Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13819
13820 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
13821 presence of {ar,ranlib} instead of a configured directory
13822
13823Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
13824
13825 * config.guess: Accept 34?? as well as 33?? for NCR.
13826
13827Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13828
13829 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
13830 of 'gas' in sed commands, since 'gash' is now in the tree as well.
13831
13832Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13833
13834 * configure: grab values for $(CC) and $(CXX) from the
13835 environment, so that someone can do "CC=gcc configure; make" and
13836 have it work right (matching the way that autoconf works now)
13837
13838 * configure.in, Makefile.in: add support for gash, the tcl
13839 interface to Galaxy
13840
13841 * config.guess: add NetBSD variants (hp300, x86)
13842
13843Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
13844
13845 * install.sh: Support -d option (in the manner of SunOS 4 install,
13846 as it is more deterministic than that of GNU install)
13847 (chmodcmd): Set file to mode 755 by default (should also do default
13848 chgrp and chown, but I don't feel like dealing with that now)
13849
13850Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
13851
13852 * config.sub: Remove h8300hhms alias.
13853
13854Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13855
13856 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
13857
13858Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13859
13860 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
13861 as stmp-fixinc
13862
13863Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13864
13865 * config.sub: recognize m88110-bug-coff.
13866
13867Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13868
13869 * Makefile.in (all-libio): all dependencies on the toolchain used
13870 to build this (gcc, gas, ld, etc)
13871
13872Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13873
13874 * config.guess: Deal with OSF/1 1.3 on alpha.
13875
13876Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13877
13878 * install.sh: add some 'else true' clauses for portability
13879
13880 * configure.in: don't build libio for h8[35]00-*-* targets
13881
13882Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
13883
13884 * Makefile.in: Add support for new libio.
13885
13886Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13887
13888 * install.sh: If one command fails, don't try the rest. Don't try
13889 to remove $dsttmp (via trap) unless we have already created it.
13890 If $src doesn't exist, detect it and exit with an error.
13891
13892 * config.guess: Recognize BSD on hp300.
13893
13894Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
13895
13896 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
13897 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
13898
13899Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
13900
13901 * Makefile.in (all-send-pr): depends on all-prms
13902
13903Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13904
13905 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
13906
13907Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13908
13909 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
13910 Added test for mips-mips-riscos5.
13911
13912Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13913
13914 * configure.in: use mh-hp300 for 68k HP hosts
13915
13916Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13917
13918 * configure: add support for CONFIG_SHELL, so that you can use
13919 some alternate shell for evaluating configure scripts
13920
13921Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
13922
13923 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
13924 in configure script to bug-gdb@prep.ai.mit.edu when building
13925 distribution archive.
13926 * Makefile.in (COMPRESS): Remove def.
13927 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
13928 gdb.tar.Z and make-gdb.tar.Z respectively.
13929 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
13930 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
13931 to convergence with 'taz' target in Makefile.in.
13932
13933Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13934
13935 * install.sh (dsttmp): use trap to ensure that tmp files go
13936 away on error conditions
13937
13938Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13939
13940 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
13941
13942Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13943
13944 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
13945 its parent is '/' not ''.
13946
13947 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
13948
13949Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
13950
13951 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
13952 that ${newsrcdir}/configure.in does.
13953
13954Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13955
13956 * test-build.mk: support for CONFIG_SHELL
13957
13958Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
13959
13960 * config.sub (netware): Add as a basic system type.
13961
13962Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13963
13964 * Makefile.in (Makefile): depend on configure.in. Also drop the
13965 $(srcdir)/ from the dependency on Makefile.in.
13966
13967Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
13968
13969 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
13970 (h8300hhms is temporary until multi-libraries are implemented).
13971 * configure.in: Handle h8300h too.
13972
13973Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13974
13975 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
13976
13977Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
13978
13979 * configure: Remove extraneous output when guessing host type.
13980 * config.guess: Remove extraneous output when guessing using C
13981 compiler rather than uname, or when guessing fails.
13982
13983Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13984
13985 * Makefile.in: remove all.cross and install.cross targets
13986
13987 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
13988 definitions
13989
13990Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
13991
13992 * configure.in (target sh): Build gprof.
13993
13994Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13995
13996 * config.sub: change -solaris to -solaris2
13997
13998Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13999
14000 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14001
14002Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14003
14004 * configure: Correct error message for missing Makefile.in to
14005 print correct directory.
14006
14007Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14008
14009 * install.sh: kludge around 386BSD shell bug
14010
14011Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14012
14013 * config.guess: Recognize NeXT.
14014 * config.guess: Recognize i486-ncr-sysv4.
14015 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14016
14017Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14018
14019 * Makefile.in (MAKEINFOFLAGS): New variable.
14020 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14021 * build-all.mk, test-build.mk: Pass down --no-split as
14022 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14023
14024Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14025
14026 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14027
14028Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14029
14030 * Makefile.in (libg++.tar.z): New rule.
14031 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14032 * Makefile.in (taz): Only do a single chmod.
14033
14034Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14035
14036 * install.sh: don't use dirname anymore (replaced with sed usage)
14037
14038Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14039
14040 * Makefile.in: Change extension for gzip'd files from '.z' to
14041 '.gz' per new FSF standard usage.
14042
14043Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14044
14045 * configure: put quotes around the final value of program_transform_name
14046
14047Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14048
14049 * Makefile.in: new install.sh support; update install-info rules
14050
14051Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14052
14053 * configure.in: Build diff for crosses, but not for go32 host.
14054
14055 * configure.in: Build gprof only for native, and don't build it
14056 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14057
14058Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14059
14060 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14061
14062Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14063
14064 * configure.in (host_tools): Add prms.
14065
14066Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14067
14068 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14069 with $(FLAGS_TO_PASS) on the command line
14070
14071 * config.sub: Recognize lynx and lynxos
14072
14073Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14074
14075 * config.sub: Accept -ecoff*, not just -ecoff.
14076
14077Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14078
14079 * Makefile.in (taz): Use .gz suffix instead of .z.
14080 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14081 names.
14082
14083Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14084
14085 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14086
14087Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14088
14089 * Makefile.in (install-no-fixedincludes): install gcc last, so
14090 that rebuilds that might happen during 'make install' don't get
14091 bogus gcc include files
14092
14093Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14094
14095 Change from Utah for HPPA support:
14096 * config.guess: Recognize hppa1.x-hp-bsd.
14097
14098Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14099
14100 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14101 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14102
14103Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14104
14105 * config.sub: Add support for rom68k and bug boot monitors.
14106
14107Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14108
14109 * Makefile.in: Make all-opcodes depend on all-bfd.
14110
14111Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14112
14113 * config.guess: Added special check for i[34]86-univel-sysv4*.
14114
14115Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14116
14117 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14118 the processor rather than assuming i486.
14119
14120Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14121
14122 * config.guess: Recognize SunOS6 as Solaris3.
14123
14124Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14125
14126 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14127 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14128
14129Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14130
14131 * build-all.mk (all-cross): New target for Canadian Cross.
14132 Added Q2 go32 targets.
14133 * test-build.mk: Configure go32 cross sparclite-aout and
14134 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14135 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14136
14137Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14138
14139 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14140 GO32 hosted toolchains
14141
14142Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14143
14144 * configure: change so "-exec-prefix" gets passed down rather
14145 than "-exec_prefix" so autoconf generated Makefiles get the
14146 exec_prefix set right.
14147
14148Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14149
14150 * config.guess: get the Solaris2 minor version number
14151
14152 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14153
14154Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14155
14156 * config.guess: Recognize some Sequent platforms.
14157
14158Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14159
14160 * Makefile.in: added the vault-install target
14161
14162 * configure.in: actually use the Sun3 makefile fragment that's in
14163 config, also added the release dir to configdirs
14164
14165Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14166
14167 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14168
14169Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14170
14171 * configure.in: remove some program from Alpha targetted toolchains
14172
14173Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
14174
14175 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
14176 gprof.
14177 (taz): Run "make diststuff" in those directories instead of "make
14178 proto-dir". Look for "VERSION=" only at start of line in subdir
14179 Makefile. Use "gzip -9" for compression.
14180 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14181 (binutils.tar.z): New target.
14182
14183Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14184
14185 * Makefile.in (taz): Include gpl.texinfo.
14186
14187Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14188
14189 * Makefile.in (setup-dirs): Merged into "taz" target.
14190 (taz): Only do `proto-dir' stuff if a directory is actually needed
14191 for this target.
14192
14193Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
14194
14195 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14196 (FLAGS_TO_PASS): Pass down MUNCH_NM.
14197 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14198 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14199 (gcc-no-fixedincludes): Correct for current gcc Makefile.
14200
14201Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
14202
14203 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
14204 config.sub, and move-if-change to gdb testsuite distribution
14205 archive, so the testsuite can be extracted, configured, and
14206 run separately from the gdb distribution. Blow away the Chill
14207 tests that require a Chill compiled executable, since GNU Chill
14208 is not yet publically available.
14209
14210Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14211
14212 * test-build.mk: set environment variables in a single command,
14213 instead of a list of assignments and exports
14214
14215 * config.guess: recognize Alpha/OSF1 systems
14216
14217Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14218
14219 * configure: Change help message to prefer --options rather than
14220 -options.
14221
14222Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14223
14224 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14225 zippy@ecst.csuchico.edu.
14226 * config.guess: Recognize miniframe.
14227
14228Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
14229
14230 * Makefile.in: Use srcroot to find runtest rather than rootme.
14231 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
14232
14233Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
14234
14235 * test-build.mk: Extensive additions to support building on a
14236 machine other than the host.
14237
14238Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14239
14240 * configure (tooldir): Fix for i386-aix again.
14241
14242Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
14243
14244 * configure, Makefile.in: Change definition of $(tooldir)
14245 to match the FSF.
14246
14247Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
14248
14249 * config.guess: Recognize i[34]86/SVR4.
14250
14251Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14252
14253 * Makefile.in (all-gdb): gdb depends on sim.
14254
14255Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
14256
14257 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
14258 at the same time we make the prototype gdb directory.
14259 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
14260 files at the same time as the gdb base release distribution.
14261
14262Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
14263
14264 * Makefile.in (check): Use individual check targets rather than
14265 DO_X rule.
14266 (check-gcc): Added.
14267
14268Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
14269
14270 * config.sub: Use sysv3.2 not sysv32 for canonical OS
14271 for System V release 3.2.
14272
14273Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14274
14275 * config.sub: Recognize hppaosf.
14276 * configure.in: Do configure ld/binutils/gas for it.
14277
14278Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14279
14280 * configure (tooldir): Alter syntax used to set this, for systems
14281 where "\$" isn't handled right, like i386-aix.
14282
14283Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
14284
14285 * configure: Pass program-transform-name, not
14286 program_transform_name, to recursive configures.
14287
14288Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
14289
14290 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14291 of gas+ld+binutils.
14292
14293Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
14294
14295 * config.guess: Recognize AIX3.2 as distinct from 3.1.
14296
14297Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14298
14299 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14300
14301Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14302
14303 * Makefile.in (PRMS): Set back to all-prms.
14304
14305Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
14306
14307 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14308 targets, rather than for MIPS hosts.
14309
14310Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14311
14312 * configure.in: add comment for --with-x default values
14313
14314 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14315
14316 * Makefile.in: add check-* targets for each of the directories in
14317 the tree. Add a definition of RUNTEST that will use the one we
14318 just built, if it exists. Pass this down via FLAGS_TO_PASS.
14319
14320Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
14321
14322 * configure.in: Removed obsolete references to bfd_target and
14323 target_makefile_frag.
14324
14325 * build-all.mk: Set assorted targets for Q2.
14326 * config.sub: Recognize z8k-sim and h8300-hms.
14327 * test-build.mk: Really don't pass host to configure.
14328 (HOLES): Added uname.
14329
14330Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
14331
14332 * configure: Handle an empty program-prefix, program-suffix or
14333 program-transform-name correctly.
14334
14335Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
14336
14337 * build-all.mk: -G 8 no longer required for MIPS targets.
14338 * test-build.mk: Don't pass host argument to configure; make it
14339 guess.
14340
14341Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
14342
14343 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
14344 * Makefile.in (COMPRESS): New macro, like GZIP.
14345
14346Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
14347
14348 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14349
14350 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14351 with gas currently defaults to -G 0.
14352
14353Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
14354
14355 * Makefile.in (all-flex): flex depends on byacc.
14356
14357 * build-all.mk: If host not specified, use config.guess. Pass TAG
14358 to test-build.mk as RELEASE_TAG.
14359 * test-build.mk (configargs): New variable containing arguments to
14360 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
14361 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14362
14363 * config.guess: Use /bin/uname when checking -X argument on SCO,
14364 to avoid invoking GNU uname which doesn't understand -X.
14365
14366 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14367
14368 * configure.in: Build gas for mips-*-*.
14369
14370Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14371
14372 * Makefile.in (all.normal): insert missing backslash.
14373
14374Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
14375
14376 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
14377
14378 * Makefile.in: Complete overhaul to merge many almost identical
14379 targets.
14380
14381Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14382
14383 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14384 (gdb.tar.Z): Adjusted.
14385
14386 * Makefile.in (setup-dirs, taz): New targets; should be general
14387 enough to adapt for gdb sometime. Build only .z file.
14388 (gas.tar.z): New target.
14389
14390Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14391
14392 * build-all.mk: Use CC=cc -Xs on Solaris.
14393
14394Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
14395
14396 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
14397 for handling BISON for FSF releases.
14398
14399Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14400
14401 * configure: Actually implement the change zoo just documented.
14402
14403Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
14404
14405 * configure: when using config.guess, only set target_alias when
14406 it's not already been set (ie, on the command line)
14407
14408Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14409
14410 * Makefile.in: add installcheck target, set PRMS to install-prms
14411
14412Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14413
14414 * configure: add support for package_makefile_fragment, handle the
14415 case where a directory has a configure.in file but no Makefile.in
14416 more gracefully (with an actual understandable error message, even);
14417 add support for --without (and add this to the usage message); also
14418 explicitly add a --host=${host_alias} to the command line when
14419 config.guess is used
14420
14421Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14422
14423 * configure: Must use both --host and --target in recursive calls.
14424
14425Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
14426
14427 * Makefile.in: Change deja-gnu to dejagnu.
14428
14429Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
14430
14431 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14432
14433Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14434
14435 * configure.in: canonicalize all instances to *-*-solaris2*,
14436 also strip out a number of tools to not build for go32 host
14437
14438Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14439
14440 * config.guess: add GPL.
14441
14442 * Makefile.in, config.guess, config.sub, configure: bump
14443 copyrights to 93.
14444
14445Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
14446
14447 * Makefile.in (do-info): Removed obsolete check for existence of
14448 localenv file.
14449
14450 * Makefile.in (MAKEOVERRIDES): Define to be empty.
14451
14452Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14453
14454 * Makefile.in: a couple of 'else true' for decstation,
14455 support for TclX
14456
14457 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14458
14459Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
14460
14461 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14462
14463Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
14464
14465 * config.guess: Recognize i386-ibm-aix (PS/2).
14466 * configure.in: Use config/mh-aix386 file for it.
14467
14468Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
14469
14470 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14471 CC_FOR_TARGET instead.
14472 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14473
14474Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
14475
14476 * Makefile.in: Add sim to list of directories sent with gdb
14477
14478Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
14479
14480 * configure.in: Put back mips-dec-bsd* case.
14481
14482Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
14483
14484 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14485 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
14486 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
14487
14488Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14489
14490 * configure.in: remove no-op mips-dec-bsd* in "case $target"
14491
14492 * Makefile.in (dir.info): only run gen-info-dir if it exists,
14493 (install-info): install dir.info only if it exists,
14494 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14495
14496Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
14497
14498 * configure.in: For vms target, skip bfd, ld, binutils. Do build
14499 gas for mips-dec-bsd.
14500
14501Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
14502
14503 * configure (makesrcdir): If ${srcdir} is relative and not ".",
14504 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
14505
14506Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
14507
14508 * configure.in: Added "dejagnu" to hosttools list.
14509
14510Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
14511
14512 * config.sub, configure.in, config.guess: Add support
14513 for Bosx, an AIX variant from Bull.
14514 Patches from F.Pierresteguy@frcl.bull.fr.
14515
14516Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
14517
14518 * devo/dejagnu: Initial creation of devo/dejagnu.
14519 Migrated dejagnu testcases and support files for testing software
14520 tools to reside as subdirectories, currently called "testsuite",
14521 within the directory of the software tool. Migrated all programs,
14522 support libraries, etc. beloging to dejagnu proper from
14523 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
14524 with no modifications. The changes to these files which will
14525 allow them to configure, build, and execute properly will be made
14526 in a future update.
14527
14528Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14529
14530 * Makefile.in: Change send_pr to send-pr.
14531 * configure.in: Likewise.
14532 * send_pr: Renamed directory to send-pr.
14533
14534Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
14535
14536 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
14537
14538Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
14539
14540 * README: Update for gdb-4.8 release.
14541 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
14542 gdb-xxx.tar.z (gzip'd) file also.
14543
14544Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14545
14546 * Makefile.in: make all-diff depend on all-libiberty
14547
14548Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
14549
14550 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
14551
14552Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14553
14554 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
14555
14556Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
14557
14558 * Makefile.in (DEVO_SUPPORT): Remove etc directory
14559 (ETC_SUPPORT): Only add the files GDB wants from etc/.
14560 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
14561
14562Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14563
14564 * Makefile.in: makeinfo binary is in a new location
14565
14566Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
14567
14568 * config.sub: Accept -ecoff as an OS.
14569
14570 * Makefile.in: Various changes to eliminate a level of make
14571 recursion and reduce the required command line length.
14572 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
14573 sub-makes.
14574 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
14575 variables holding settings for specific sub-makes.
14576 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
14577 in terms of BASE_FLAGS_TO_PASS.
14578 (TARGET_LIBS): New variable listing directories which use
14579 TARGET_FLAGS_TO_PASS.
14580 (subdir_do): Eliminated.
14581 (do-*): New set of targets to replace subdir_do.
14582 (various): All targets which used subdir_do now depend on do-*.
14583 (local-clean): Renamed from do_clean.
14584 (local-distclean): New target, dependency of distclean and
14585 realclean.
14586 (install-info): Don't create directories. Depend on dir.info
14587 rather than calling make recursively.
14588 (install-dir.info): Eliminated.
14589 (install-info-dirs): Create all info directories here.
14590 (dir.info): Depend upon do-install-info.
14591
14592 * test-build.mk (HOLES): Added false.
14593
14594Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
14595
14596 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
14597
14598Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14599
14600 * Makefile.in (info): remove dependency on all-texinfo. The
14601 problem was really in texinfo/C, not at this level.
14602
14603Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
14604
14605 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
14606
14607Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
14608
14609 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
14610 GDB releases.
14611
14612Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14613
14614 * configure: Include srcdir in message about target of link not
14615 being found. Don't convert `-' to `_' in `with' options being
14616 passed to subdirs.
14617
14618Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14619
14620 * configure.in: add uudecode to host_tools
14621
14622 * Makefile.in: added {all,install}-uudecode targets, added them to
14623 the appropriate lists
14624
14625Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
14626
14627 * Makefile.in (all-gcc): Added dependency on all-gas.
14628
14629 * configure.in (mips-*-*): Build ld and binutils.
14630
14631Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14632
14633 * configure: check return code from mkdir, print error message and
14634 exit on failure.
14635
14636Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
14637
14638 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
14639
14640Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
14641
14642 * test-build.mk (HOLES): Added tar, cpio and uudecode.
14643
14644Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14645
14646 * config.sub (h8500): Recognize this as a cpu type.
14647
14648Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14649
14650 * configure: source directory missing is no longer a warning
14651
14652 * configure.in: recognize irix[34]* instead of irix[34]
14653
14654 * Makefile.in: define and pass down X11_LIB
14655
14656Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
14657
14658 * guess-systype: Renamed to ...
14659 * config.guess: ... by popular request.
14660 * configure.in, Makefile.in: Update accordingly.
14661
14662Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
14663
14664 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
14665 + Add Convex, Cray/Unicos, and Encore/Multimax support.
14666 + Execute ./dummy instead of assuming . is in PATH.
14667
14668Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
14669
14670 * guess-systype: New shell script. Attempts to guess the
14671 canonical host name of the executing host.
14672 Only a few hosts are supported so far.
14673 * configure: Call guess-systype if no host is specified.
14674
14675Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
14676
14677 * Makefile.in (gcc-no-fixedincludes): Made to work with current
14678 gcc Makefile.
14679
14680
14681Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
14682
14683 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
14684 (all-gcc, install-gcc, subdir_do): Use it.
14685
14686Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14687
14688 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
14689
14690Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
14691
14692 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
14693 set exclusively by configure, using configure.in .
14694
14695Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14696
14697 * test-build.mk: set $PATH for all builds
14698
14699 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
14700
14701Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
14702
14703 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
14704 the one used in gcc/Makefile.in, so that a null expansion doesn't
14705 override the one needed to build gcc with a native cc.
14706
14707
14708Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14709
14710 * configure: Accept -with arguments.
14711
14712Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14713
14714 * Makefile.in: added h8300sim
14715
14716Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
14717
14718 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
14719 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
14720 (all-cygnus, native, build-cygnus): Make
14721 $(canonhost)-stamp-3stage-done, not $(host)....
14722 * test-build.mk (stamp-3stage-compared): Use tail +10c for
14723 i386-sco3.2v4. Added else true to if command.
14724
14725Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
14726
14727 * config.sub: (from FSF) Sequent uses a BSD-like OS.
14728
14729Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
14730
14731 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
14732
14733Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14734
14735 * configure.in: don't remove binutils from Solaris builds
14736
14737Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
14738
14739 * Makefile.in: get rid of earlier definitions for *clean,
14740 also handle the recursive info rule better
14741
14742Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
14743
14744 * Makefile.in (mostlyclean, distclean, realclean): Fix to
14745 do more-or-less the right thing.
14746
14747Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
14748
14749 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
14750 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
14751
14752Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14753
14754 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
14755 $(host_canonical).
14756
14757 * configure.in: split the configdirs list into 4 categories (native
14758 v. cross, library v. tool) and handle the cross-only and native-
14759 only in more reasonable (and correct!) way.
14760
14761Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
14762
14763 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
14764 configdirs anymore.
14765
14766Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14767
14768 * Makefile.in: extensive cleanup:: removed all of the explicit
14769 clean-* targets, collapsed many wrappers around subdir_do into
14770 one, added additional targets to satisfy standards.texi, deleted
14771 some old targets, some changes for consistency
14772
14773Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14774
14775 * configure.in: handle some programs as cross-only, and others as
14776 native only
14777
14778 * test-build.mk: handle partial holes in a more generic manner
14779
14780 * Makefile.in: m4 depends on libiberty
14781
14782Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14783
14784 * configure.in: add m4, textutils, fileutils, sed, shellutils,
14785 time, wdiff, and find to configdirs
14786
14787 * Makefile.in: all, clean, and install rules for the new programs
14788 added to configure.in
14789
14790Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14791
14792 * configure.in: use mh-sun for all *-sun-* hosts
14793
14794Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14795
14796 * Makefile.in: define flags for X11 include files and library file
14797 locations, pass them down to the programs that need this info
14798
14799 * build-all.mk: added a 'native' target, to 3stage the native toolchain
14800
14801Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14802
14803 * configure.in: start building libg++ for HP-UX targets
14804
14805Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
14806
14807 * README: Update references to files moved into etc/.
14808
14809Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
14810
14811 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
14812 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
14813
14814Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
14815
14816 * configure: accept dash as well as underscore in long option
14817 names for FSF compatibility.
14818
14819Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
14820
14821 * config.sub: added -sco3.2v4 support from FSF.
14822
14823Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14824
14825 * configure.in: expand the section that adds or removes
14826 directories from the list of programs to build, to handle native
14827 vs. cross in addition to host v. native
14828
14829Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
14830
14831 * Makefile.in: Replace C++ in macro names with CXX.
14832 This is less likely to break ...
14833
14834Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14835
14836 * test-build.mk: add -w to GNU_MAKE
14837
14838Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14839
14840 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
14841 add 'sparc' to list of recognized cpus. This needed to make
14842 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
14843 Delete some redundant ose68 variants. Recognize -wrs as an os,
14844 then changes that into $CPU-wrs-vxworks.
14845
14846 * configure.in: remove most references to gdbtest, regularize
14847 target based program removal
14848
14849 * test-build.mk: import from p3 tree (many fixes and changes)
14850
14851Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14852
14853 * Makefile.in: added rules to handle tcl, tk, and expect
14854
14855 * configure.in: handle those directories if they exist
14856
14857Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14858
14859 * config.sub: removed bogus hppabsd and hppahpux names, since
14860 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
14861
14862Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14863
14864 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
14865 depends upon all-xiberty
14866
14867 * Makefile.in: changes from p3, including:
14868
14869 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
14870
14871 * Makefile.in (XTRAFLAGS): include newlib directories if
14872 newlib/Makefile exists, rather than if host != target.
14873
14874 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
14875
14876 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14877 from the same source tree and not building a cross-compiler. This
14878 matters for the libg++ configuration if reconfiguring a tree that
14879 has already been installed.
14880
14881 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
14882
14883 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14884 pick up the machine and system specific header files.
14885
14886 * Makefile.in: added AS_FOR_TARGET, passed down in
14887 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14888 the C compiler to use to create programs which are run in the
14889 build environment, set it to default to $(CC), and passed it down
14890 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14891
14892 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
14893
14894 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
14895 We need them for unusual native builds, like systems without
14896 ranlib.
14897
14898 * configure: also define $(host_canonical) and
14899 $(target_canonical), which are the full, canonical names for the
14900 given host and target
14901
14902Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
14903
14904 * Makefile.in: Added separate definitions for C++.
14905
14906Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
14907
14908 * configure.in (configdirs): Add deja-gnu.
14909
14910Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
14911
14912 * README: Update for configure.texi and gdb-4.7 release.
14913
14914Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
14915
14916 * Makefile.in: Move "all" target to top of file.
14917 Previously, first target was ".PHONY" which caused BSD4.4 make
14918 to build .PHONY when make was run without arguments.
14919
14920Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
14921
14922 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
14923 Library-copylefted code in libiberty.
14924
14925Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
14926
14927 * config.sub: Replace m68kmote with plain old m68k.
14928
14929Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
14930
14931 * Makefile.in: Remove space from blank line, avoid Make complaints.
14932
14933Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
14934
14935 * config.sub: Complain if no argument is given. Added support for
14936 386bsd as OS and target alias.
14937
14938Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
14939
14940 * Makefile.in (XTRAFLAGS): include newlib directories if
14941 newlib/Makefile exists, rather than if host != target.
14942
14943Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
14944
14945 * config.sub: recognize sparclite-wrs-vxworks.
14946
14947 * Makefile.in (install-xiberty): added *-xiberty make rules (from
14948 p3.) Added clean-xiberty to clean.
14949
14950Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14951
14952 * configure.in: use *-*-* instead of nested cases for host and target
14953
14954Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
14955
14956 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14957 from the same source tree and not building a cross-compiler. This
14958 matters for the libg++ configuration if reconfiguring a tree that
14959 has already been installed.
14960
14961Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
14962
14963 * config.sub (i486v/i486v4): Merge in from FSF version.
14964
14965Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
14966
14967 * configure: only set PWD if it is already set.
14968
14969Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
14970
14971 * configure: just set PWD=`pwd` at the top, since Ultrix sh
14972 doesn't have unset and all success paths (and most error paths)
14973 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
14974 to just ${PWD} to avoid confusion.)
14975
14976Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
14977
14978 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
14979 even for a native compilation.
14980
14981Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
14982
14983 Changes to make the gdb.tar.Z rule work better.
14984
14985 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
14986 (DEVO_SUPPORT): Add configure.texi.
14987 (bfd-ilrt.tar.Z): Remove ancient rule.
14988
14989Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
14990
14991 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14992 pick up the machine and system specific header files.
14993
14994 * configure.in, config.sub: added new target m68010-adobe-scout,
14995 with alias of adobe68k. Changed configure.in to check for
14996 -scout before -sco* to avoid a false match.
14997
14998 * Makefile.in: added AS_FOR_TARGET, passed down in
14999 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15000 the C compiler to use to create programs which are run in the
15001 build environment, set it to default to $(CC), and passed it down
15002 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15003
15004Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15005
15006 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15007 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15008 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15009 FOR_TARGET variants, to newlib and libg++.
15010
15011Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15012
15013 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15014 first.
15015
15016Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15017
15018 * config.sub: Accept `elf' as an environment.
15019
15020Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15021
15022 * Makefile.in (all-opcodes): cd into the right directory
15023
15024Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15025
15026 * configure: added -program_transform_name option, used as
15027 argument to sed when installing programs.
15028 configure.texi: added documentation for -program_prefix,
15029 -program_suffix and -program_transform_name.
15030
15031Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15032
15033 * config.sub: Accept i486 where i386 ok.
15034
15035Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15036
15037 * config.sub: accept we32k
15038
15039Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15040
15041 * config.sub, configure.in: accept OSE68000 and OSE68k.
15042
15043 * Makefile.in: don't create all directories for ``make install'';
15044 let the subdirectories create the ones they need.
15045
15046Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15047
15048 * COPYING: new file, GPL v2
15049
15050Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15051
15052 * Makefile.in: use the new gen-info-dir, which needs a template
15053 argument (which also lives in texinfo)
15054
15055 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15056
15057Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15058
15059 * config.sub (ncr3000): Change i386 to i486.
15060
15061Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15062
15063 * Makefile.in: add install-rcs, install-grep to
15064 install-no-fixedincludes, removed install-bison and install-libgcc
15065
15066Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15067
15068 * configure.in: grab the HPUX makefile fragment if on HPUX
15069
15070Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15071
15072 * Makefile.in: eradicate bison spoor (ditto libgcc).
15073 configure.in: recognise m68{k,000}-ericsson-OSE.
15074 es1800 is alias for m68k-ericsson-OSE
15075
15076Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15077
15078 * configure.in: rearrange the parts that remove programs from
15079 configdirs, based now on HOST==TARGET or by canonical triple.
15080
15081Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15082
15083 * test-build.mk: recurse explicitly with -f test-build.mk when
15084 appropriate. predicate stage3 and comparison on the existence
15085 of gcc. That is, if gcc isn't around, we aren't three-staging.
15086 On very clean, also remove ...stamp-co. Build in-place before
15087 doing other builds.
15088
15089Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15090
15091 * Makefile.in, configure.in: add tgas
15092
15093Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15094
15095 * Makefile.in: a number of changes merged in from progressive.
15096
15097 * configure.in: add libm.
15098
15099 * .cvsignore: ignore some stuff that comes from test-build.mk.
15100
15101Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15102
15103 * config.sub: Add es1800 (m68k-ericsson-es1800).
15104
15105Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15106
15107 * configure: Add program_suffix (parallel to program_prefix)
15108 * Makefile.in: adjust directory-creating script for losing decstation
15109
15110Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15111
15112 * configure: Minor $subdir-related fixes.
15113
15114Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15115
15116 * configure: fix various problems with propogating
15117 makefile_target_frag in subdirs.
15118 * configure.in: config libgcc if its there
15119
15120Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15121
15122 * config.sub: HPPA merge.
15123
15124Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15125
15126 * Makefile.in: Replace all-bison with all-byacc in all
15127 dependency lines for other tools (which now use byacc).
15128
15129Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15130
15131 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15132
15133Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15134
15135 * Makefile.in: make gprof rules similar to byacc rules (instead of
15136 vestigal $(unsubdir) that didn't work...)
15137
15138Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15139
15140 * config.sub: Add support for Linux.
15141 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15142 (at least for libg++).
15143
15144Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15145
15146 * configure.texi: fix doc for the -nfp option to configure
15147
15148Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15149
15150 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15151
15152Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15153
15154 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15155 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15156 * configure.in: added solaris* host_makefile_frag hook.
15157
15158Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15159
15160 * config.sub: changed recognition of m68000 so that various
15161 m68k types can be specified via m680[01234]0
15162
15163Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15164
15165 * config.sub (basic_machine): fix sed so that '-foo' isn't
15166 completely substituted out while .+'-foo' loses the '-foo'
15167
15168Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15169
15170 * config.sub ($os): Add -aout.
15171
15172Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
15173
15174 * configure: If host_makefile_frag is absolute, don't
15175 prefix ${invsubdir} (relevant to libg++ auto-configure).
15176
15177Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15178
15179 * Makefile.in (tooldir): Define it.
15180 (all-ld): Depend on all-flex.
15181
15182Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
15183
15184 * Makefile.in (check): Fix libg++ special case.
15185
15186Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
15187
15188 * configure: do not bury `pwd` into config.status, thus do fewer
15189 pwd's.
15190
15191 * configure: print the "Building in" message only when building in
15192 other than "." AND verbose.
15193
15194 * configure: remove -s, rework -v to better accomodate guested
15195 configures.
15196
15197 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15198
15199Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
15200
15201 * Makefile.in: macroize flags passed on recursion. remove
15202 fileutils.
15203
15204Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
15205
15206 * configure: get makesrcdir right for subdirs deeper than 1.
15207
15208 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15209 install.
15210
15211Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
15212
15213 * Makefile.in: don't print subdir_do or recursion lines.
15214
15215Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
15216
15217 * standards.texi: added menu item.
15218
15219 * Makefile.in: build and install standards.info.
15220
15221 * standards.texi: new file.
15222
15223Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15224
15225 * configure: test for and move config.status pieces from
15226 ${subdir}/.
15227
15228Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
15229
15230 * configure: Test for existance of files before trying to mv
15231 them, to avoid numerous non-existance messages.
15232
15233Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
15234
15235 * configure: correct final line of config.status.
15236
15237 * configure: patch from eggert. Avoids a protection problem if
15238 the original Makefile.in is read only.
15239
15240 * configure: use move-if-change from gcc to create config.status.
15241 Some makefiles depend on config.status to tell if a directory
15242 has been reconfigured for a different host. This change
15243 prevents those directories from remaking everything in the case
15244 where the reconfig was only intended to rebuild a Makefile.
15245
15246 * configure: test for config.sub with "config.sub sun4" rather
15247 than "config.sub ${host_alias}". Otherwise we can't tell a bad
15248 host alias from a missing config.sub.
15249
15250Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15251
15252 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15253 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
15254
15255Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
15256
15257 * configure: mkdir ${subdir} as needed.
15258
15259Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
15260
15261 * Makefile.in,configure.in: added autoconf.
15262
15263Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15264
15265 * Makefile.in: no longer pass against on recursion.
15266
15267 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15268 definitions are not inherited.
15269
15270 * configure: correct makesrcdir when subdir is .
15271
15272Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
15273
15274 * configure: Add support for 'subdirs' variable, which is
15275 like 'configdirs', except that configure doesn't re-invoke
15276 itself for subdirs, it just creates a Makefile for each subdir.
15277 * configure.texi: Document subdirs.
15278
15279Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15280
15281 * configure.in: added flex to configdirs
15282
15283Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
15284
15285 * Makefile.in: remove clean-stamps from clean.
15286
15287Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
15288
15289 * configure.in: Add gdbtest to configdirs.
15290
15291Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
15292
15293 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
15294 to recursive makes.
15295 * configure.in: Recognize new ncr3000 config.
15296
15297Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
15298
15299 * Makefile.in, configure.in: removed references to gdbm.
15300
15301Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
15302
15303 * config.sub: Don't canonicalize os value
15304 newsos* to bsd (readline needs to check for newsos).
15305 (This fix was earlier made Jan 31, but got re-broken.)
15306
15307Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
15308
15309 * configure.in: sco is an os, not a vendor!
15310
15311 * configure: Quote $( better. Keep various shells happy.
15312
15313Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
15314
15315 * Makefile.in: eliminate stamp-files.
15316
15317Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
15318
15319 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
15320 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15321
15322Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
15323
15324 * config.sub: fix iris/iris3.
15325
15326Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
15327
15328 * configure: re-add -rm.
15329
15330Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
15331
15332 * Maskefile.in: add .stmp-rcs to all.
15333
15334 * configure.in: remove gas from rs6000 build, use aix host fragment.
15335
15336Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
15337
15338 * configure: pass down site_option during recursion.
15339
15340Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
15341
15342 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
15343
15344Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
15345
15346 * configure: Change exec_prefix so that it really defaults to prefix.
15347
15348Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
15349
15350 * Makefile.in, configure.in: Add support for mmalloc library.
15351
15352Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
15353
15354 * Makefile.in: add stmp dependencies for a few more things.
15355
15356Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
15357
15358 * configure: adjusted error message on objdir/srcdir configure
15359 collision, per john's suggestion.
15360
15361 * Makefile.in: add libiberty stmp to all and all.cross.
15362
15363Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
15364
15365 * Makefile.in: remove force dependencies, add grep to all.
15366
15367Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
15368
15369 * Makefile.in: drop flex. make stamp files work.
15370
15371 * configure: added test for conflicting configuration in srcdir,
15372 remove trailing slashes from srcdir. Otherwise emacs gdb mode
15373 gets cranky. use relative paths for configure and srcdir
15374 whenever possible. Send some error messages to stderr that were
15375 going to stdout.
15376
15377Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
15378
15379 * Makefile.in: Fix libg++ rule to check for gcc directory
15380 before using gcc/gcc. Also pass XTRAFLAGS.
15381
15382Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
15383
15384 * Makefile.in: added stmp-files so that directories aren't polled
15385 when they are already built.
15386
15387 * configure.texi: fixed a node pointer problem.
15388
15389Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
15390
15391 * config.sub configure.in gdb/configure.in
15392 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15393 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15394 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
15395
15396Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15397
15398 * configure: -recurring becomes -silent. corrected help message
15399 for -site= option.
15400
15401 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15402
15403Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15404
15405 * configure: when building Makefile for crosses, replace
15406 tooldir and program_prefix. default srcdir from location of
15407 config.sub. remove "for host in hosts" and "for target in
15408 targets" loops.
15409
15410Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15411
15412 * Makefile.in: Do not pass bindir or mandir to cvs.
15413
15414Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
15415
15416 * Makefile.in, configure.in: removed traces of namesubdir,
15417 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
15418 copyrights to '92, changed some from Cygnus to FSF.
15419
15420 * configure.texi: remove most references to multiple hosts,
15421 multiple targets, subdirs, etc.
15422
15423 * configure.man: removed rcsid. reference config.sub not
15424 config.subr.
15425
15426 * Makefile.in: mkdir $(infodir) on install-info.
15427
15428Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
15429
15430 * configure.texi: Explain better about .gdbinit and about
15431 the environment that configure.in sections run in.
15432
15433Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
15434
15435 * configure.in: Ultrix is only a decstation if it's a MIPS.
15436
15437Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
15438
15439 * README: DOC.configure => cfg-paper.texi.
15440
15441Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
15442
15443 * config.sub (near case $os): Don't convert newsos* to bsd!
15444
15445Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
15446
15447 * Makefile.in: Reinstall change from gdb-4.3 that reduces
15448 the number of copies of COPYING that go into the GDB tar file.
15449
15450Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
15451
15452 * bfd/configure.in, gdb/config/mh-i386sco,
15453 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15454 Fix SCO configuration stuff.
15455
15456Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
15457
15458 * Makefile.in: For libg++, make sure the -I pointing
15459 to the gcc directory goes *after* all the libg++-local -I flags.
15460 Also, move just-gcc dependency from just-libg++ to all-libg++.
15461
15462Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
15463
15464 * configure: Change -x to -f to keep Ultrix /bin/test happy.
15465
15466Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
15467
15468 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
15469
15470Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
15471
15472 * config.sub: Add stratus configuration frags. Also
15473 submitted to FSF.
15474
15475Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
15476
15477 * Makefile.in (DEV_SUPPORT): add configure.man.
15478
15479 * config.sub(Decode manufacturer-specific): add -none*.
15480
15481Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
15482
15483 * Makefile.in: remove form feeds to make Sun's make happy.
15484 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
15485
15486Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
15487
15488 * Makefile.in (AR_FLAGS): Make quieter.
15489
15490Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
15491
15492 * configure.in: Add libg++.
15493 * configure: When verbose, don't output the command line at each
15494 level; it will be unremarkably the same as the previous version,
15495 which will be the same as what the user typed.
15496
15497Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
15498
15499 * configure.in, Makefile.in: fix clean-info, add flex. add
15500 fileutils.
15501
15502 * configure: be less sensitive to spaces in Makefile.in. Do not
15503 look for sources in "..". Doing so breaks subdirectories that
15504 might have their own configure. If a subdir has it's own
15505 configure script, use it.
15506
15507Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
15508
15509 * cfg-paper.texi: some changes suggested by rms.
15510
15511Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
15512
15513 * config.sub: Merge in some small additions from the FSF version,
15514 taken from the gcc distribution, to bring the Cygnus and FSF
15515 versions into closer sync.
15516
15517Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
15518
15519 * configure.in: Changed svr4 references to sysv4.
15520
15521Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
15522
15523 * configure: added -V for version number option.
15524
15525Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
15526
15527 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
15528 renamed from DOC.configure to cfg-paper.texi.
15529
15530Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15531
15532 * configure, config.subr, config.sub: config.subr is now
15533 config.sub again.
15534
15535Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
15536
15537 * configure.texi: new file, in progress.
15538
15539 * Makefile.in: build info file and install the man page for
15540 configure.
15541
15542 * configure.man: new file, first cut.
15543
15544 * configure: find config.subr again now that configuration "none"
15545 has gone. removed all traces of the -ansi option. removed all
15546 traces of the -languages option.
15547
15548 * config.subr: resync from rms.
15549
155501991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
15551
15552 * configure, config.sub, config.subr: merge config.sub into
15553 config.subr, call the result config.subr, remove config.sub, use
15554 config.subr.
15555
15556 * Makefile.in: revised install for dir.info.
15557
155581991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
15559
15560 * configure.in: add decstation host makefile frag.
15561
15562 * Makefile.in: BISON now bison -y again. also install-gcc on
15563 install. clean-gdbm on clean. infodir belongs in datadir.
15564 Make directories for info install. Build dir.info here then
15565 install it.
15566
155671991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
15568
15569 * Makefile.in: fix for bad directory tests.
15570
155711991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
15572
15573 * configure: \{1,2\} appears to be a sysv'ism. Use a different
15574 regexp. -srcdir relative was being handled incorrectly.
15575
15576 * Makefile.in: unwrapped some for loops so that parallel makes
15577 work again and so one can focus one's attention on a particular
15578 package.
15579
155801991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
15581
15582 * configure: added PWD as a stand in for `pwd` (for speed). use
15583 elif wherever possible. make -srcdir work without -objdir.
15584 -objdir= commented out.
15585
155861991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
15587
15588 * configure: +options become --options. -subdirs commented out.
15589 added -host, -datadir. Renamed -destdir to -prefix. Comment in
15590 Makefile now at top of generated Makefile. Removed cvs log
15591 entries. added -srcdir. create .gdbinit only if there is one
15592 in ${srcdir}.
15593
15594 * Makefile.in: idestdir and ddestdir go away. Added copyrights
15595 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
15596 and mandir now keyed off datadir by default.
15597
155981991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
15599
15600 * Freshly created ChangeLog.
15601
15602\f
15603Local Variables:
15604mode: change-log
15605left-margin: 8
15606fill-column: 76
15607version-control: never
15608End:
This page took 0.088924 seconds and 4 git commands to generate.