Fix typo introduced during the most recent synchronization update.
[deliverable/binutils-gdb.git] / ChangeLog
1 2016-05-27 Nick Clifton <nickc@redhat.com>
2
3 * config.guess (Alpha OSF1): Fix typo introduced during the most
4 recent synchronization update.
5
6 2016-05-23 Nick Clifton <nickc@redhat.com>
7
8 * Import these patches from the gcc mainline:
9
10 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
11
12 * config.guess: Import version 2016-04-02 (newest).
13 * config.sub: Import version 2016-05-10 (newest).
14
15 2016-04-19 Nick Clifton <nickc@redhat.com>
16
17 * Import this patch from the GCC mainline:
18
19 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
20
21 PR bootstrap/70173
22 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
23 and gotools directories. Delete the stage_final file.
24 * Makefile.in: Regenerate.
25
26 2016-03-17 Cary Coutant <ccoutant@gmail.com>
27
28 * configure.ac: Add mips and s390 to the gold target check.
29 * configure: Regenerate.
30
31 2016-02-10 Nick Clifton <nickc@redhat.com>
32
33 Import these patches from the GCC mainline:
34
35 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
36
37 * configure.ac: Enable LTO for DJGPP
38 * configure: Regenerate
39
40 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
41
42 PR bootstrap/69329
43 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
44 * Makefile.in: Regenerate.
45
46 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
47 Sebastian Pop <s.pop@samsung.com>
48
49 * Makefile.in: Regenerate.
50 * Makefile.tpl: Export ISLVER.
51 * configure: Regenerate.
52 * config/isl.m4: Detect isl-0.15.
53
54 2016-01-29 Sebastian Pop <s.pop@samsung.com>
55
56 * config/isl.m4: Add comments about isl-0.16.
57 * configure: Regenerate.
58
59 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
60
61 Sync with GCC
62 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
63
64 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
65 symbols.
66
67 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
68
69 PR bootstrap/69134
70 * Makefile.def (mpfr): Disable assembler.
71 * Makefile.in: Regenerate.
72
73 2016-01-11 Nick Clifton <nickc@redhat.com>
74
75 Import the following changes from the GCC mainline:
76
77 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
78
79 * configure.ac: Enable libmpx by default.
80 * configure: Regenerated.
81
82 2015-11-19 Martin Liska <mliska@suse.cz>
83
84 * .gitignore: Add .clang-format to ignored files.
85 * Makefile.tpl: Add clang-format.
86 * Makefile.in: Regenerate.
87
88 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
89
90 PR libffi/65726
91 * Makefile.def (lang_env_dependencies): Make libffi depend
92 on cxx.
93 * Makefile.in: Regenerate.
94
95 2015-12-02 Ian Lance Taylor <iant@google.com>
96
97 PR go/66147
98 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
99 * Makefile.in: Regenerate.
100
101 2015-12-17 Nathan Sidwell <nathan@acm.org>
102
103 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
104 * configure: Regenerate.
105
106 2015-12-17 Sebastian Pop <s.pop@samsung.com>
107
108 * Makefile.in: Replace ISL with isl.
109 * Makefile.tpl: Same.
110 * config/isl.m4: Same.
111 * configure.ac: Same.
112 * contrib/download_prerequisites: Same.
113 * configure: Regenerate.
114
115 2016-01-01 Ben Elliston <bje@gnu.org>
116
117 * config.guess: Import version 2016-01-01.
118 * config.sub: Likewise.
119
120 2015-11-20 Tristan Gingold <gingold@adacore.com>
121
122 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
123 * configure: Regenerate.
124
125 2015-10-21 Nick Clifton <nickc@redhat.com>
126
127 PR gas/19109
128 * configure.ac: Note the 'none' is an acceptable argument to
129 --enable-compressed-debug-sections.
130 * configure: Regenerate.
131
132 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
133
134 PR gas/19109
135 * configure.ac: Add
136 --enable-compressed-debug-sections={all,gas,gold,ld}.
137 * configure: Regenerated.
138
139 2015-09-30 Nick Clifton <nickc@redhat.com>
140
141 Import the following patches from the GCC mainline:
142
143 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
144
145 PR libfortran/54572
146 * Makefile.def: Make libgfortran depend on libbacktrace.
147 * Makefile.in: Regenerate.
148
149 2015-08-12 Tom de Vries <tom@codesourcery.com>
150
151 PR other/67092
152 PR other/67098
153 * configure.ac: Remove --with_host_libstdcxx support.
154 * configure: Regenerate.
155
156 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
157 Jakub Jelinek <jakub@redhat.com>
158
159 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
160 nvptx*-*-*.
161 * configure: Regenerate.
162
163 2015-08-07 H.J. Lu <hongjiu.lu@intel.com>
164
165 Sync with GCC
166 2015-07-28 Ben Elliston <bje@gnu.org>
167
168 * config.sub, config.guess: Import from upstream.
169
170 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
171
172 * Makefile.def (libiconv): Define bootstrap=true.
173 Mark pdf/html/info as missing.
174 (configure-gcc): Depend on all-libiconv.
175 (all-gcc): Ditto.
176 (configure-libcpp): Ditto.
177 (all-libcpp): Ditto.
178 (configure-intl): Ditto.
179 (all-intl): Ditto.
180 * Makefile.in: Regenerate.
181
182 2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
183
184 Sync with GCC
185 2015-07-24 Michael Darling <darlingm@gmail.com>
186
187 PR other/66259
188 * config-ml.in: Reflects renaming of configure.in to configure.ac
189 * configure: Likewise
190 * configure.ac: Likewise
191
192 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
193
194 * Makefile.in: Regenerated.
195
196 Sync with GCC
197 2015-05-21 Jason Merrill <jason@redhat.com>
198
199 * Makefile.tpl: Update comments.
200
201 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
202
203 * Makefile.tpl: Remove surplus whitespace throughout.
204
205 2015-03-25 Martin Liska <mliska@suse.cz>
206 Yury Gribov <y.gribov@samsung.com>
207
208 * Makefile.tpl: Fix ln source location for vimrc file.
209
210 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
211
212 Sync with GCC
213 2015-05-16 James Bowman <james.bowman@ftdichip.com>
214
215 * configure.ac: FT32 target added.
216 * configure: Regenerate.
217
218 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
219
220 Sync with GCC
221 2015-06-02 Jason Merrill <jason@redhat.com>
222
223 PR bootstrap/66319
224 * configure.ac: Use -std=gnu++98.
225
226 2015-05-28 Mike Frysinger <vapier@gentoo.org>
227
228 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
229 * configure: Regenerate.
230
231 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
232
233 * configure.ac: Fix typo.
234 * configure: Regenerate.
235
236 2015-05-03 Matthias Klose <doko@ubuntu.com>
237
238 * configure.ac: Match $host configured with triplets.
239 * configure: Regenerate.
240
241 2015-04-17 Jakub Jelinek <jakub@redhat.com>
242
243 PR bootstrap/62077
244 * configure.ac (--enable-stage1-checking): Default to
245 release,misc,gimple,rtlflag,tree,types if --disable-checking
246 or --enable-checking is not specified and DEV-PHASE is not
247 experimental.
248 * configure: Regenerated.
249
250 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
251
252 Install back PR target/47230 fix (Revert the revert).
253
254 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
255
256 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
257 target.
258 * configure: Regenerate.
259
260 2015-05-13 John David Anglin <dave.anglin@bell.net>
261
262 * configure.ac: Disable configuration of GDB for HPUX targets.
263 * configure: Regenerate.
264
265 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
266
267 PR ld/18355
268 * Makefile.def: Add extra_configure_flags to host zlib.
269 * configure.ac (extra_host_zlib_configure_flags): New. Set
270 to --enable-host-shared When bfd is to be built as shared
271 library. AC_SUBST.
272 * Makefile.in: Regenerated.
273
274 2015-04-15 Mike Frysinger <vapier@gentoo.org>
275 Hans-Peter Nilsson <hp@axis.com>
276
277 Adjust src-release.sh for sim using the gdb create-version.sh.
278 * src-release.sh (tar_compress): If there's a fifth parameter,
279 use that in the getver call instead of $tool.
280 (sim_release): Pass gdb as fifth parameter to tar_compress.
281 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
282
283 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
284
285 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
286 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
287 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
288 * Makefile.in: Regenerate.
289
290 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
291
292 * configure.ac: Add --with-system-zlib.
293 * configure: Regenerated.
294
295 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
296
297 * src-release.sh: Don't configure with --with-target-subdir=.
298 --disable-multilib.
299
300 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
301
302 * src-release.sh (DEVO_SUPPORT): Replace src-release with
303 src-release.sh.
304
305 2015-03-30 Ed Schouten <ed@nuxi.nl>
306
307 * config.sub: Update from upstream, to 2015-03-04 version.
308 * config.guess: Likewise.
309
310 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
311
312 * Makefile.def (dependencies): Add all-zlib to all-bfd.
313 * Makefile.in: Regenerated.
314
315 2015-03-28 H.J. Lu <hongjiu.lu@intel.com>
316
317 * src-release.sh (do_proto_toplev): Configure with --target
318 --with-target-subdir and --disable-multilib.
319 (BINUTILS_SUPPORT_DIRS): Add zlib.
320 (GAS_SUPPORT_DIRS): Likewise.
321 (GDB_SUPPORT_DIRS): Likewise.
322 (SIM_SUPPORT_DIRS): Likewise.
323
324 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
325
326 * configure.ac (target_configdirs): Exclude target-zlib if
327 target-libjava isn't built.
328 * configure: Regenerated.
329
330 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
331
332 Sync with GCC
333 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
334
335 * config-ml.in: Robustify ac_configure_args parsing.
336
337 2015-03-16 H.J. Lu <hongjiu.lu@intel.com>
338
339 * Makefile.def: Updated from GCC trunk.
340 * Makefile.tpl: Likewise.
341 * configure.ac: Likewise.
342 * Makefile.in: Regenerated.
343 * configure: Likewise.
344
345 2015-01-28 James Bowman <james.bowman@ftdichip.com>
346
347 * configure.ac: Add FT32 support.
348 * configure: Regenerate.
349
350 2015-01-12 Anthony Green <green@moxielogic.com>
351
352 * configure.ac: Don't disable gprof for moxie.
353 * configure: Rebuild.
354
355 2015-01-03 Andrew Pinski <apinski@cavium.com>
356
357 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
358 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
359 (BASE_TARGET_EXPORTS): Add OBJCOPY.
360 (OBJCOPY_FOR_TARGET): New variable.
361 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
362 * Makefile.in: Regenerate.
363 * configure.ac: Check for already installed target objcopy.
364 Also GCC_TARGET_TOOL on objcopy.
365 * configure: Regenerate.
366
367 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
368
369 * config.sub: Update from upstream, to 2015-01-01 version.
370 * config.guess: Ditto.
371
372 2014-12-06 Eric Botcazou <ebotcazou@adacore.com>
373
374 * config.sub: Update from upstream config repo.
375
376 2014-11-24 H.J. Lu <hongjiu.lu@intel.com>
377
378 * libtool.m4: Updated from GCC trunk.
379
380 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
381
382 * config.guess: Update from upstream config repo.
383 * config.sub: Ditto.
384
385 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
386
387 * move-if-change: Update from upstream gnulib.
388
389 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
390
391 * compile: Sync with upstream Automake.
392 * depcomp: Ditto.
393 * install-sh: Ditto.
394 * missing: Ditto.
395 * mkinstalldirs: Ditto.
396 * ylwrap: Ditto.
397
398 2014-10-15 Tristan Gingold <gingold@adacore.com>
399
400 * src-release.sh (do_proto_toplev): Configure with --target.
401
402 2014-10-03 Jing Yu <jingyu@google.com>
403
404 * configure.ac: Add aarch64 to list of targets that support gold.
405 * configure: Regenerate.
406
407 2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
408
409 * configure.ac: Add mips*-img-elf* target triple.
410 * configure: Regenerate.
411
412 2014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
413 * configure: Disable gdb for nds32*-*-* until supported.
414 * configure.ac: Disable gdb for nds32*-*-* until supported.
415
416 2014-09-05 Joel Brobecker <brobecker@adacore.com>
417
418 * configure: Regenerate.
419
420 2014-08-27 Will Newton <will.newton@linaro.org>
421
422 * src-release.sh: New file.
423 * src-release: Remove file.
424
425 2014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
426
427 GDB not supported for or1k*-*-rtems*
428 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
429 of the stanzas results in this not being caught by or1k*-*-* later.
430 * configure. Regenerated.
431
432 2014-07-25 Samuel Bronson <naesten@gmail.com>
433
434 * .gitattributes: New file for use with git-merge-changelog.
435
436 2014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
437
438 Disable gdb for or1k*-*-* until supported
439 * configure.ac (or1k*-*-*): Disable gdb.
440 * configure: Regenerated.
441
442 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
443
444 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
445 * configure: Regenerated.
446
447 2014-03-26 Jakub Jelinek <jakub@redhat.com>
448
449 PR sanitizer/56781
450 * Makefile.def: Set bootstrap=true; for host fixincludes.
451 * configure.ac: Don't bootstrap host fixincludes unless
452 --with-build-config=bootstrap-{a,ub}san.
453 * Makefile.in: Regenerated.
454 * configure: Regenerated.
455
456 2014-03-21 Jakub Jelinek <jakub@redhat.com>
457
458 * configure.ac: Move BUILD_CONFIG set up earlier. Add
459 --enable-vtable-verify option parsing. Don't add
460 target-libsanitizer to bootstrap_target_libs unless
461 --with-build-config=bootstrap-asan or
462 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
463 to bootstrap_target_libs unless --enable-vtable-verify.
464 * configure: Regenerated.
465
466 2014-03-07 Jakub Jelinek <jakub@redhat.com>
467
468 PR bootstrap/58572
469 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
470 -I for libstdc++-v3 includes if $(LEAN).
471 * Makefile.in: Regenerated.
472
473 2014-02-24 Walter Lee <walt@tilera.com>
474
475 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
476 (tilegx-*-*): Change to tilegx*-*-*.
477 * configure: Regenerate.
478
479 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
480
481 * config.sub, config.guess: Import from upstream.
482
483 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
484
485 PR bootstrap/60620
486 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
487 * Makefile.in: Regenerate.
488
489 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
490
491 * Makefile.def (dependencies): Make all-ld depend on all-binutils
492 for WINDRES_FOR_TARGET in default-manifest.o rule.
493 * Makefile.in: Regenerate.
494
495 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
496
497 PR target/59788
498 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
499 *solaris2*.
500
501 2013-12-19 Keven Boell <keven.boell@intel.com>
502
503 * cp-namespace.c (cp_lookup_nested_symbol): Enable
504 nested lookups for fortran modules.
505 * dwarf2read.c (read_module): Add fortran module to
506 the symbol table.
507 (add_partial_symbol, add_partial_module): Add fortran
508 module to the partial symbol table.
509 (new_symbol_full): Create full symbol for fortran module.
510 * f-exp.y (yylex): Add new module domain to be parsed.
511 * symtab.h: New domain for fortran modules.
512
513 2013-12-19 Keven Boell <keven.boell@intel.com>
514
515 * f-exp.y (yylex): Add domain array to enable lookup
516 in multiple domains. Loop over lookup domains and try
517 to find requested symbol. Add STRUCT_DOMAIN to lookup
518 domains to be able to query for user defined types.
519
520 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
521
522 * configure.ac: Add user-friendly check for native x86_64-linux
523 multilibs.
524 * configure: Regenerate.
525
526 2013-11-23 Alan Modra <amodra@gmail.com>
527
528 * config.sub, config.guess: Import from upstream.
529
530 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
531
532 * Makefile.in: Regenerate.
533
534 * Makefile.tpl: Fix typo.
535 * Makefile.in: Regenerate partially.
536
537 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
538
539 * configure.ac: Added libcilkrts to noconfig list when C++ is not
540 supported.
541 * configure: Regenerated.
542
543 2013-10-30 Jason Merrill <jason@redhat.com>
544
545 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
546 --disable-build-format-warnings.
547
548 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
549
550 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
551 depend on libstdc++ and libgcc.
552 * configure: Regenerate.
553 * configure.ac: Added libcilkrts to target binaries. Also, restrict
554 libcilkrts for POSIX and i*86, and x86_64 architectures.
555 * Makefile.in: Added libcilkrts related fields to support building it.
556
557 2013-10-26 Jeff Law <law@redhat.com>
558
559 * Makefile.def (target_modules): Remove libmudflap
560 (languages): Remove check-target-libmudflap).
561 * Makefile.in: Rebuilt.
562 * Makefile.tpl (check-target-libmudflap-c++): Remove.
563 * configure.ac (target_libraries): Remove target-libmudflap.
564 Remove checks which disabled libmudflap on some systems.
565 * configure: Rebuilt.
566 * libmudflap: Directory removed.
567
568 2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
569
570 * configure.ac: Update from GCC.
571 * configure: Regenerate.
572
573 2013-10-15 Hans-Peter Nilsson <hp@axis.com>
574
575 * src-release (do-proto-toplevel): Support subdir-path-prefixed
576 files in SUPPORT_FILES.
577 (SIM_SUPPORT_DIRS): New variable.
578 (sim.tar.bz2): New rule.
579
580 2013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
581
582 * configure.ac: Update from GCC.
583 * configure: Regenerate.
584
585 2013-10-01 Jeff Johnston <jjohnstn@redhat.com>
586
587 * COPYING.NEWLIB: Update with new copyright.
588
589 2013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
590
591 * configure.ac: Update from GCC.
592 * configure: Regenerate.
593
594 2013-09-20 Alan Modra <amodra@gmail.com>
595
596 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
597 ppc host match. Support little-endian powerpc linux hosts.
598
599 2013-08-16 Joel Brobecker <brobecker@adacore.com>
600
601 * src-release (VER): When using $(TOOL)/common/create-version.sh,
602 strip the "-cvs" suffix from the version number if present.
603
604 2013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
605
606 * configure.ac: Sync with GCC repo.
607 * Makefile.def: Ditto.
608 * configure: Regenerate.
609 * Makefile.in: Ditto.
610
611 2013-07-22 Joel Brobecker <brobecker@adacore.com>
612
613 * src-release (VER): Use $(TOOL)/common/create-version.sh
614 if it exists.
615
616 2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
617
618 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
619 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
620 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
621 * configure: Regenerate.
622
623 2013-06-01 George Thomas <george.thomas@atmel.com>
624
625 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
626 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
627
628 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
629
630 * COPYING.NEWLIB: Add Altera Corporation copyright.
631
632 2013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
633
634 * config.guess: Update from config repo.
635 * config.sub: Ditto.
636
637 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
638
639 * Makefile.def: Sync with GCC.
640 * Makefile.in: Regenerate.
641
642 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
643
644 * configure.ac: Sync with GCC.
645 * configure: Regenerate.
646
647 2013-03-22 Mike Frysinger <vapier@gentoo.org>
648
649 * src-release (VER): Change bfd/configure.in sed to use the new
650 `bfd/configure --version` output.
651
652 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
653
654 * configure.ac: Sync with GCC repo.
655 * configure: Ditto.
656
657 2013-02-05 Ian Lance Taylor <iant@google.com>
658
659 PR go/55969
660 * configure.ac: Disable libgo on some systems where it does not
661 work.
662 * configure: Rebuild.
663
664 2013-02-05 Alan Modra <amodra@gmail.com>
665
666 * configure: Regenerate after syncing config/.
667
668 2013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
669
670 * configure.ac: Sync with GCC repo.
671 * configure: Ditto.
672 * Makefile.def: Ditto.
673 * Makefile.in: Ditto.
674
675 2013-01-11 Joel Brobecker <brobecker@adacore.com>
676
677 Sync with GCC, merge:
678
679 2013-01-09 Jason Merrill <jason@redhat.com>
680
681 * .gitignore: Import from gdb repository.
682
683 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
684
685 * config.sub: Update from config repo.
686
687 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
688
689 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
690 * Makefile.in: Regenerate.
691
692 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
693
694 * Makefile.def (configure-gcc): Depend on all-gmp.
695 (all-gcc): Remove dependency on all-gmp.
696 * Makefile.in: Regenerated.
697
698 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
699
700 * config.guess: Update from config repo.
701 * config.sub: Ditto.
702
703 2013-01-07 Jeff Johnston <jjohnstn@redhat.com>
704
705 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
706 exists and replace the new bfin license in its location.
707
708 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
709
710 PR gas/14899
711 * Makefile.def (dependencies): Make all-binutils, all-gprof,
712 all-ld and all-gold depend on all-gas.
713 * Makefile.in: Regenerated.
714
715 2012-12-29 Ben Elliston <bje@gnu.org>
716
717 * config.guess: Update to 2012-12-29 version.
718 * config.sub: Likewise.
719
720 2012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
721
722 * Makefile.def (install-target-libgo): Depend on
723 install-target-libatomic. Merged from GCC repo.
724 * Makefile.in: Regenerate.
725
726 2012-12-17 Jeff Johnston <jjohnstn@redhat.com>
727
728 * COPYING.LIBGLOSS: Add license for bfin libgloss.
729
730 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
731
732 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
733 * configure: Regenerate.
734
735 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
736
737 * Makefile.def (target_modules): Add bootstrap=true and
738 raw_cxx=true to libsanitizer.
739 * configure.ac (bootstrap_target_libs): Add libsanitizer.
740 * Makefile.in: Regenerated.
741 * configure: Likewise.
742
743 2012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
744
745 * config.sub: Merge from config repo.
746
747 2012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
748
749 * configure.ac: Merge from GCC.
750 * Makefile.tpl: Ditto.
751 * Makefile.in: Ditto.
752 * configure: Ditto.
753
754 2012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
755
756 * configure.ac (noconfigdirs): Merge from GCC.
757 * configure: Regenerate.
758
759 2012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
760
761 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
762
763 2012-11-14 Roland McGrath <mcgrathr@google.com>
764
765 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
766 * configure: Regenerate.
767
768 2012-11-13 Richard Henderson <rth@redhat.com>
769
770 * configure.ac: Move libsanitizer logic to subdirectory.
771 * configure: Regenerate.
772
773 2012-11-13 Dodji Seketeli <dodji@redhat.com>
774
775 * configure.ac: Enable libsanitizer just on x86 linux for now.
776 * configure: Re-generate.
777
778 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
779
780 * configure.ac: Merge libquadmath sections.
781 * configure: Regenerate.
782
783 2012-11-12 Wei Mi <wmi@google.com>
784
785 * configure.ac: Add libsanitizer to target_libraries.
786 * Makefile.def: Ditto.
787 * configure: Regenerate.
788 * Makefile.in: Regenerate.
789
790 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
791
792 * configure: Regenerated.
793
794 2012-11-03 Robert Mason <rbmj@verizon.net>
795
796 * configure.ac: add --disable-libstdcxx configure option
797 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
798
799 2012-10-24 Corinna Vinschen <corinna@vinschen.de>
800
801 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
802 against Mingw64 w32api.
803 * configure: Regenerate.
804
805 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
806
807 PR bootstrap/54820
808 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
809 * configure: Regenerate.
810
811 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
812
813 PR bootstrap/54820
814 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
815 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
816 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
817 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
818 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
819 * Makefile.in: Regenerate.
820 * configure.ac (have_static_libs): New variable and associated check.
821 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
822 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
823 * configure: Regenerate.
824
825 2012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
826
827 * config.guess, config.sub: Include updated version from
828 config-patches. Adds microblaze little endian support.
829
830 2012-09-28 Ian Lance Taylor <iant@google.com>
831
832 * Makefile.def: Make all-target-libgo depend on
833 all-target-libbacktrace.
834 * Makefile.in: Rebuild.
835
836 2012-09-26 Ian Lance Taylor <iant@google.com>
837
838 * Makefile.def: Make all-gcc depend on all-libbacktrace.
839 * Makefile.in: Rebuild.
840
841 2012-09-06 Diego Novillo <dnovillo@google.com>
842
843 * configure.ac: Bump minimum GMP version to 4.2.3.
844 * configure: Re-generate.
845
846 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
847
848 PR target/54461
849 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
850 target-libgloss if not configured --with-avrlibc=no.
851 * configure: Regenerate.
852
853 2012-09-04 Jason Merrill <jason@redhat.com>
854
855 * configure.ac: Fix --enable-languages=all.
856
857 2012-09-03 Richard Guenther <rguenther@suse.de>
858
859 PR bootstrap/54138
860 * configure.ac: Re-organize ISL / CLOOG checks to allow
861 disabling with either --without-isl or --without-cloog.
862 * configure: Regenerated.
863
864 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
865
866 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
867 * configure: Regenerate.
868
869 2012-09-21 Steve Ellcey <sellcey@mips.com>
870
871 * configure.ac: Add mips*-mti-elf* target.
872 * configure: Regenerate.
873
874 2012-09-19 Ian Lance Taylor <iant@google.com>
875
876 * configure.ac (host_libs): Add libbacktrace.
877 (target_libraries): Add libbacktrace.
878 * Makefile.def (host_modules): Add libbacktrace.
879 (target_modules): Likewise.
880 * configure, Makefile.in: Rebuild.
881
882 2012-09-15 Jiong Wang <jiwang@tilera.com>
883
884 * configure.ac (ENABLE_GOLD): support tilegx*
885 * configure: rebuild
886
887 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
888
889 PR target/38607
890 Merge upstream change.
891 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
892
893 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
894 Add libgomp*.o to compare_exclusions for AIX.
895 * configure: Regenerate.
896
897 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
898
899 PR binutils/4970
900 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
901 and opcodes.
902 * Makefile.in: Regenerated.
903
904 2012-08-14 Diego Novillo <dnovillo@google.com>
905
906 Merge from cxx-conversion branch.
907
908 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
909 POSTSTAGE1_CONFIGURE_FLAGS.
910 * Makefile.in: Regenerate.
911 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
912 Force C++ when bootstrapping.
913 * configure: Regenerate.
914
915 2012-07-06 Richard Guenther <rguenther@suse.de>
916
917 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
918 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
919 --with-gmp=system.
920 * Makefile.in: Regenerated.
921 * configure: Likewise.
922
923 2012-07-06 Richard Guenther <rguenther@suse.de>
924
925 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
926 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
927 supply V=1 as extra_make_flags.
928 * configure: Regenerated.
929 * Makefile.in: Likewise.
930
931 2012-07-03 Richard Guenther <rguenther@suse.de>
932
933 * Makfile.def (isl): Remove not necessary extra_exports and
934 extra_make_flags.
935 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
936 * Makefile.in: Regenerated.
937
938 2012-07-03 Richard Guenther <rguenther@suse.de>
939
940 * Makefile.def (cloog): Add V=1 to extra_make_flags.
941 * configure.ac: If either the ISL or the CLooG check failed
942 do not try to build in-tree versions.
943 * Makefile.in: Regenerated.
944 * configure: Regenerated.
945
946 2012-07-02 Richard Guenther <rguenther@suse.de>
947 Michael Matz <matz@suse.de>
948 Tobias Grosser <tobias@grosser.es>
949 Sebastian Pop <sebpop@gmail.com>
950
951 * Makefile.def: Add ISL host module, remove PPL host module.
952 Adjust ClooG host module to use the proper ISL.
953 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
954 * configure.ac: Include config/isl.m4. Add ISL host library,
955 remove PPL. Remove PPL configury, add ISL configury, adjust
956 ClooG configury.
957 * Makefile.in: Regenerated.
958 * configure: Likewise.
959
960 2012-07-02 Richard Guenther <rguenther@suse.de>
961
962 Merge from graphite branch
963 2011-07-21 Tobias Grosser <tobias@grosser.es>
964
965 * configure: Regenerated.
966 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
967 both cloog.org and legacy versions. The only supported version will
968 be CLooG with the isl backend.
969
970 2011-07-21 Tobias Grosser <tobias@grosser.es>
971
972 * configure: Regenerated.
973 * configure.ac: Require cloog isl 0.17.0
974
975 2011-07-21 Tobias Grosser <tobias@grosser.es>
976
977 * configure: Regenerated.
978 * config/cloog.m4: Do not define CLOOG_ORG
979
980 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
981
982 * configure.ac: Skip C if explicitly selected.
983 * configure: Regenerate.
984
985 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
986
987 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
988 they contain -O2.
989 * configure: Regenerate.
990
991 2012-06-20 Jason Merrill <jason@redhat.com>
992
993 * Makefile.tpl (check-target-libgomp-c++): New.
994 (check-target-libitm-c++): New.
995 * Makefile.def (c++): Add them.
996 * Makefile.in: Regenerate.
997
998 2012-05-16 Olivier Hainque <hainque@adacore.com>
999
1000 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1001 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1002 (install-no-fixedincludes): Adjust accordingly.
1003 * Makefile.in: Regenerate.
1004
1005 2012-05-09 Nick Clifton <nickc@redhat.com>
1006 Paul Smith <psmith@gnu.org>
1007
1008 PR bootstrap/50461
1009 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1010 allow for the fact that from release v3.1.0 of MPFR the source
1011 files were moved into a src sub-directory.
1012 * configure: Regenerate.
1013
1014 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1015
1016 * configure.ac: Bump minimum MPFR version to 2.4.0.
1017 * configure: Regenerated.
1018
1019 2012-05-01 Richard Henderson <rth@redhat.com>
1020
1021 * Makefile.def (libatomic): New target_module.
1022 * configure.ac (target_libraries): Add libatomic.
1023 (noconfigdirs): Check if libatomic is supported.
1024 * Makefile.in, configure: Rebuild.
1025
1026 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1027
1028 Merge upstream change
1029 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1030
1031 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
1032
1033 * libtool.m4: Additional FreeBSD 10 fixes.
1034
1035 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1036
1037 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1038 they contain -O2.
1039 * configure: Regenerate.
1040
1041 2012-05-14 Catherine Moore <clm@codesourcery.com>
1042
1043 * NEWS: Mention PowerPC VLE port.
1044
1045 2012-05-11 Mike Frysinger <vapier@gentoo.org>
1046
1047 * MAINTAINERS (config/): Move to intl/ section.
1048 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1049
1050 2012-05-09 Nick Clifton <nickc@redhat.com>
1051 Paul Smith <psmith@gnu.org>
1052
1053 PR bootstrap/50461
1054 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1055 allow for the fact that from release v3.1.0 of MPFR the source
1056 files were moved into a src sub-directory.
1057 * configure: Regenerate.
1058
1059 2012-05-02 Roland McGrath <mcgrathr@google.com>
1060
1061 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1062 * configure: Regenerate.
1063
1064 2012-04-25 Joel Brobecker <brobecker@adacore.com>
1065
1066 * config.sub: Update to 2012-04-18 version from official repo.
1067
1068 2012-03-19 Tristan Gingold <gingold@adacore.com>
1069
1070 * configure.ac (ia64*-*-*vms*): Add support for ld.
1071 * configure: Regenerate.
1072
1073 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1074
1075 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1076 (unsupported_languages): Remove mips-sgi-irix6.*.
1077 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1078 (with_stabs): Remove.
1079 * configure: Regenerate.
1080
1081 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1082
1083 * configure.ac (enable_libgomp): Remove *-*-osf*.
1084 (with_stabs): Remove alpha*-*-osf*.
1085 * configure: Regenerate.
1086
1087 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1088
1089 * COPYING.NEWLIB: Modify DJ Delorie license to include
1090 modification rights in clause as permitted by DJ Delorie.
1091 * COPYING.LIBGLOSS: Ditto.
1092
1093 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1094
1095 * COPYING.NEWLIB: Remove two unused licenses.
1096
1097 2012-03-05 Tristan Gingold <gingold@adacore.com>
1098
1099 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1100 * configure: Regenerate.
1101
1102 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1103
1104 * COPYING.NEWLIB: Add Adapteva notice.
1105 * COPYING.LIBGLOSS: Add Adapteva notice.
1106
1107 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1108
1109 * configure: Regenerate.
1110
1111 2011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1112
1113 * COPYING.LIBGLOSS: Add GPL with exception license.
1114
1115 2011-11-09 Roland McGrath <mcgrathr@google.com>
1116
1117 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1118 * configure: Rebuild.
1119 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1120 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1121 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1122 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1123 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1124 Add READELF.
1125 * Makefile.in: Rebuild.
1126
1127 2011-11-08 Richard Henderson <rth@redhat.com>
1128
1129 * configure.ac: Test for libitm directory present first.
1130
1131 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1132
1133 * configure.ac: Test libitm/configure.tgt to disable libitm.
1134 * configure: Rebuild.
1135
1136 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1137
1138 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1139 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1140 * Makefile.in: Regenerate.
1141
1142 2011-11-01 DJ Delorie <dj@redhat.com>
1143
1144 * configure.ac (rl78-*-*) New case.
1145 * configure: Regenerate.
1146
1147 2011-11-01 DJ Delorie <dj@redhat.com>
1148
1149 * config.sub: Update to version 2011-10-29 (added rl78)
1150
1151 2011-10-27 Nick Clifton <nickc@redhat.com>
1152
1153 * config.sub: Import these changes from the config project:
1154
1155 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
1156 Ben Elliston <bje@gnu.org>
1157
1158 * config.sub (epiphany): New.
1159
1160 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1161 Ben Elliston <bje@gnu.org>
1162
1163 * config.sub (hexagon, hexagon-*): New.
1164
1165 2011-08-23 Roland McGrath <mcgrathr@google.com>
1166
1167 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1168 64eb to be64.
1169
1170 2011-08-16 Roland McGrath <mcgrathr@google.com>
1171
1172 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1173 (nacl): Grok as alias for 32el-unknown-nacl.
1174
1175 2011-08-19 Joel Brobecker <brobecker@adacore.com>
1176
1177 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
1178
1179 2011-08-14 Yao Qi <yao@codesourcery.com>
1180
1181 Merge from gcc:
1182
1183 2011-08-14 Yao Qi <yao@codesourcery.com>
1184 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1185 * configure: Regenerate.
1186
1187 2011-07-26 Ian Lance Taylor <iant@google.com>
1188
1189 Merge from gcc:
1190
1191 2011-07-26 Ian Lance Taylor <iant@google.com>
1192 * configure.ac: Set have_compiler based on whether gcc directory
1193 exists, rather than on whether gcc is in configdirs.
1194 * configure: Rebuild.
1195
1196 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1197 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1198 link directories.
1199 * Makefile.in: Rebuild.
1200
1201 2011-07-20 Ian Lance Taylor <iant@google.com>
1202 PR bootstrap/49787
1203 * configure.ac: Move --enable-bootstrap handling earlier in file.
1204 If --enable-bootstrap and either --enable-build-with-cxx or
1205 --enable-build-poststage1-with-cxx, enable C++ automatically.
1206 * configure: Rebuild.
1207
1208 2011-07-19 Ian Lance Taylor <iant@google.com>
1209 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1210 make C++ a boot_language. Set and substitute
1211 POSTSTAGE1_CONFIGURE_FLAGS.
1212 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1213 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1214 * configure, Makefile.in: Rebuild.
1215
1216 2011-07-16 Jason Merrill <jason@redhat.com>
1217 * Makefile.def (language=c++): Add check-c++0x and
1218 check-target-libmudflap-c++.
1219 * Makefile.tpl (check-target-libmudflap-c++): New.
1220 * Makefile.in: Regenerate.
1221
1222 2011-07-16 Matthias Klose <doko@ubuntu.com>
1223 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1224 * Makefile.def (target_modules/libjava): Pass
1225 $(EXTRA_CONFIGARGS_LIBJAVA).
1226 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1227 if not configured with --enable-static-libjava.
1228 * Makefile.in: Regenerate.
1229 * configure: Likewise.
1230
1231 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
1232 PR regression/47836
1233 PR bootstrap/23656
1234 PR other/47733
1235 PR bootstrap/49247
1236 PR c/48825
1237 * configure.ac (target_libraries): Remove target-libiberty.
1238 Remove case-statement setting skipdirs=target-libiberty for
1239 multiple targets. Remove checking target_configdirs and
1240 removing target-libiberty but keeping target-libgcc if
1241 otherwise empty.
1242 * Makefile.def (target_modules): Don't add libiberty.
1243 (dependencies): Remove all traces of target-libiberty.
1244 * configure, Makefile.in: Regenerate.
1245
1246 2011-07-22 Jason Merrill <jason@redhat.com>
1247
1248 * Makefile.def (language=c++): Add check-c++0x and
1249 check-target-libmudflap-c++.
1250 * Makefile.tpl (check-target-libmudflap-c++): New.
1251 * Makefile.in: Regenerate.
1252
1253 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1254
1255 * configure: Regenerate.
1256
1257 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1258
1259 PR target/39150
1260 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1261 x86_64-*-solaris2.1[0-9]*.
1262 * configure: Regenerate.
1263
1264 2011-06-13 Walter Lee <walt@tilera.com>
1265
1266 * configure.ac (tilepro-*-*) New case.
1267 (tilegx-*-*): Likewise.
1268 * configure: Regenerate.
1269
1270 2011-06-06 Nick Clifton <nickc@redhat.com>
1271
1272 * config.sub: Sync from upstream.
1273
1274 2011-05-08 Doug Kwan <dougkwan@google.com>
1275
1276 Merge from gcc:
1277
1278 2011-05-08 Doug Kwan <dougkwan@google.com>
1279
1280 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1281 * configure: Regenerated.
1282 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1283 value from configure.
1284 * Makefile.in: Regenerated.
1285
1286 2011-05-05 Joseph Myers <joseph@codesourcery.com>
1287
1288 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1289 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1290 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1291 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1292 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1293 *-*-vxworks*): Disable newlib and libgloss in separate case
1294 statement.
1295 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1296 to separate case statement.
1297 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1298 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1299 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1300 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1301 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1302 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1303 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1304 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1305 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1306 i[[3456789]]86-*-rdos*, m32r-*-*,
1307 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1308 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1309 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1310 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1311 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1312 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1313 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1314 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1315 and libgloss in main case over targets. Remove most empty cases
1316 in main case over targets.
1317 * configure: Regenerate.
1318
1319 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1320
1321 * configure.ac: Remove code setting special library locations for
1322 hppa*64*-*-hpux11*. Remove code setting compiler for
1323 sparc-sun-solaris2*.
1324 * configure: Regenerate.
1325
1326 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1327
1328 * configure.ac: Separate libgloss_dir settings from general case
1329 over targets.
1330 * configure: Regenerate.
1331
1332 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1333
1334 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1335 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1336 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1337 cases in libgcj-disabling case statement.
1338 (hppa*64*-*-linux*): Set unsupported_languages instead of
1339 disabling target-zlib.
1340 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1341 to hppa*64*-*-hpux*.
1342 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1343 hppa*-*-hpux*.
1344 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1345 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1346 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1347 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1348 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1349 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1350 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1351 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1352 libgcj-disabling case statement.
1353 * configure: Regenerate.
1354
1355 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1356
1357 * configure.ac: Disable Java for targets not supporting libffi.
1358 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1359 Remove cases in Java-disabling statement.
1360 (*arm-wince-pe): Change to arm-wince-pe.
1361 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1362 cases in Java-disabling statement.
1363 (bfin-*-*): Don't disable Java again.
1364 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1365 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1366 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1367 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1368 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1369 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1370 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1371 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1372 Java-disabling statement.
1373 (mmix-*-*): Don't disable Java again.
1374 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1375 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1376 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1377 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1378 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1379 statement.
1380 * configure: Regenerate.
1381
1382 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1383
1384 Merge from GCC:
1385
1386 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1387
1388 PR lto/48086
1389 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1390 * configure: Regenerate.
1391
1392 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1393
1394 * configure.ac: Separate cases disabling Java and Java libraries
1395 from general case over targets.
1396 * configure: Regenerate.
1397
1398 2011-04-06 Joseph Myers <joseph@codesourcery.com>
1399
1400 * configure.ac (build_tools): Remove build-byacc.
1401 (host_libs): Remove mmalloc.
1402 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1403 autoconf automake libtool diff rcs fileutils shellutils time
1404 textutils wdiff find uudecode hello tar gzip indent recode release
1405 sed perl gawk findutils gettext zip.
1406 (libgcj): Remove target-qthreads.
1407 (target_tools): Remove target-examples target-gperf.
1408 (YACC): Don't handle building byacc.
1409 * configure: Regenerate.
1410 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1411 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1412 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1413 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1414 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1415 handle building components.
1416 * Makefile.in: Regenerate.
1417
1418 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1419
1420 * config.sub: Sync from upstream.
1421
1422 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1423
1424 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1425 (microblaze*): Don't disable libssp.
1426 * configure: Regenerate.
1427
1428 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1429
1430 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1431 moveifchange.
1432 * configure: Regenerate.
1433 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1434 * Makefile.in: Regenerate.
1435
1436 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1437
1438 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1439 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1440 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1441 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1442 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1443 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1444 md_exec_prefix cases.
1445 * configure: Regenerate.
1446
1447 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1448
1449 * configure.ac: Separate cases disabling target-libssp,
1450 target-libiberty, target-libstdc++-v3 and Fortran from general
1451 case over targets.
1452 * configure: Regenerate.
1453
1454 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1455
1456 * configure.ac (*-*-chorusos): Don't disable libgcj.
1457 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1458 Remove case.
1459 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1460 (arm-*-coff): Don't disable libgcj.
1461 (arm*-*-linux-gnueabi): Remove useless assignment.
1462 (arm-*-riscix*): Don't disable libgcj.
1463 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1464 configuration.
1465 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1466 (c54x*-*-*): Remove case.
1467 (tic54x-*-*): Don't disable GCC or GCC libraries.
1468 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1469 to *.
1470 (d10v-*-*): Don't disable GCC libraries.
1471 (d30v-*-*): Don't disable libgcj.
1472 (h8500-*-*): Don't disable GCC libraries.
1473 (i960-*-*): Don't disable libgcj.
1474 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1475 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1476 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1477 libgcj.
1478 (m68k-*-coff*): Remove case.
1479 (mmix-*-*): Don't disable libgloss on host.
1480 (mn10200-*-*, mn10300-*-*): Remove cases.
1481 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1482 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1483 Don't disable libgcj.
1484 (romp-*-*): Remove case.
1485 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1486 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1487 case.
1488 (v810-*-*): Don't disable GCC libraries.
1489 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1490 (ip2k-*-*): Don't disable GCC libraries.
1491 * configure: Regenerate.
1492
1493 2011-03-28 Joseph Myers <joseph@codesourcery.com>
1494
1495 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1496 libffi on host.
1497 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1498 on host.
1499 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1500 * configure: Regenerate.
1501
1502 2011-03-26 John Marino <binutils@marino.st>
1503
1504 * configure.ac: Add support for *-*-dragonfly*
1505 * configure: Regenerate.
1506
1507 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1508
1509 * configure.ac (native_only): Remove.
1510 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1511 send-pr uudecode guile gnuserv on host.
1512 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1513 send-pr rcs guile perl texinfo libtool on host.
1514 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1515 automake send-pr rcs guile perl texinfo libtool on host.
1516 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1517 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1518 (alpha*-dec-osf*): Don't disable fileutils on target.
1519 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1520 texinfo send-pr expect dejagnu on target.
1521 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1522 target-qthreads on target.
1523 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1524 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1525 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1526 x86_64-*-mingw*): Don't disable expect on target.
1527 (*-*-cygwin*): Don't disable target-gperf on target.
1528 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1529 gnuserv on target.
1530 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1531 target.
1532 * configure: Regenerate.
1533
1534 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1535
1536 * configure.ac (target_tools): Remove target-groff.
1537 (native_only): Remove target-groff.
1538 (hppa*64*-*-*): Don't disable byacc.
1539 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1540 setting.
1541 (*-*-kaos*): Don't skip target-librx and target-groff.
1542 (*-*-netware*): Don't skip target-libmudflap.
1543 (*-*-tpf*): Don't skip target-libmudflap.
1544 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1545 directories on the host.
1546 (ia64*-*-*vms*): Don't skip tix.
1547 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1548 host.
1549 * configure: Regenerate.
1550
1551 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
1552
1553 * configure.ac: Remove references to mt-mep, mt-netware,
1554 mt-wince.
1555 * Makefile.def: Add all-utils soft dependencies.
1556 * Makefile.tpl: Remove GDB_NLM_DEPS.
1557 * configure: Regenerate.
1558 * Makefile.in: Regenerate.
1559
1560 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1561
1562 Sync from GCC:
1563
1564 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1565
1566 * configure.ac: Do not include mh-x86omitfp.
1567 * configure: Regenerate.
1568
1569 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1570
1571 * configure.ac: Remove empty cases.
1572 * configure: Regenerate.
1573
1574 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1575
1576 * Makefile.def: Add dependency from termcap to gdb.
1577 * Makefile.in: Regenerate.
1578
1579 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1580
1581 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1582 * configure: Regenerate.
1583 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1584 * Makefile.tpl: Likewise.
1585 * Makefile.in: Regenerate.
1586
1587 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1588
1589 * configure.ac: Remove all mentions of tentative_cc.
1590 * configure: Regenerate.
1591
1592 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
1593
1594 PR lto/48086
1595 * configure.ac: Re-enable LTO on *-apple-darwin9.
1596 * configure: Regenerate.
1597
1598 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1599
1600 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1601 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1602 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1603 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1604 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1605 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1606 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1607 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1608 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1609 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1610 *-*-rhapsody*): Remove host cases.
1611 * configure: Regenerate.
1612
1613 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1614
1615 * configure.ac (ppc*-*-pe): Remove host case.
1616 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1617 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1618 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1619 cases.
1620 * configure: Regenerate.
1621
1622 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1623
1624 * config.sub: Update to version 2011-03-23.
1625
1626 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1627
1628 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1629 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1630 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1631 * configure: Regenerate.
1632
1633 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1634
1635 * config-ml.in: Don't handle arc-*-elf*.
1636 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1637 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1638 handle GCC libraries.
1639 * configure: Regenerate.
1640
1641 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1642
1643 PR bootstrap/48120:
1644 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1645 Add -lstdc++ -lm to LIBS.
1646 * configure: Regenerate.
1647
1648 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
1649
1650 * config.guess: Update to version 2011-02-02
1651 * config.sub: Update to version 2011-02-24
1652
1653 2011-03-03 Sebastian Pop <sebastian.pop@amd.com>
1654
1655 * configure.ac: Adjust test of with_ppl.
1656 * configure: Regenerated.
1657
1658 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1659
1660 * configure.ac: Add -lpwl to ppllibs.
1661 * config/cloog.m4: Add -lisl to clooglibs.
1662 * configure: Regenerated.
1663
1664 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1665
1666 Import from Libtool and gnulib:
1667
1668 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
1669
1670 Prepare for supporting FreeBSD 10.
1671 * config.rpath: Remove handling of freebsd1* which soon would
1672 match FreeBSD 10.0.
1673
1674 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
1675
1676 Remove support for FreeBSD 1.x.
1677 * libtool.m4 (_LT_LINKER_SHLIBS)
1678 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1679 soon would incorrectly match FreeBSD 10.0.
1680
1681 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1682
1683 PR binutils/12283
1684 * MAINTAINERS (mkinstalldirs): Comes from Automake.
1685 (move-if-change): Comes from gnulib.
1686 * move-if-change: Import version from gnulib.
1687
1688 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1689
1690 Sync from GCC:
1691
1692 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
1693
1694 PR lto/47225
1695 * Makefile.def (lto-plugin): Double dash for enable-shared.
1696 (configure-gcc): Depend on all-lto-plugin.
1697 * Makefile.in: Rebuilt.
1698
1699 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1700
1701 * configure.ac: Remove extra bracket.
1702 * configure: Regenerate.
1703
1704 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
1705
1706 PR lto/47225
1707 * Makefile.def: Add dependency for install-gcc
1708 on install-lto-plugin.
1709 * Makfile.in: Regenerated
1710
1711 2011-01-25 Jakub Jelinek <jakub@redhat.com>
1712
1713 * configure.ac: If with_ppl is no, move setting with_cloog=no
1714 after CLOOG_REQUESTED check.
1715 * configure: Regenerated.
1716
1717 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1718
1719 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1720 CLooG has been requested.
1721 * configure: Regenerated.
1722
1723 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1724
1725 * configure: Regenerated.
1726 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1727
1728 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1729
1730 * configure: Regenerated.
1731 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1732
1733 2011-01-07 Jan Hubicka <jh@suse.cz>
1734
1735 PR lto/47225
1736 * Makefile.in: Regenerate.
1737 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1738 configure.
1739
1740 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
1741
1742 PR libgcj/44341
1743 * configure.ac: Discard --with-* flags for host when configuring
1744 target libraries for cross build.
1745 * configure: Rebuilt.
1746
1747 2011-01-21 Andreas Schwab <schwab@redhat.com>
1748
1749 Sync from GCC:
1750
1751 2011-01-21 Andreas Schwab <schwab@redhat.com>
1752
1753 * configure.ac: Use AS_HELP_STRING throughout.
1754 * configure: Regenerate.
1755
1756 2011-01-18 Jie Zhang <jie.zhang@analog.com>
1757
1758 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1759 * configure: Regenerate.
1760
1761 2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1762
1763 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1764
1765 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1766
1767 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1768 for ia64-hpux.
1769 * configure: Regenerate.
1770
1771 2011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1772
1773 Sync from GCC:
1774 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1775
1776 * configure.ac: (picochip): Disable libiberty.
1777 * configure: Regenerate.
1778
1779 2010-12-18 Jeff Johnston <jjohnstn@redhat.com>
1780
1781 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
1782
1783 2010-12-10 Ian Lance Taylor <iant@google.com>
1784
1785 PR bootstrap/46819
1786 * configure.ac: For --disable-libgcj clear libgcj_saved.
1787 * configure: Rebuild.
1788
1789 2010-12-10 Tobias Burnus <burnus@net-b.de>
1790
1791 PR fortran/46540
1792 * configure.ac: Add --disable-libquadmath and
1793 --disable-libquadmath-support.
1794 * configure: Regenerate.
1795
1796 2010-12-10 Tristan Gingold <gingold@adacore.com>
1797
1798 * src-release (ETC_SUPPORT): add gnu-oids.texi
1799
1800 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
1801
1802 PR libffi/46792
1803 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1804 * configure: Regenerate.
1805
1806 2010-12-02 Ian Lance Taylor <iant@google.com>
1807
1808 * configure.ac: Always set default for poststage1_ldflags to
1809 -static-libstdc++ -static-libgcc.
1810
1811 2010-12-02 Jeff Johnston <jjohnstn@redhat.com>
1812
1813 * COPYING.NEWLIB: Add National Semiconductor notice.
1814
1815 2010-11-29 Andreas Schwab <schwab@redhat.com>
1816
1817 * configure.ac: Move comment to remove extra space in last argument
1818 of GCC_TARGET_TOOL.
1819
1820 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
1821
1822 PR other/46026
1823 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1824 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1825 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1826 (BASE_FLAGS_TO_PASS): Use it.
1827 * configure: Rebuilt.
1828 * Makefile.in: Rebuilt.
1829
1830 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
1831
1832 PR binutils/12258
1833 * configure.ac: Correct comments for --enable-gold/--enable-ld.
1834 Properly check default linker.
1835 * configure: Regnerated.
1836
1837 2010-11-23 Matthias Klose <doko@ubuntu.com>
1838
1839 * configure.ac: For --enable-gold, handle value `default' instead of
1840 `both*'. New configure option --{en,dis}able-ld.
1841 * configure: Regenerate.
1842
1843 2010-11-20 Ian Lance Taylor <iant@google.com>
1844
1845 * configure.ac: Only disable a language library if no language needs
1846 it. Don't let --disable-libgcj uncondtionally disable libffi.
1847 * configure: Rebuild.
1848
1849 2010-11-20 Paolo Bonzini <bonzini@gnu.org>
1850
1851 * configure: Regenerate.
1852
1853 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1854
1855 PR other/46202
1856 * configure.ac: Fix just-built in-tree STRIP name to be
1857 binutils/strip-new.
1858 * configure: Regenerate.
1859 * Makefile.def (install-strip-gcc, install-strip-binutils)
1860 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1861 (install-strip-sid): Mirror dependencies on non-strip variants
1862 of these targets on the respective -strip prerequisites.
1863 * Makefile.tpl (install-strip, install-strip-host)
1864 (install-strip-target): New targets.
1865 (install-strip-[+module+], install-strip-target-[+module+]):
1866 New targets.
1867 * Makefile.in: Regenerate.
1868
1869 2010-11-19 Ian Lance Taylor <iant@google.com>
1870 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1871
1872 * configure.ac: Add target-libgo to target_libraries. Set
1873 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1874 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1875 (HOST_EXPORTS): Add GOC.
1876 (BASE_TARGET_EXPORTS): Add GOC.
1877 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1878 (GOCFLAGS_FOR_TARGET): New variable.
1879 (EXTRA_HOST_FLAGS): Add GOC.
1880 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1881 * Makefile.def (target_modules): Add libgo.
1882 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1883 (dependencies): Add dependency from configure-target-libgo to
1884 configure-target-libffi and all-target-libstdc++-v3. Add
1885 dependencies from all-target-libgo to all-target-libffi.
1886 (languages): Add go.
1887 * configure: Rebuild.
1888 * Makefile.in: Rebuild.
1889
1890 2010-11-19 Ian Lance Taylor <iant@google.com>
1891
1892 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1893 compiler/flag environment variables.
1894
1895 2010-11-18 Ian Lance Taylor <iant@google.com>
1896
1897 * configure.ac: Check for lang_requires_boot_languages in
1898 config-lang.in files.
1899 * configure: Rebuild.
1900
1901 2010-11-17 Mike Frysinger <vapier@gentoo.org>
1902
1903 * .gitignore: New file.
1904
1905 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1906 Tobias Burnus <burnus@net-b.de>
1907
1908 PR fortran/32049
1909 * Makefile.def: Add libquadmath; build it with language=fortran.
1910 * configure.ac: Add libquadmath.
1911 * Makefile.tpl: Handle multiple libs in check-[+language+].
1912 * Makefile.in: Regenerate.
1913 * configure: Regenerate.
1914
1915 2010-11-15 Andreas Schwab <schwab@redhat.com>
1916
1917 * configure.ac: Fix spelling in option names.
1918 * configure: Regenerated.
1919
1920 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
1921
1922 PR bootstrap/39622
1923 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1924 * configure: Regenerated.
1925
1926 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1927
1928 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
1929 define the cloog backend to use. Furthermore, only pass the ppllibs to
1930 the configure checks, if necessary.
1931 * configure: Regenerate.
1932
1933 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1934
1935 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
1936 * configure: regenerate
1937
1938 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1939
1940 * config/cloog.m4: Fix typo. verison -> version.
1941 * configure: Regenerate.
1942
1943 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1944
1945 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
1946 * configure: Regenerate.
1947
1948 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1949
1950 * configure.ac: Support official CLooG.org versions.
1951 * configure: Regenerate.
1952 * config/cloog.m4: New.
1953
1954 2010-11-05 Michael Eager <eager@eagercon.com>
1955
1956 * COPYING.LIBGLOSS: Correct typo in microblaze.
1957 * COPYING.NEWLIB: Same.
1958
1959 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1960
1961 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1962 * configure: Regenerate.
1963
1964 2010-11-03 Ian Lance Taylor <iant@google.com>
1965 Dave Korn <dave.korn.cygwin@gmail.com>
1966
1967 PR lto/46273
1968 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
1969 and on other supported platforms whenever LTO is enabled.
1970 * configure: Rebuild.
1971
1972 2010-11-02 Alan Modra <amodra@gmail.com>
1973
1974 PR binutils/12110
1975 * configure.ac: Error when source path contains spaces.
1976 * configure: Regenerate.
1977
1978 2010-10-20 Ian Lance Taylor <iant@google.com>
1979
1980 * Makefile.def (target_modules): Set lib_path to src/.libs for
1981 libstdc++-v3 module.
1982 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1983 * Makefile.in: Rebuild.
1984
1985 2010-10-08 Bernd Schmidt <bernds@codesourcery.com>
1986 Joseph Myers <joseph@codesourcery.com>
1987
1988 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
1989 notices.
1990 * COPYING.NEWLIB: Add Texas Instruments notice.
1991
1992 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
1993
1994 * configure.ac (build_lto_plugin): New shell variable.
1995 (--enable-lto): Turn on by default for all non-ELF platforms that
1996 have had LTO support added so far. Set build_lto_plugin appropriately
1997 for both ELF and non-ELF.
1998 (configdirs): Add lto-plugin or not based on build_lto_plugin.
1999 * configure: Regenerate.
2000
2001 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2002
2003 PR bootstrap/45326
2004 PR bootstrap/45174
2005 * configure.ac: Honor initial values of $build_configargs,
2006 $host_configargs, $target_configargs. Mark the precious, so
2007 environment settings get recorded.
2008 * configure: Regenerate.
2009
2010 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2011
2012 Sync from GCC:
2013
2014 2010-09-30 Michael Eager <eager@eagercon.com>
2015
2016 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2017 * configure: Regenerate.
2018
2019 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2020
2021 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2022 targets and amend comment.
2023 * configure: Regenerate.
2024
2025 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2026
2027 * configure.ac: Enable LTO by default on Darwin.
2028 * configure: Regenerate.
2029
2030 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2031
2032 PR bootstrap/44455
2033 * configure.ac (extra_mpfr_configure_flags): Copy from
2034 extra_mpc_gmp_configure_flags.
2035 * configure: Re-generated.
2036
2037 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2038
2039 Sync from GCC:
2040
2041 PR bootstrap/45796
2042 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2043 Depend on all-build-libiberty.
2044 * Makefile.in: Regenerate.
2045
2046 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2047
2048 Sync from GCC:
2049
2050 PR bootstrap/44621
2051 * configure.ac: Fix unportable shell quoting.
2052 * configure: Regenerate.
2053
2054 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2055
2056 * configure.ac: Support all v850 targets.
2057 * configure: Regenerate.
2058
2059 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2060
2061 PR target/44862
2062 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2063 Provide -B option to allow for link spec %s substitutions for
2064 libstdc++.a on darwin.
2065 * Makefile.in: Regenerate.
2066
2067 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
2068
2069 * Makefile.def (configure-gcc): Depend on all-libelf.
2070 * Makefile.in: Rebuild.
2071
2072 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2073
2074 * config.sub, config.guess: Update from upstream sources.
2075
2076 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2077
2078 Sync from GCC:
2079
2080 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2081 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2082 * configure: Regenerated.
2083
2084 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2085 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2086 * configure: Regenerate.
2087
2088 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2089 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2090 * configure: Regenerate.
2091
2092 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2093 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2094 separately.
2095 * configure: Regenerate.
2096
2097 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2098 * configure: Regenerate after change to elf.m4.
2099
2100 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2101 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2102 * configure: Regenerated.
2103
2104 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2105 * configure.ac: Print "buggy but acceptable" when CLooG
2106 revision is less than 9.
2107 * configure: Regenerated.
2108
2109 2010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2110
2111 Merge from gcc:
2112
2113 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2114 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2115 * configure: Regenerate.
2116
2117 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2118 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2119 a platform that supports LTO.
2120 * configure: Regenerate.
2121
2122 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2123 PR lto/42776
2124 * configure.ac (--enable-lto): Refactor handling so libelf tests
2125 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2126 and allow LTO to be explicitly enabled on non-ELF platforms that
2127 are known to support it inside else-clause.
2128 * configure: Regenerate.
2129
2130 2010-04-27 Roland McGrath <roland@redhat.com>
2131 H.J. Lu <hongjiu.lu@intel.com>
2132
2133 * configure.ac (--enable-gold): Support both, both/gold and
2134 both/bfd to add gold to configdirs without removing ld.
2135 * configure: Regenerated.
2136
2137 * Makefile.def: Add install-gold dependency to install-ld.
2138 * Makefile.in: Regenerated.
2139
2140 2010-04-14 Tristan Gingold <gingold@adacore.com>
2141
2142 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2143 * configure: Regenerate.
2144
2145 2010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2146
2147 Merge from gcc:
2148 PR bootstrap/43615
2149 PR bootstrap/43328
2150 Revert:
2151 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2152 * configure.ac: Do not pass --enable-multilib nor
2153 --disable-multilib in baseargs. Accept explicitly passed
2154 --enable_multilib.
2155 * configure: Regenerate.
2156
2157 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2158
2159 PR bootstrap/43328
2160 * configure.ac: Do not pass --enable-multilib nor
2161 --disable-multilib in baseargs. Accept explicitly passed
2162 --enable_multilib.
2163 * configure: Regenerate.
2164
2165 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2166
2167 * configure.ac (tic6x-*-*): New case.
2168 * configure: Regenerate.
2169
2170 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2171
2172 Merge from gcc:
2173 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2174 PR ada/42554
2175 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2176 * configure: Regenerate.
2177
2178 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2179
2180 * config.sub: Update to version 2010-03-22.
2181 * config.guess: Update to version 2009-12-30.
2182
2183 2010-03-14 Joseph Myers <joseph@codesourcery.com>
2184
2185 Merge from gcc:
2186 2010-01-11 Richard Guenther <rguenther@suse.de>
2187 PR lto/41569
2188 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2189 * Makefile.in: Regenerated.
2190
2191 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2192
2193 PR libstdc++/32499
2194 * configure.ac (RANLIB): Default to true.
2195 (STRIP): Likewise.
2196 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2197 * configure: Regenerate.
2198
2199 2010-02-17 Nick Clifton <nickc@redhat.com>
2200
2201 PR 11238
2202 * Makefile.tpl (local-distclean): Also remove config.cache files in
2203 sub-directories as there may not be Makefiles present in the
2204 sub-directories.
2205 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2206 the config.cache files found by the find command.
2207
2208 * Makefile.in: Regenerate.
2209 * configure.ac: Revert previous delta.
2210 * configure: Regenerate.
2211
2212 2010-02-15 Nick Clifton <nickc@redhat.com>
2213
2214 PR 11238
2215 * configure.ac: Delete config.cache files in sub-directories when
2216 deleting Makefiles.
2217 * configure: Regenerate.
2218
2219 2010-02-15 Nick Clifton <nickc@redhat.com>
2220
2221 * configure.ac: Sync from gcc.
2222 * configure: Regenerate.
2223
2224 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2225
2226 Sync from gcc:
2227 * configure.ac: Add "recommended" version checks for GMP/MPC.
2228 Update recommended GMP/MPFR/MPC versions.
2229 * configure: Regenerate.
2230
2231 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
2232
2233 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2234 * configure.ac (bootstrap_target_libs): Make inclusion of
2235 target-libgomp conditional on libgomb being in target_configdirs.
2236 * configure: Regenerate.
2237
2238 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
2239
2240 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2241 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2242 * configure: Regenerate.
2243
2244 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
2245
2246 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2247 * configure.ac (target_configdirs): Substitute.
2248 * Makefile.def: Bootstrap target module libgomp.
2249 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2250 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2251 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2252 * configure, Makefile.in: Regenerate.
2253
2254 2009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2255
2256 * libtool.m4: Sync from git Libtool.
2257 * ltmain.sh: Likewise.
2258 * ltoptions.m4: Likewise.
2259 * ltversion.m4: Likewise.
2260 * lt~obsolete.m4: Likewise.
2261
2262 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2263 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2264
2265 PR bootstrap/42424
2266 * configure.ac: Include libtool m4 files.
2267 (_LT_CHECK_OBJDIR): Call it.
2268 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2269 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
2270
2271 * configure: Regenerate.
2272
2273 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2274
2275 PR bootstrap/41818
2276 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2277 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2278 * Makefile.in: Regenerate.
2279
2280 2009-12-18 Ben Elliston <bje@au.ibm.com>
2281
2282 * config.sub, config.guess: Update from upstream sources.
2283
2284 2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
2285
2286 * COPYING.NEWLIB: Update copyright date.
2287 * COPYING.LIBGLOSS: Ditto.
2288
2289 2009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2290
2291 PR middle-end/30447
2292 PR middle-end/30789
2293 PR other/40302
2294
2295 * configure.ac: Require MPC.
2296 * configure: Regenerate.
2297
2298 * configure.ac: Update minimum MPC version to 0.8.
2299 * configure: Regenerate.
2300
2301 2009-11-20 Paolo Bonzini <bonzini@gnu.org>
2302
2303 * config.guess: Sync with upstream and gcc.
2304 * config.sub: Sync with upstream and gcc.
2305
2306 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2307
2308 * Makefile.def: Restore host and target settings for gmp.
2309 * Makefile.in: Rebuild.
2310
2311 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2312
2313 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2314 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2315 Fix portability of test of C++ as bootstrap language. Add
2316 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2317 * configure: Rebuild.
2318 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2319 and cloog. Fix in-tree ppl configuration. Introduce libelf
2320 in-tree building.
2321 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2322 (POSTSTAGE1_HOST_EXPORTS): Use it.
2323 (STAGE[+id+]_CXXFLAGS): New.
2324 (BASE_FLAGS_TO_PASS): Pass it down.
2325 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2326 extra_exports.
2327 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2328 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2329 extra_exports.
2330 * Makefile.in: Rebuild.
2331
2332 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2333
2334 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2335 paths for *-w64-mingw* and x86_64-*mingw*.
2336 * configure: Regenerated.
2337
2338 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
2339
2340 * configure.ac: Disable target-winsup & co for
2341 x86_64-*-mingw* and *-w64-mingw* targets.
2342 * configure: Regenerated.
2343
2344 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2345
2346 * configure.ac (CLooG test): Use = with test.
2347 * configure: Regenerate.
2348
2349 2009-10-22 Richard Guenther <rguenther@suse.de>
2350
2351 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2352 cloog if the ppl version check failed. Move flags saving
2353 before setting in libelf check.
2354 * configure: Regenerate.
2355
2356 2009-10-21 Richard Guenther <rguenther@suse.de>
2357
2358 * configure.ac: Adjust the ppl and cloog configure to work as
2359 documented. Disable cloog if ppl was disabled. Omit the version
2360 checks if they were disabled.
2361 * configure: Re-generate.
2362
2363 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2364
2365 * configure.ac: Add 'lto' to enable_languages, not
2366 new_enable_languages, and only if not already present.
2367 * configure: Regenerate.
2368
2369 2009-10-06 Ian Lance Taylor <iant@google.com>
2370
2371 * Makefile.def: check-gold depends upon all-gas.
2372 * Makefile.in: Rebuild.
2373
2374 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2375
2376 * Makefile.def: all-lto-plugin depends on all-libiberty.
2377 set bootstrap=true for lto-plugin.
2378 Add lto-plugin.
2379 * Makefile.in: Regenerate.
2380 * configure.ac (host_libs): Add lto-plugin.
2381 * configure: Regenerate.
2382
2383 2009-10-03 Diego Novillo <dnovillo@google.com>
2384
2385 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2386 (HOST_LIBELFLIBS): Define.
2387 (HOST_LIBELFINC): Define.
2388 * Makefile.in: Regenerate.
2389 * configure.ac: Add --enable-lto.
2390 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2391 If --enable-lto is used, add 'lto' to new_enable_languages.
2392 If --enable-lto is used and gold is enabled, add
2393 lto-plugin to configdirs.
2394 * configure: Regenerate.
2395
2396 2009-10-03 Simon Baldwin <simonb@google.com>
2397
2398 * configure.ac: If --with-system-zlib, suppress local zlib and
2399 pass --with-system-zlib to subdir configure scripts.
2400 * configure: Regenerate.
2401
2402 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
2403 Paolo Bonzini <bonzini@gnu.org>
2404
2405 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2406 $(srcdir).
2407 * Makefile.in: Rebuilt.
2408
2409 2009-09-29 Paolo Bonzini <bonzini@gnu.org>
2410
2411 Sync from gcc:
2412 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2413
2414 * configure.ac: Update minimum MPC version to 0.7.
2415 * configure: Regenerate.
2416
2417 2009-09-25 Nick Clifton <nickc@redhat.com>
2418
2419 * configure.ac: Pass any --cache-file=/dev/null option on to
2420 subconfigures.
2421 * configure: Regenerate.
2422
2423 2009-09-23 Nick Clifton <nickc@redhat.com>
2424
2425 * config.sub, config.guess: Update from upstream sources.
2426
2427 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
2428
2429 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2430 * Makefile.in: Rebuilt.
2431
2432 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2433
2434 PR bootstrap/32272
2435 * configure.ac: Error out if $srcdir isn't '.' but contains
2436 host-${host_noncanonical}.
2437 * configure: Regenerate.
2438
2439 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2440
2441 * configure.ac: If bootstrapping a combined tree with
2442 --enable-gold, require c++ in stage1_languages.
2443 * configure: Regenerate.
2444
2445 * configure.ac: Also add target_libs of stage1_languages to
2446 bootstrap_target_libs.
2447 * configure: Regenerate.
2448
2449 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2450 with --enable-languages not containing c++.
2451 * configure: Regenerate.
2452
2453 2009-09-16 Jie Zhang <jie.zhang@analog.com>
2454
2455 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2456 * configure: Regenerate.
2457
2458 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2459
2460 * configure.ac: Do not use $extrasub for replacing @if/@endif
2461 parts in Makefile; instead, use additional arguments to
2462 AC_CONFIG_COMMANDS to do the replacement manually, with several
2463 sed invocations, to avoid HP-UX sed command limits.
2464 * configure: Regenerate.
2465
2466 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
2467
2468 * configure.ac (with-build-config): Document. Handle without.
2469 Handle missing argument.
2470 * configure: Rebuilt.
2471
2472 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
2473
2474 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2475 Default to bootstrap-debug only if compare-debug works.
2476 * configure: Rebuilt.
2477 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2478 * Makefile.in: Rebuilt.
2479
2480 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
2481
2482 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2483 * Makefile.in: Rebuilt.
2484
2485 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
2486
2487 * Makefile.tpl (AWK): Fix typo.
2488 * Makefile.in: Regenerate.
2489
2490 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
2491
2492 * configure.ac: Detect awk and sed.
2493 * Makefile.def (flags_to_pass): Add AWK and SED.
2494 * Makefile.tpl (AWK, SED): New.
2495 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2496 * configure: Regenerate.
2497 * Makefile.in: Regenerate.
2498
2499 2009-09-01 Tristan Gingold <gingold@adacore.com>
2500
2501 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
2502 Remove logical names.
2503
2504 2009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
2505
2506 * ltmain.sh (func_normal_abspath): New function.
2507 (func_relative_path): Likewise.
2508 (func_mode_help): Document new -bindir option for link mode.
2509 (func_mode_link): Add new -bindir option, and use it to place
2510 output DLL if specified.
2511
2512 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2513
2514 * configure.ac (AC_PREREQ): Bump to 2.64.
2515
2516 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2517
2518 * README-maintainer-mode: Point directly to upstream locations
2519 for autoconf, automake, libtool, gettext, instead of copies on
2520 sources.redhat.com. Document required versions.
2521 * configure.ac: Do not substitute datarootdir, htmldir,
2522 pdfdir, docdir. Do not process --with-datarootdir,
2523 --with-htmldir, --with-pdfdir, --with-docdir.
2524 * configure: Regenerate.
2525
2526 * configure: Regenerate.
2527
2528 * compile: Sync from Automake 1.11.
2529 * depcomp: Likewise.
2530 * install-sh: Likewise.
2531 * missing: Likewise.
2532 * mkinstalldirs: Likewise.
2533 * ylwrap: Likewise.
2534
2535 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2536
2537 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2538 (baseargs): Add --disable-option-checking.
2539 * configure: Regenerate.
2540
2541 * Makefile.def (configure-target-libiberty): Depend on
2542 all-binutils and all-ld.
2543 (configure-target-newlib): Likewise.
2544 * Makefile.in: Regenerate.
2545
2546 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2547
2548 Sync with GCC, merge:
2549
2550 2009-07-31 Christian Bruel <christian.bruel@st.com>
2551
2552 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2553 * configure: Regenerate.
2554
2555 2009-07-06 Ian Lance Taylor <iant@google.com>
2556
2557 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2558 * configure: Rebuild.
2559
2560 2009-06-26 Steve Ellcey <sje@cup.hp.com>
2561
2562 PR bootstrap/40338
2563 * configure.ac (comparestring): Create new variable.
2564 * Makefile.tpl (comparestring): Use to skip some comparisions.
2565 * configure: Regenerate.
2566 * Makefile.in: Regenerate.
2567
2568 2009-06-23 Ian Lance Taylor <iant@google.com>
2569
2570 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
2571 boot_languages. Only bootstrap target libraries listed in
2572 target_libs for some boot language. Add --with-stage1-ldflags,
2573 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
2574 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
2575 if not building with C++.
2576 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2577 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2578 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2579 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2580 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
2581 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2582 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2583 * configure, Makefile.in: Rebuild.
2584
2585 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2586
2587 * configure.ac: Detect MPC in default directory.
2588 * configure: Regenerate.
2589
2590 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
2591
2592 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2593 to noconfdirs.
2594 * configure: Regenerate.
2595
2596 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2597
2598 * Makefile.def: Add MPC support and dependencies.
2599 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
2600
2601 * Makefile.in, configure: Regenerate.
2602
2603 2009-05-24 Nicolas Roche <roche@adacore.com>
2604
2605 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2606 * Makefile.in: Regenerate.
2607
2608 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
2609
2610 * configure.ac (cygwin noconfigdirs): Remove libgcj.
2611 * configure: Regenerate.
2612
2613 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
2614
2615 * configure.ac ($with_ppl): Default to no if not supplied.
2616 ($with_cloog): Likewise.
2617 configure: Regenerate.
2618
2619 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2620
2621 PR bootstrap/39739
2622 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2623 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2624
2625 * configure, Makefile.in: Regenerate.
2626
2627 2009-04-14 Jakub Jelinek <jakub@redhat.com>
2628
2629 * configure.ac: Change copyright header to refer to version
2630 3 of the GNU General Public License and to point readers at the
2631 COPYING3 file and the FSF's license web page.
2632 * Makefile.def: Likewise.
2633 * Makefile.tpl: Likewise.
2634 * Makefile.in: Regenerate.
2635
2636 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
2637
2638 * configure.ac: Restore match for darwin9 or later. Use double
2639 brackets since regeneration eats one pair.
2640 * configure: Regenerate.
2641
2642 2009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
2643
2644 * MAINTAINERS: Perform some obvious fixups.
2645
2646 2009-08-17 Ben Elliston <bje@au.ibm.com>
2647
2648 * config.sub, config.guess: Update from upstream sources.
2649
2650 2009-08-06 Michael Eager <eager@eagercon.com>
2651
2652 * configure.ac: Add Microblaze target.
2653 * configure: Regenerate.
2654
2655 2009-07-02 Tristan Gingold <gingold@adacore.com>
2656
2657 * configure.ac: Do not exclude gas for i386-*-darwin.
2658 Add a case for x86_64-*-darwin.
2659 * configure: Regenerate.
2660
2661 2009-06-26 Doug Evans <dje@sebabeach.org>
2662
2663 * Makefile.def (host_modules): Add cgen.
2664 * Makefile.in: Regenerate.
2665 * configure.ac (host_tools): Add cgen.
2666 * configure: Regenerate.
2667
2668 2009-06-17 Michael Eager <eager@eagercon.com>
2669
2670 * COPYING.LIBGLOSS: Add Xilinx license.
2671
2672 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
2673
2674 * configure.ac: Define is_elf for QNX Neutrino targets.
2675 * configure: Regenerate.
2676
2677 2009-06-03 Jerome Guitton <guitton@adacore.com>
2678 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2679
2680 * Makefile.tpl (all): Avoid a trailing backslash.
2681 * Makefile.in: Regenerate.
2682
2683 2009-06-03 Ben Elliston <bje@au.ibm.com>
2684
2685 * config.sub, config.guess: Update from upstream sources.
2686
2687 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
2688
2689 * Makefile.tpl ([+compare-target+]): Compare all stage
2690 directories, rather than just gcc.
2691 * Makefile.in: Rebuilt.
2692
2693 2009-05-28 Doug Kwan <dougkwan@google.com>
2694
2695 * configure.ac: Support gold for target arm*-*-*.
2696 * configure: Regenerate.
2697
2698 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
2699
2700 * Makefile.tpl (all): Avoid harmless warning in make all when
2701 gcc-bootstrap is enabled but stage_last does not exist.
2702 * Makefile.in: Rebuilt.
2703
2704 2009-05-25 Tristan Gingold <gingold@adacore.com>
2705
2706 * setup.com: Complete the file with configuration and build.
2707
2708 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2709
2710 PR other/40159
2711 * Makefile.tpl (all): Don't assume gcc-bootstrap and
2712 gcc-no-bootstrap are mutually exclusive.
2713 * Makefile.in: Rebuilt.
2714
2715 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2716
2717 PR other/40159
2718 * Makefile.tpl (all): Don't end with unconditional success.
2719 * Makefile.in: Rebuilt.
2720
2721 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
2722
2723 PR target/37137
2724 * Makefile.def (flags_to_pass): Remove redundant and incomplete
2725 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2726 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2727 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
2728 stage_configureflags, stage_cflags and stage_libcflags into
2729 explicit Makefile macros.
2730 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2731 GFORTRAN.
2732 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2733 CC. Set CC_FOR_BUILD from CC.
2734 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2735 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2736 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2737 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
2738 and GFORTRAN.
2739 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2740 (_LIBCFLAGS): Renamed to _TFLAGS.
2741 (do-compare-debug, do-compare3-debug): Drop.
2742 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2743 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2744 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2745 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2746 (XGCC_FLAGS_FOR_TARGET): New.
2747 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2748 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2749 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2750 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2751 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
2752 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
2753 TFLAGS.
2754 (BUILD_CONFIG): Include if requested.
2755 (all): Set TFLAGS on bootstrap.
2756 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2757 (all-stageid-prefixmodule): Likewise.
2758 (do-clean, distclean-stageid): Set TFLAGS.
2759 (restrap): Fix whitespace.
2760 * Makefile.in: Rebuilt.
2761
2762 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
2763
2764 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2765 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2766 * Makefile.in: Regenerate.
2767
2768 2009-04-24 Eli Zaretskii <eliz@gnu.org>
2769
2770 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
2771 consistency with config.sub. (Update from upstream sources.)
2772
2773 2009-04-21 Joseph Myers <joseph@codesourcery.com>
2774
2775 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
2776
2777 2009-04-17 Ben Elliston <bje@au.ibm.com>
2778
2779 * config.sub, config.guess: Update from upstream sources.
2780
2781 2009-04-15 Anthony Green <green@moxielogic.com>
2782
2783 * configure.ac: Add moxie support.
2784 * configure: Rebuilt.
2785
2786 2009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2787
2788 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2789 * configure: Regenerate.
2790
2791 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
2792
2793 PR gas/10039
2794 * configure.ac: Require texinfo 4.7.
2795 * configure: Regenerated.
2796
2797 2009-04-09 Steve Ellcey <sje@cup.hp.com>
2798
2799 * Makefil.def (languages): New entries.
2800 * Makefile.tpl (check-gcc-*): New generic target.
2801 * Makefile.in: Regenerate.
2802
2803 2009-03-27 Eli Zaretskii <eliz@gnu.org>
2804
2805 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
2806 Windows builds of Sed.
2807
2808 2009-03-18 Tom Tromey <tromey@redhat.com>
2809
2810 * configure: Rebuild.
2811 * configure.ac (host_libs): Add libiconv.
2812 * Makefile.in: Rebuild.
2813 * Makefile.def (host_modules): Add libiconv.
2814 (configure-gdb, all-gdb): Depend on libiconv.
2815
2816 2009-03-16 Tristan Gingold <gingold@adacore.com>
2817
2818 * configure.ac: Treat gdb as supported on x86_64-darwin.
2819 * configure: Regenerate.
2820
2821 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2822
2823 Merge from GCC:
2824
2825 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2826
2827 * configure.ac (--with-host-libstdcxx): New option.
2828 * configure: Regenerate.
2829
2830 2009-01-29 Robert Millan <rmh@aybabtu.com>
2831
2832 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2833 * configure: Regenerate.
2834
2835 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
2836
2837 PR tree-optimization/38515
2838 * configure.ac (cloog-polylib): Removed.
2839 (with_ppl, with_cloog): Test for "no".
2840 * configure: Regenerated.
2841
2842 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2843
2844 Backport from git Libtool:
2845
2846 2009-01-19 Robert Millan <rmh@aybabtu.com>
2847 Support GNU/kOpenSolaris.
2848 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2849 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2850 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2851 GNU/kOpenSolaris.
2852
2853 2009-02-05 Andreas Schwab <schwab@suse.de>
2854
2855 * Makefile.tpl (stage_last): Define $r and $s before using
2856 $(RECURSE_FLAGS_TO_PASS).
2857 * Makefile.in: Regenerate
2858
2859 2009-01-21 Jeff Johnston <jjohnstn@redhat.com>
2860
2861 * COPYING.NEWLIB: Add ARM license.
2862
2863 2009-01-16 Alan Modra <amodra@bigpond.net.au>
2864
2865 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2866 (all-opcodes): Depend on all-libiberty.
2867 * Makefile.in: Regenerate.
2868
2869 2009-01-15 Douglas B Rupp <rupp@gnat.com>
2870
2871 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2872 * configure: Regenerate.
2873
2874 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2875
2876 Backport link test fix from upstream Libtool:
2877
2878 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2879 Add cache variables to tests that require the linker to work.
2880 For shlibpath_overrides_runpath, this also changes the semantics
2881 to let the result from the C compiler take precedence.
2882 compiler take precedence.
2883
2884 2008-12-02 Ben Elliston <bje@au.ibm.com>
2885
2886 * config.sub, config.guess: Update from upstream sources.
2887
2888 2008-12-17 Jeff Johnston <jjohnstn@redhat.com>
2889
2890 * COPYING.NEWLIB: Updated.
2891 * COPYING.LIBGLOSS: Ditto.
2892
2893 2008-12-16 Paolo Bonzini <bonzini@gnu.org>
2894
2895 Sync with GCC:
2896
2897 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
2898
2899 * configure.ac (ppllibs): Add by default the lib flags.
2900 * configure: Regenerate.
2901
2902 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2903
2904 * configure.ac: Add double brackets on darwin[912].
2905 * configure: Regenerate.
2906
2907 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
2908
2909 * configure.ac: Expand to darwin10 and later.
2910 * configure: Regenerate.
2911
2912 2008-12-02 Andreas Schwab <schwab@suse.de>
2913
2914 * Makefile.def: configure-target-boehm-gc depends on
2915 all-target-libstdc++-v3.
2916 * Makefile.in: Regenerate.
2917
2918 2008-12-02 Ben Elliston <bje@au.ibm.com>
2919
2920 * config.sub, config.guess: Update from upstream sources.
2921
2922 2008-11-27 Joseph Myers <joseph@codesourcery.com>
2923
2924 Merge from GCC:
2925
2926 2007-12-02 Matthias Klose <doko@ubuntu.com>
2927
2928 * config-ml.in: Remove 64bit configure tests.
2929
2930 2008-05-14 Rafael Espindola <espindola@google.com>
2931
2932 * config-ml.in: don't handle --enable-shared and --enable-static.
2933
2934 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
2935 Tobias Grosser <grosser@fim.uni-passau.de>
2936 Jan Sjodin <jan.sjodin@amd.com>
2937 Harsha Jagasia <harsha.jagasia@amd.com>
2938 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2939 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2940 Adrien Eliche <aeliche@isty.uvsq.fr>
2941
2942 Merge from graphite branch.
2943 * configure: Regenerate.
2944 * Makefile.in: Regenerate.
2945 * configure.ac (host_libs): Add ppl and cloog.
2946 Add checks for PPL and CLooG.
2947 * Makefile.def (ppl, cloog): Added modules and dependences.
2948 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2949 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2950
2951 2008-09-03 Richard Guenther <rguenther@suse.de>
2952
2953 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2954 cloog test.
2955 * configure: Re-generate.
2956
2957 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
2958
2959 * configure.ac (--with-cloog-polylib): New.
2960 (--disable-cloog-version-check): New.
2961 (--disable-ppl-version-check): New.
2962 * configure: Re-generate.
2963
2964 2008-09-05 Richard Guenther <rguenther@suse.de>
2965
2966 * configure.ac: Initialize clooglibs to -lcloog.
2967 * configure: Re-generate.
2968
2969 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2970
2971 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2972 recommended version to 2.3.2.
2973
2974 * configure: Regenerate.
2975
2976 2008-10-31 Ben Elliston <bje@au.ibm.com>
2977
2978 * configure.ac (spu-*-*): Remove special case.
2979 * configure: Regenerate.
2980
2981 Complete comment text from GCC version of:
2982
2983 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2984
2985 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2986 (GCC_SHLIB_SUBDIR): New.
2987 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2988 * configure: Regenerate.
2989 * Makefile.in: Regenerate.
2990
2991 2008-11-27 Tristan Gingold <gingold@adacore.com>
2992
2993 * configure.ac: Build gdb for i?86-*-darwin*
2994 * configure: Regenerated.
2995
2996 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2997
2998 PR bootstrap/38014
2999 PR bootstrap/37923
3000
3001 Revert:
3002
3003 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3004
3005 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3006 * Makefile.in: Regenerated.
3007
3008 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3009
3010 PR gdb/921
3011 PR gdb/1646
3012 PR gdb/2175
3013 PR gdb/2176
3014
3015 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3016 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3017 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3018 (HOST_EXPORTS): Pass CPPFLAGS.
3019 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3020 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3021 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3022 * Makefile.in, configure: Regenerated.
3023 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3024 and CPPFLAGS_FOR_BUILD.
3025
3026 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3027
3028 * configure.ac [spu-*-*]: Do not set skipdirs.
3029 * configure: Re-generate.
3030
3031 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3032
3033 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3034 * Makefile.in: Regenerated.
3035
3036 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3037
3038 PR gdb/921
3039 PR gdb/1646
3040 PR gdb/2175
3041 PR gdb/2176
3042
3043 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3044 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3045 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3046 (HOST_EXPORTS): Pass CPPFLAGS.
3047 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3048 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3049 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3050 * Makefile.in, configure: Regenerated.
3051 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3052 and CPPFLAGS_FOR_BUILD.
3053
3054 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3055
3056 * libtool.m4: Update to libtool 2.2.6.
3057 * lt~obsolete.m4: Update to libtool 2.2.6.
3058 * ltmain.sh: Update to libtool 2.2.6.
3059 * ltsugar.m4: Update to libtool 2.2.6.
3060 * ltversion.m4: Update to libtool 2.2.6.
3061 * ltoptions.m4: Update to libtool 2.2.6.
3062 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3063
3064 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3065
3066 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3067 (GCC_SHLIB_SUBDIR): New.
3068 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3069 * configure: Regenerate.
3070 * Makefile.in: Regenerate.
3071
3072 2008-08-28 Tristan Gingold <gingold@adacore.com>
3073
3074 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3075 Enable bfd, binutils and opcodes.
3076 * configure: Regenerate.
3077
3078 2008-08-16 Nicolas Roche <roche@adacore.com>
3079
3080 * Makefile.tpl: Add BOOT_ADAFLAGS.
3081 * Makefile.in: Regenerate.
3082
3083 2008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3084
3085 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3086 * configure: Regenerate.
3087
3088 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3089
3090 Sync with gcc:
3091 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3092
3093 * configure.ac: Add makefile fragments for hpux.
3094 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3095 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3096 * configure: Regenerate.
3097 * Makefile.in: Regenerate.
3098
3099 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3100
3101 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3102 * Makefile.in: Regenerate.
3103 * configure: Regenerate.
3104
3105 2008-06-18 Ian Lance Taylor <iant@google.com>
3106
3107 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3108
3109 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3110
3111 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3112
3113 * configure: Regenerate.
3114
3115 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3116
3117 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3118 "$@" is still intact with both Autoconf 2.59 and 2.62.
3119 * configure: Regenerate.
3120
3121 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3122
3123 * Makefile.tpl: Fix comment errors.
3124 * Makefile.in: Regenerate.
3125
3126 2008-06-13 Julian Brown <julian@codesourcery.com>
3127
3128 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3129 of libobjc for ARM EABI Linux.
3130 * configure: Regenerate.
3131
3132 2008-06-12 David S. Miller <davem@davemloft.net>
3133 David Edelsohn <edelsohn@gnu.org>
3134
3135 * configure.ac: Add powerpc*-*-* to gold supported targets.
3136 * configure: Regenerate.
3137
3138 2008-06-08 Joseph Myers <joseph@codesourcery.com>
3139
3140 PR tree-optimization/36218
3141 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3142 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3143 (all prefix="build-"): Pass them to build-system sub-makes.
3144 * Makefile.in: Regenerate.
3145
3146 2008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3147
3148 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3149 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3150 mkdep, and compile. Update comments.
3151 (ETC_SUPPORT): Add ChangeLog and update comments.
3152
3153 2008-05-11 Ian Lance Taylor <iant@google.com>
3154
3155 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3156
3157 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3158
3159 Sync with gcc:
3160 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3161
3162 PR bootstrap/35457
3163 * configure.ac: Include override.m4.
3164 * configure: Regenerate.
3165
3166 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3167
3168 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3169 * Makefile.in: Regenerate.
3170
3171 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3172
3173 * configure.ac: Do not build libssp for the AVR.
3174 * configure: Regenerate.
3175
3176 2008-04-18 Nick Clifton <nickc@redhat.com>
3177
3178 * MAINTAINERS: Replace reference to configure.in with reference to
3179 configure.ac.
3180
3181 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3182
3183 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3184 as nonconfigurable directories list.
3185 * configure: Regenerate.
3186
3187 2008-04-14 David S. Miller <davem@davemloft.net>
3188
3189 * configure.ac: Add sparc*-*-* to gold supported targets.
3190 * configure: Regenerate.
3191
3192 2008-04-14 Ben Elliston <bje@au.ibm.com>
3193
3194 * config.sub, config.guess: Update from upstream sources.
3195
3196 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
3197
3198 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3199 * Makefile.in: Regenerate.
3200
3201 2008-04-07 Ian Lance Taylor <iant@google.com>
3202
3203 * Makefile.def: check-gold depends upon all-binutils.
3204 * Makefile.in: Regenerate.
3205
3206 2008-04-04 Nick Clifton <nickc@redhat.com>
3207
3208 PR binutils/4334
3209 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3210 builds.
3211 * configure: Regenerate.
3212
3213 2008-04-04 NightStrike <NightStrike@gmail.com>
3214
3215 PR other/35151
3216 * configure.ac: Combine rules for mingw32 and mingw64.
3217 * configure: Regenerate.
3218
3219 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
3220
3221 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3222 * Makefile.in: Regenerate.
3223
3224 2008-03-20 Ian Lance Taylor <iant@google.com>
3225
3226 * configure.ac: Add support for --enable-gold.
3227 * Makefile.def: Add gold as a directory like ld.
3228 * configure, Makefile.in: Regenerate.
3229
3230 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
3231
3232 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3233 (s390_cond_extensions): Reduced extensions to the compare related.
3234 (main): z10 cpu type option added.
3235 (expandConditionalJump): Renamed to ...
3236 (insertExpandedMnemonic): ... this.
3237
3238 * opcodes/s390-opc.c: Re-group the operand format makros.
3239 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
3240 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
3241 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
3242 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
3243 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
3244 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
3245 INSTR_SIL_RDU): New instruction formats added.
3246 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
3247 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
3248 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
3249 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
3250 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
3251 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
3252 masks added.
3253 (s390_opformats): New formats added "ris", "rrs", "sil".
3254 * opcodes/s390-opc.txt: Add the conditional jumps with the
3255 extensions removed from automatic expansion in s390-mkopc.c manually.
3256 (asi - trtre): Add new System z10 EC instructions.
3257 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3258
3259 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3260
3261 * configure.ac: m4_include config/proginstall.m4.
3262 * configure: Regenerate.
3263
3264 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3265
3266 Backport from upstream Libtool:
3267
3268 2007-10-12 Eric Blake <ebb9@byu.net>
3269
3270 Deal with Autoconf 2.62's semantic change in m4_append.
3271 * ltsugar.m4 (lt_append): Replace broken versions of
3272 m4_append.
3273 (lt_if_append_uniq): Don't require separator to be overquoted,
3274 and avoid broken m4_append.
3275 (lt_dict_add): Fix typo.
3276 * libtool.m4 (_LT_DECL): Don't overquote separator.
3277
3278 2008-03-13 David Edelsohn <edelsohn@gnu.org>
3279
3280 * config.rpath: Add AIX 6 support.
3281
3282 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
3283
3284 * Makefile.def (stageprofile). Remove -fprofile-generate
3285 from stage_libcflags.
3286 * Makefile.in: Regenerate.
3287
3288 2008-03-13 Ben Elliston <bje@au.ibm.com>
3289
3290 * config.sub, config.guess: Update from upstream sources.
3291
3292 2008-03-06 Florian Krohm <fkrohm@us.ibm.com>
3293
3294 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
3295 * s390-opc.txt (cmpsc): Duplicate entry removed.
3296 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
3297 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
3298 fier, cu42, cu41): Fix operand format.
3299
3300 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
3301
3302 PR bootstrap/32009
3303 PR bootstrap/32161
3304
3305 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3306 * configure: Regenerate.
3307
3308 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3309 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3310 STAGE4_LIBCFLAGS): New.
3311 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3312 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3313 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3314 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3315 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3316 for target modules. Don't export LIBCFLAGS.
3317 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3318 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3319 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3320 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3321 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3322 * Makefile.in: Regenerate.
3323
3324 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3325
3326 PR libgcj/33085
3327 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3328 Do not use -DDLL_EXPORT. Backport from upstream.
3329
3330 2008-02-14 Nick Clifton <nickc@redhat.com>
3331
3332 Import this patch from gcc:
3333 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3334
3335 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3336
3337 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
3338
3339 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3340 * configure: Regenerate.
3341
3342 2008-01-31 Marc Gauthier <marc@tensilica.com>
3343
3344 * configure.ac (xtensa*-*-*): Recognize processor variants.
3345 * configure: Regenerate.
3346
3347 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3348
3349 PR bootstrap/34922
3350 * configure.ac (PARSE_ARGS): Push suitable setting of
3351 ac_subdirs_all, for `./configure --help=recursive'.
3352 Handle `+' in generic toplevel directory disabling.
3353 * configure: Regenerate.
3354
3355 2008-01-23 Ben Elliston <bje@au.ibm.com>
3356
3357 * config.sub, config.guess: Update from upstream sources.
3358
3359 2008-01-08 Ben Elliston <bje@au.ibm.com>
3360
3361 * config.sub, config.guess: Update from upstream sources.
3362
3363 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3364
3365 * COPYING.LIBGLOSS: Update default copyright.
3366
3367 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3368
3369 * COPYING.NEWLIB: Update default copyright.
3370
3371 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3372
3373 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3374 Change recommended MPFR from 2.2.1 > 2.3.0.
3375 * configure: Regenerate.
3376
3377 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3378
3379 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3380 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3381 * Makefile.in: Regenerate.
3382
3383 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3384
3385 * configure.ac: Enable libjava for x86_64-*-darwin9.
3386 * configure: Regenerate.
3387
3388 2007-12-05 Ben Elliston <bje@au.ibm.com>
3389
3390 * config.sub, config.guess: Update from upstream sources.
3391
3392 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3393
3394 * config-ml.in: Robustify against white space in absolute file
3395 names.
3396
3397 * config-ml.in (multi-clean): Substitute ${Makefile}.
3398 Remove superfluous ${Makefile} in list.
3399
3400 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3401
3402 * Makefile.def (dependencies): Make configure-gdb depend on
3403 all-intl.
3404 * Makefile.in: Regenerated.
3405
3406 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3407
3408 * Makefile.def: To avoid problems running with parallel makes,
3409 build newlib before libgloss so that target specific header
3410 files are availble.
3411 * Makefile.in: Regenerate.
3412
3413 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3414
3415 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3416 * Makefile.in: Regenerate.
3417
3418 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3419
3420 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
3421 * libdecnumber: New directory, imported from GCC.
3422
3423 2007-10-08 Mike Frysinger <vapier@gentoo.org>
3424
3425 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3426 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3427 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3428 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3429 * configure: Regenerate.
3430
3431 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
3432
3433 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3434 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3435 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3436 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3437 * configure.ac: Default them to host tools for $host = $build.
3438 Subst them.
3439
3440 * configure: Regenerate.
3441 * Makefile.in: Regenerate.
3442
3443 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3444
3445 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3446 * configure: Regenerate.
3447
3448 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3449
3450 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3451 libstdc++.
3452 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3453 * configure: Regenerate.
3454 * Makefile.in: Regenerate.
3455
3456 2007-09-17 Andreas Schwab <schwab@suse.de>
3457
3458 * configure.ac: Raise minimum makeinfo version to 4.6.
3459 * configure: Regenerate.
3460
3461 2007-09-15 Alan Modra <amodra@bigpond.net.au>
3462
3463 * configure.ac: Correct makeinfo version check.
3464 * configure: Regenerate.
3465
3466 2007-09-14 Richard Sandiford <richard@codesourcery.com>
3467
3468 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3469 to $skipdirs and only disable gprof for newlib. Use the normal
3470 mips*-elf* handling in other respects.
3471 * configure: Regnerate.
3472
3473 2007-09-12 David Daney <ddaney@avtrex.com>
3474
3475 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3476 enabling libgcj.
3477 * configure: Regenerate.
3478
3479 2007-09-12 Richard Guenther <rguenther@suse.de>
3480
3481 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3482 nor --disable-checking is provided also turn on yes and types
3483 checking for stage1.
3484 * configure: Re-generate.
3485
3486 2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3487
3488 PR target/33281
3489 * configure.ac: Use config/mh-mingw on mingw.
3490 * configure: Regenerate.
3491
3492 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3493
3494 PR other/32154
3495 * configure.ac: For libgloss targets, point the linker to the linker
3496 script, startup code and simulator library.
3497 * configure: Regenerate.
3498
3499 2007-09-09 Andrew Haley <aph@redhat.com>
3500
3501 * configure.ac (noconfigdirs): Remove target-libffi and
3502 target-libjava.
3503
3504 2007-08-29 Nick Clifton <nickc@redhat.com>
3505
3506 * config.sub, config.guess: Update from upstream sources.
3507
3508 2007-08-21 Richard Guenther <rguenther@suse.de>
3509
3510 * configure.ac: Add types checking to stage1 checking flags.
3511 * configure: Regenerate.
3512
3513 2007-08-18 Paul Brook <paul@codesourcery.com>
3514 Joseph Myers <joseph@codesourcery.com>
3515
3516 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3517 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3518 * Makefile.in: Regenerate.
3519 * configure.ac (--with-debug-prefix-map): New.
3520 * configure: Regenerate.
3521
3522 2007-08-17 Richard Sandiford <richard@codesourcery.com>
3523 Nigel Stephens <nigel@mips.com>
3524
3525 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3526 as target_makefile_frag.
3527 * configure: Regenerate.
3528
3529 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3530
3531 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3532 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3533 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3534 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3535 (do-compare, do-compare3, do-compare-debug): New.
3536 ([+compare-target+]): Use them.
3537
3538 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3539
3540 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3541 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3542 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3543 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3544 (do-compare, do-compare3, do-compare-debug): New.
3545 ([+compare-target+]): Use them.
3546
3547 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3548 Ben Elliston <bje@au.ibm.com>
3549
3550 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3551 --silent if $silent.
3552 * configure: Regenerate.
3553
3554 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
3555
3556 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
3557
3558 2007-07-17 Nick Clifton <nickc@redhat.com>
3559
3560 * COPYING3: New file. Contains version 3 of the GNU General
3561 Public License.
3562 * COPYING3.LIB: New file. Contains version 3 of the GNU
3563 Lesser General Public License.
3564
3565 2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
3566
3567 * configure.ac: Fix my previous change to really match GCC.
3568 * configure: Regenerate.
3569
3570 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3571
3572 * configure.ac: Rewrite 'configure --help' strings to look nicer.
3573 * configure: Regenerate.
3574
3575 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3576
3577 * configure.ac: Add some missing m4 quotation.
3578 * configure: Regenerate.
3579
3580 2007-07-09 Kai Tietz <kai.tietz@onevision.com>
3581
3582 * Makefile.def: Add windmc tool to build.
3583 * Makefile.tpl: Likewise.
3584 * configure.ac: Likewise.
3585 * Makefile.in: Regenerate.
3586 * configure: Regenerate.
3587
3588 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
3589
3590 * lt~obsolete.m4: New. Import from 20070318 libtool.
3591
3592 2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
3593
3594 * configure.ac: Don't add target-libmudflap to noconfigdirs for
3595 uclinux and linux-uclibc targets.
3596 * configure: Regenerate.
3597
3598 2007-06-28 DJ Delorie <dj@redhat.com>
3599
3600 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3601 not building newlib.
3602 * configure: Regenerated.
3603
3604 2007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
3605
3606 * src-release (DEVO_SUPPORT): Correct typos.
3607
3608 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3609
3610 * Makefile.def: Add dependency from configure-gdb to all-bfd.
3611 * Makefile.in: Regenerated.
3612
3613 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
3614
3615 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3616 (distclean-stage[+id+]): Possibly delete stage_last.
3617 * Makefile.in: Regenerate.
3618
3619 2007-06-07 Ben Elliston <bje@au.ibm.com>
3620
3621 * config.sub, config.guess: Update from upstream sources.
3622
3623 2007-06-07 Ben Elliston <bje@au.ibm.com>
3624
3625 * Makefile.tpl: Fix spelling error.
3626 * Makefile.in: Regenerate.
3627
3628 2007-06-04 Paolo Bonzini <bonzini@gnu.org>
3629
3630 Sync with gcc:
3631 2007-05-30 Jakub Jelinek <jakub@redhat.com>
3632
3633 PR bootstrap/29382
3634 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3635 * configure: Rebuilt.
3636
3637 2007-06-01 Steve Ellcey <sje@cup.hp.com>
3638
3639 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3640 lt_cv_sys_max_cmd_len.
3641
3642 2007-05-31 Paolo Bonzini <bonzini@gnu.org>
3643
3644 * ltgcc.m4: Update from GCC.
3645
3646 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
3647
3648 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3649
3650 2007-05-24 Steve Ellcey <sje@cup.hp.com>
3651
3652 * ltmain.sh: Update from GCC.
3653 * libtool.m4: Update from GCC.
3654 * ltsugar.m4: New. Update from GCC.
3655 * ltversion.m4: New. Update from GCC.
3656 * ltoptions.m4: New. Update from GCC.
3657 * ltconfig: Remove.
3658 * ltcf-c.sh: Remove.
3659 * ltcf-cxx.sh: Remove.
3660 * ltcf-gcj.sh: Remove.
3661 * src-release: Update with new libtool file list.
3662
3663 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
3664
3665 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3666 stage_cflags.
3667 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3668 Remove CFLAGS/LIBCFLAGS.
3669 (configure-stage[+id+]-[+prefix+][+module+],
3670 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3671 * Makefile.in: Regenerate.
3672
3673 2007-04-14 Steve Ellcey <sje@cup.hp.com>
3674
3675 * config-ml.in: Update from GCC.
3676
3677 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
3678
3679 * src-release (do-proto-toplev): Process the support directories before
3680 the tool directory.
3681
3682 2007-03-21 Richard Sandiford <richard@codesourcery.com>
3683
3684 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3685 of glob. Quote arguments with single quotes too.
3686 * configure: Regenerate.
3687
3688 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
3689
3690 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3691 * Makefile.in: Regenerate
3692
3693 2007-03-07 Andreas Schwab <schwab@suse.de>
3694
3695 * configure: Regenerate.
3696
3697 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3698
3699 * configure.ac: Add "--with-pdfdir" configure option,
3700 which defines pdfdir variable.
3701 * Makefile.def (target=fixincludes): Add install-pdf to
3702 missing targets.
3703 (recursive_targets): Add install-pdf target.
3704 (flags_to_pass): Add pdfdir.
3705 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3706 target.
3707 * configure: Regenerate
3708 * Makefile.in: Regenerate
3709
3710 2007-02-28 Eric Christopher <echristo@apple.com>
3711
3712 Revert:
3713 2006-12-07 Mike Stump <mrs@apple.com>
3714
3715 * Makefile.def (dependencies): Add dependency for
3716 install-target-libssp and install-target-libgomp on
3717 install-gcc.
3718 * Makefile.in: Regenerate.
3719
3720 2007-02-27 Matt Kraai <kraai@ftbfs.org>
3721
3722 * configure: Regenerate.
3723 * configure.ac: Move statements after variable declarations.
3724
3725 2007-02-19 Joseph Myers <joseph@codesourcery.com>
3726
3727 * configure.ac: Adjust for loop syntax.
3728 * configure: Regenerate.
3729
3730 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
3731
3732 * configure: Rebuilt.
3733
3734 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
3735
3736 * configure.ac: Drop multiple occurrences of --enable-languages,
3737 and fix its quoting.
3738 * configure: Rebuilt.
3739
3740 2007-02-17 Mark Mitchell <mark@codesourcery.com>
3741 Nathan Sidwell <nathan@codesourcery.com>
3742 Vladimir Prus <vladimir@codesourcery.com
3743 Joseph Myers <joseph@codesourcery.com>
3744
3745 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3746 * configure: Regenerate.
3747
3748 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3749
3750 * configure.ac (target_libraries): Move libgcc before libiberty.
3751 * configure: Regenerated.
3752
3753 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
3754
3755 * configure: Regenerate again?
3756
3757 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
3758
3759 * configure: Reapply PR30748 fix which was lost in the previous commit.
3760
3761 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3762 Paolo Bonzini <bonzini@gnu.org>
3763
3764 PR bootstrap/30753
3765 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
3766 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
3767 * configure: Regenerated.
3768
3769 2007-02-10 Paolo Bonzini <bonzini@gnu.org>
3770
3771 * configure: Regenerate.
3772
3773 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3774
3775 PR bootstrap/30748
3776 * configure.ac: Correct syntax for Solaris ksh.
3777 * configure: Regenerated.
3778
3779 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
3780
3781 * Makefile.def: Sync with GCC.
3782 * Makefile.tpl: Sync with GCC.
3783 * Makefile.in: Regenerate.
3784 * configure: Regenerate.
3785
3786 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3787
3788 * Makefile.tpl (build_alias, host_alias, target_alias): Use
3789 noncanonical equivalents.
3790 * configure.in: Rename to...
3791 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
3792 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
3793 target_noncanonical. Use them. Rewrite removal of configure
3794 arguments for autoconf 2.59. Discard variable settings. Force
3795 program_transform_name for native tools.
3796
3797 * Makefile.in: Regenerated.
3798 * configure: Regenerated with autoconf 2.59.
3799
3800 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
3801
3802 2007-02-08 Jeff Johnston <jjohnstn@redhat.com>
3803
3804 * COPYING.LIBGLOSS: Reformat default Red Hat
3805 license to fit within 80 columns.
3806 * COPYING.NEWLIB: Ditto.
3807
3808 2007-02-05 Dave Brolley <brolley@redhat.com>
3809
3810 * Contribute the following changes:
3811 2006-11-28 DJ Delorie <dj@redhat.com>
3812
3813 * configure.in: Fix typo for mep's target_makefile_frag.
3814 * configure: Regenerated.
3815
3816 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
3817
3818 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
3819 * configure: Regenerate.
3820
3821 2001-09-19 DJ Delorie <dj@redhat.com>
3822
3823 * configure.in (target_makefile_frag): use mt-mep
3824
3825 2001-06-12 Don Howard <dhoward@redhat.com>
3826
3827 * configure.in: Remove gdb from MeP skip list.
3828
3829 2001-04-05 DJ Delorie <dj@redhat.com>
3830
3831 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
3832
3833 2001-03-20 Ben Elliston <bje@redhat.com>
3834
3835 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
3836
3837 2001-03-19 Ben Elliston <bje@redhat.com>
3838
3839 * config.sub (mep, mep-*): Add.
3840
3841 2007-01-31 Andreas Schwab <schwab@suse.de>
3842
3843 * Makefile.tpl (LDFLAGS): Substitute it.
3844 * Makefile.in: Regenerate.
3845
3846 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
3847
3848 * configure.in: Change == to = in test command.
3849 * configure: Regenerate.
3850
3851 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
3852 Nick Clifton <nickc@redhat.com>
3853 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
3854
3855 * configure.in (build_configargs, host_configargs, target_configargs):
3856 Remove build/host/target parameters.
3857 (host_libs): Add gmp and mpfr.
3858 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3859 * Makefile.def (gmp, mpfr): New.
3860 (gcc): Remove target.
3861 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3862 target_os, target_vendor): New.
3863 (configure): Add host_alias/target_alias arguments. Adjust invocations.
3864 * configure: Regenerate.
3865 * Makefile.in: Regenerate.
3866
3867 2007-01-11 Matt Fago <fago@earthlink.net>
3868
3869 * configure.in: Try to link to functions only in mpfr 2.2.x
3870 to improve robustness of configure tests.
3871 * configure: Regenerate.
3872
3873 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
3874
3875 * configure.in: Add support for an x86_64-mingw* target.
3876 * configure: Regenerate.
3877
3878 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
3879
3880 * Makefile.tpl (all-target): Correct @if conditional for target
3881 modules.
3882 * configure.in: Omit libiberty if building only target libgcc.
3883 * configure, Makefile.in: Regenerated.
3884
3885 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
3886
3887 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
3888 * configure: Regenerate.
3889
3890 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
3891
3892 * Makefile.def (target_modules): Add libgcc.
3893 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
3894 * Makefile.tpl (clean-target-libgcc): Delete.
3895 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3896 on gcc even for bootstrapped modules. Rewrite handling of
3897 lang_env_dependencies to loop over target_modules.
3898 * configure.in (target_libraries): Add target-libgcc.
3899 * Makefile.in, configure: Regenerated.
3900
3901 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3902
3903 Sync with gcc:
3904 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3905
3906 * configure.in: Reorganize recognition of languages. Add
3907 --enable-stage1-languages. Show supported languages for the chosen
3908 target rather than all recognized languages.
3909 * configure: Regenerate.
3910
3911 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3912
3913 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3914 * Makefile.in: Regenerate.
3915
3916 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3917
3918 * configure.in: Warn that MPFR 2.2.0 is buggy.
3919 * configure: Regenerate.
3920
3921 2006-12-27 Ian Lance Taylor <iant@google.com>
3922
3923 * configure.in: When removing Makefiles to force a reconfigure, also
3924 remove prev-DIR*/Makefile.
3925 * configure: Regenerate.
3926
3927 2006-12-23 Kazu Hirata <kazu@codesourcery.com>
3928
3929 * config.bfd: Recognize fido.
3930
3931 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3932
3933 Sync with gcc:
3934
3935 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3936
3937 * configure.in: Remove "$build" case for powerpc-*-darwin* since
3938 it only affects bootstrap and could be tested on "$host" as well.
3939 * configure: Regenerate.
3940 * config/mh-ppc-darwin: Add to the stage1 cflags here.
3941
3942 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3943
3944 PR bootstrap/29544
3945 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3946 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3947 move here comment from Makefile.tpl.
3948 * Makefile.tpl: Move some definitions higher in the file.
3949 (STAGE1_CHECKING): New.
3950 * configure.in: Add --enable-stage1-checking.
3951 * configure: Regenerate.
3952 * Makefile.in: Regenerate.
3953
3954 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3955
3956 * configure.in: Update error message for missing GMP/MPFR.
3957
3958 * configure: Regenerate.
3959
3960 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3961
3962 * configure.in: Update MPFR version in error message.
3963
3964 * configure: Regenerate.
3965
3966 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3967
3968 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3969 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3970 --with-gmp-lib): New flags.
3971
3972 * configure: Regenerate.
3973
3974 2006-12-12 Andreas Tobler <a.tobler@schweiz.org>
3975
3976 PR bootstrap/30134
3977 * configure.in: Correct x86 darwin support for libjava to powerpc
3978 and i?86 only.
3979 * configure: Regenerate.
3980
3981 2006-12-11 Alan Modra <amodra@bigpond.net.au>
3982
3983 * configure.in: Handle spu makefile frag.
3984 * Makefile.tpl (MAINT): Define
3985 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3986 * configure: Regenerate.
3987 * Makefile.in: Regenerate.
3988
3989 2006-12-11 Ben Elliston <bje@au.ibm.com>
3990
3991 * config.sub, config.guess: Update from upstream sources.
3992
3993 2006-12-11 Ben Elliston <bje@au.ibm.com>
3994
3995 * configure.in: Sync with GCC (spu-*-*).
3996 * configure: Sync with GCC.
3997
3998 2006-12-07 Mike Stump <mrs@apple.com>
3999
4000 * Makefile.def (dependencies): Add dependency for
4001 install-target-libssp and install-target-libgomp on
4002 install-gcc.
4003 * Makefile.in: Regenerate.
4004
4005 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4006
4007 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4008 (unstage): Test for stage_last presence.
4009
4010 PR bootstrap/29802
4011 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4012 * Makefile.in: Regenerate.
4013
4014 2006-11-14 DJ Delorie <dj@redhat.com>
4015
4016 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4017 * Makefile.in: Sync with GCC.
4018 * configure.in: Sync with GCC (mpfr, gmp).
4019 * configure: Sync with GCC.
4020
4021 2006-11-08 Jie Zhang <jie.zhang@analog.com>
4022
4023 * configure.in: Remove target-libgloss from noconfigdirs for
4024 bfin-*-*.
4025 * configure: Regenerated.
4026
4027 2006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4028
4029 * COPYING.NEWLIB: Add spu license.
4030 * COPYING.LIBGLOSS: Ditto.
4031
4032 2006-10-17 Brooks Moses <bmoses@stanford.edu>
4033
4034 * Makefile.def: Added pdf target handling.
4035 * Makefile.tpl: Added pdf target handling.
4036 * Makefile.in: Regenerated.
4037
4038 2006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4039
4040 * COPYING.NEWLIB: Updated.
4041 * COPYING.LIBGLOSS: Ditto.
4042
4043 2006-09-27 Dave Brolley <brolley@redhat.com>
4044
4045 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4046 $s instead of $r.
4047 * configure: Regenerated.
4048
4049 2006-09-26 Ben Elliston <bje@au.ibm.com>
4050
4051 * config.sub, config.guess: Update from upstream sources.
4052
4053 2006-09-20 Thiemo Seufer <ths@mips.com>
4054
4055 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4056 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4057 * configure: Regenerate.
4058
4059 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
4060
4061 * configure.in: Never build newlib for a Mingw host.
4062 Never build newlib as Mingw target library.
4063 Test the existence of winsup/cygwin for building a Cygwin newlib,
4064 rather than just winsup.
4065 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4066 building a Mingw target.
4067 * configure: Regenerate.
4068
4069 2006-08-15 Thiemo Seufer <ths@mips.com>
4070 Nigel Stephens <nigel@mips.com>
4071 David Ung <davidu@mips.com>
4072
4073 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4074
4075 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
4076
4077 Sync from GCC:
4078 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4079
4080 PR bootstrap/18058
4081 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4082 if the bootstrap compiler is a GCC version that supports it.
4083 * configure: Regenerate.
4084
4085 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4086
4087 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4088 * configure: Regenerated.
4089
4090 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
4091
4092 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4093 for stages after the first.
4094
4095 2006-07-17 Jakub Jelinek <jakub@redhat.com>
4096
4097 * Makefile.def: Add dependencies for configure-opcodes
4098 on configure-intl and all-opcodes on all-intl.
4099 * Makefile.in: Regenerated.
4100
4101 2006-07-04 Peter O'Gorman <peter@pogma.com>
4102
4103 * ltconfig: chmod 644 before ranlib during install.
4104
4105 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4106
4107 * configure.in: Fix thinkos in previous check-in.
4108 * configure: Regenerate.
4109
4110 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4111
4112 Sync from gcc:
4113
4114 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4115
4116 PR other/27063
4117 * configure.in: Test subdir_requires and give an appropriate
4118 error message.
4119 * configure: Regenerate.
4120
4121 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4122
4123 PR target/27540
4124 * configure.in: Only enable libgomp on IRIX 6.
4125 * configure: Regenerate.
4126
4127 2006-06-20 David Ayers <d.ayers@inode.at>
4128
4129 PR bootstrap/28072
4130 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4131 whether target-libjava is being configured instead of whether the
4132 java front end is enabled.
4133 * configure: Regenerate.
4134
4135 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4136
4137 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4138 to R_ARM_LDC_SB_G{0,1,2} respectively.
4139
4140 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
4141
4142 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4143 too.
4144 * Makefile.in: Regenerate.
4145
4146 2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4147
4148 Sync from gcc:
4149
4150 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4151 * configure.in: Don't enable libgomp on hpux10.
4152 * configure: Rebuilt.
4153
4154 2006-06-13 David Ayers <d.ayers@inode.at>
4155
4156 Sync from gcc:
4157
4158 2006-06-12 David Ayers <d.ayers@inode.at>
4159
4160 PR bootstrap/27963
4161 PR target/19970
4162 * configure.in: Remove target-boehm-gc from noconfigdirs where
4163 ${libgcj} is specified.
4164 * configure: Regenerate.
4165
4166 2006-06-08 Jeff Johnston <jjohnstn@redhat.com>
4167
4168 Sync from gcc:
4169
4170 2005-01-12 David Edelsohn <edelsohn@gnu.org>
4171 Andreas Schwab <schwab@suse.de>
4172
4173 PR bootstrap/18033
4174 * config-ml.in: Eval option if surrounded by single quotes.
4175
4176 2006-06-07 Carlos O'Donell <carlos@codesourcery.com>
4177
4178 Sync from gcc:
4179
4180 2006-06-06 David Ayers <d.ayers@inode.at>
4181
4182 PR libobjc/13946
4183 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4184 * Makefile.in: Regenerate.
4185 * configure.in: Add --enable-objc-gc at toplevel and have it
4186 enable boehm-gc for Objective-C.
4187 Remove target-boehm-gc from libgcj.
4188 Add target-boehm-gc to target_libraries.
4189 Add target-boehm-gc to noconfigdirs where ${libgcj}
4190 is specified.
4191 Assert that boehm-gc is supported when requested for Objective-C.
4192 Only build boehm-gc if needed either for Java or Objective-C.
4193 * configure: Regenerate.
4194
4195 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
4196
4197 PR 27674
4198 * Makefile.tpl (configure-[+prefix+][+module+],
4199 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4200 Remove rule to unstage bootstrapped modules.
4201 (stage_current): New.
4202 * Makefile.in: Regenerate.
4203
4204 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4205 Andreas Tobler <a.tobler@schweiz.ch>
4206
4207 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4208 * configure: Rebuilt.
4209
4210 Revert
4211 2006-01-31 Richard Guenther <rguenther@suse.de>
4212 Paolo Bonzini <bonzini@gnu.org>
4213
4214 * Makefile.def (target_modules): Add libgcc-math target module.
4215 * configure.in (target_libraries): Add libgcc-math target library.
4216 (--enable-libgcc-math): New configure switch.
4217 * Makefile.in: Re-generate.
4218 * configure: Re-generate.
4219
4220 2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
4221
4222 * config-ml.in: Alter CCASFLAGS to include special
4223 multilib options the same as is done for CFLAGS.
4224
4225 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4226
4227 * Makefile.def: Added dependencies from sim and gdb on intl, and
4228 added configure dependencies to everything with an all dependency
4229 on intl.
4230 * gettext.m4: Removed.
4231 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
4232 (GDB_SUPPORT_DIRS): Add intl.
4233 * Makefile.in: Regenerated.
4234
4235 2006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
4236
4237 * src-release (DEVO_SUPPORT): Add config.rpath.
4238
4239 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
4240
4241 * Makefile.def (bfd, opcodes): Fix lib_path.
4242 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4243 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4244 * Makefile.in: Regenerate.
4245
4246 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4247
4248 * configure.in: Enable gprof for cross builds.
4249 * configure: Regenerate.
4250
4251 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4252
4253 * src-release (MAKEINFOFLAGS): Define.
4254 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
4255
4256 2006-05-14 Ben Elliston <bje@au.ibm.com>
4257
4258 * config.sub, config.guess: Update from upstream sources.
4259
4260 2006-05-12 Ben Elliston <bje@au.ibm.com>
4261
4262 * config.sub, config.guess: Update from upstream sources.
4263
4264 2006-05-04 Steve Ellcey <sje@cup.hp.com>
4265
4266 * blt, iwidgets, mmalloc: Remove directories.
4267
4268 2006-05-01 DJ Delorie <dj@redhat.com>
4269
4270 * configure.in: Restore CFLAGS if GMP isn't present.
4271 * configure: Regenerate.
4272
4273 2006-04-18 DJ Delorie <dj@redhat.com>
4274
4275 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4276 reference libgloss so that libssp can be built in a combined
4277 tree.
4278 * configure: Regenerate.
4279
4280 2006-04-10 Ben Elliston <bje@au.ibm.com>
4281
4282 * contrib: Remove directory.
4283
4284 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
4285
4286 * Makefile.tpl: Add install-html target.
4287 * Makefile.def: Add install-html target.
4288 * Makefile.in: Regenerate.
4289 * configure.in: Add --with-datarootdir, --with-docdir,
4290 and --with-htmldir options.
4291 * configure: Regenerate.
4292
4293 2006-03-31 Ben Elliston <bje@au.ibm.com>
4294
4295 PR binutils/1860
4296 * configure.in: Require makeinfo 4.4 or higher.
4297 * configure: Regenerate.
4298
4299 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
4300
4301 * Makefile.in: Regenerate.
4302
4303 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
4304
4305 Sync with gcc:
4306 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
4307
4308 * configure.in: Handle --disable-<component> generically.
4309 * configure: Regenerate.
4310
4311 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
4312
4313 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4314 (TARGET_CONFIGDIRS): Remove.
4315 * configure.in: Remove AC_SUBST(target_configdirs).
4316 * Makefile.in, configure: Regenerated.
4317
4318
4319 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4320
4321 PR libgcj/17311
4322 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4323
4324 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
4325
4326 PR bootstrap/25670
4327
4328 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4329
4330 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4331 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4332 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4333 BUILD_PREFIX, BUILD_PREFIX_1.
4334 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4335
4336 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4337 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4338
4339 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4340 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4341 of `cat stage_current`. Always provide the `r' and `s' variables.
4342 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4343 a single shell execution.
4344 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4345 bootstrapped modules, make the stage1 module if the build was not
4346 started yet, else build the current stage.
4347 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4348 (all-build, all-host, all-target, [+make_target+]-host,
4349 [+make_target+]-target): Do not use \-continued lines.
4350 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4351 (current_stage, restrap, stage_last): New.
4352
4353 * Makefile.in: Regenerate.
4354 * configure: Regenerate.
4355
4356 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4357
4358 Sync from gcc:
4359
4360 2006-01-31 Richard Guenther <rguenther@suse.de>
4361 Paolo Bonzini <bonzini@gnu.org>
4362
4363 * Makefile.def (target_modules): Add libgcc-math target module.
4364 * configure.in (target_libraries): Add libgcc-math target library.
4365 (--enable-libgcc-math): New configure switch.
4366 * Makefile.in: Re-generate.
4367 * configure: Re-generate.
4368 * libgcc-math: New toplevel directory.
4369
4370 2006-01-18 Richard Henderson <rth@redhat.com>
4371 Jakub Jelinek <jakub@redhat.com>
4372 Diego Novillo <dnovillo@redhat.com>
4373
4374 * libgomp: New directory.
4375 * Makefile.def: Add target_module libgomp.
4376 * Makefile.in: Regenerate.
4377 * configure.in (target_libraries): Add target-libgomp.
4378 * configure: Regenerate.
4379
4380 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4381 Andreas Schwab <schwab@suse.de>
4382
4383 * configure: Regenerate.
4384
4385 2006-01-16 Paolo Bonzini <bonzini@gnu.org>
4386
4387 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4388 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4389 the assembler, linker and binutils.
4390 * configure: Regenerate.
4391
4392 2006-01-16 Nick Clifton <nickc@redhat.com>
4393
4394 * config.sub, config.guess: Sync from config repository.
4395
4396 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
4397
4398 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4399 @ from continuation.
4400 * Makefile.in: Rebuilt.
4401
4402 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4403
4404 Sync from gcc:
4405
4406 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4407
4408 PR bootstrap/24252
4409
4410 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4411 * Makefile.tpl (OBJDUMP): New.
4412 (EXTRA_HOST_FLAGS): Add it.
4413 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4414
4415 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4416 to use symbolic links between directories. Avoid race conditions
4417 or make them harmless.
4418 * configure.in: Do not try to use symbolic links between directories.
4419
4420 * Makefile.def (LEAN): Pass.
4421 * Makefile.tpl (LEAN): Define.
4422 (stage[+id+]-start): Accept that the previous directory does not
4423 exist, if the bootstrap is lean.
4424 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4425 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4426 configure substitution.
4427 ([+compare-target+]): Likewise.
4428 ([+bootstrap-target+]-lean): New.
4429 * configure.in: Remove lean bootstrap support from here.
4430
4431 * Makefile.in: Regenerate.
4432 * configure: Regenerate.
4433
4434 2006-01-02 Andreas Schwab <schwab@suse.de>
4435
4436 * configure.in: When reconfiguring remove Makefile in
4437 all stage directories.
4438 * configure: Regenerate.
4439
4440 2005-12-27 Leif Ekblad <leif@rdos.net>
4441
4442 * configure.in: Add support for RDOS target.
4443 * configure: Regenerate.
4444
4445 2005-12-27 Nick Clifton <nickc@redhat.com>
4446
4447 PR binutils/1990
4448 * libtool.m4: Synchronize with version in GCC sources.
4449
4450 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
4451
4452 Revert Ada-related part of the previous change.
4453
4454 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4455 Do not pass.
4456 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4457 * Makefile.in: Regenerate.
4458 * configure.in: Do not include mt-ppc-aix target fragment.
4459 * configure: Regenerate.
4460
4461 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
4462
4463 * configure.in: Select appropriate fragments for PowerPC/AIX.
4464 * configure: Regenerate.
4465
4466 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4467 BOOT_CFLAGS, BOOT_LDFLAGS.
4468 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4469 BOOT_CFLAGS, BOOT_LDFLAGS.
4470 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4471 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4472 (stage): Fail if we cannot complete the work.
4473 * Makefile.in: Regenerate.
4474
4475 2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
4476
4477 * COPYING.NEWLIB: Update copyright year for default
4478 copyright.
4479
4480 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
4481
4482 * Makefile.tpl (all, do-[+make_target+], do-check, install,
4483 install-host-nogcc): Don't invoke $(stage) at the end.
4484 * Makefile.in: Regenerate.
4485
4486 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
4487
4488 * configure.in: Flip the top-level bootstrap switch.
4489 * configure: Regenerate.
4490
4491 Merge from gcc:
4492
4493 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
4494
4495 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4496 $(stage) and $(unstage).
4497 (EXTRA_TARGET_FLAGS): Correct double-quoting.
4498 (all): Remove stray semicolon.
4499 (local-distclean): Don't handle multilib.tmp and multilib.out.
4500 (install.all): Set $s for consistency.
4501 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4502 check_multilibs setting. Always make the install directory.
4503 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4504 Correct @if/@endif.
4505 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4506 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4507 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4508 (multilib.out): Remove.
4509 * Makefile.in: Regenerated.
4510
4511 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4512
4513 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4514 * configure.in: Replace ms1 arch with mt.
4515 * configure: Rebuilt.
4516
4517 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4518
4519 Sync with gcc:
4520
4521 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4522
4523 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4524 * configure.in: Replace ms1 arch with mt.
4525 * configure: Rebuilt.
4526
4527 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4528
4529 Sync with gcc:
4530
4531 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4532
4533 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4534 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4535 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
4536 Find in-tree tools if available.
4537 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4538 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4539 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4540 (COMPILER_*_FOR_TARGET): New.
4541 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4542 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4543 (CONFIGURED_*, USUAL_*): Remove.
4544 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4545 STRIP): Use autoconf substitutions.
4546 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4547 COMPILER_NM_FOR_TARGET): New.
4548 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4549
4550 (all): Make all-host and all-target in parallel.
4551 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4552 that $$r and $$s are set before invoking a recursive make.
4553 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4554 ([+bootstrap-target+]): Inline most of the `all' target.
4555
4556 2005-11-29 Ben Elliston <bje@au.ibm.com>
4557
4558 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4559 from the gcc build directory.
4560 * Makefile.in: Regenerate.
4561
4562 2005-11-29 Ben Elliston <bje@au.ibm.com>
4563
4564 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
4565 depend on all-libdecnumber.
4566 * configure.in (host_libs): Include libdecnumber.
4567 * Makefile.in: Regenerate.
4568 * configure: Likewise.
4569
4570 2005-11-21 Kean Johnston <jkj@sco.com>
4571
4572 * config.sub, config.guess: Sync from upstream sources.
4573
4574 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
4575
4576 * Makefile.def: Remove gdb dependencies for gdbtk.
4577 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4578 (configure-gdb, install-gdb): New rules.
4579 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4580 * Makefile.in, configure: Regenerated.
4581
4582 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
4583
4584 PR bootstrap/24297
4585 * Makefile.tpl (do-[+make-target+], do-check, install,
4586 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4587 are set before recursing.
4588 * Makefile.in: Regenerate.
4589
4590 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
4591
4592 PR bootstrap/18939
4593 * Makefile.def (gcc) <target>: Fix thinko.
4594 * Makefile.in: Regenerate.
4595
4596 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
4597
4598 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4599 * configure: Regenerate.
4600
4601 2005-10-09 Kazu Hirata <kazu@codesourcery.com>
4602
4603 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4604 target-libffi, target-qthreads, target-libjava, and
4605 targetlibobjc.
4606 * configure: Regenerate.
4607
4608 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
4609
4610 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4611 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4612 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4613 (USUAL_OBJDUMP_FOR_TARGET): New.
4614 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4615 * configure.in: Check for $OBJDUMP_FOR_TARGET.
4616 * configure, Makefile.in: Regenerated.
4617
4618 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
4619
4620 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4621 before other host packages.
4622
4623 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
4624
4625 PR bootstrap/22340
4626
4627 * configure.in (default_target): Remove.
4628 * Makefile.tpl (all): Do not use prerequisites as subroutines
4629 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4630 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4631 use prerequisites as subroutines.
4632 (check-host, check-target): New.
4633 (bootstrap configure & all targets): Do not use stage*-start
4634 if the directory layout is already ok.
4635 (non-bootstrap configure & all targets): Prepend a $(unstage).
4636 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
4637 (NOTPARALLEL): Remove.
4638 (unstage, stage variables): New variables.
4639 (unstage, stage targets): Simply expand to those variables.
4640
4641 * configure: Regenerate.
4642 * Makefile.in: Regenerate.
4643
4644 2005-10-04 James E Wilson <wilson@specifix.com>
4645
4646 * Makefile.def (lang_env_dependencies): Add libmudflap.
4647 * Makefile.in: Regenerate.
4648
4649 2005-10-03 Catherine Moore <clm@cm00re.com>
4650
4651 * configure.in (bfin-*-*): Support bfin.
4652 * configure: Regenerated.
4653
4654 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
4655
4656 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4657 * configure: Regenerated.
4658
4659 2005-09-28 Geoffrey Keating <geoffk@apple.com>
4660
4661 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4662 (LIPO_FOR_TARGET): New.
4663 (CONFIGURED_LIPO_FOR_TARGET): New.
4664 (USUAL_LIPO_FOR_TARGET): New.
4665 (STRIP_FOR_TARGET): New.
4666 (CONFIGURED_STRIP_FOR_TARGET): New.
4667 (USUAL_STRIP_FOR_TARGET): New.
4668 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4669 STRIP_FOR_TARGET.
4670 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4671 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4672 * Makefile.in: Regenerate.
4673 * configure: Regenerate.
4674
4675 2005-09-19 David Edelsohn <edelsohn@gnu.org>
4676
4677 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4678 (rs6000-*-aix*): Same.
4679 * configure: Regenerate.
4680
4681 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
4682
4683 * configure.in: Recognize f95 in the --enable-languages option,
4684 and substitute it for fortran, issuing a warning.
4685 * configure: Regenerate.
4686
4687 2005-09-07 Ben Elliston <bje@au.ibm.com>
4688
4689 Import from Autoconf sources:
4690
4691 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
4692 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
4693 Elliston. Handle weird characters correctly.
4694
4695 2005-08-30 Phil Edwards <phil@codesourcery.com>
4696
4697 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
4698 * configure: Regenerated.
4699
4700 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
4701
4702 * Makefile.def (libssp): Add to lang_env_dependencies.
4703 * Makefile.in: Regenerate.
4704
4705 2005-08-17 Christian Groessler <chris@groessler.org>
4706
4707 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4708 * Makefile.in: Regenerate.
4709
4710 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
4711
4712 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4713 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4714 Look for alternate names of the target cc and c++
4715 * configure: Regenerate.
4716
4717 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
4718
4719 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4720 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4721 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4722 tools; remove code to manually set them.
4723 (Target tools): Look in the environment for them.
4724 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4725 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4726 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4727 build directory.
4728 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4729 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4730 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4731 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4732 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4733 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4734 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4735 * configure: Regenerate.
4736 * Makefile.in: Regenerate.
4737
4738 2005-07-27 Mark Mitchell <mark@codesourcery.com>
4739
4740 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4741 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4742 * Makefile.in: Regenerated.
4743
4744 2005-07-26 Mark Mitchell <mark@codesourcery.com>
4745
4746 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4747 (CFLAGS_FOR_TARGET): Use it.
4748 (CXXFLAGS_FOR_TARGET): Likewise.
4749 * Makefile.in: Regenerated.
4750 * configure.in (--with-build-sysroot): New option.
4751 * configure: Regenerated.
4752
4753 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
4754
4755 * Makefile.tpl: Wrap install between unstage and stage
4756 * Makefile.in: Regenerate.
4757
4758 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
4759
4760 * all files: Update FSF address.
4761
4762 2005-07-14 Jim Blandy <jimb@redhat.com>
4763
4764 * configure.in: Add cases for Renesas m32c.
4765 * configure: Regenerated.
4766
4767 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
4768
4769 * COPYING, compile, config-ml.in, config.guess,
4770 config.sub, install-sh, missing, mkinstalldirs,
4771 symlink-tree, ylwrap: Sync from upstream sources.
4772
4773 2005-07-13 Eric Christopher <echristo@redhat.com>
4774
4775 * configure.in: Add toplevel noconfigdir support for tpf.
4776 * configure: Regenerate.
4777
4778 2005-07-11 Jakub Jelinek <jakub@redhat.com>
4779
4780 * Makefile.def (target_modules): Add libssp.
4781 * configure.in (target_libraries): Add target-libssp.
4782 * configure: Rebuilt.
4783 * Makefile.in: Rebuilt.
4784
4785 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
4786
4787 PR ada/22340
4788
4789 * Makefile.def: Sync with gcc.
4790 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4791 * Makefile.in: Regenerate.
4792
4793 2005-07-07 Andreas Schwab <schwab@suse.de>
4794
4795 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4796 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4797 * Makefile.in: Regenerated.
4798
4799 2005-07-07 Kazu Hirata <kazu@codesourcery.com>
4800
4801 * configure.in: Add --enable-libssp and --disable-libssp.
4802 * configure: Regenerate with autoconf-2.13.
4803
4804 2005-07-06 Geoffrey Keating <geoffk@apple.com>
4805
4806 * configure.in: Don't build sim or rda when targetting darwin.
4807 * configure: Regenerate.
4808
4809 2005-07-04 Ben Elliston <bje@gnu.org>
4810
4811 * src-release (do-proto-toplev): Remove dejagnu bits.
4812 (DEJAGNU_SUPPORT_DIRS): Remove.
4813 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
4814 (GDBD_SUPPORT_DIRS): Likewise.
4815 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
4816 (INSIGHTD_SUPPORT_DIRS): Likewise.
4817 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
4818
4819 2005-06-30 Ben Elliston <bje@gnu.org>
4820
4821 * setup.com (mpw): Remove unused directive.
4822
4823 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
4824
4825 * Makefile.def (stagefeedback): Come after profile.
4826 Define profiledbootstrap target.
4827 * Makefile.tpl (profiledbootstrap): Remove.
4828 (stageprofile-end): Zap stagefeedback.
4829 (stagefeedback-start): Copy all .gcda files, not only GCC's.
4830 * Makefile.in: Regenerate.
4831
4832 2005-06-13 Zack Weinberg <zack@codesourcery.com>
4833
4834 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
4835 In 'cpp' stanza, support '#line' as well as '# '.
4836
4837 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
4838
4839 * configure.in (unsupported_languages): New macro.
4840 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
4841 non-ported target libraries in noconfigdirs.
4842 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4843 non-linux-gnu. Remove libgcj_ex_libffi.
4844 <lang_frag loop>: Set add_this_lang=no if the language is in
4845 unsupported_languages.
4846 * configure: Regenerate.
4847
4848 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
4849
4850 * configure.in: Fix typo in handling of --with-mpfr-dir.
4851 * configure: Regenerate.
4852
4853 2005-06-02 Jim Blandy <jimb@redhat.com>
4854
4855 * config.sub: Add cases for the Renesas m32c. (This patch has been
4856 accepted into the master sources.)
4857
4858 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
4859 Michael Snyder <msnyder@redhat.com>
4860 Stan Cox <scox@redhat.com>
4861
4862 * configure.in: Set noconfigdirs for ms1.
4863
4864 * configure: Regenerate.
4865
4866 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
4867
4868 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4869 (Dependencies): Consider target modules for bootstrap dependencies.
4870 Make target bootstrap modules depend on each stage's gcc.
4871 * Makefile.in: Regenerate.
4872
4873 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
4874
4875 * Makefile.def (configure-gcc): Depend on binutils having been built.
4876 (all-gcc): No need to do it here.
4877 * Makefile.in: Regenerate.
4878
4879 2005-05-19 Paul Brook <paul@codesourcery.com>
4880
4881 * configure.in: Rewrite misleading error message when requested
4882 language cannot be built.
4883 * configure: Regenerate.
4884
4885 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4886
4887 * ylwrap: Import from Automake 1.9.5.
4888
4889 2005-05-04 Mike Stump <mrs@apple.com>
4890
4891 * configure.in: Always pass --target to target configures as
4892 otherwise rebuilds that do --recheck will fail.
4893 * configure: Rebuilt.
4894
4895 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
4896
4897 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4898 STAGE_HOST_EXPORTS.
4899 (configure, all): Add bootstrap support.
4900 (Host modules, target modules): Pass post-stage1 flags and exports.
4901 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4902 * Makefile.in: Regenerate.
4903
4904 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
4905
4906 Sync from gcc:
4907
4908 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
4909
4910 * config.sub: Update from master copy.
4911
4912 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
4913
4914 * configure.in <crisv32-*-*, cris-*-*>: New local variable
4915 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
4916 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
4917 "*-*-elf" and "*-*-linux*".
4918 * configure: Regenerate.
4919
4920 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
4921
4922 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
4923 (TARGET_CONFIGARGS): Include --with-target-subdir.
4924 (configure, all): New macros. Use them throughout.
4925
4926 2005-04-05 Paolo Bonzini <bonzini@gnu.org>
4927
4928 * Makefile.tpl: Sync with gcc.
4929 * Makefile.in: Regenerate.
4930
4931 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
4932
4933 * config/mh-mingw32: Delete.
4934 * configure.in: Don't use it.
4935 * configure: Regenerate.
4936
4937 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
4938
4939 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4940 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4941 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
4942 (HOST_LIB_PATH): Generate from Makefile.def.
4943 (TARGET_LIB_PATH): Likewise.
4944 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4945 * Makefile.in: Regenerate.
4946 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4947 (RPATH_ENVVAR): Include Darwin case.
4948 * configure: Regenerate.
4949
4950 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
4951
4952 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4953 * configure: Regenerate.
4954
4955 2005-03-21 Zack Weinberg <zack@codesourcery.com>
4956
4957 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4958 gcc_version, and gcc_version_trigger from set of flags to pass.
4959 * Makefile.tpl: Remove definitions of above variables.
4960 (config.status): Remove dependency on $(gcc_version_trigger).
4961 * Makefile.in: Regenerate.
4962 * configure.in: Do not reference config/gcc-version.m4 nor
4963 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
4964 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
4965 * configure: Regenerate.
4966
4967 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
4968 Andrew Pinski <pinskia@physics.uc.edu>
4969
4970 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4971 * Makefile.in: Regenerate.
4972
4973 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
4974
4975 PR libgcj/20160
4976 * ltmain.sh: Avoid creating archives with components that have
4977 duplicate basenames.
4978
4979 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
4980
4981 PR bootstrap/20250
4982 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4983 instead of check.
4984 * Makefile.in: Regenerate.
4985
4986 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
4987
4988 Sync from gcc.
4989
4990 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
4991
4992 PR bootstrap/17383
4993 * Makefile.def (target_modules): Remove "stage", now unnecessary.
4994 * Makefile.tpl (HOST_SUBDIR): New substitution.
4995 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4996 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4997 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4998 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4999 (Host modules, Bootstrapped modules): Use it.
5000 (Build modules, Target modules): Do not create symlink trees,
5001 always configure out-of-srcdir.
5002 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5003 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5004 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5005 $(HOST_SUBDIR). Create a symlink for host_subdir.
5006
5007 * Makefile.in: Regenerate.
5008 * configure: Regenerate.
5009
5010 Merged from libada-gnattools-branch:
5011 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5012
5013 * Makefile.def: Add gnattools as a module, depending on target-libada.
5014 * Makefile.in: Regenerate.
5015 * configure.in: Include gnattools in host_tools; disable it if ada
5016 is disabled.
5017 * configure: Regenerate.
5018
5019 2005-02-23 Nick Clifton <nickc@redhat.com>
5020
5021 * configure: Regenerate.
5022
5023 2005-02-22 Paul Schlie <schlie@comcast.net>
5024
5025 * configure.in: Allow darwin targeted ports to build tk, itcl and
5026 libgui.
5027
5028 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5029
5030 PR libgcj/10353
5031 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5032 * configure: Regenerate.
5033
5034 2005-02-08 Andrew Cagney <cagney@gnu.org>
5035
5036 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5037 gdb/ section. Update GDB's URL.
5038
5039 2005-01-31 Andrew Cagney <cagney@gnu.org>
5040
5041 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5042
5043 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
5044
5045 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5046 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5047 target-libgloss when not *-*-elf and *-*-aout.
5048 * configure: Regenerate.
5049
5050 2005-01-27 Andrew Cagney <cagney@gnu.org>
5051
5052 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5053
5054 2005-01-24 Andrew Cagney <cagney@gnu.org>
5055
5056 * gettext.m4: Only fall back to ../intl/ when it's present.
5057
5058 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5059
5060 * install-sh, config.sub: Import from upstream.
5061
5062 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5063
5064 PR bootstrap/18222
5065 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5066 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5067 * Makefile.in: Regenerate.
5068
5069 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
5070
5071 Revert 2004-12-28 Makefile changes, a better fix will be
5072 applied to mainline and src after GCC 4.0 branches.
5073
5074 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
5075
5076 PR bootstrap/17383
5077
5078 * Makefile.def (target_modules): Remove stage parameter,
5079 it is always true now.
5080 * Makefile.tpl (configure-build-[+module+],
5081 configure-target-[+module+]): Always build symlink tree
5082 for the directory and for include. BUILD_SUBDIR and
5083 TARGET_SUBDIR cannot be . anymore.
5084 * Makefile.in: Regenerate.
5085
5086 2004-12-25 David Edelsohn <edelsohn@gnu.org>
5087
5088 Revert 2004-12-08 Makefile changes.
5089
5090 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5091
5092 * configure.in (sh64-*-*): Reenable gprof.
5093 * configure: Regenerate.
5094
5095 2004-12-09 Jim Blandy <jimb@redhat.com>
5096
5097 * MAINTAINERS: List 'depcomp' as part of automake.
5098
5099 2004-12-08 David Edelsohn <edelsohn@gnu.org>
5100
5101 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5102 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5103 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5104 * Makefile.in: Regenerate.
5105
5106 2004-12-07 Matt Kraai <kraai@ftbfs.org>
5107
5108 * Makefile.tpl: Generate normal dependencies if the LHS module is
5109 not bootstrapped.
5110 * Makefile.in: Regenerate.
5111
5112 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5113
5114 * configure.in: Include config/gxx-include-dir.m4. Use
5115 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5116 * configure: Regenerate.
5117
5118 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5119
5120 * config.if: Delete.
5121 * configure.in: Set libstdcxx_incdir directly.
5122 * configure: Regenerate.
5123 * MAINTAINERS: Remove mention of config.if.
5124 * src-release (DEVO_SUPPORT): Remove config.if.
5125
5126 2004-12-02 Eric Christopher <echristo@redhat.com>
5127
5128 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5129 of things to remove.
5130 * Makefile.in: Regenerate.
5131
5132 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5133
5134 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5135 * configure: Regenerate.
5136
5137 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5138
5139 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5140 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5141 * configure: Regenerate.
5142
5143 2004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5144
5145 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5146 (hppa*64*-*-*): Delete incorrect comment.
5147 * configure: Rebuilt.
5148
5149 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5150
5151 * install-sh, compile: Import from automake.
5152
5153 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5154
5155 * config.guess, config.sub: Import from savannnah.
5156
5157 2004-11-12 Mike Stump <mrs@apple.com>
5158
5159 * Makefile.def: Add html support.
5160 * Makefile.tpl: Likewise.
5161 * Makefile.in: Regenerate.
5162
5163 2004-11-11 Geoffrey Keating <geoffk@apple.com>
5164
5165 PR 18423
5166 * configure.in: Remove all instances of build-fixincludes from
5167 noconfigdirs.
5168 (build_configargs): Supply --target to subdirectories.
5169 * configure: Regenerate.
5170
5171 * Makefile.def: Make gcc install depend on fixincludes install.
5172 * Makefile.in: Regenerate.
5173
5174 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5175
5176 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5177 target-libgfortran.
5178 * configure: Regenerate.
5179
5180 2004-11-07 David Edelsohn <edelsohn@gnu.org>
5181
5182 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5183 like CC.
5184
5185 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
5186
5187 * Makefile.def (host fixincludes): Specify missing targets.
5188 * Makefile.in: Regenerate.
5189
5190 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5191
5192 PR other/17783
5193 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5194 * configure: Regenerated.
5195
5196 2004-11-04 Daniel Jacobowitz <dan@debian.org>
5197
5198 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5199 * configure: Regenerated.
5200
5201 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
5202
5203 PR target/18151
5204 * configure.in (case ${target}): Do not build fixincludes for avr.
5205 * configure: Regenerated.
5206
5207 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
5208
5209 * configure.in (case ${target}): Do not build fixincludes
5210 on platforms where it is not used.
5211 * configure: Regenerated.
5212
5213 2004-10-23 Daniel Jacobowitz <dan@debian.org>
5214
5215 * configure.in: Use an absolute path to install-sh.
5216 * configure: Regenerated.
5217
5218 2004-10-19 Andrew Cagney <cagney@gnu.org>
5219
5220 * src-release (do-djunpack, do-md5sum): Install the generated file
5221 directly into the proto-toplev/ directory.
5222
5223 2004-10-19 Andrew Cagney <cagney@gnu.org>
5224
5225 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
5226
5227 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
5228
5229 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5230 * configure: Regenerate.
5231
5232 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
5233
5234 Fix wrong conflict resolution in:
5235
5236 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
5237
5238 * Makefile.in: Regenerate.
5239 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5240 in the recursive `make', instead of hardwiring `all'.
5241 (Autogenerated TARGET-* variables): New.
5242
5243 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5244
5245 Merged from GCC / libtool upstream:
5246 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
5247 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5248 * ltcf-cxx.sh (tpf*): Likewise.
5249 * ltconfig (tpf*): Add TPF OS configuration support.
5250
5251 2004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
5252
5253 * configure.in: Enable target-libgloss for crx-*-*.
5254 * configure: Regenerate.
5255
5256 2004-09-24 Michael Roth <mroth@nessie.de>
5257
5258 * configure.in (--without-headers): Add missing double quotes.
5259 * configure: Regenerate.
5260
5261 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
5262
5263 * ylwrap: Revert to previous version.
5264
5265 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
5266
5267 PR bootstrap/17369
5268 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5269 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5270 SET_GCC_LIB_PATH_CMD.
5271 (BASE_TARGET_EXPORTS): Likewise.
5272 * Makefile.in: Regenerated.
5273
5274 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5275 * configure: Regenerated.
5276
5277 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
5278
5279 * config.guess: New upstream version
5280 * compile, depcomp, install-sh, ylwrap: Likewise.
5281
5282 2004-09-19 Roger Sayle <roger@eyesopen.com>
5283
5284 * config/mh-x86omitfp: New host makefile fragment. Add
5285 -fomit-frame-pointer to the default BOOT_CFLAGS.
5286 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5287 * configure: Regenerate.
5288
5289 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
5290
5291 PR target/11572
5292 * configure.in (*-*-darwin*): Renable libobjc.
5293 * configure: Regenerate.
5294
5295 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
5296
5297 * Makefile.def: Remove libbanshee.
5298 * Makefile.tpl: Ditto.
5299 * configure.in: Ditto.
5300 * Makefile.in: Regen.
5301 * configure: Ditto.
5302
5303 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
5304
5305 * missing: Import latest version from master repository.
5306
5307 2004-09-04 Nick Clifton <nickc@redhat.com>
5308
5309 * config.sub: Import latest version from master repository.
5310 * config.guess: Likewise.
5311 This includes these changes:
5312
5313 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
5314
5315 * config.sub: Handle crisv32, alias etraxfs.
5316 * config.guess (crisv32:Linux:*:*): Handle.
5317
5318 2004-08-13 Brad Smith <brad@comstyle.com>
5319
5320 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5321 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5322
5323 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
5324
5325 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5326 assume the processor is a powerpc. This is because coreutils
5327 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5328 in this case, due to a MacOS X bug that causes
5329 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5330 to return a negative number.
5331 Problem reported by Petter Reinholdtsen in:
5332 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5333
5334 2004-07-19 Ben Elliston <bje@gnu.org>
5335
5336 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5337
5338 2004-06-24 Ben Elliston <bje@gnu.org>
5339
5340 * config.guess: Update copyright years.
5341 * config.sub: Likewise.
5342
5343 2004-06-22 Robert Millan <robertmh@gnu.org>
5344
5345 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5346 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5347
5348 2004-06-22 Stanley F. Quayle <stan@stanq.com>
5349
5350 * config.guess (*:*VMS:*:*): New entry. Replaces
5351 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5352 manufacturer.
5353
5354 2004-06-22 Ben Elliston <bje@gnu.org>
5355
5356 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5357 * config.sub: Likewise.
5358
5359 2004-06-22 Ben Elliston <bje@gnu.org>
5360
5361 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5362 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5363
5364 2004-06-11 Ben Elliston <bje@gnu.org>
5365
5366 * config.guess (pegasos:OpenBSD:*:*): Remove.
5367
5368 2004-06-11 Ben Elliston <bje@gnu.org>
5369
5370 From Wouter Verhelst <wouter@grep.be>:
5371 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5372
5373 2004-06-11 Ben Elliston <bje@gnu.org>
5374
5375 * config.guess (luna88k:OpenBSD:*:*): New.
5376
5377 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5378
5379 * config.guess (m32r*:Linux:*:*): New case.
5380 * config.sub: Handle m32rle.
5381
5382 2004-03-12 Ben Elliston <bje@wasabisystems.com>
5383
5384 From Jens Petersen <petersen@redhat.com>:
5385 * config.sub: Handle sparcv8.
5386
5387 2004-03-03 Ben Elliston <bje@wasabisystems.com>
5388
5389 From Tom Smith <smith@cag.lkg.hp.com>:
5390 * config.guess: Version suffixes are equally significant on Tru64
5391 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
5392 prefix of "P" (patched kernel).
5393
5394 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
5395
5396 * config.sub: Add support for National Semiconductor CRX target.
5397
5398 2004-09-03 Jan Beulich <jbeulich@novell.com>
5399
5400 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5401 *-*-netware, but add target-libmudflap.
5402 Consolidate *-*-netware targets (of which really only i?86 exists)
5403 into a single entry.
5404 * configure: Likewise.
5405
5406 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
5407
5408 * Makefile.tpl (sorry): Remove.
5409 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5410 (cleanstrap targets): Depend on distclean, not distclean-stage1.
5411 (do-clean): Clean per-stage directories too.
5412 (do-distclean): Run distclean-stage1 too.
5413 (.NOTPARALLEL): Enable during toplevel bootstrap.
5414 (stage[+id+]-bubble): Enable parallel execution during
5415 the recursive invocation.
5416 * Makefile.in: Regenerate.
5417
5418 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
5419
5420 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
5421
5422 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5423 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5424 * configure: regenerate
5425 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5426 -mdynamic-no-pic
5427
5428 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
5429
5430 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5431 include.
5432 * configure.in: Fix indentation.
5433 * configure: Regenerate.
5434
5435 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
5436
5437 * Makefile.def (build_modules): Add fixincludes.
5438 (dependencies): Make gcc depend on fixincludes.
5439 * configure.in (build_tools): Add fixincludes.
5440 (build_configdirs): Always include build_libs.
5441 * Makefile.in: Regenerate.
5442 * configure: Regenerate.
5443
5444 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
5445
5446 * Makefile.def (bootstrap stages): Add 'lean' parameter.
5447 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5448 phony targets; do not generate timestamp files.
5449 (distclean-stageN): Remove references to their timestamp files.
5450 (restageN, touch-stageN): Remove.
5451 (stageN-bubble): Rewritten.
5452 (compare): Support lean bootstraps.
5453 * Makefile.in: Regenerate.
5454
5455 * configure.in: Only warn when bootstrapping but
5456 build != host or build != target. Support lean bootstraps.
5457 * configure: Regenerate.
5458
5459 Sync from gcc:
5460 2004-08-26 Phil Edwards <phil@codesourcery.com>
5461
5462 * configure.in: Give a better error message if GMP/MPFR are missing
5463 and a language needing them has been requested.
5464 * configure: Regenerated.
5465
5466 2004-08-25 Phil Edwards <phil@codesourcery.com>
5467
5468 * configure.in: Print a list of available language front-ends if
5469 a requested one is missing. Tidy stray tab characters.
5470 * configure: Regenerated.
5471
5472 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
5473
5474 * Makefile.in: Regenerate.
5475 * configure: Regenerate.
5476
5477 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5478 stage_*_flags.
5479 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5480 for bootstrapped modules if toplevel bootstrap is going.
5481 (GCC bootstrap): Generate per-stage targets for all bootstrapped
5482 modules. Adjust for changes in Makefile.def. Enable several
5483 rules even in non-bootstrap mode, just to avoid peppering the
5484 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5485 (stage-[+prev+]-bubble): Remove.
5486
5487 * Makefile.def (Dependencies): Depend on all-build-bison,
5488 all-build-flex, all-build-byacc, all-build-texinfo, rather
5489 than the host variations.
5490 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
5491 with BUILD_SUBDIR.
5492 (BISON): Update for recent Bisons.
5493 (YACC): Fix typo.
5494 (cross): Depend on all-build.
5495 (all): Do not depend on all-build.
5496 (prebootstrap): Remove.
5497 (dep-kind): Accept separate prefixes for MODULE and ON variables.
5498 (Prebootstrap dependencies): Add them to the per-stage targets
5499 and to all-prebootstrap.
5500 * configure.in (build_configdirs): Always enable build_tools.
5501 (BUILD_DIR_PREFIX): Remove.
5502
5503 * Makefile.def (gcc): Add target variable.
5504 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5505 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5506 in the recursive `make', instead of hardwiring `all'.
5507 (Autogenerated TARGET-* variables): New.
5508
5509 2004-08-17 Robert Millan <robertmh@gnu.org>
5510
5511 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5512 (instead of FreeBSD).
5513 * configure: Regenerate.
5514
5515 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
5516
5517 * Makefile.def, configure.in, src-release: Remove useless, bogus
5518 references to tix.
5519 * Makefile.in, configure: Regenerate.
5520
5521 * src-release: Stop distributing mmalloc with gdb (which doesn't
5522 use it).
5523 * Makefile.def: GDB doesn't depend on mmalloc anymore.
5524 * Makefile.in: Regenerate.
5525
5526 2004-08-09 Mark Mitchell <mark@codesourcery.com>
5527
5528 * configure.in (arm*-*-eabi*): New target.
5529 * configure: Regenerate.
5530
5531 2004-08-01 Robert Millan <robertmh@gnu.org>
5532
5533 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5534 libmudflap for all GNU-based systems (with Glibc).
5535 * configure: Regenerate.
5536
5537 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
5538
5539 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5540 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5541 (Dependencies): New section.
5542 * Makefile.tpl (Dependencies): Generate from Makefile.def.
5543 (configure-target-[+module+]): Depend on maybe-all-gcc
5544 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
5545 (toplevel profiledbootstrap): Fix dependencies.
5546 * Makefile.in: Regenerate.
5547
5548 2004-08-03 Mark Mitchell <mark@codesourcery.com>
5549
5550 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5551 target-libiberty to noconfigdirs.
5552
5553 2004-08-03 Paul Brook <paul@codesourcery.com>
5554
5555 * configure.in: Check for MPFR as well as GMP.
5556 * configure: Regenerate.
5557
5558 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
5559
5560 * Makefile.def (host-modules): Add gcc.
5561 * Makefile.in: Regenerate.
5562 * Makefile.tpl (sorry): New rule.
5563 (configure-host, all-host, [+make_target+]-host, do-check,
5564 install-host): Do not add gcc as a special case.
5565 (host modules): Add a small special-casing for gcc. Export
5566 extra_make_flags through the environment.
5567 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5568 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5569 other recursive targets for gcc): Remove.
5570
5571 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5572 (stage, unstage): New rules.
5573 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5574 distclean-stage[+id+]): Use stage_current.
5575 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5576 the stage*-start rules.
5577
5578 2004-07-19 Robert Millan <robertmh@gnu.org>
5579
5580 Synced from gcc:
5581
5582 2004-04-26 Robert Millan <robertmh@gnu.org>
5583
5584 Add patches from libtool CVS.
5585 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5586 * ltconfig: Likewise.
5587 * ltcf-c.sh: Likewise.
5588 * ltcf-cxx.sh: Likewise.
5589 * ltcf-gcj.sh: Likewise.
5590
5591 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
5592
5593 * configure.in: Add noconfigdirs for crx-*-*.
5594 * configure: Regenerate.
5595
5596 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
5597
5598 Synced from gcc:
5599
5600 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
5601
5602 * configure.in: Build libmudflap by default on FreeBSD.
5603 * configure: Regenerated.
5604
5605 2004-07-09 Mark Mitchell <mark@codesourcery.com>
5606
5607 * configure.in: Do not build libmudflap by default on non-GNU/Linux
5608 systems.
5609 * configure: Regenerated.
5610
5611 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5612
5613 PR target/16344
5614 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5615 feedback based compiler.
5616 * Makefile.in: Rebuilt.
5617
5618 2004-07-05 Phil Edwards <phil@codesourcery.com>
5619
5620 * configure.in: Do not prepend $srcdir to /dev/null in
5621 makefile fragments.
5622 * configure: Regenerate.
5623
5624 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
5625
5626 * Makefile.def (host_modules): Set bootstrap=true for flex.
5627 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5628 * Makefile.in: Rebuilt.
5629
5630 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
5631
5632 * Makefile.def (build_modules): Add bison, byacc, flex,
5633 m4, texinfo.
5634 (flags_to_pass): Add FLEX.
5635 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5636 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5637 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5638 DEFAULT_MAKEINFO): Remove.
5639 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5640 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5641 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5642 objdir or else use configured tool.
5643 (all-build): New.
5644 (all): Depend on it.
5645 (Build module dependencies): Add.
5646 * Makefile.in: Regenerate.
5647 * configure.in: Better support for multiple build modules,
5648 matching what is done for host/target modules. Do not look
5649 for "plausible" locations of build tools if Canadian cross.
5650 Use autoconf's AC_PROG_CC to find a C compiler. Define
5651 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
5652 * configure: Regenerate.
5653
5654 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
5655
5656 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5657 * Makefile.in: Regenerate.
5658
5659 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
5660
5661 * Makefile.tpl (configure-build-[+module+],
5662 configure-[+module+], configure-target-[+module+]): Pass
5663 [+extra_configure_args+].
5664 (all-build-[+module+], all-[+module+], check-[+module+],
5665 install-[+module+], [+make_target+]-[+module+],
5666 all-target-[+module+], check-target-[+module+],
5667 install-target-[+module+], [+make_target+]-target-[+module+]):
5668 Pass [+extra_make_args+].
5669 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5670 (GCC_HOST_EXPORTS): Remove.
5671 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5672 cross, check-gcc, check-gcc-c++, install-gcc,
5673 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5674 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5675 * Makefile.in: Regenerate.
5676
5677 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
5678
5679 * configure.in: Check for srcdir/winsup rather than build directory
5680 winsup.
5681 * configure: Regenerate.
5682
5683 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
5684
5685 * configure.in: Don't build Cygwin native newlib if winsup
5686 directory is missing. Emit warning instead.
5687 * configure: Regenerate.
5688
5689 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
5690
5691 * Makefile.tpl (touch-stage[+id+]): New.
5692 (restage[+prev+]): Depend on touch-stage[+id+].
5693
5694 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5695 Use it throughout.
5696
5697 * Makefile.def: Add profile and feedback bootstrap stages.
5698 Remove next field from bootstrap stages.
5699 * Makefile.tpl (LN, LN_S): Substitute.
5700 (stageN-start, stageN-end): Use double-colon rules, to
5701 provide a hook for additional setup commands.
5702 (distclean-stageN-gcc, restageN): Create dependencies from
5703 [+prev+], not from [+next+].
5704 (stageN-bubble): Add commands for successive stages from
5705 [+prev+], using double-colon rules.
5706 (all-stageN-gcc): Fix typo.
5707 (stagefeedback-start, profiledbootstrap): New.
5708 * Makefile.in: Regenerate.
5709 * configure.in: Call ACX_PROG_LN.
5710 * configure: Regenerate.
5711
5712 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
5713
5714 * configure.in: Fix --enable-bootstrap breakage introduced in trees
5715 without gcc.
5716 * configure: Regenerate.
5717
5718 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5719
5720 * Makefile.tpl: Fix typo.
5721 * Makefile.in: Regenerate.
5722
5723 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5724
5725 * configure.in: Remove new- prefix from toplevel
5726 bootstrap targets.
5727 * configure: Regenerate.
5728
5729 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5730
5731 Merge this patch from the gcc tree:
5732
5733 2004-05-30 Andreas Jaeger <aj@suse.de>
5734 Jim Wilson <wilson@specifixinc.com>
5735
5736 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5737 like CC.
5738
5739 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5740
5741 * Makefile.tpl (all.normal): Rename to all.
5742 (all): Replace with a rule to pick the default
5743 target from configure.
5744 (all-gcc, configure-gcc): Use conditionals to
5745 do nothing when toplevel bootstrap is going on.
5746 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5747 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5748 * configure.in: Support --enable-bootstrap.
5749
5750 * Makefile.def: Remove new- prefix from toplevel
5751 bootstrap targets.
5752 * Makefile.tpl: Likewise.
5753
5754 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
5755 target.
5756
5757 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5758 $(RECURSE_FLAGS) to recursive invocation of make.
5759
5760 * Makefile.in: Regenerate.
5761 * configure: Regenerate.
5762
5763 2004-05-27 Daniel Jacobowitz <dan@debian.org>
5764
5765 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5766 * configure: Regenerate.
5767
5768 2004-05-25 Daniel Jacobowitz <drow@false.org>
5769
5770 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5771 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5772 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
5773 targets.
5774 * Makefile.in: Regenerate.
5775
5776 2005-05-24 Paolo Bonzini <bonzini@gnu.org>
5777
5778 * configure.in: Test the ability to symlink directories.
5779 * configure: Regenerate.
5780
5781 * Makefile.def (bootstrap-stage): New definitions.
5782 * Makefile.tpl (configure-stage1-gcc,
5783 configure-stage2-gcc, configure-stage3-gcc,
5784 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5785 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5786 new-restage3, compare): Autogenerate, see Makefile.in
5787 entry for behavioral changes.
5788 (distclean-stage1, new-stage1-start, new-stage1-end,
5789 new-stage1-bubble, distclean-stage2, new-stage2-start,
5790 new-stage2-end, new-stage2-bubble, distclean-stage3,
5791 new-stage3-start, new-stage3-end): New autogenerated targets.
5792 (objext, prebootstrap, BOOT_CFLAGS,
5793 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5794 targets.
5795
5796 * Makefile.in: Regenerate.
5797 (distclean-stage1, new-stage1-start, new-stage1-end,
5798 new-stage1-bubble, distclean-stage2, new-stage2-start,
5799 new-stage2-end, new-stage2-bubble, distclean-stage3,
5800 new-stage3-start, new-stage3-end): New targets.
5801 (all-stage1-gcc): Move prebootstrap dependency from here...
5802 (configure-stage1-gcc): ...to here.
5803 (new-bootstrap): Use bubble targets.
5804 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5805 Use per-stage distclean targets.
5806 (configure-stage1-gcc, configure-stage2-gcc,
5807 configure-stage3-gcc, all-stage1-gcc,
5808 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5809 Use new-stageN-start to prepare the tree.
5810
5811 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
5812
5813 * Makefile.def (host_modules): add libcpp.
5814 * Makefile.tpl: Add dependencies on and for libcpp.
5815 * Makefile.in: Regenerate.
5816 * configure.in: Add libcpp host module.
5817 * configure: Regenerate.
5818
5819 2004-05-17 Zack Weinberg <zack@codesourcery.com>
5820
5821 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5822 of libf2c.
5823 * configure, Makefile.in: Regenerate.
5824
5825 2004-05-13 Diego Novillo <dnovillo@redhat.com>
5826
5827 Merge from tree-ssa-20020619-branch.
5828
5829 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5830 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5831 (HOST_GMPLIBS): Define.
5832 (HOST_GMPINC): Define.
5833 (TARGET_LIB_PATH): Add libmudflap.
5834 (GFORTRAN_FOR_TARGET): Define.
5835 (configure-build*): Export GFORTRAN.
5836 (configure-gcc): Export GMPLIBS and GMPINC.
5837 (all-gcc): Add maybe-all-libbanshee.
5838 (configure-target-libgfortran): Define.
5839 * Makefile.in: Regenerate.
5840 * configure.in (host_libs): Add libbanshee.
5841 (target_libraries): Add target-libmudflap and target-libgfortran.
5842 Add --with-libbanshee.
5843 Handle --disable-libmudflap.
5844 (*-*-freebsd*): Use with_gmp.
5845 Add $(libgcj) to noconfigdirs.
5846 * configure: Regenerate.
5847 * depcomp: New file.
5848 * MAINTAINERS: Add tree-ssa maintainers.
5849
5850 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
5851
5852 * config/acx.m4: Fix fastcompare support for new-bootstrap.
5853 * configure: Regenerate.
5854
5855 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
5856
5857 Revert:
5858 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5859
5860 * Makefile.def (flags_to_pass): Remove *dir variables that
5861 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5862 as well as prefix and exec_prefix.
5863 * Makefile.in: Regenerate.
5864
5865 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5866
5867 * Makefile.def (host_modules): Mark with the bootstrap
5868 flag packages on which gcc depends.
5869 * Makefile.tpl (all-bootstrap): Use it.
5870 * Makefile.in: Regenerate.
5871
5872 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5873
5874 * Makefile.def (flags_to_pass): Remove *dir variables that
5875 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5876 as well as prefix and exec_prefix.
5877 * Makefile.in: Regenerate.
5878
5879 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5880
5881 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5882 * configure: Regenerate.
5883 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5884 * gcc/Makefile.tpl (compare): Use the result of the test.
5885 * gcc/Makefile.in: Regenerate.
5886
5887 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
5888
5889 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5890 Always relocate gcc and prev-gcc to the original names, even
5891 if the build fails.
5892 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5893 New targets.
5894
5895 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5896
5897 * configure.in (mips*-*-irix5*): Enable ld.
5898 * configure: Regenerate.
5899
5900 2004-04-15 James E Wilson <wilson@specifixinc.com>
5901
5902 * Makefile.tpl (configure-[+module+], configure-gcc,
5903 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5904 Set and export LDFLAGS.
5905 * Makefile.in: Regenerate.
5906
5907 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
5908
5909 PR bootstrap/14871
5910 * Makefile.tpl: If we don't have built-in-tree target tools,
5911 use the ones found by configure rather than hacking around with
5912 program_transform_name.
5913 * configure.in: Give Makefile.tpl the information necessary
5914 to do that.
5915 * Makefile.in: Regenerate.
5916 * configure: Regenerate.
5917
5918 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
5919
5920 PR bootstrap/14760
5921 * configure.in: When computing baseargs, strip *all* copies of
5922 offending options. Also, don't match/substitute the trailing space,
5923 so that this actually works when two similar options are separated by
5924 only one space.
5925 * configure: Regenerate.
5926
5927 2004-04-06 David Edelsohn <edelsohn@gnu.org>
5928
5929 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5930 (rs6000-*-aix*): Same.
5931 * configure: Regenerate.
5932
5933 2004-03-25 Stan Shebs <shebs@apple.com>
5934
5935 Remove MPW support, no longer used.
5936 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
5937 mpw-install: Remove files.
5938 * src-release (DEVO_SUPPORT): Remove names of removed files.
5939 * MAINTAINERS: Likewise.
5940
5941 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
5942
5943 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5944 STRICT_WARN, WARN_CFLAGS flags passed down to make.
5945 * Makefile.in: Regenerate.
5946
5947 * configure.in (top level bootstrap support): Rework --enable-werror
5948 to set @stage2_werror_flag@.
5949 * configure: Regenerate.
5950 * Makefile.tpl (top level bootstrap support): Pass
5951 @stage2_werror_flag@ down to configure in stages 2 and 3.
5952 * Makefile.in: Regenerate.
5953
5954 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
5955
5956 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5957 for stages 2 and 3 as well as in make. As a consequence, remove
5958 OUTPUT_OPTION (now detected by configure) from the flags passed down
5959 to make.
5960 * Makefile.in: Regenerate.
5961
5962 * Makefile.tpl (new-bootstrap): Fix typo.
5963 * Makefile.in: Regenerate.
5964
5965 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
5966
5967 * Makefile.tpl: Rearrange by moving recursive_targets rules
5968 into their proper sections.
5969 * Makefile.tpl (top level bootstrap support): Move disabling
5970 of coverage flags from 'make' to 'configure'; improve comments.
5971 * Makefile.in: Regenerate.
5972
5973 * Makefile.tpl (experimental top level bootstrap) Move stage1
5974 language setting from all- target to configure- target; disable
5975 intermodule optimization in stage 1; prevent gratuitous rebuilds
5976 of stage 1.
5977 * Makefile.in: Regenerate.
5978 * configure.in: Comma-separate stage 1 language list for top
5979 level bootstrap.
5980 * configure: Regenerate.
5981
5982 * Makefile.tpl: Clean up experimental top level bootstrap support:
5983 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5984 prev-gcc in configure- targets as well as all- targets.
5985 * Makefile.in: Regenerate.
5986
5987 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
5988
5989 * configure.in: Remove symbolic link section.
5990 * configure: Regenerate.
5991 * Makefile.tpl (links): Remove.
5992 * Makefile.in: Regenerate.
5993
5994 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
5995 Nathanael Nerode <neroden@gcc.gnu.org>
5996
5997 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
5998 Set with AC_CHECK_PROGS.
5999 * configure.in: Fix comment typo from last patch.
6000 * configure: Regenerate.
6001
6002 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6003
6004 * Makefile.tpl: Introduce experimental top level bootstrap support.
6005 * Makefile.in: Regenerate.
6006 * configure.in: Introduce support for top level bootstrap.
6007 * configure: Regenerate.
6008
6009 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
6010 Paolo Bonzini <bonzini@gnu.org>
6011
6012 PR bootstrap/14522
6013 * configure.in: Cope with shells that do not support unquoted ^
6014 * configure: Regenerate.
6015
6016 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
6017 Paolo Bonzini <bonzini@gnu.org>
6018
6019 PR bootstrap/14522
6020 * configure.in: Cope with shell that do not support nesting
6021 quotes inside quoted backquote substitutions.
6022 * configure: Regenerate.
6023
6024 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6025
6026 PR bootstrap/14522
6027 * configure.in: Fix escaping of $.
6028 * configure: Regenerate.
6029
6030 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6031
6032 * configure: Regenerate.
6033
6034 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
6035
6036 PR ada/14131
6037 Move language detection to the top level.
6038 * configure.in: Find default values for the tools as
6039 soon as possible. Disable ada if GNAT is not found.
6040 Emit error message about missing languages. Expand
6041 --enable-languages=all for the gcc subdirectory.
6042
6043 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
6044
6045 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6046 and disable libgcj.
6047 * configure: Regenerated.
6048
6049 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6050
6051 PR bootstrap/7087
6052 * Makefile.tpl: Guard XFOO sed statements better.
6053 * Makefile.tpl: Add dependency for configure-target-libada.
6054 * Makefile.in: Regenerate (incidentally fixes broken
6055 commit when libada-branch was merged).
6056
6057 2004-02-28 Andrew Cagney <cagney@redhat.com>
6058
6059 * src-release (CVS_NAMES): Define.
6060 (do-tar, do-tar): Prune $(CVS_NAMES).
6061
6062 2004-02-23 Andrew Cagney <cagney@redhat.com>
6063
6064 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6065 2004-02-19.09.
6066
6067 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6068
6069 PR bootstrap/11932
6070 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6071
6072 2004-02-19 Andrew Cagney <cagney@redhat.com>
6073
6074 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6075 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6076
6077 2004-02-11 David Edelsohn <edelsohn@gnu.org>
6078
6079 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6080 (rs6000-*-aix*): Same.
6081 * configure: Regenerate.
6082
6083 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6084
6085 * configure.in (host): Add in missing $noconfigdirs to defines.
6086 * configure: Regenerate.
6087
6088 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6089 Nathanael Nerode <neroden@gcc.gnu.org>
6090
6091 PR ada/6637, PR ada/5911
6092 Merge with libada-branch:
6093 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6094 with appropriate dependencies. Add --enable-libada configure switch.
6095 * configure, Makefile.in: Regenerate.
6096
6097 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6098
6099 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6100 * configure: Regenerate.
6101
6102 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6103
6104 * COPYING.NEWLIB: Update Red Hat license to 2004.
6105
6106 2004-01-23 DJ Delorie <dj@redhat.com>
6107
6108 * Makefile.def (target_modules) [libiberty]: Don't stage.
6109 * Makefile.in: Rebuilt.
6110
6111 2004-01-23 Jeff Johnston <jjohnstn@redhat.com>
6112
6113 * COPYING.NEWLIB: Update to include copyrights for new
6114 iconv code.
6115
6116 2004-01-15 Andrew Cagney <cagney@redhat.com>
6117
6118 * src-release: Update copyright year.
6119 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6120 (NEWLIB_SUPPORT_DIRS): Delete macro.
6121 (newlib.tar.bz2): Delete rule.
6122
6123 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
6124
6125 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6126 * Makefile.tpl (configure-target-[+module+]): Support stage.
6127 * Makefile.in: Rebuilt.
6128
6129 2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6130
6131 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6132 throughout.
6133
6134 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6135
6136 * configure.in: Use ./config.cache, not config.cache.
6137 * configure: Regenerate.
6138 * Makefile.tpl: Special-casing not needed for GCC any more.
6139 * Makefile.in: Regenerate.
6140
6141 * configure.in: Don't share a cache file for host dirs.
6142 * configure: Regenerate.
6143
6144 * config-ml.in: Don't mess with the cache file.
6145
6146 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6147
6148 * Makefile.tpl: Make GCC use a separate config.cache.
6149 * Makefile.in: Regenerate.
6150
6151 PR bootstrap/11932, PR bootstrap/11933
6152 (I don't know if it will fix either of them, but it relates
6153 to them.)
6154 * configure.in: Don't use shared config.cache for target
6155 directories.
6156 * configure: Regenerate.
6157
6158 2003-12-31 Roger Sayle <roger@eyesopen.com>
6159
6160 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6161 * configure: Regenerated.
6162
6163 2003-12-21 Bernardo Innocenti <bernie@develer.com>
6164
6165 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6166 * configure: Regenerated.
6167
6168 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6169
6170 Port change over from GCC:
6171 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6172 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6173 (configure-build-[+module+], configure-[+module+]): Likewise.
6174 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6175 * Makefile.in: Regenerate.
6176
6177 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6178
6179 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6180 * configure: Regenerate.
6181
6182 2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
6183
6184 * COPYING.NEWLIB: Add license info for long long routines added to
6185 stdlib.
6186
6187 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
6188
6189 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6190 * Makefile.in: Regenerate.
6191
6192 2003-10-20 Phil Edwards <phil@codesourcery.com>
6193
6194 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
6195 * configure: Regenerate.
6196
6197 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
6198
6199 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6200 HOST_FLAGS_TO_PASS.
6201 * Makefile.in: Regenerate.
6202
6203 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
6204
6205 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6206 * configure: Rebuilt
6207 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6208 * Makefile.in: Rebuilt
6209
6210 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
6211
6212 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6213
6214 2003-10-01 Phil Edwards <pme@gcc.gnu.org>
6215
6216 * config-ml.in: Use ac_configure_args directly instead of
6217 ml_arguments. Only set ml_norecursion if --no[-]recursion is
6218 actually seen.
6219
6220 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
6221
6222 * config-ml.in: Propagate INSTALL variables.
6223
6224 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
6225
6226 * configure.in: Pass a computed --program-transform-name
6227 to subconfigures.
6228 * configure: Regenerated.
6229
6230 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6231
6232 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6233 * Makefile.in: Regenerate.
6234
6235 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6236 * Makefile.in: Regenerate.
6237
6238 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
6239
6240 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6241 quoting.
6242 * configure: Regenerated.
6243
6244 2003-09-12 Michael Chastain <mec@shout.net>
6245
6246 Fix PR gdb/857.
6247 * src-release (do-proto-topleve): Remove junk files
6248 intl/config.cache, intl/config.status,
6249 intl/config.h, intl/stamp-h.
6250
6251 2003-09-14 Andrew Cagney <cagney@redhat.com>
6252
6253 * src-release (dejagnu.tar): New target.
6254 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
6255 (do-djunpack): Use $(PACKAGE) for the package name.
6256
6257 2003-09-04 DJ Delorie <dj@redhat.com>
6258
6259 * configure: Regenerate.
6260
6261 2003-09-04 Robert Millan <robertmh@gnu.org>
6262
6263 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6264
6265 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6266
6267 * configure.in: Ensure arguments to sed are properly spaced.
6268 * configure: Regenerate.
6269
6270 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
6271
6272 Merge from gcc:
6273 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
6274 * install-sh: Update to newer upstream versions (associated with
6275 aclocal 1.7).
6276 * missing: Likewise, plus $1Help2man -> $1 typo fix.
6277
6278 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
6279
6280 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6281 * configure: Regenerated.
6282
6283 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
6284
6285 * configure.in: Use newline instead of semicolon when assuming
6286 shell arguments in a for loop.
6287 * configure: Regenerated.
6288
6289 2003-08-20 Geoffrey Keating <geoffk@apple.com>
6290
6291 PR 8180
6292 * configure.in: When testing with_libs and with_headers, treat
6293 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
6294 * configure: Regenerate.
6295
6296 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6297 make, shell, etc.
6298 (baseargs): Likewise.
6299 * configure: Regenerate.
6300
6301 2003-08-19 Geoffrey Keating <geoffk@apple.com>
6302
6303 * configure.in: Disable libgcj for darwin not on powerpc.
6304 * configure: Rebuild.
6305
6306 2003-08-15 Michael Chastain <mec@shout.net>
6307
6308 * src-release (do-proto-toplev): Remove junk files
6309 dejagnu/example/calc/config.status,
6310 dejagnu/example/calc/config.log.
6311
6312 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
6313
6314 * config-ml.in, symlink-tree: Add license.
6315
6316 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
6317
6318 Merge from gcc:
6319
6320 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
6321 * Makefile.tpl (check, check-c++): Express dependencies using
6322 dependencies rather than commands.
6323 * Makefile.in: Regenerate.
6324
6325 2003-07-31 Geoffrey Keating <geoffk@apple.com>
6326 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6327 * Makefile.in: Update.
6328
6329 2003-08-01 Andrew Cagney <cagney@redhat.com>
6330
6331 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6332 * configure: Ditto.
6333
6334 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
6335
6336 * configure.in: Enable libgcj for darwin.
6337 * configure: Rebuild.
6338
6339 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
6340
6341 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
6342
6343 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
6344
6345 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6346 creating target and build subdirs to build all parent dirs as needed.
6347 * Makefile.in: Rebuild.
6348 * configure.in: Don't build dirs explicitly here.
6349 * configure: Rebuild.
6350
6351 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
6352
6353 * Makefile.tpl (all-make): Depend on intl.
6354 * Makefile.in: Rebuilt.
6355
6356 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
6357
6358 * config.if: Remove unused libc_interface determination.
6359
6360 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
6361
6362 * Makefile.in: Regenerate, correctly this time.
6363
6364 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
6365
6366 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
6367 unused INSTALL_PROGRAM_ARGS.
6368 * configure.in: Use AC_PROG_INSTALL.
6369 * Makefile.in: Regenerate.
6370 * configure: Regenerate.
6371
6372 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
6373
6374 * configure: Rebuilt.
6375 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
6376 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6377 newlib nor libgloss.
6378 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
6379 * configure.in (am33_2.0-*-linux*): Added.
6380
6381 2003-07-09 Bob Wilson <bob.wilson@acm.org>
6382
6383 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6384 * configure: Regenerate.
6385
6386 2003-07-06 H.J. Lu <hongjiu.lu@intel.com>
6387
6388 * config-ml.in: Replace PWD with PWD_COMMAND.
6389 * Makefile.tpl: Likewise.
6390 * Makefile.in: Regenerated.
6391
6392 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
6393
6394 * configure.in: Clean up config-lang.in handling. Delete
6395 useless assignment to "subdirs".
6396 * configure: Regenerate.
6397
6398 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
6399
6400 * configure.in: Rename 'target_libs' to 'target_libraries'.
6401 Remove useless reference to 'target_libs'.
6402 * configure: Regenerate.
6403
6404 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
6405
6406 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6407 * Makefile.in: Regenerate.
6408
6409 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
6410
6411 * Makefile.def: Introduce flags_to_pass.
6412 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6413 * Makefile.in: Regenerate.
6414
6415 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
6416
6417 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6418 and target-libgloss.
6419 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6420 <h8300*-*-*>: Disable libf2c and ${libgcj}.
6421 * configure: Regenerate.
6422
6423 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
6424
6425 * configure.in: Update testsuite_flags to new location.
6426 * configure. Regenerate.
6427
6428 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
6429
6430 * Makefile.tpl: Remove BUILD_CC stuff.
6431 * Makefile.in: Regenerate.
6432
6433 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6434
6435 * config.guess: Update to 2003-06-12 version.
6436 * config.sub: Update to 2003-06-13 version.
6437
6438 2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6439
6440 * MAINTAINERS: Add myself as MIPS co-maintainer.
6441
6442 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
6443
6444 * config.guess: Update to 2003-06-06 version.
6445 * config.sub: Update to 2003-06-06 version.
6446
6447 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6448
6449 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6450 * configure. Regenerate.
6451
6452 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
6453
6454 * configure.in: Disable serial configure by default.
6455 * configure: Regenerate.
6456 * Makefile.tpl: Abolish .NOTPARALLEL.
6457 * Makefile.in: Regenerate.
6458
6459 * Makefile.tpl: Replace {build,host,target}_canonical by
6460 {build,host,target}.
6461 * Makefile.in: Regenerate.
6462
6463 * Makefile.tpl: Fix stupid pasto.
6464 * Makefile.in: Regenerate.
6465
6466 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
6467
6468 * Makefile.tpl: Remove bogus conditional.
6469 * Makefile.in: Regenerate.
6470
6471 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
6472
6473 * Makefile.tpl: Make 'recursive targets' using autogen rather
6474 than shell loop. Remove duplicate 'clean' targets and false
6475 comments.
6476 * Makefile.def: Add systematic dependencies to 'recursive' targets.
6477 Add systematic method of specifying missing targets in subdirs.
6478 Add copyright boilerplate.
6479 * Makefile.in: Regenerate.
6480 * configure.in: Add 'recursive targets' to maybe list.
6481 * configure: Regenerate.
6482
6483 * Makefile.tpl: Rename [+target+] to [+make_target+].
6484 * Makefile.def: Rename 'target' to 'make_target'.
6485
6486 2003-05-30 Nick Clifton <nickc@redhat.com>
6487
6488 * README-maintainer-mode: Update URL for locating blessed config
6489 tools.
6490
6491 2003-05-29 Robert Millan <rmh@debian.org>
6492
6493 * ltconfig: Import this patch and modify for use with current
6494 version of ltconfig:
6495
6496 2003-05-21 Bruno Haible <bruno@clisp.org>
6497
6498 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
6499 GNU/FreeBSD.
6500
6501 2003-05-28 DJ Delorie <dj@redhat.com>
6502
6503 * Makefile.tpl: Make maybe-check-gcc .PHONY.
6504 * Makefile.in: Regenerate.
6505
6506 2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
6507
6508 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
6509
6510 2003-05-21 DJ Delorie <dj@redhat.com>
6511
6512 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6513 newlib or libgloss.
6514 * Makefile.in: Regenerate.
6515
6516 2003-05-21 DJ Delorie <dj@redhat.com>
6517
6518 * Makefile.tpl: Add missing empty maybe-check-gcc target.
6519 * Makefile.in: Regenerate.
6520
6521 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6522
6523 * configure.in: Use curly braces in the definition of tooldir.
6524 * configure: Regenerate.
6525
6526 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
6527
6528 * configure.in: Switch more things to use maybe dependencies.
6529 * Makefile.tpl: Switch more things to use maybe dependencies.
6530 Factor out common code from autogen IF statements.
6531 * configure: Regenerate.
6532 * Makefile.in: Regenerate.
6533
6534 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
6535
6536 * configure.in: Accept i[3456789]86 for machine type.
6537 * configure: Regenerate.
6538
6539 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
6540
6541 * configure.in: Switch more things to use maybe dependencies.
6542 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
6543 * configure: Regenerate.
6544 * Makefile.tpl: Switch more things to use maybe dependencies.
6545 * Makefile.in: Regenerate.
6546
6547 2003-05-16 Andreas Schwab <schwab@suse.de>
6548
6549 * Makefile.tpl (install-opcodes): Define.
6550 * Makefile.in: Rebuild.
6551
6552 2003-05-13 Andreas Jaeger <aj@suse.de>
6553
6554 * config.guess: Update to 2003-05-09 version.
6555 * config.sub: Update to 2003-05-09 version.
6556
6557 2003-05-13 Michael Eager <eager@mvista.com>
6558
6559 * configure.in: Correct sed script so that options in quotes are not
6560 deleted.
6561 * configure: Rebuild.
6562
6563 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
6564
6565 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6566 and $$s/newlib/libc/sys/cygwin32 include paths.
6567 * configure: Ditto.
6568
6569 2003-05-05 H.J. Lu <hjl@gnu.org>
6570
6571 * config-ml.in: Restored from gcc repository.
6572
6573 2003-05-02 Chris Demetriou <cgd@broadcom.com>
6574
6575 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6576 * Makefile.in: Regenerate.
6577
6578 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
6579
6580 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
6581 and Makefile.def.
6582
6583 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
6584
6585 * Makefile.tpl: Clean $(BUILD_SUBDIR).
6586 * Makefile.in: Regenerated.
6587
6588 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6589
6590 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6591 * Makefile.in: Regenerate.
6592
6593 2003-04-18 Jakub Jelinek <jakub@redhat.com>
6594
6595 * configure.in (powerpc64*-*-linux*): Remove.
6596 * configure: Rebuilt.
6597
6598 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
6599
6600 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
6601 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6602 and restrap.
6603 * Makefile.in: Regenerate.
6604
6605 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
6606
6607 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6608 * configure: Regenerated.
6609
6610 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
6611
6612 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6613 * */configure: Rebuilt.
6614
6615 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
6616
6617 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6618 * Makefile.in: Regenerate.
6619
6620 2003-03-14 Michael Chastain <mec@shout.net>
6621
6622 * Makefile.in: Regenerate with correct Makefile.def.
6623
6624 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
6625
6626 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
6627 Make macro.
6628 * Makefile.in: Regenerate.
6629 * configure.in: Clean up gxx_include_dir logic.
6630 * configure: Regenerate.
6631
6632 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6633
6634 * configure.in (gxx_include_dir): Fix typo.
6635 * configure: Regenerated.
6636
6637 2003-03-06 Andrew Cagney <cagney@redhat.com>
6638
6639 * texinfo/texinfo.tex: Import version 2003-02-03.16.
6640
6641 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
6642
6643 * configure.in: Include $(build_tooldir)/sys-include in
6644 FLAGS_FOR_TARGET.
6645 * configure: Regenerated.
6646
6647 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
6648
6649 * Makefile.tpl: Reindent.
6650 * Makefile.in: Regenerate.
6651 * configure.in: Reindent. Don't set unused variables.
6652 * configure: Regenerate.
6653
6654 * Makefile.tpl: Always pass down RANLIB.
6655 * Makefile.in: Regenerate.
6656
6657 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6658 * Makefile.in: Regenerate.
6659 * configure.in: Remove unused logic relating to --enable-shared
6660 and --enable-threads. Remove bogus comments. Remove redundant
6661 noconfigdirs.
6662 * configure: Regenerate.
6663
6664 * configure.in: Replace ${libstdcxx_version} by its value.
6665 Remove reference to mh-dgux.
6666 * configure: Regenerate.
6667
6668 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6669
6670 * Makefile.tpl: Rearrange.
6671 * Makefile.in: Regenerate.
6672
6673 2003-02-25 Nick Clifton <nickc@redhat.com>
6674
6675 * configure: Remove site-file supprot - it is obsolete.
6676
6677 2003-02-24 Uwe Stieber <uwe@wwws.de>
6678
6679 * configure.in: Add support for kaOS as cross build target system.
6680 * configure: Regenerated.
6681
6682 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
6683
6684 * Makefile.tpl: Add definition of CPPFLAGS to pass into
6685 configure-target-* as some target builds may require additional
6686 flags for preprocessor tests.
6687 * Makefile.in: Regenerated.
6688
6689 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
6690
6691 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6692 * ltconfig: Handle it.
6693 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6694 auto-detecting it.
6695
6696 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
6697
6698 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6699 it is used as argument to $CC.
6700 * ltcf-gcj.sh: Likewise.
6701
6702 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
6703
6704 * configure.in: Introduce --enable-maintainer-mode.
6705 * configure: Rebuilt.
6706 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6707 for maintainer mode.
6708 * Makefile.in: Rebuilt.
6709
6710 2003-02-19 Andrew Cagney <ac131313@redhat.com>
6711
6712 * configure: Regenerate using autoconf 2.13.
6713
6714 2003-02-19 Alan Modra <amodra@bigpond.net.au>
6715
6716 * config.guess: Import latest version.
6717 * config.sub: Import latest version.
6718
6719 2003-02-18 Jason Merrill <jason@redhat.com>
6720
6721 * Makefile.tpl (check-c++): Allow parallelism.
6722
6723 2003-02-17 Andrew Cagney <ac131313@redhat.com>
6724
6725 * configure: Regenerate using autoconf 000227.
6726
6727 2003-02-15 Geoffrey Keating <geoffk@apple.com>
6728
6729 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6730 don't configure target-libobjc.
6731 * configure: Regenerate.
6732
6733 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6734
6735 * Makefile.tpl (RANLIB): Define.
6736 * Makefile.in: Regenerate.
6737
6738 2003-02-06 Keith R Seitz <keiths@redhat.com>
6739
6740 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6741 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6742 * Makefile.in: Regenerated.
6743 * configure.in: Remove all traces of snavigator, db, and grep.
6744 * configure: Regenerated.
6745
6746 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
6747
6748 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6749 * Makefile.in: Regenerated.
6750
6751 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
6752
6753 * config.if: Copy from GCC.
6754
6755 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
6756
6757 * configure.in: Revert 24Jan change.
6758 * configure: Regenerate.
6759
6760 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6761
6762 * configure.in: Revert previous change.
6763 * configure: Regenerate.
6764
6765 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6766
6767 * configure.in: Make rda native-only.
6768 * configure: Regenerate.
6769
6770 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
6771
6772 * configure.in: Add missing \.
6773 * configure: Rebuilt.
6774
6775 2003-01-17 Jakub Jelinek <jakub@redhat.com>
6776
6777 * configure.in (baseargs): Avoid using \| in sed regular
6778 expressions.
6779 * configure: Rebuilt.
6780
6781 2003-01-16 Jakub Jelinek <jakub@redhat.com>
6782
6783 * configure.in (baseargs): Remove all supported forms of
6784 --cache-file, --srcdir, --host, --build and --target options
6785 from argument lists.
6786 * configure: Rebuilt.
6787
6788 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
6789
6790 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6791 * configure: Rebuilt.
6792
6793 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
6794
6795 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6796 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6797 * Makefile.in: Regenerate.
6798 * configure: Regenerate.
6799
6800 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
6801
6802 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6803 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6804 * Makefile.in: Regenerate.
6805
6806 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
6807
6808 * configure.in: Remove Makefile in build, host and target modules
6809 unless configure was run with --no-recursion.
6810 * configure: Rebuilt.
6811
6812 2003-01-08 Chris Demetriou <cgd@broadcom.com>
6813
6814 * config.guess: Update to 2003-01-03 version.
6815 * config.sub: Update to 2003-01-03 version.
6816
6817 2003-01-07 Christopher Faylor <cgf@redhat.com>
6818
6819 * configure: Regenerate with proper autoconf 2.13.
6820
6821 2003-01-07 Christopher Faylor <cgf@redhat.com>
6822
6823 * configure.in: Add AC_PREREQ for consistency.
6824 * configure: Regenerate.
6825
6826 2003-01-06 Andrew Cagney <ac131313@redhat.com>
6827
6828 * configure.in (GDB_TK): Add tcl directories conditional on
6829 gdb/gdbtk directory being present.
6830 * configure: Regenerate.
6831
6832 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
6833
6834 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
6835 by gcc if LD is not defined and we are not doing a Canadian Cross.
6836 * configure: Rebuilt.
6837
6838 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
6839
6840 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
6841
6842 2002-12-31 Tom Tromey <tromey@redhat.com>
6843
6844 * Makefile.in: Rebuilt.
6845 * Makefile.def (target_modules) [libffi]: Allow installation.
6846
6847 2002-12-31 Andreas Schwab <schwab@suse.de>
6848
6849 * configure.in: Fix use of $program_transform_name.
6850 * configure: Regenerated.
6851
6852 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
6853
6854 * configure.in (baseargs): Don't remove first configure argument.
6855 * configure: Regenerated.
6856
6857 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
6858
6859 * Makefile.tpl (local-distclean): Don't remove...
6860 (multilib.ts): ... this. Moved into...
6861 (multilib.out): ... this. Don't use sub-make.
6862 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6863 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6864 (configure-build-[+module+], configure-[+module+],
6865 configure-target-[+module+], configure-gcc): ... these. Test
6866 for Makefile existence. Drop config.status from dependencies.
6867 * Makefile.in: Rebuilt.
6868 * configure.in: Move gcc-version-trigger to the end of
6869 ac_configure_args. Add comments to maybedep.tmp and
6870 serdep.tmp. Introduce --disable-serial-configure. Remove
6871 nonopt from baseargs, matching and removing corresponding
6872 whitespace while at it.
6873 * configure: Rebuilt.
6874
6875 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
6876
6877 * configure.in (host_configargs): Replace reference to
6878 no-longer-defined buildopts with --build=${build_alias}.
6879 * configure: Rebuilt.
6880
6881 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
6882
6883 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
6884 program_transform_name to standard idiom.
6885 (AUTOGEN, AUTOCONF): Define.
6886 (Makefile.in): Use $(AUTOGEN).
6887 (Makefile): Depend on config.status, and use autoconf-style rule to
6888 build it. Move original commands to...
6889 (config.status): ... this new target.
6890 (configure): Add $(srcdir). Depend on config/acx.m4. Use
6891 $(AUTOCONF).
6892 * Makefile.in: Rebuilt.
6893
6894 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
6895
6896 * Makefile.tpl: Fix dramatic bustage due to change in
6897 program_transform_name.
6898 * Makefile.in: Regenerate.
6899
6900 * configure.in: Remove unnecessary PATH setting.
6901 * configure: Regnerate.
6902
6903 * configure.in: Don't default to unprefixed tools unless
6904 the native tools will work.
6905 * configure: Regenerate.
6906
6907 * configure.in: Convert to autoconf script. Blow away lots
6908 of now-redundant Makefile fragments.
6909 * configure: Generate using Autoconf.
6910 * Makefile.tpl: Rewrite to reflect autoconfiscation.
6911 * Makefile.in: Regenerate.
6912
6913 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
6914
6915 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
6916 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6917
6918 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
6919 where they belong.
6920
6921 2002-12-24 Andreas Schwab <schwab@suse.de>
6922
6923 * Makefile.tpl (multilib.out): Fix missing space.
6924 * Makefile.in: Regenerate.
6925
6926 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
6927
6928 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
6929 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
6930 * Makefile.in: Regenerate.
6931 * configure.in: Remove unnecessary leftovers.
6932
6933 2002-12-21 Geoffrey Keating <geoffk@apple.com>
6934
6935 * configure.in (extra_ranlibflags_for_target): New variable.
6936 (*-*-darwin): Add -c to ranlib commands.
6937 * configure (tooldir): Handle extra_ranlibflags_for_target.
6938
6939 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
6940
6941 * COPYING.NEWLIB: Updated.
6942 * COPYING.LIBGLOSS: Ditto.
6943
6944 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6945
6946 * Makefile.tpl: Revert HJL's change.
6947 * Makefile.in: Regenerated.
6948 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6949 always.
6950
6951 2002-12-19 Andreas Schwab <schwab@suse.de>
6952
6953 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6954 * Makefile.in: Regenerate.
6955
6956 2002-12-18 H.J. Lu <hjl@gnu.org>
6957
6958 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6959 * Makefile.in: Regenerated.
6960
6961 * configure.in (build_prefix): New. Substitute.
6962
6963 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
6964
6965 * Makefile.tpl: Don't let real targets depend on phony targets.
6966 * Makefile.in: Regenerate.
6967
6968 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6969 * Makefile.in: Regenerate.
6970
6971 2002-12-16 Jason Merrill <jason@redhat.com>
6972
6973 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6974 previous 'make bootstrap'.
6975 * Makefile.in: Regenerate.
6976
6977 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
6978
6979 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6980
6981 2002-12-13 Jason Merrill <jason@redhat.com>
6982
6983 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
6984 library tests.
6985 (check-c++): Just depend on it and check-target-libstdc++-v3.
6986 * Makefile.in: Regenerate.
6987
6988 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
6989
6990 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6991 * Makefile.in: Regenerate.
6992
6993 2002-12-12 Jeff Johnston <jjohnstn@redhat.com>
6994
6995 * COPYING.NEWLIB: Update list of alternate Regent of California
6996 licenses and discuss official revoking of advertising clause.
6997 * COPYING.LIBGLOSS: Ditto.
6998
6999 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
7000
7001 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7002 * Makefile.in: Rebuilt.
7003
7004 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
7005
7006 * configure: Fix bug put in by gremlins.
7007
7008 * Makefile.tpl: Substitute more autoconfily.
7009 * configure: Substitute more autoconfily.
7010 * Makefile.in: Regenerate.
7011
7012 2002-12-08 Andrew Cagney <ac131313@redhat.com>
7013
7014 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7015 * Makefile.in (all-sim): Ditto.
7016
7017 2002-12-06 DJ Delorie <dj@redhat.com>
7018
7019 * Makefile.tpl: Change configure dependencies to not have real
7020 targets depend on phony targets.
7021
7022 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7023
7024 * configure.in: Revert unintentional change.
7025
7026 * src-release: Configure host subdirs.
7027
7028 * Makefile.tpl: Change dependency for */multilib.out so that
7029 it works when gcc isn't in the tree.
7030
7031 * configure.in: Substitute more.
7032 * configure: Run subconfigures from the Makefile.
7033 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7034 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7035
7036 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7037
7038 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7039 and corresponding dependencies.
7040 * Makefile.in: Regenerate.
7041
7042 * configure.in (host_tools): Order binutils, gas and ld for
7043 convenience in running the testsuites.
7044
7045 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7046 * Makefile.in: Regenerate.
7047 * configure.in: Introduce rules to serialize subconfigure runs.
7048
7049 * configure.in: Introduce BASE_CC_FOR_TARGET.
7050 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7051 Realize configure-build-* targets. Realize configure-target-* targets.
7052 * Makefile.in: Regenerate.
7053
7054 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7055
7056 * configure: Move gcc_version_trigger stuff from here...
7057 * configure.in: ...to here.
7058
7059 * configure.in: Separate subconfigure options added by this file from
7060 options given by the user. Add machinery to put args for host
7061 subconfigures into the Makefile.
7062
7063 * Makefile.tpl: Remove 'vault' targets.
7064 * Makefile.tpl: Reorder and comment dependencies.
7065 * Makefile.in: Regenerate.
7066
7067 2002-11-28 Geoffrey Keating <geoffk@apple.com>
7068
7069 * configure.in: Move host-specific darwin noconfigdirs into
7070 the host-specific section.
7071
7072 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7073
7074 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7075 during replay.
7076 * Makefile.in: Regenerate.
7077
7078 (finishing slow-motion replay)
7079 * configure: Remove skip-this-dir support.
7080 * Makefile.tpl: Remove skip-this-dir support.
7081
7082 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7083 subdirectories.
7084 * Makefile.in: Regenerate.
7085
7086 * Makefile.tpl: Strip out useless setting of 'dir'.
7087 * Makefile.in: Regenerate.
7088
7089 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7090
7091 (finishing slow-motion replay)
7092 * configure.in: Fix deeply stupid bug.
7093
7094 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7095 shell code in CXX_FOR_TARGET
7096 * Makefile.def: Introduce raw_cxx.
7097 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7098 RAW_CXX_FOR_TARGET.
7099 * Makefile.in: Regenerate.
7100
7101 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7102
7103 (finishing slow-motion replay)
7104 * Makefile.tpl: Remove unnecessary ifs.
7105 * Makefile.in: Regenerate.
7106
7107 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
7108 dependencies. Maybe-ize build-libiberty. Create dummy install
7109 targets for 'no_install' modules.
7110 * configure: Move GDB_TK substitution to configure.in. Move
7111 build_modules stuff to configure.in.
7112 * configure.in: Implement soft dependency machinery. Maybe-ize
7113 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7114 * Makefile.in: Regenerate.
7115
7116 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7117
7118 (continuing slow-motion replay)
7119 * Makefile.tpl: Make all-target, install-target behave similarly
7120 to all, install (only hitting configured targets). Eliminate
7121 unused macro defintions.
7122
7123 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7124 build != host.
7125
7126 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7127
7128 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7129
7130 * configure.in: Produce lists of subdir targets we're actually
7131 configuring. Remove references to "dosrel".
7132 * Makefile.tpl: Let configure set which subdir targets are hit.
7133 Remove install-cross; clean up install; remove ALL. Remove
7134 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
7135 Autogenerate host module targets. Remove empty dependency lines
7136 and redundant dependency; rearrange slightly.
7137 * Makefile.def: Add host-side libtermcap, utils.
7138
7139 * Makefile.in: Regenerate.
7140
7141 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7142
7143 (Continuing slow-motion replay)
7144 * Makefile.def: Add list of recursive targets to autogenerate.
7145 Add build_modules.
7146 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7147 targets. Autogenerate *-build-* targets.
7148 * Makefile.in: Regenerate.
7149
7150 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7151
7152 (Continuing slow-motion replay)
7153 * configure: More autoconf-style substitutions.
7154 * Makefile.tpl: More autoconf-style substitutions.
7155 * Makefile.in: Regenerate.
7156
7157 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7158
7159 (Continuing slow-motion replay)
7160 * configure: Substitute more variables in a more autoconf-friendly
7161 way. Simplify slightly.
7162 * Makefile.tpl: Make more variables substitutable in an
7163 autoconf-friendly way.
7164 * Makefile.in: Regenerate.
7165
7166 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7167
7168 (Continuing slow-motion replay)
7169 * configure.in (v810*): Remove special setting of tools.
7170
7171 * configure: Add support for extra required flags for ar or nm.
7172 * configure.in (aix4.3+): Use above support for target-specific
7173 issues, rather than using config/mt-aix43.
7174
7175 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7176
7177 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
7178 * configure: Remove 'removing', which doesn't work. Replace $subdir
7179 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7180 with $srcdir. Reformat indentation. Substitute some variables
7181 formerly hard-coded in the Makefile for build=host.
7182 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7183 * Makefile.def: Autogenerate more.
7184 * Makefile.in: Regenerate.
7185
7186 2002-11-13 Bruce Korb <bkorb@gnu.org>
7187
7188 * Makefile.tpl: syntactic cleanup
7189
7190 2002-11-04 Kevin Buettner <kevinb@redhat.com>
7191
7192 * Makefile.def (host_modules): Add rda.
7193 * Makefile.in: Regenerate.
7194 * configure.in (target_tool): Add target-rda to list.
7195
7196 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
7197
7198 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
7199 and restrap targets to this rule.
7200 * Makefile.in: Regenerate.
7201
7202 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
7203
7204 * configure.in (i[3456]86-*-linux*): Add check to disable
7205 ${libgcj} for glibc1.
7206
7207 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
7208
7209 * configure.in: Add tic4x target.
7210
7211 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
7212
7213 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7214 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7215 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7216 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7217 * Makefile.in: Regenerate.
7218
7219 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7220
7221 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7222 * Makefile.in: Regenerate.
7223
7224 * Makefile.def: Remove order dependency comments.
7225 * Makefile.tpl: Add explicit install-install dependencies.
7226 * Makefile.in: Regenerate.
7227
7228 * Makefile.tpl: Remove material now in src-release. (Finally!)
7229 * Makefile.in: Regenerate.
7230
7231 * configure: Restore my original patch by syncing with gcc version.
7232
7233 * Bring following over from gcc:
7234
7235 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
7236
7237 * configure.in (s390*-*-linux*): Enable libgcj.
7238
7239 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7240
7241 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
7242
7243 2002-10-02 Alan Modra <amodra@bigpond.net.au>
7244
7245 * configure: Move stray lines back to where they belong.
7246
7247 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
7248
7249 * Makefile.tpl: Insert configure-target target, for src-release.
7250
7251 * configure: Finish reverting change which Andrew Cagney started
7252 reverting. Should fix bustage.
7253
7254 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7255 * src-release: New file. Contains material for making net
7256 releases for gdb, binutils, et al., formerly in Makefile.in.
7257
7258 2002-09-30 Nick Clifton <nickc@redhat.com>
7259
7260 * cpu: New top level directory. Intended to hold input files for
7261 CGEN which have FSF copyright assignment.
7262 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7263
7264 2002-09-29 Andrew Cagney <ac131313@redhat.com>
7265
7266 Revert below (note that src does not contain Makefile.tpl):
7267 * Makefile.tpl: Make subsituted variables more autoconfy.
7268 * Makefile.in: Regenerate.
7269
7270 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
7271
7272 * configure: Revert accidentally applied changes.
7273
7274 * Makefile.tpl: Make more autoconf-friendly.
7275 * Makefile.in: Regenerate.
7276 * configure: Make substitution more autoconf-like.
7277
7278 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
7279
7280 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7281 single entry to handle all these.
7282 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
7283 libjava on arm-*-elf.
7284
7285 2002-09-27 Geoffrey Keating <geoffk@apple.com>
7286
7287 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7288 things that depend on them.
7289
7290 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7291
7292 * Makefile.tpl: Make subsituted variables more autoconfy.
7293 * Makefile.in: Regenerate.
7294 * configure: Make seds more autoconfy.
7295
7296 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7297
7298 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7299 * Makefile.in: Regenerate.
7300 * configure.in: Rewrite sed statements to look autoconfy.
7301
7302 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7303 all-target-foo on configure-target-foo.
7304 * Makefile.def: Ditto.
7305 * Makefile.in: Rebuild.
7306
7307 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
7308
7309 * Makefile.def: New file.
7310 * Makefile.tpl: New file.
7311 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7312
7313 * configure.in: Minor rearrangement. Simplify tests.
7314
7315 2002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
7316
7317 * configure.in (with_headers): Skip copy if value is "yes".
7318 (with_libs): Likewise.
7319
7320 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7321
7322 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7323 * configure.in (sh*-*-pe*): Ditto.
7324 * configure.in (mips*-*-pe*): Ditto.
7325 * configure.in (*arm-wince-pe): Ditto.
7326
7327 * configure.in: Rearrange.
7328
7329 2002-09-12 Nick Clifton <nickc@redhat.com>
7330
7331 * Import these changes from the config master repository:
7332
7333 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
7334
7335 * config.sub: Add tic4x target.
7336
7337 2002-09-03 Ben Elliston <bje@redhat.com>
7338
7339 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
7340 Reported by <Duncan_Stodart@insession.com>.
7341
7342 2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
7343
7344 * COPYING.NEWLIB: More updates.
7345
7346 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
7347
7348 * COPYING.NEWLIB: Update.
7349
7350 2002-08-23 Andrew Cagney <ac131313@redhat.com>
7351
7352 * texinfo/texinfo.tex: Import version 2002-06-04.06.
7353
7354 * config.guess: Import version 2002-08-23.
7355 * config.sub: Import version 2002-08-22.
7356
7357 2002-08-20 Alexandre Oliva <aoliva@redhat.com>
7358
7359 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7360 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7361 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7362
7363 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
7364
7365 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7366
7367 2002-08-04 H.J. Lu (hjl@gnu.org)
7368
7369 * configure.in (mips*-*-linux*): Don't skip target-libffi.
7370
7371 2002-07-31 Alan Modra <amodra@bigpond.net.au>
7372
7373 * configure.in: Move generic linux case to end. Copy generic
7374 linux noconfigdirs to mips*-*-linux* entry and new
7375 powerpc64*-*-linux* entry. Add target-libffi for the latter.
7376
7377 2002-07-19 Chris Demetriou <cgd@broadcom.com>
7378
7379 * MAINTAINERS: Clarify on config.guess and config.sub, and add
7380 one instance of them which was missed to the list to update.
7381
7382 2002-07-16 Chris Demetriou <cgd@broadcom.com>
7383
7384 * config.guess: Update to 2002-07-09 version.
7385 * config.sub: Update to 2002-07-03 version.
7386
7387 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
7388
7389 * configure.in: Remove two redundant tests.
7390
7391 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7392
7393 * configure.in (mips*-*-irix6*o32): Enable stabs.
7394
7395 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
7396
7397 * configure.in: Don't build grez.
7398 * Makefile.in: Ditto.
7399
7400 * Makefile.in: Remove references to bsp, cygmon, libstub.
7401 * configure.in: Ditto.
7402
7403 * configure.in: Remove leftover reference to gdbtest.
7404
7405 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
7406
7407 * configure.in (gxx_include_dir): Change to match versioned
7408 C++ headers if --enable-version-specific-runtime-libs is used.
7409
7410 2002-07-04 Steve Ellcey <sje@cup.hp.com>
7411
7412 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7413
7414 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
7415
7416 * configure.in: Make --without-x work.
7417
7418 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
7419
7420 * contrib: New directory. Created to contain a copy of the
7421 texi2pod.pl script so that it is in the same place as the version in
7422 the FSF GCC sources.
7423
7424 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
7425
7426 * configure.in: Rearrange target Makefile fragment collection.
7427
7428 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7429 cvs[src].
7430 * configure.in: Ditto.
7431
7432 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
7433
7434 * Makefile.in: Eliminate 'apache' targets.
7435 * configure.in: Eliminate 'apache' targets.
7436
7437 * configure.in: Eliminate redundant tests. Reorganize.
7438
7439 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7440
7441 * config-ml.in: Eliminate references to Cygnus configure.
7442
7443 * Makefile.in: Eliminate references to building emacs.
7444
7445 2002-07-01 Denis Chertykov <denisc@overta.ru>
7446
7447 * configure.in: Add support for ip2k.
7448
7449 2002-06-24 Ben Elliston <bje@redhat.com>
7450
7451 * configure.in (host_tools): Remove cgen.
7452
7453 * Makefile.in (all-cgen): Remove; runs from its source directory.
7454 (check-cgen, install-cgen, clean-cgen): Likewise.
7455 (all-opcodes): No not depend on all-cgen.
7456 (all-sim): Likewise.
7457
7458 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
7459
7460 * configure.in: Fix AIX configury bug.
7461
7462 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7463
7464 * configure.in: Replace ${topsrcdir} with ${srcdir}.
7465
7466 * configure.in: Move definition of libstdcxx_flags right above
7467 usage, rather than way earlier.
7468
7469 * configure.in: Pull definition of is_cross_compiler earlier.
7470
7471 * configure.in: Rearrange a little.
7472
7473 * configure.in: Remove references to librx.
7474 * Makefile.in: Remove references to librx.
7475
7476 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7477
7478 * configure.in: Eliminate ${gasdir} variable.
7479
7480 2002-06-18 Dave Brolley <brolley@redhat.com>
7481
7482 * configure.in: Add support for frv.
7483 * config.sub: Add support for frv.
7484
7485 2002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7486
7487 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7488
7489 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7490
7491 * configure.in (vax-*-netbsd*): Re-enable gas.
7492
7493 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
7494
7495 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7496 BUILD_PREFIX_1, to correct nomenclature.
7497 * configure: Likewise.
7498
7499 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7500 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7501
7502 2002-05-31 Olaf Hering <olh@suse.de>
7503
7504 * config-ml.in: Propogate DESTDIR also.
7505
7506 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
7507
7508 * configure.in (vax-*-netbsd*): Don't build gas for this
7509 platform.
7510
7511 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
7512
7513 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7514 and libgcj for AVR.
7515
7516 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
7517
7518 * config.sub: Add DLX target.
7519
7520 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7521
7522 * config.guess: Update to 2002-05-22 version.
7523 * config.sub: Likewise.
7524
7525 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7526
7527 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7528 * config-ml.in: Likewise.
7529 * configure: Likewise.
7530 * configure.in: Likewise.
7531
7532 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
7533
7534 * configure.in: Simplify makefile fragment collection.
7535
7536 * configure.in: Remove code to build emacs.
7537
7538 * configure.in : Remove --srcdir argument from targargs and buildargs
7539 (it's always overridden in the Makefile anyway). Rearrange a bit.
7540
7541 * configure: Move some logic to configure.in.
7542 * configure.in: Move some logic from configure.
7543
7544 2002-05-07 Jeff Johnston <jjohnstn@redhat.com>
7545
7546 * COPYING.LIBGLOSS: New file.
7547
7548 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
7549
7550 * Makefile.in: Honour DESTDIR.
7551
7552 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
7553
7554 * configure.in (noconfigdirs): Don't disable libgcj on
7555 sparc64-*-solaris* and sparcv9-*-solaris*.
7556
7557 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
7558
7559 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7560
7561 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
7562
7563 * configure.in (FLAGS_FOR_TARGET): Do not add
7564 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7565 on i[3456]86-*-linux*.
7566
7567 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
7568
7569 * configure.in (noconfigdirs): Replace [ ] with test.
7570
7571 * configure.in (noconfigdirs): Do not add target-newlib if
7572 target == i[3456]86-*-linux*, and host == target.
7573
7574 2002-04-29 Mark Mitchell <mark@codesourcery.com>
7575
7576 * config.guess: Updated to 2002-04-26's version.
7577 * config.sub: Updated to 2002-04-26's version.
7578
7579 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
7580
7581 * configure.in: delete reference to absent file
7582
7583 * configure.in: replace '[' with 'test'
7584
7585 * configure.in: Eliminate references to gash.
7586 * Makefile.in: Eliminate references to gash.
7587
7588 * configure.in: remove useless references to 'pic' makefile fragments.
7589
7590 * configure.in: (*-*-windows*) Finish removing.
7591
7592 * configure.in: Eliminate redundant test for libgui.
7593
7594 2002-04-26 Joel Sherrill <joel@OARcorp.com>
7595
7596 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7597 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7598
7599 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
7600
7601 * configure.in: remove references to dead files
7602
7603 2002-04-18 Tom Tromey <tromey@redhat.com>
7604
7605 * configure.in: Disallow configuring libgcj when it is already
7606 installed and we're using Solaris 2.8 linker. Do enable libgcj on
7607 Solaris 2.8 by default. For PR libgcj/6158.
7608
7609 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7610
7611 * configure.in: Move default CC setting out of config/mh-* fragments
7612 directly into here.
7613
7614 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7615
7616 * configure.in: don't even try to configure or make a subdirectory
7617 if there's no configure script for it.
7618
7619 2002-04-15 Mark Mitchell <mark@codesourcery.com>
7620
7621 * MAINTAINERS: Remove chill maintainers.
7622 * Makefile.in (CHILLFLAGS): Remove.
7623 (CHILL_LIB): Remove.
7624 (TARGET_CONFIGDIRS): Remove libchill.
7625 (CHILL_FOR_TARGET): Remove.
7626 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7627 CHILL_LIB.
7628 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7629 (CHECK_TARGET_MODULES): Likewise.
7630 (INSTALL_TARGET_MODULES): Likewise.
7631 (CLEAN_TARGET_MODULES): Likewise.
7632 (configure-target-libchill): Remove.
7633 (all-target-libchill): Remove.
7634 * configure.in (target_libs): Remove target-libchill.
7635 Do not compute CHILL_FOR_TARGET.
7636 * libchill: Remove directory.
7637
7638 2002-04-15 DJ Delorie <dj@redhat.com>
7639
7640 * Makefile.in, configure.in, configure: Sync with gcc, entries
7641 follow...
7642
7643 2002-04-08 Tom Tromey <tromey@redhat.com>
7644
7645 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7646 Fixes PR libgcj/6068.
7647
7648 2002-03-30 Krister Walfridsson <cato@df.lth.se>
7649
7650 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7651
7652 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7653
7654 * configure.in (alpha*-dec-osf*): Enable libgcj.
7655
7656 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
7657
7658 Fix for: PR bootstrap/3591, target/5676
7659 * configure.in (mcore-pe): Disable the configuration of
7660 libstdc++-v3 since exceptions are not supported.
7661
7662 2002-03-20 Anthony Green <green@redhat.com>
7663
7664 * configure.in: Enable libgcj for xscale-elf target.
7665
7666 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
7667
7668 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7669 libjava.
7670 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
7671
7672 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
7673
7674 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
7675 libstdc++-v3 and libjava.
7676
7677 2002-02-11 Adam Megacz <adam@xwt.org>
7678
7679 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
7680 boehm-gc
7681
7682 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
7683
7684 * config.guess: Updated to 2002-01-30's version.
7685 * config.sub: Updated to 2002-02-01's version.
7686 Contribute sh64-elf.
7687 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7688 * configure.in: Added sh64-*-*.
7689
7690 2002-01-17 H.J. Lu <hjl@gnu.org>
7691
7692 * Makefile.in (all-fastjar): Also depend on all-libiberty.
7693 (all-target-fastjar): Also depend on all-target-libiberty.
7694
7695 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
7696
7697 * configure, configure.in: Use temp file for long sed commands.
7698
7699 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
7700
7701 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
7702 libf2c.
7703
7704 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
7705
7706 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
7707
7708 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
7709
7710 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7711
7712 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
7713
7714 * configure: Handle temporary files securely using mkdir.
7715
7716 2001-09-26 Will Cohen <wcohen@redhat.com>
7717
7718 * configure.in (*-*-linux*): Disable configuration of target-newlib
7719 and target-libgloss.
7720
7721 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7722
7723 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
7724 RANLIB.
7725
7726 2001-08-11 Graham Stott <grahams@redhat.com>
7727
7728 * Makefile.in (check-c++): Add missing semicolon.
7729
7730 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
7731
7732 * configure.in (sh-*-linux*): New.
7733
7734 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7735
7736 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7737 and libgcj on m68hc11/m68hc12.
7738
7739 2001-06-27 H.J. Lu (hjl@gnu.org)
7740
7741 * Makefile (CFLAGS_FOR_BUILD): New.
7742 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
7743
7744 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
7745
7746 * configure.in (libstdcxx_flags): Do not try to execute
7747 libstdc++-v3/testsuite_flags until it exists.
7748
7749 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
7750
7751 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
7752
7753 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
7754
7755 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
7756
7757 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
7758
7759 * configure.in: Move *-chorusos target case to the proper switch.
7760 Disable libgcj.
7761
7762 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7763
7764 * Makefile.in (STAGE1_CFLAGS): Pass down.
7765
7766 2001-04-13 Alan Modra <amodra@one.net.au>
7767
7768 * config.guess: Add hppa64-linux support. Note for next import that
7769 this is already in the master file.
7770 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
7771
7772 2001-03-22 Colin Howell <chowell@redhat.com>
7773
7774 * Makefile.in (DO_X): Do not backslash single-quotes in
7775 backquotes (two places).
7776
7777 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
7778
7779 * Makefile.in (DO_X): Quote nested quotes.
7780
7781 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
7782
7783 * Makefile.in (DO_X): Use double quotes for quoting
7784 "RANLIB=$${RANLIB}".
7785
7786 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
7787
7788 * configure.in: Only use `lang_requires' for languages athat are
7789 actually enabled.
7790
7791 2001-03-07 Tom Tromey <tromey@redhat.com>
7792
7793 * configure.in: Allow config-lang.in to set `lang_requires' to list
7794 of other required languages.
7795
7796 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
7797
7798 * Makefile.in: Remove RANLIB definition. Use RANLIB
7799 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
7800 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
7801
7802 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
7803 Alexandre Oliva <aoliva@redhat.com>
7804
7805 * Makefile.in (check-c++): Use tabs, not spaces.
7806
7807 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
7808
7809 * Makefile.in (check-c++): New rule.
7810
7811 * configure.in (target_libs): Remove libg++.
7812 (noconfigdirs): Remove libg++.
7813 (noconfigdirs): Same.
7814 (noconfigdirs): Same.
7815 (noconfigdirs): Same.
7816
7817 * config-ml.in: Remove libg++ references.
7818
7819 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
7820 (ALL_TARGET_MODULES): Same.
7821 (configure-target-libg++): Remove.
7822 (all-target-libg++): Remove.
7823 (configure-target-libio): Remove.
7824 (all-target-libio): Remove.
7825 (check-target-libio): Remove.
7826 (.PHONY): Remove.
7827 (libg++.tar.bz2): Remove.
7828 (all-target-cygmon): Remove libio.
7829 (all-target-libstdc++): Remove.
7830 (configure-target-libstdc++): Remove.
7831 (TARGET_LIB_PATH): Remove libstdc++.
7832 (ALL_GCC_CXX): Remove libstdc++.
7833 (all-target-gperf): Correct.
7834
7835 2001-02-15 Anthony Green <green@redhat.com>
7836
7837 * configure: Introduce GCJ_FOR_TARGET.
7838 * configure.in: Ditto.
7839 * Makefile.in: Ditto.
7840
7841 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
7842
7843 * configure.in: for *-chorusos, don't config target-newlib and
7844 target-libgloss.
7845
7846 2001-02-04 Mark Mitchell <mark@codesourcery.com>
7847
7848 Remove V2 C++ library.
7849 * configure.in: Remove --enable-libstdcxx_v3 support.
7850
7851 2001-01-27 Richard Henderson <rth@redhat.com>
7852
7853 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
7854
7855 2001-01-26 Tom Tromey <tromey@redhat.com>
7856
7857 * configure.in: Allow libgcj to be built on Sparc Solaris.
7858
7859 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
7860
7861 * configure.in: Enable libgcj on several additional platforms.
7862
7863 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
7864
7865 * configure.in: Enable libgcj for linux targets.
7866
7867 2001-01-09 Mike Stump <mrs@wrs.com>
7868
7869 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
7870 failures of subdirectories.
7871
7872 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
7873
7874 * configure: handle DOS-style absolute paths.
7875
7876 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
7877
7878 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
7879
7880 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
7881
7882 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
7883 (libstdcxx_incdir): Pass down.
7884 * config.if: Remove expired bits for cxx_interface, add stub.
7885 (libstdcxx_incdir): Add variable for g++ include directory.
7886 * configure.in (gxx_include_dir): Use it.
7887
7888 2000-12-15 Andreas Jaeger <aj@suse.de>
7889
7890 * configure.in: Handle lang_dirs.
7891
7892 2000-12-13 Anthony Green <green@redhat.com>
7893
7894 * configure.in: Disable libgcj for any target not specifically
7895 listed. Disable libgcj for x86 and Alpha Linux until compatible
7896 with g++ abi.
7897
7898 2000-12-13 Mike Stump <mrs@wrs.com>
7899
7900 * Makefile.in (local-distclean): Also remove fastjar.
7901
7902 2000-12-10 Anthony Green <green@redhat.com>
7903
7904 * configure.in: Define libgcj. Disable libgcj target libraries for
7905 most targets.
7906
7907 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
7908
7909 * configure.in (target_libs): Revert 2000-12-08 patch.
7910 (noconfigdirs): Added target-libjava.
7911
7912 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
7913
7914 * Makefile.in: handle DOS-style absolute paths.
7915
7916 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7917
7918 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
7919 libjava.
7920 * configure.in (target_libs): Removed `target-libjava'.
7921
7922 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7923
7924 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
7925 (ALL_MODULES): Added fastjar.
7926 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
7927 (all-target-libjava): all-fastjar replaces all-zip.
7928 (all-fastjar): Added.
7929 (configure-target-fastjar, all-target-fastjar): Likewise.
7930 * configure.in (host_tools): Added fastjar.
7931
7932 2000-12-07 Mike Stump <mrs@wrs.com>
7933
7934 * Makefile.in (local-distclean): Remove leftover built files.
7935
7936 2000-11-16 Fred Fish <fnf@be.com>
7937
7938 * configure.in (enable_libstdcxx_v3): Fix typo,
7939 libstd++ -> libstdc++.
7940
7941 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
7942
7943 * configure: Provide the original toplevel configure arguments
7944 (including $0) to subprocesses in the environment rather than
7945 through gcc/configargs.h.
7946
7947 2000-11-12 Mark Mitchell <mark@codesourcery.com>
7948
7949 * configure: Turn on libstdc++ V3 by default.
7950
7951 2000-10-16 Michael Meissner <meissner@redhat.com>
7952
7953 * configure (gcc/configargs.h): Only create if there is a build GCC
7954 directory created.
7955
7956 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
7957
7958 * configure: Save configure arguments to gcc/configargs.h.
7959
7960 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
7961
7962 * Makefile.in (bootstrap): avoid recursion if subdir missing
7963 (cross): ditto
7964 (do-proto-toplev): ditto
7965
7966 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
7967
7968 * configure.in: Do not build byacc for hppa64. Provide paths to the
7969 X11 libraries for hppa64.
7970
7971 2000-09-02 Anthony Green <green@cygnus.com>
7972
7973 * Makefile.in (all-gcc): Depend on all-zlib.
7974 (CLEAN_MODULES): Add clean-zlib.
7975 (ALL_MODULES): Add all-zlib.
7976 * configure.in (host_libs): Add zlib.
7977
7978 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
7979
7980 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
7981 $targargs to tell whether newlib is going to be built.
7982
7983 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
7984 $$r/TARGET_SUBDIR/libio for _G_config.h.
7985
7986 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
7987
7988 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
7989
7990 * configure: Make enable_threads and enable_shared defaults
7991 explicit. Substitute enable_threads into generated Makefiles.
7992 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
7993 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
7994
7995 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
7996
7997 * configure.in: Re-enable all references to libg++ and librx.
7998
7999 2002-04-09 Loren James Rittle <rittle@labs.mot.com>
8000
8001 * configure.in: Add *-*-freebsd* configurations.
8002
8003 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8004
8005 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8006 (do-tar, do-bz2): New rules.
8007 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8008 (gdb-tar): New rule.
8009 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8010 (insight_dejagnu.tar): New rule.
8011 (insight.tar): New rule.
8012 (gdb+dejagnu.tar): New rule.
8013 (gdb.tar): New rule.
8014
8015 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8016
8017 * MAINTAINERS: Update dejagnu/
8018
8019 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
8020
8021 * ltmain.sh (relink_command): Fix typo in previous change.
8022
8023 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
8024
8025 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8026 (relink_command): Added --tag flags.
8027 (mode=install): If relinking fails; error out.
8028
8029 2002-03-12 Richard Henderson <rth@redhat.com>
8030
8031 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8032 .NOTPARALLEL tag.
8033 (do-check): Rename from check.
8034 (check): Allow parallel check.
8035
8036 2002-03-11 Richard Henderson <rth@redhat.com>
8037
8038 * Makefile.in (.NOTPARALLEL): Add fake tag.
8039
8040 2002-03-07 H.J. Lu (hjl@gnu.org)
8041
8042 * configure.in: Enable gprof for mips*-*-linux*.
8043
8044 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8045
8046 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8047 libjava.
8048 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8049
8050 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8051
8052 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8053
8054 2002-02-23 Daniel Jacobowitz <drow@mvista.com>
8055
8056 * config.guess: Import from master sources, rev 1.232.
8057 * config.sub: Import from master sources, rev 1.246.
8058
8059 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
8060
8061 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8062 because its Makefile is there; test for the executable instead.
8063
8064 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8065
8066 Contribute sh64-elf.
8067 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8068 * configure.in: Added sh64-*-*.
8069
8070 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8071
8072 * COPYING.NEWLIB: Remove advertising clause from
8073 Berkeley and Red Hat licenses.
8074
8075 2002-02-01 Mo DeJong <supermo@bayarea.net>
8076
8077 * Makefile.in: Add all-tix to deps for all-snavigator
8078 so that tix is built when building snavigator.
8079
8080 2002-02-01 Ben Elliston <bje@redhat.com>
8081
8082 * config.guess: Import from master sources, rev 1.229.
8083 * config.sub: Import from master sources, rev 1.240.
8084
8085 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
8086
8087 From Steve Ellcey <sje@cup.hp.com>:
8088 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8089 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8090 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8091 IA64.
8092 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8093 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8094 soname_spec, sys_lib_search_path_spec): Ditto.
8095
8096 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8097
8098 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8099 target-libiberty, and target-libgloss. Skip Java-related
8100 libraries if not supported for NetBSD on target CPU.
8101
8102 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8103
8104 * configure.in: Import StrongARM and XScale target_configdirs from
8105 FSF GCC version.
8106
8107 2002-01-16 H.J. Lu (hjl@gnu.org)
8108
8109 * config.guess: Import from master sources, rev 1.225.
8110 * config.sub: Import from master sources, rev 1.238.
8111
8112 * MAINTAINERS: Updated notes on config.guess and config.sub.
8113
8114 2002-01-11 Steve Ellcey <sje@cup.hp.com>
8115
8116 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8117 ld and gdb are not supported.
8118
8119 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8120
8121 * Change reference to Cygnus Solutions to be Red Hat.
8122
8123 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8124
8125 * COPYING.NEWLIB: Update generic copyright date.
8126
8127 2002-01-07 Mark Salter <msalter@redhat.com>
8128
8129 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8130 Allow target-libgloss to be built for arm, strongarm, and xscale.
8131
8132 2002-01-03 Ben Elliston <bje@redhat.com>
8133
8134 * MAINTAINERS: Update URL for config.* scripts.
8135
8136 2001-12-18 Alan Modra <amodra@bigpond.net.au>
8137
8138 * config.sub: Import latest version.
8139 * config.guess: Likewise.
8140
8141 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8142
8143 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8144 options for i[3456]86-pc-linux* native builds.
8145
8146 2001-12-05 Laurent Guerby <guerby@acm.org>
8147
8148 * MAINTAINERS: gcc adopts symlink-tree, refer more to
8149 libiberty.
8150
8151 Import this patch from gcc:
8152
8153 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8154
8155 * symlink-tree: handle DOS-style absolute paths.
8156
8157 2001-11-28 DJ Delorie <dj@redhat.com>
8158 Zack Weinberg <zack@codesourcery.com>
8159
8160 When build != host, create libiberty for the build machine.
8161
8162 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8163 CONFIG_ARGUMENTS.
8164 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8165 New variables.
8166 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8167 and rules.
8168 (all.normal): Depend on ALL_BUILD_MODULES.
8169 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8170 (all-build-libiberty): Depend on configure-build-libiberty.
8171
8172 * configure: Calculate and substitute proper value for
8173 ALL_BUILD_MODULES.
8174 * configure.in: Create the build subdirectory.
8175 Calculate and substitute TARGET_CONFIGARGS (formerly
8176 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8177
8178 2001-11-26 Geoffrey Keating <geoffk@redhat.com>
8179
8180 * config.sub: Update to version 1.232 on subversion.
8181
8182 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
8183
8184 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8185 files from .po files for a distribution.
8186
8187 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
8188
8189 * COPYING.NEWLIB: Mention preserved notice in specific parts.
8190
8191 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
8192
8193 Merged from net gcc:
8194 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
8195 * ltcf-c.sh: Use $objext, not $ac_objext.
8196 2001-07-27 Mark Kettenis <kettenis@gnu.org>
8197 * ltcf-cxx.sh: Add support for GNU.
8198 2001-07-22 Timothy Wall <twall@redhat.com>
8199 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
8200 default settings if using GNU tools with that configuration.
8201 * ltcf-cxx.sh: Ditto.
8202 * ltcf-gcj.sh: Ditto.
8203 2001-07-21 Michael Chastain <chastain@redhat.com>
8204 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8205 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
8206 * ltmain.sh: Mark as gcc-local.
8207
8208 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
8209
8210 * Makefile.in (all-bison): Revert 2001-10-24.
8211 Don't depend on texinfo.
8212
8213 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
8214
8215 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
8216
8217 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
8218
8219 * configure.in (--enable-languages): Be more permissive about
8220 syntax. Check for empty lists better. Warn about $LANGUAGES.
8221
8222 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
8223
8224 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8225
8226 2001-10-24 Jeff Holcomb <jeffh@redhat.com>
8227
8228 Makefile.in (all-bison): Don't depend on texinfo.
8229
8230 2001-10-03 Alan Modra <amodra@bigpond.net.au>
8231
8232 * gettext.m4: Test po/POTFILES.in exists before trying to read.
8233
8234 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
8235
8236 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8237
8238 2001-09-28 Hans-Peter Nilsson <hp@axis.com>
8239
8240 * config.sub, config.guess: Import latest from subversions.
8241
8242 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
8243
8244 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8245 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8246 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8247 avoid quotes nesting problems.
8248 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8249 (DO_X): Export only variables that are set.
8250
8251 2001-09-19 Ben Elliston <bje@redhat.com>
8252
8253 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8254 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8255 semantics. Use the shell built-in "type" command instead.
8256
8257 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8258
8259 * config.sub: Reverted the earlier change, this version is not the
8260 master file.
8261
8262 2001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8263
8264 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
8265 Add support for mips64.
8266
8267 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
8268
8269 * configure.in: Enable libstdc++-v3 for h8300 targets.
8270
8271 2001-08-30 Eric Christopher <echristo@redhat.com>
8272 Jason Eckhardt <jle@redhat.com>
8273
8274 * config.sub: Add support for mipsisa32.
8275
8276 2001-08-30 Eric Christopher <echristo@redhat.com>
8277
8278 * config.sub, config.guess: Import latest from subversions.
8279
8280 2001-08-20 Alan Modra <amodra@bigpond.net.au>
8281
8282 * config.sub, config.guess: Import latest from subversions.
8283
8284 2001-07-26 DJ Delorie <dj@redhat.com>
8285
8286 * MAINTAINERS: Clarify libiberty merge rules and procedures.
8287
8288 2001-06-19 Alan Modra <amodra@bigpond.net.au>
8289
8290 * Makefile.in: Revert 2001-06-17.
8291 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
8292
8293 2001-06-17 H.J. Lu <hjl@gnu.org>
8294
8295 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
8296 (gas+binutils.tar.bz2): Likewise.
8297 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
8298
8299 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
8300
8301 * Makefile.in (VER): When present, extract the version number from
8302 the file version.in.
8303
8304 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
8305
8306 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8307 gcc/xgcc is built, use -print-prog-name to find out the program
8308 name to use.
8309
8310 2001-06-04 Mark Mitchell <mark@codesourcery.com>
8311
8312 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8313 with_gcc]: Use `gcc -shared' to build a shared library.
8314
8315 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
8316
8317 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8318 archives.
8319
8320 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
8321
8322 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
8323 libraries when using g++ with native linker.
8324
8325 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
8326
8327 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8328
8329 2001-05-24 Tom Rix <trix@redhat.com>
8330
8331 * configure.in : enable ld for aix
8332
8333 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
8334
8335 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8336 [aix4*|aix5*]: Prepend blank.
8337
8338 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
8339
8340 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8341 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
8342 of subdir/configure scripts to use the new libtool.m4.
8343
8344 2001-05-14 H.J. Lu <hjl@gnu.org>
8345
8346 * config.if (libc_interface): Set to -libc6.2- for cross
8347 compiling to Linux/glibc 2.2.
8348
8349 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
8350
8351 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8352 libgcj.
8353
8354 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
8355
8356 * configure.in (noconfigdirs): Don't reset it from scratch in the
8357 target case; only append to it.
8358
8359 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
8360
8361 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8362 sparc-*-solaris2.8]: Disable ${libgcj}.
8363
8364 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
8365
8366 * configure.in (libgcj_saved): Copy from $libgcj.
8367 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8368 --disable-libgcj.
8369
8370 2001-04-20 Alexandre Oliva <aoliva@redhat.com>
8371
8372 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8373 1.641.2.228.
8374
8375 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
8376
8377 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8378 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8379
8380 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
8381
8382 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8383 New macros.
8384 (bootstrap, cross): Use RECURSE_FLAGS.
8385 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8386
8387 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
8388
8389 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8390
8391 2001-03-23 Nick Clifton <nickc@redhat.com>
8392
8393 * README-maintainer-mode: Add note about inability to use "make
8394 distclean" in maintainer mode.
8395
8396 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
8397
8398 Re-installed:
8399 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8400 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
8401 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8402 * ltcf-cxx.sh: Likewise.
8403 * ltcf-gcj.sh: Likewise.
8404
8405 2001-03-22 Philip Blundell <philb@gnu.org>
8406
8407 * config.sub, config.guess: Import latest from subversions.
8408
8409 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
8410
8411 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8412 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8413
8414 2001-03-20 Michael Chastain <chastain@redhat.com>
8415
8416 * Makefile.in: all-m4 depends on all-texinfo.
8417
8418 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
8419
8420 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8421
8422 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
8423
8424 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
8425 longer valid.
8426
8427 2001-02-16 Nick Clifton <nickc@redhat.com>
8428
8429 * configure.in (noconfigdirs): Allow configuration of texinfo
8430 for Cygwin hosts.
8431
8432 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
8433
8434 * config.guess: Add linux target for S/390.
8435 * config.sub: Likewise.
8436 * configure.in: Likewise.
8437
8438 2001-02-06 Ben Elliston <bje@redhat.com>
8439
8440 * configure: Output host type to stdout, not stderr.
8441
8442 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8443
8444 * config.guess: Import from subversions.gnu.org (revision 1.181).
8445 * config.sub: Import from subversions.gnu.org (revision 1.199).
8446
8447 2001-01-30 Alan Modra <alan@linuxcare.com.au>
8448
8449 * config.guess: Handle hppa64-linux systems.
8450
8451 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8452
8453 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8454 Don't unset, it's non-portable and no longer necessary, set to empty
8455 instead.
8456
8457 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8458
8459 * ltconfig: Shell portability fix for the tagname validity check.
8460
8461 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8462
8463 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8464
8465 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
8466
8467 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8468 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8469
8470 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
8471
8472 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8473 keep at least one of build_libtool_libs or build_old_libs set to
8474 yes.
8475
8476 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
8477
8478 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8479 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8480
8481 2000-11-07 Philip Blundell <pb@futuretv.com>
8482
8483 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8484
8485 2000-11-03 Philip Blundell <pb@futuretv.com>
8486
8487 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8488 files.
8489
8490 2001-01-15 Jeff Johnston <jjohnstn@redhat.com>
8491
8492 * COPYING.NEWLIB: Put into source repository.
8493
8494 2001-01-15 Ben Elliston <bje@redhat.com>
8495
8496 * configure.in (host_tools): Add sid.
8497 Always configure cgen.
8498 * Makefile.in (all-sid): New target.
8499 (check-sid, clean-sid, install-sid): Likewise.
8500
8501 2001-01-07 Andreas Jaeger <aj@suse.de>
8502
8503 * config.sub, config.guess: Update from subversions.
8504
8505 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
8506
8507 * configure.in: Disable language-specific target libraries for
8508 languages that aren't enabled.
8509
8510 2000-11-24 Nick Clifton <nickc@redhat.com>
8511
8512 * configure.in (xscale-elf): Add target.
8513 (xscale-coff): Add target.
8514 (c4x, c5x, tic54x): Move after ARM targets.
8515
8516 2000-11-23 Alexandre Oliva <aoliva@redhat.com>
8517
8518 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
8519
8520 2000-11-20 Ian Lance Taylor <ian@zembu.com>
8521
8522 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
8523
8524 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
8525
8526 * Makefile.in: Merge with GCC and libgcj.
8527 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
8528 configure-target-<library> when their configure scripts need the C
8529 or C++ library to have already been built to work properly.
8530 (do_proto_toplev): Set them to an empty string.
8531
8532 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
8533
8534 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8535 (REALLY_SET_LIB_PATH): Use them.
8536
8537 2000-11-06 Christopher Faylor <cgf@cygnus.com>
8538
8539 * config.sub: Add support for Sun Chorus
8540
8541 2000-11-02 Per Lundberg <plundis@chaosdev.org>
8542
8543 * config.sub: Add support for the *-storm-chaos OS.
8544
8545 2000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
8546
8547 * configure.in (noconfigdirs): Don't compile some
8548 of the libraries for 68HC11 & 68hc12 targets.
8549
8550 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
8551
8552 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
8553 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
8554 all affected `configure' scripts.
8555
8556 2000-09-25 Alexandre Oliva <aoliva@redhat.com>
8557
8558 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
8559 ltcf-c.sh.
8560
8561 2000-09-12 Philip Blundell <philb@gnu.org>
8562
8563 * config.sub, config.guess: Update from subversions.
8564
8565 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
8566
8567 * Makefile.in (all-zlib): Added dummy target.
8568
8569 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
8570 multi-language branch.
8571
8572 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
8573
8574 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8575 (bootstrap*): Depend on all-bootstrap.
8576
8577 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
8578
8579 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8580 crosses, but add gcc/include to the header search path for them.
8581
8582 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
8583
8584 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
8585 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
8586 * gettext.m4: New file, extracted from aclocal.m4.
8587
8588 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
8589
8590 * config-ml.in (CC, CXX): Avoid trailing whitespace.
8591 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
8592 sub-configures.
8593
8594 2000-08-20 Doug Evans <dje@casey.transmeta.com>
8595
8596 * Makefile.in (ALL_MODULES): Add all-cgen.
8597 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8598 (all-cgen): New target.
8599 (all-opcodes,all-sim): Depend on all-cgen.
8600 * configure.in (host_tools): Add cgen.
8601 Only configure cgen if --enable-cgen-maint.
8602
8603 2000-08-17 Alexandre Oliva <aoliva@redhat.com>
8604
8605 * config-ml.in (CC, CXX): Don't introduce a leading space.
8606
8607 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
8608
8609 * configure.in (libstdcxx_flags): Use
8610 libstdc++-v3/src/libstdc++.INC.
8611
8612 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
8613
8614 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
8615
8616 2000-08-11 Jason Merrill <jason@redhat.com>
8617
8618 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
8619 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
8620 (FLAGS_FOR_TARGET): Not here.
8621 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
8622
8623 2000-08-07 DJ Delorie <dj@redhat.com>
8624
8625 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
8626 "if we're also building gcc, and it's a gcc that will run on the
8627 build machine, we want to use its includes instead of the system's
8628 default includes".
8629
8630 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
8631
8632 * configure.in (libstdcxx_flags): Don't use `"'.
8633
8634 * config-ml.in: Adjust multilib search paths to the
8635 appropriate multilib tree.
8636
8637 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
8638
8639 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
8640 commas in $LANGUAGES.
8641
8642 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
8643
8644 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
8645
8646 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
8647
8648 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
8649 CXX_FOR_TARGET for sed.
8650
8651 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
8652
8653 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
8654 Do not override if already set in the environment or in configure.
8655 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
8656 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
8657
8658 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
8659
8660 * Makefile.in (FLAGS_FOR_TARGET): New macro.
8661 (GCC_FOR_TARGET): Use it.
8662 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
8663 * configure.in: ... here.
8664 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
8665 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
8666
8667 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
8668
8669 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
8670 (configure-target-libchill, configure-target-libobjc): Likewise.
8671
8672 * configure.in: Use the same cache file for all target libs.
8673 * config-ml.in: But different cache files per multilib variant.
8674
8675 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8676
8677 * configure (topsrcdir): Don't use dirname.
8678
8679 2000-07-20 Jason Merrill <jason@redhat.com>
8680
8681 * configure.in: Remove all references to libg++ and librx.
8682
8683 * configure, configure.in, Makefile.in: Unify gcc and binutils.
8684
8685 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
8686
8687 * config.sub: Update to subversions version 2000-07-06.
8688
8689 2000-07-12 Andrew Haley <aph@cygnus.com>
8690
8691 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
8692 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
8693
8694 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
8695
8696 * symlink-tree: Check number of arguments.
8697
8698 2000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
8699
8700 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
8701
8702 2000-07-05 Jim Wilson <wilson@cygnus.com>
8703
8704 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
8705 search path for a g++ extracted from the build tree. This
8706 will allow link tests run by configure scripts in
8707 subdirectories to succeed.
8708
8709 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
8710
8711 * ltconfig: Add support for mips-dde-sysv4.2MP
8712
8713 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
8714
8715 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
8716 `os2'. Force ac_cv_exeext to be ".exe" in that case.
8717
8718 2000-06-19 Timothy Wall <twall@cygnus.com>
8719
8720 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
8721 * config.sub: Add tic54x target.
8722
8723 2000-06-07 Phillip Thomas <pthomas@suse.de>
8724
8725 * README-maintainer-mode: New file: Contains notes on using
8726 --enable-maintainer-mode with binutils.
8727
8728 2000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
8729
8730 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
8731
8732 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
8733
8734 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8735 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
8736
8737 20000-05-21 H.J. Lu (hjl@gnu.org)
8738
8739 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8740 directory are used if they exist. Make sure
8741 $(build_tooldir)/include is searched for header files,
8742 $(build_tooldir)/lib/ for library files.
8743 (GCC_FOR_TARGET): Likewise.
8744 (CXX_FOR_TARGET): Likewise.
8745
8746 2000-05-18 Jeffrey A Law (law@cygnus.com)
8747
8748 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8749
8750 2000-05-17 Alexandre Oliva <aoliva@cygnus.com>
8751
8752 * Makefile.in (configure-target-libiberty): Depend on
8753 configure-target-newlib.
8754
8755 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
8756
8757 * configure.in, Makefile.in: Merge all libffi-related
8758 configury stuff from the libgcj tree.
8759
8760 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
8761
8762 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8763 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
8764
8765 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
8766
8767 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8768 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
8769 current version information. Add to proto-toplev directory.
8770 (gdb-taz): Build do-djunpack.
8771
8772 2000-05-15 David Edelsohn <edelsohn@gnu.org>
8773
8774 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
8775
8776 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8777
8778 * ltmain.sh: Preserve in relink_command any environment
8779 variables that may affect the linker behavior.
8780
8781 2000-05-12 Jeffrey A Law (law@cygnus.com)
8782
8783 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
8784
8785 2000-05-10 Jim Wilson <wilson@cygnus.com>
8786
8787 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
8788
8789 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8790
8791 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
8792 with the version name.
8793
8794 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
8795
8796 * config.if: Tweak.
8797
8798 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
8799
8800 * djunpack.bat: New file.
8801
8802 2000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
8803
8804 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
8805 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
8806 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
8807 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
8808
8809 2000-04-16 Dave Pitts <dpitts@cozx.com>
8810
8811 * config.sub (case $basic_machine): Change default for "ibm-*"
8812 to "openedition".
8813
8814 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
8815
8816 * Makefile.in (gdb-taz): New target. GDB specific archive.
8817 (do-md5sum): New target.
8818 (MD5PROG): Define.
8819 (PACKAGE): Default to TOOL.
8820 (VER): Default to a shell script.
8821 (taz): Rewrite target. Move real work to do-proto-toplev. Include
8822 md5 checksum generation.
8823 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
8824 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
8825 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
8826 insight.tar.bz2): Use gdb-taz to create archive.
8827
8828 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
8829
8830 * configure (warn_cflags): Delete.
8831
8832 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
8833 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
8834
8835 * configure.in (enable_libstdcxx_v3): Add.
8836 (target_libs): Add bits here to switch between libstdc++-v2 and
8837 libstdc++-v3.
8838 * config.if: And this file too.
8839 * Makefile.in: Add libstdc++-v3 targets.
8840
8841 2000-04-05 Michael Meissner <meissner@redhat.com>
8842
8843 * config.sub (d30v): Add d30v as a basic machine type.
8844
8845 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
8846
8847 * configure.in: -linux-gnu*, not -linux-gnu.
8848
8849 2000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
8850
8851 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
8852 (do-tar-bz2): Replace TOOL with PACKAGE.
8853 (gdb.tar.bz2): Remove GDBTK from GDB package.
8854 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
8855 dejagnu.tar.bz2): New packages.
8856
8857 2000-02-27 Andreas Jaeger <aj@suse.de>
8858
8859 * configure.in: Add entry for mips*-*-linux*, move catch all
8860 *-*-*linux* entry below this one.
8861
8862 2000-02-27 Ian Lance Taylor <ian@zembu.com>
8863
8864 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
8865
8866 2000-02-24 Nick Clifton <nickc@cygnus.com>
8867
8868 * config.sub: Support an OS of "wince".
8869
8870 2000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
8871
8872 * config.guess, config.sub: Updated to match config's 2000-02-15
8873 version.
8874
8875 2000-02-23 Linas Vepstas <linas@linas.org>
8876
8877 * config.sub: Add support for Linux/IBM 370.
8878 * configure.in: Likewise.
8879
8880 2000-02-22 Nick Clifton <nickc@cygnus.com>
8881
8882 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
8883
8884 2000-02-20 Christopher Faylor <cgf@cygnus.com>
8885
8886 * config.guess: Guess "cygwin" rather than "cygwin32".
8887
8888 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8889
8890 * configure (gcc_version): When setting, narrow search to
8891 lines containing `version_string'.
8892
8893 2000-02-15 Denis Chertykov <denisc@overta.ru>
8894
8895 * config.sub: Add support for avr target.
8896
8897 2000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
8898
8899 * config.sub: Add mmix-knuth-mmixware.
8900
8901 2000-01-27 Christopher Faylor <cgf@redhat.com>
8902
8903 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
8904 structure stuff to -L library search.
8905 (CXX_FOR_TARGET): Ditto.
8906 (CROSS_CHECK_MODULES): Fix spelling mistake.
8907
8908 2000-01-24 Mark Mitchell <mark@codesourcery.com>
8909
8910 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
8911 the C++ compiler.
8912
8913 2000-01-12 Richard Henderson <rth@cygnus.com>
8914
8915 * configure.in: Don't build some bits for beos.
8916
8917 2000-01-12 Joel Sherrill (joel@OARcorp.com)
8918
8919 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
8920 as include files.
8921
8922 2000-01-06 Geoff Keating <geoffk@cygnus.com>
8923
8924 * configure.in: Use mt-aix43 to handle *_TARGET defs,
8925 not mh-aix43.
8926
8927 1999-12-14 Richard Henderson <rth@cygnus.com>
8928
8929 * config.guess (alpha-osf, alpha-linux): Detect ev67.
8930 * config.sub: Accept alphaev[78], alphaev8.
8931
8932 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8933
8934 * config.guess, config.sub: Update from autoconf.
8935
8936 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8937
8938 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
8939 necessary libraries are missing.
8940
8941 1999-10-25 Andreas Schwab <schwab@suse.de>
8942
8943 * configure: Fix quoting inside arguments of eval.
8944
8945 1999-10-21 Nick Clifton <nickc@cygnus.com>
8946
8947 * config-ml.in: Allow suppression of some ARM multilibs.
8948
8949 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
8950
8951 * config.guess: Add OS/390 match pattern.
8952 * config.sub: Add mvs, openedition targets.
8953 * configure.in (i370-ibm-opened*): New.
8954
8955 1999-09-04 Steve Chamberlain <sac@pobox.com>
8956
8957 * config.sub: Add support for configuring for pj.
8958
8959 1999-08-31 Nick Clifton <nickc@cygnus.com>
8960
8961 * config.sub (maybe_os): Add support for configuring for fr30.
8962
8963 1999-08-25 Nick Clifton <nickc@cygnus.com>
8964
8965 * configure.in: Do not configure or build ld for AIX
8966 platforms. ld is known to be broken on these platforms.
8967
8968 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8969
8970 * config-ml.in: Pass compiler flag corresponding to multidirs to
8971 subdir configures.
8972
8973 1999-08-09 Ian Lance Taylor <ian@zembu.com>
8974
8975 * Makefile.in (LDFLAGS): Define.
8976
8977 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
8978
8979 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
8980 noconfigdirs.
8981 (*-*-cygwin*): Likewise.
8982
8983 1999-08-08 Ian Lance Taylor <ian@zembu.com>
8984
8985 * mkdep: New file.
8986 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
8987 (BINUTILS_SUPPORT_DIRS): Add mkdep.
8988
8989 From Eli Zaretskii <eliz@is.elta.co.il>:
8990 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
8991 long file name when using DJGPP on MS-DOS.
8992
8993 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
8994
8995 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
8996
8997 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
8998
8999 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9000 dependency as this causes "make check" to globally "make all"
9001
9002 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9003
9004 * configure.in (target_libs): Added target-zlib.
9005 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9006 (CONFIGURE_TARGET_MODULES): Likewise.
9007 (CHECK_TARGET_MODULES): Likewise.
9008 (INSTALL_TARGET_MODULES): Likewise.
9009 (CLEAN_TARGET_MODULES): Likewise.
9010 (configure-target-zlib): New target.
9011 (all-target-zlib): Likewise.
9012 (all-target-libjava): Depend on all-target-zlib.
9013 (configure-target-libjava): Depend on configure-target-zlib.
9014
9015 * Makefile.in (configure-target-libjava): Depend on
9016 configure-target-newlib.
9017 (configure-target-boehm-gc): New target.
9018 (configure-target-qthreads): New target.
9019
9020 * configure.in (target_libs): Added target-qthreads.
9021 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9022 (CONFIGURE_TARGET_MODULES): Likewise.
9023 (CHECK_TARGET_MODULES): Likewise.
9024 (INSTALL_TARGET_MODULES): Likewise.
9025 (CLEAN_TARGET_MODULES): Likewise.
9026 (all-target-qthreads): New target.
9027 (configure-target-libjava): Depend on configure-target-qthreads.
9028 (all-target-libjava): Depend on all-target-qthreads.
9029
9030 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9031 (CONFIGURE_TARGET_MODULES): Likewise.
9032 (CHECK_TARGET_MODULES): Likewise.
9033 (INSTALL_TARGET_MODULES): Likewise.
9034 (CLEAN_TARGET_MODULES): Likewise.
9035 (all-target-libjava): New target.
9036 (all-target-boehm-gc): Likewise.
9037 * configure.in (target_libs): Added libjava, boehm-gc.
9038
9039 1999-07-22 Ian Lance Taylor <ian@zembu.com>
9040
9041 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9042 configure.bat in SUPPORT_FILES.
9043 (gas+binutils.tar.bz2): Likewise.
9044
9045 * makeall.bat: Remove; obsolete.
9046
9047 1999-07-21 Ian Lance Taylor <ian@zembu.com>
9048
9049 From Mark Elbrecht:
9050 * configure.bat: Remove; obsolete.
9051
9052 1999-07-11 Ian Lance Taylor <ian@zembu.com>
9053
9054 * configure: Add -W -Wall to the default CFLAGS when compiling with
9055 gcc.
9056
9057 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9058
9059 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9060
9061 1999-06-30 Mark Mitchell <mark@codesourcery.com>
9062
9063 * configure.in: Build ld on IRIX6.
9064
9065 1999-06-12 Ian Lance Taylor <ian@zembu.com>
9066
9067 * Makefile.in: Change distribution targets to use bzip2 instead of
9068 gzip.
9069 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9070 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9071
9072 1999-06-04 Nick Clifton <nickc@cygnus.com>
9073
9074 * config.sub: Add mcore target.
9075
9076 1999-05-30 Cort Dougan <cort@cs.nmt.edu>
9077
9078 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9079
9080 1999-05-25 H.J. Lu (hjl@gnu.org)
9081
9082 * config.guess (dummy): Changed to $dummy.
9083
9084 1999-05-24 Nick Clifton <nickc@cygnus.com>
9085
9086 * config.sub: Tidied up case statements.
9087
9088 1999-05-22 Ben Elliston <bje@cygnus.com>
9089
9090 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9091 <jiro@din.or.jp>.
9092
9093 * config.guess: Merge with FSF version. Future changes will be
9094 more accurately recorded in this ChangeLog.
9095 * config.sub: Likewise.
9096
9097 1999-05-20 Stephen L Moshier <moshier@world.std.com>
9098
9099 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9100
9101 1999-04-30 Tom Tromey <tromey@cygnus.com>
9102
9103 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9104
9105 1999-04-23 Tom Tromey <tromey@cygnus.com>
9106
9107 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9108
9109 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
9110
9111 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9112 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9113 Bad merge removed these two changes.
9114
9115 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
9116 Martin Heller (Ing.-Buero_Heller@t-online.de)
9117
9118 * config.guess (interix Alpha): Add.
9119
9120 1999-04-11 Richard Henderson <rth@cygnus.com>
9121
9122 * configure.in (i?86-*-beos*): Do config gperf; don't config
9123 gdb, newlib, or libgloss.
9124
9125 1999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
9126
9127 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9128 link a trivial program with -mabi=64. If it fails, remove mabi=64
9129 from multidirs.
9130
9131 1999-04-10 Philipp Thomas (kthomas@gwdg.de)
9132
9133 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9134
9135 1999-04-08 Nick Clifton <nickc@cygnus.com>
9136
9137 * config.sub: Add support for mcore targets.
9138
9139 1999-04-07 Michael Meissner <meissner@cygnus.com>
9140
9141 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9142 not mt-ospace, in order to shut up assembler warning about using
9143 symbols that are named the same as registers.
9144
9145 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
9146
9147 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9148 dependency list for all-target-cygmon.
9149
9150 1999-04-05 Doug Evans <devans@casey.cygnus.com>
9151
9152 * config-ml.in: Check $host, not $target, for selective multilibs.
9153 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9154 thumb interworking, and underscore prefix multilibs.
9155
9156 1999-04-04 Ian Lance Taylor <ian@zembu.com>
9157
9158 * missing: Update to version from current automake.
9159
9160 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9161
9162 * configure (gxx_include_dir): Removed.
9163
9164 * configure.in (gxx_include_dir): Handle it.
9165 * Makefile.in: Likewise.
9166
9167 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9168
9169 * config.sub (mips64vr4111,mips64vr4111el) Add.
9170
9171 1999-03-21 Ben Elliston <bje@cygnus.com>
9172
9173 * config.guess: Correct typo for detecting ELF on FreeBSD.
9174
9175 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9176
9177 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9178 config/mh-djgpp.
9179
9180 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9181
9182 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9183 all-target-newlib to dependency list for all-target-bsp.
9184
9185 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9186
9187 * config.sub: Add i386-uwin support.
9188 * config.guess: Likewise.
9189
9190 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9191
9192 * configure.in: cleanup, add mh-*pic handling for arm, special
9193 case powerpc*-*-aix*
9194
9195 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
9196
9197 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9198 can be built.
9199
9200 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
9201
9202 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
9203 targets.
9204
9205 1999-03-02 Nick Clifton <nickc@cygnus.com>
9206
9207 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9208
9209 1999-02-28 Geoffrey Noer <noer@cygnus.com>
9210
9211 * config.sub: Check for "cygwin*" rather than "cygwin32*"
9212
9213 1999-02-24 Nick Clifton <nickc@cygnus.com>
9214
9215 * config.sub: Fix typo in arm recognition.
9216
9217 1999-02-24 Drew Moseley <dmoseley@cygnus.com>
9218
9219 * configure.in (noconfigdirs): Changed target_configdirs to
9220 include target-bsp only for m68k-*-elf* and m68k-*-coff*
9221 rather than m68k-*-* since it is not known to work on
9222 m68k-aout. Ditto for arm-*-*oabi.
9223
9224 1999-02-24 Stan Shebs <shebs@andros.cygnus.com>
9225
9226 * configure.in (*-*-windows*): Remove, no longer used.
9227
9228 1999-02-19 Ben Elliston <bje@cygnus.com>
9229
9230 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9231 Smart and improved by Andrew Cagney.
9232
9233 1999-02-18 Marc Espie <espie@cvs.openbsd.org>
9234
9235 * config.guess: Recognize openbsd-*-hppa.
9236
9237 1999-02-17 H.J. Lu (hjl@gnu.org)
9238
9239 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9240 only if it is not empty.
9241
9242 1999-02-17 Nick Clifton <nickc@cygnus.com>
9243
9244 Patch from: Scott Bambrough <scottb@corelcomputer.com>
9245
9246 * config.guess: Modified to recognize uname's armv* syntax.
9247
9248 * config.sub: Modified to recognize uname's armv* syntax.
9249
9250 1999-02-17 Mark Salter <msalter@cygnus.com>
9251
9252 * configure.in: Added target-bsp for sparclite.
9253
9254 1999-02-08 Richard Henderson <rth@cygnus.com>
9255
9256 * config.sub: Recognize alphapca5[67] and up to alphaev8.
9257
9258 1999-02-08 Nick Clifton <nickc@cygnus.com>
9259
9260 * configure.in: Add support for strongarm port.
9261 * config.sub: Add support for strongarm target.
9262
9263 1999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
9264
9265 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9266 the old name config/mh-cygwin32.
9267 Enable texinfo.
9268
9269 1999-02-04 Ian Lance Taylor <ian@cygnus.com>
9270
9271 * configure.in: Do build ld for ix86 Solaris.
9272
9273 1999-02-02 Jim Wilson <wilson@cygnus.com>
9274
9275 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
9276 $AR_FOR_TARGET. Likewise for RANLIB.
9277
9278 1999-02-02 Catherine Moore <clm@cygnus.com>
9279
9280 * config.sub (oabi): Recognize.
9281 * configure.in (arm-*-oabi): Handle.
9282
9283 1999-01-30 Robert Lipe (robertlipe@usa.net)
9284
9285 * config.guess: Improve detection of i686 on UnixWare 7.
9286
9287 1999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
9288
9289 * config.guess: Add support for i386-pc-interix.
9290 * config.sub: Likewise.
9291 * configure.in: Likewise.
9292
9293 1999-01-18 Christopher Faylor <cgf@cygnus.com>
9294
9295 * Makefile.in: Remove unneeded all-target-libio from
9296 from all-target-winsup target since it is now unneeded.
9297 Add all-target-libtermcap in its place since it is now
9298 needed.
9299
9300 1998-12-30 Christopher Faylor <cgf@cygnus.com>
9301
9302 * configure.in: makefile stub for cygwin target is probably
9303 unnecessary. Remove it for now.
9304
9305 1998-12-30 Christopher Faylor <cgf@cygnus.com>
9306
9307 * configure.in: libtermcap.a should be built when cygwin is the
9308 target as well as the host.
9309 * config.guess: Allow mixed case in cygwin uname output.
9310 * Makefile.in: Add libtermcap target.
9311
9312 1998-12-23 Jeffrey A Law (law@cygnus.com)
9313
9314 * config.sub: Clean up handling of hppa2.0.
9315
9316 1998-12-22 Rodney Brown (rodneybrown@pmsc.com)
9317
9318 * config.guess: Use C code to identify more HP machines.
9319
9320 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
9321
9322 * config.sub: Handle hppa2.0.
9323
9324 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
9325
9326 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
9327 cygmon for all sparclite targets, regardless of object format.
9328
9329 1998-12-15 Mark Salter <msalter@cygnus.com>
9330
9331 * configure.in: Added target-bsp for several target architectures.
9332
9333 * Makefile.in: Added rules for bsp.
9334
9335 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
9336
9337 * config.guess: Improve detection of hppa2.0 processors.
9338
9339 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
9340
9341 * config.guess: Recognize FreeBSD using ELF automatically.
9342
9343 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
9344
9345 * configure (skip-this-dir): Add handling for new shell script, which
9346 might be created by a sub-directory's configure to indicate, this particular
9347 directory is "unwanted".
9348 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9349
9350 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
9351
9352 * ltconfig: import from libtool, after changing libtool to
9353 account for the cygwin name change.
9354
9355 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
9356
9357 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9358 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9359
9360 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
9361
9362 * configure.in: Add libtermcap to list of cygwin dependencies.
9363
9364 1998-11-17 Geoffrey Noer <noer@cygnus.com>
9365
9366 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9367 they include winsup/include when it's a cygwin target.
9368
9369 1998-11-12 Tom Tromey <tromey@cygnus.com>
9370
9371 * configure.in (host_tools): Added zip.
9372 * Makefile.in (all-target-libjava): Depend on all-zip.
9373 (all-zip): New target.
9374 (ALL_MODULES): Added all-zip.
9375 (NATIVE_CHECK_MODULES): Added check-zip.
9376 (INSTALL_MODULES): Added install-zip.
9377 (CLEAN_MODULES): Added clean-zip.
9378
9379 1998-11-12 Geoffrey Noer <noer@cygnus.com>
9380
9381 * Makefile.in: lose "32" from comment about cygwin.
9382
9383 1998-11-05 Nick Clifton <nickc@cygnus.com>
9384
9385 * configure.in: Use -Os to build target libraries for the fr30.
9386
9387 1998-11-04 Dave Brolley <brolley@cygnus.com>
9388
9389 * config.sub: Add fr30.
9390
9391 1998-11-02 Geoffrey Noer <noer@cygnus.com>
9392
9393 * configure.in: drop "32" from config/mh-cygwin32. Check
9394 cygwin* instead of cygwin32*.
9395 * config.sub: Check cygwin* instead of cygwin32*.
9396
9397 1998-10-22 Robert Lipe <robertl@dgii.com>
9398
9399 * config.guess: Match any version of Unixware7.
9400
9401 1998-10-20 Syd Polk <spolk@cygnus.com>
9402
9403 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9404 if desired.
9405
9406 1998-10-18 Jeffrey A Law (law@cygnus.com)
9407
9408 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9409 these if the appropriate directories and files to not exist.
9410
9411 1998-10-14 Jeffrey A Law (law@cygnus.com)
9412
9413 * Makefile.in (DEVO_SUPPORT): Add config.if.
9414
9415 1998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
9416
9417 * configure: Add pattern to replace "build_tooldir"'s
9418 definition in the generated Makefile with "tooldir"'s
9419 actual value.
9420
9421 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
9422
9423 * config.sub: Bring back lost sparcv9.
9424
9425 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9426
9427 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
9428
9429 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9430 CC_FOR_TARGET and friends.
9431
9432 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9433
9434 * Makefile.in (build_tooldir): New variable, same as tooldir.
9435 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9436 -B$(build_tooldir)/bin/.
9437 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9438
9439 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
9440
9441 * config.sub: Add support for i[34567]86-pc-udk.
9442 * configure.in: Likewise.
9443
9444 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
9445
9446 * Makefile.in: add bzip2 package building bits for user
9447 tools module
9448 * configure.in: ditto
9449
9450 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
9451
9452 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9453 (ALL_TARGET_MODULES): Add all-target-libobjc.
9454 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9455 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9456 (all-target-libchill): Add dependencies.
9457 * configure.in (target_libs): Add libchill.
9458
9459 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
9460
9461 * configure.in (target_subdir): Remove duplicate line.
9462
9463 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
9464
9465 * Makefile.in (all-automake): fix dependencies.
9466
9467 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
9468
9469 * configure.in: Minor cleanups for building in the $(target_alias)
9470 subdir.
9471
9472 1998-09-22 Jim Wilson <wilson@cygnus.com>
9473
9474 * Makefile.in (bootstrap): Set r and s before make all. Use
9475 BASE_FLAGS_TO_PASS in make all.
9476 (cross): Likewise.
9477
9478 1998-09-20 Mark Mitchell <mark@markmitchell.com>
9479
9480 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9481
9482 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
9483
9484 * config.sub: Fix typo in last change.
9485
9486 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9487
9488 * config.sub: Add support for C4x target.
9489 * configure.in: Likewise.
9490
9491 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
9492
9493 * config.sub: Recognize sparcv9 just like sparc64.
9494
9495 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
9496
9497 * config.guess: Match "Pent II" or "PentII" for OpenServer.
9498
9499 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
9500
9501 * config.guess: Correctly identify Pentium II sco boxes.
9502
9503 * config.guess: Fix "tr" code. From Weiwen Liu.
9504
9505 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
9506
9507 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9508 stabs.
9509
9510 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
9511
9512 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9513 (ALL_TARGET_MODULES): Add all-target-libchill.
9514 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9515 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9516 (all-target-libchill): Add dependencies.
9517 * configure.in (target_libs): Add libchill.
9518
9519 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9520
9521 * config.guess: Avoid assumptions about "tr" behaves when
9522 LANG is set to something other than English.
9523
9524 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
9525
9526 * configure (gxx_include_dir): Changed to
9527 '${prefix}/include/g++'-${libstdcxx_interface}.
9528
9529 * config.if: New to determine the interfaces.
9530
9531 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
9532
9533 * config.guess: Detect and handle MPE/IX.
9534 * config.sub: Deal with MPE/IX.
9535
9536 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
9537
9538 * configure.in: Use mh-aix43.
9539
9540 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
9541
9542 * configure: Fix --without/--disable cases for gxx-include-dir.
9543
9544 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
9545
9546 * mdata-sh: Imported. Needed for automake support.
9547
9548 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
9549
9550 * Makefile.in (taz): Try "chmod -R og=u ." before
9551 "chmod og=u `find . -print`".
9552
9553 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
9554
9555 * configure.in: Add arm-elf and thumb-elf support.
9556
9557 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
9558
9559 * Makefile.in: Undo previous patch.
9560
9561 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
9562
9563 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
9564 to here ...
9565 (install-no-fixedincludes): and here
9566 (INSTALL_MODULES): ... from here.
9567
9568 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
9569
9570 * config.sub: Merge with FSF.
9571
9572 * config.guess: Merge with FSF.
9573
9574 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
9575
9576 * configure (extraconfigdirs): New variable.
9577 (SUBDIRS): Add extraconfigdirs and recurse on them too.
9578 * Makefile.in (all): Move higher in file.
9579 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
9580 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
9581 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
9582 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
9583 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
9584
9585 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
9586
9587 * Makefile.in (all-target-libjava): Depend on all-gcc and
9588 all-target-newlib.
9589 (configure-target-libjava): Depend on $(ALL_GCC).
9590
9591 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
9592
9593 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
9594 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
9595
9596 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
9597
9598 * ylwrap: Change absolute path checks to check for DOS style path
9599 names.
9600
9601 * ylwrap: Don't use a full path name if the source file is in the
9602 same directory. From hjl@lucon.org (H.J. Lu).
9603
9604 * config-ml.in: Default to being verbose, to match Feb 18 change to
9605 configure.
9606
9607 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
9608
9609 Brought over from egcs:
9610
9611 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9612
9613 * configure.in (target_subdir): Set to ${target_alias} instead
9614 of "libraries".
9615
9616 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9617
9618 * configure.in (target_subdir): Set to libraries if enable_multilib.
9619
9620 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
9621
9622 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
9623 multilibs, force reconfiguration the first time we create
9624 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
9625
9626 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
9627
9628 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
9629 avoid confusion with --no-recursion.
9630
9631 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
9632
9633 * configure.in: Win32 hosts shouldn't use install -x
9634 * install-sh: remove -x option, and special .exe-handling
9635 hack.
9636
9637 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
9638
9639 * config.guess: Recognize i586-pc-beos.
9640 * configure.in: Don't build some bits for beos.
9641
9642 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
9643
9644 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
9645 CFLAGS default to -O2.
9646
9647 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
9648 when using GNU ld.
9649
9650 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
9651
9652 * ltmain.sh: Correct install when using a different shell.
9653
9654 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
9655
9656 * ltconfig, ltmain.sh: Update to libtool 1.2b.
9657
9658 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
9659
9660 * makefile.vms: Update to build binutils/makefile.vms. Add install
9661 target.
9662
9663 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
9664
9665 * ltconfig: Update to correct AIX handling.
9666
9667 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9668
9669 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
9670
9671 * configure.in (target_subdir): Set to ${target_alias} instead
9672 of "libraries".
9673
9674 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
9675
9676 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
9677 (Makefile): Depend on $(gcc_version_trigger).
9678
9679 * configure (gcc_version): Change default initializer to empty
9680 string.
9681 (gcc_version_trigger): New variable; pass this variable down
9682 to subdir configures to enable them checking gcc's version
9683 themselves. Emit make macros for both gcc_version vars.
9684 (topsrcdir): Initialize reliably.
9685 (recursion line): Remove --with-gcc-version=${gcc_version}.
9686
9687 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9688
9689 * configure (enable_version_specific_runtime_libs): Implement new flag
9690 --enable-version-specific-runtime-libs which installs C++ runtime stuff
9691 in $(libsubdir); emit definition in each generated Makefile.
9692 (gxx_include_dir): Initialize depending on
9693 $enable_version_specific_runtime_libs.
9694
9695 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9696
9697 * configure (gcc_version): Initialize properly depending on
9698 how and where configure is started.
9699 (recursion line): Pass a --with-gcc-version=${gcc_version}
9700 to configures in subdirs.
9701
9702 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
9703
9704 * configure.in (noconfigdirs): Add configure pattern for mips tx39
9705 cygmon
9706
9707 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
9708
9709 * configure.in: Add cygmon and libstub support for mn10200.
9710
9711 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
9712
9713 * configure (gcc_version): Add new variable describing the
9714 particular gcc version we're building.
9715 * Makefile.in (libsubdir): Add new macro for the directory
9716 in which the compiler finds executables, libraries, etc.
9717 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
9718 and libsubdir.
9719
9720 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9721
9722 * Makefile.in (local-clean): Remove *.log.
9723 (warning.log): Built with warn_summary from build.log.
9724 (mail-report.log): Run test_summary.
9725 (mail-report-with-warnings.log): Run test_summary including
9726 warning.log in the report.
9727
9728 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
9729
9730 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
9731
9732 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
9733
9734 * Makefile.in (grep): Grep no longer depends on libiberty.
9735
9736 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
9737
9738 * Makefile.in: all-snavigator needs all-libgui.
9739
9740 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
9741
9742 * configure.in: Add cygmon and libstub support for mn10300.
9743
9744 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
9745
9746 * missing: Update to version from automake 1.3.
9747
9748 * ltmain.sh: On installation, don't get confused if the same name
9749 appears more than once in the list of library names.
9750
9751 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
9752
9753 * config.sub: Accept m68060 and m5200 as CPU names.
9754
9755 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
9756
9757 * configure: Use && rather than using -a in test, because odd
9758 strings can confuse test.
9759 * configure.in: Likewise.
9760
9761 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
9762
9763 * ltconfig, ltmain.sh: Bring in Visual C++ support.
9764
9765 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9766
9767 * Makefile.in (boostrap2-lean, bootstrap3-lean,
9768 bootstrap4-lean): New targets.
9769
9770 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
9771
9772 * mpw-* Delete. Not used.
9773
9774 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
9775
9776 * COPYING.LIB: Update FSF address.
9777
9778 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
9779
9780 * ltconfig, ltmain.sh: Update to libtool 1.2a.
9781
9782 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
9783 GAS_SUPPORT_DIRS.
9784
9785 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
9786
9787 * ltconfig, ltmain.sh: Avoid producing a version number if
9788 -version-info was not used.
9789
9790 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
9791
9792 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
9793 building with newlib.
9794
9795 1998-04-30 Paul Eggert <eggert@twinsun.com>
9796
9797 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
9798 Solaris `make' causes it to continue to next definition.
9799
9800 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
9801
9802 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
9803 the right GUI libraries and files are installed along with GDB.
9804
9805 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
9806
9807 * configure.in: Change alpha to alpha* in several places.
9808
9809 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
9810
9811 * config.sub: Recognize sparc86x.
9812
9813 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
9814
9815 * configure.in (--enable-target-optspace): Remove debug echo.
9816
9817 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
9818
9819 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
9820
9821 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
9822
9823 * ltconfig: Update cygwin32 support.
9824
9825 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
9826 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
9827 (GDB_SUPPORT_DIRS): Likewise.
9828
9829 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
9830
9831 * configure.in (target_makefile_frag): If --enable-target-optspace,
9832 use -Os to compile target libraries rather than -O2. Default to
9833 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
9834 not used.
9835 * configure.in (target_cflags): Ditto for d30v.
9836
9837 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
9838
9839 * Makefile.in (all-bfd): Depend on all-intl.
9840 (all-binutils): Likewise.
9841 (all-gas): Likewise.
9842 (all-gprof): Likewise.
9843 (all-ld): Likewise.
9844
9845 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
9846
9847 * configure.in (host_tools): Fix typo, lbtool -> libtool.
9848
9849 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
9850
9851 * Makefile.in (all-bfd): Depend upon all-libiberty.
9852
9853 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
9854
9855 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
9856
9857 * Makefile.in: Add libstub.
9858
9859 * configure.in: Ditto. Build libstub for targets that have cygmon
9860 support.
9861
9862 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
9863
9864 * configure.in: Don't set PICFLAG on ix86-cygwin32.
9865
9866 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
9867
9868 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
9869 use mh-sysv5 if specified. Support gprof on SCO Open Server.
9870
9871 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
9872
9873 * configure: Define DEFAULT_M4 by searching PATH.
9874 * Makfile.in: Use DEFAULT_M4.
9875
9876 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
9877
9878 * ltconfig: Add cygwin32 support.
9879
9880 * Makefile.in, configure.in: Add libtool as a native only directory
9881 to configure and build.
9882
9883 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
9884
9885 * Makefile.in (INSTALL_MODULES): Remove texinfo.
9886
9887 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
9888
9889 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
9890
9891 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
9892
9893 * Makefile.in: add ash make rules
9894 * configure.in: add ash to native_only and host_tools lists
9895
9896 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
9897
9898 * Makefile.in (all-gettext, all-intl): New targets.
9899 (ALL_MODULES): Added all-gettext, all-intl.
9900 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
9901 (INSTALL_MODULES): Added install-gettext, install-intl.
9902 (CLEAN_MODULES): Added clean-gettext, clean-intl.
9903
9904 * configure.in (host_tools): Added gettext.
9905 (native_only): Likewise.
9906 (noconfigdirs) [various cases]: Likewise.
9907 (host_libs): Added intl.
9908
9909 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
9910
9911 * configure: Do not disable building gdbtk for cygwin32 hosts.
9912
9913 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
9914
9915 * configure.in: Add thumb-coff target.
9916 * config.sub: Add thumb-coff target.
9917
9918 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9919
9920 * Makefile.in: Revert yesterday's change.
9921 (all-target-winsup): all-target-librx stays out of here.
9922
9923 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
9924
9925 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
9926 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
9927 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
9928 Remove references to librx and libg++.
9929
9930 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
9931
9932 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
9933 recursive makes
9934
9935 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
9936
9937 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
9938 for newlib directory.
9939 (CXX_FOR_TARGET): Likewise.
9940
9941 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
9942
9943 * ltconfig: Update after libtool/ltconfig.in change for
9944 hpux11.
9945
9946 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
9947
9948 * ltconfig, ltmain.sh: Update to libtool 1.2.
9949
9950 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
9951
9952 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
9953 (install-gcc-cross): Instead, override LANGUAGES here.
9954
9955 1998-03-18 Dave Love <d.love@dl.ac.uk>
9956
9957 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
9958 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
9959
9960 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
9961
9962 * configure.in: Add Thumb-pe target.
9963
9964 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
9965
9966 * Makefile.in - changed sn targets to snavigator
9967 * configure.in - changed sn targets to snavigator
9968
9969 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
9970
9971 * config-ml.in: After building symlink tree call make distclean
9972 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
9973 to be the case for libiberty.
9974
9975 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
9976
9977 * configure: When making link, also check the current
9978 directory. The configure scripts may create one.
9979
9980 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
9981
9982 * config.sub: Accept alphapca56 and alphaev6 properly.
9983
9984 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9985
9986 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
9987
9988 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
9989
9990 * config.sub (sco5): Fix typo.
9991
9992 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
9993
9994 * Makefile.in (INSTALL_MODULES): Move install-tcl before
9995 install-itcl.
9996 (install-itcl): Remove dependency on install-tcl.
9997
9998 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
9999
10000 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10001
10002 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10003
10004 * configure.in: Don't build libgui for a cygwin32 target when not on
10005 a cygwin32 host.
10006
10007 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10008
10009 * configure (redirect): Set to null, so default behavior of
10010 configure is now --verbose.
10011
10012 1998-02-16 Dave Love <d.love@dl.ac.uk>
10013
10014 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10015 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10016
10017 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10018
10019 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10020 this change to sync Makefile.in with its ChangeLog entries.
10021
10022 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10023
10024 * ltmain.sh (mkdir): Check that the directory doesn't exist
10025 before we exit with error, so that we don't get races during
10026 parallel builds.
10027
10028 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10029
10030 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10031
10032 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10033
10034 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10035 PICFLAG_FOR_TARGET.
10036 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10037
10038 * configure: Emit a definition for the new macro enable_shared
10039 into each Makefile.
10040
10041 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10042
10043 * configure.in (host_tools, native_only): Add libtool.
10044
10045 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10046
10047 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10048 Fix typo in ming config comment.
10049
10050 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10051
10052 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10053
10054 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10055
10056 * config.sub: Add tic30 cases, and map c30 to tic30.
10057
10058 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10059
10060 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10061 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10062 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10063 (CLEAN_TARGET_MODULES): Similarly
10064 (all-target-libf2c): Add dependences.
10065 * configure.in (target_libs): Add libf2c.
10066
10067 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10068
10069 * configure.in: Remove expect from noconfigdirs when target
10070 is cygwin32. OK to build expect and dejagnu with Canadian
10071 Cross.
10072
10073 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10074
10075 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10076 host.
10077
10078 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10079 and mingw32.
10080
10081 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10082
10083 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10084 here as it is not defined in the toplevel Makefile.
10085
10086 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10087
10088 * configure (package_makefile_rules_frag): New variable, which names
10089 a file with generic rules, ...
10090 Change comment to mention we now have FIVE parts.
10091 * configure: Undo last change.
10092
10093 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10094
10095 * config.guess: More accurate determination of HP processor types.
10096 * config.sub: More accurate determination of HP processor types.
10097
10098 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10099
10100 * configure (package_makefile_frag): Move inserting the
10101 ${package_makefile_frag} to where it should be according
10102 to the comment.
10103
10104 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
10105
10106 * config.guess: Add support for Linux/ARM.
10107
10108 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10109
10110 * .cvsignore: Remove *-info and *-install since they match
10111 release-info and mpw-install, which we don't want to just ignore.
10112
10113 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10114
10115 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10116
10117 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10118
10119 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10120 local_prefix to sub-make invocations.
10121
10122 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10123
10124 * configure.in: Check makefile fragments in the source
10125 directory.
10126
10127 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10128
10129 * configure.in: Check whether host and target makefile
10130 fragments exist before adding them to *_makefile_frag.
10131
10132 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10133
10134 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10135
10136 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10137
10138 * configure.in: Make sure we only replace RPATH_ENVVAR on
10139 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10140 regexp to sed.
10141
10142 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10143 to sub-makes.
10144
10145 1998-01-13 Lee Iverson (leei@ai.sri.com)
10146
10147 * config-ml.in (multi-do): LDFLAGS must include multilib
10148 designator.
10149
10150 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10151
10152 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10153
10154 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10155
10156 * config.sub: Add mingw32 support.
10157 * configure.in: Likewise.
10158
10159 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10160
10161 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10162
10163 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10164
10165 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10166 * configure (gxx_include_dir): Provide a definition for subdirs
10167 which do not use autoconf.
10168
10169 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10170
10171 * config.guess: Sync with egcs. Picks up new alpha support,
10172 BeOS & some additional linux support.
10173
10174 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
10175
10176 * config.guess: HP 9000/803 is a PA1.1 machine.
10177
10178 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10179
10180 * configure.in: It's alpha*-...
10181
10182 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10183
10184 * configure.in (host_makefile_frag, target_makefile_frag):
10185 Handle multiple config files.
10186 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10187 alpha-*-*.
10188
10189 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10190
10191 * mkdep: New file.
10192
10193 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
10194
10195 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10196
10197 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
10198
10199 * Makefile.in: Add libgui directory.
10200 (GDB_TK): Add all-libgui.
10201 * configure.in: Add libgui directory.
10202 * configure: Add all-libgui to GDB_TK.
10203
10204 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
10205
10206 * config-ml.in (multidirs): Add m32r to multilib list.
10207
10208 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
10209
10210 * Makefile.in (all-target-gperf): Change dependency to
10211 all-target-libstdc++.
10212
10213 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
10214
10215 * config.guess: Add BeOS support.
10216
10217 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
10218
10219 Source directory cvs renamed to cvssrc:
10220 * configure.in (host_tools): Change cvs to cvssrc.
10221 (native_only): Likewise.
10222 (noconfigdirs) [various cases]: Likewise.
10223 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10224 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10225 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10226 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10227 (all-cvssrc): Rename target from all-cvs.
10228
10229 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
10230
10231 * configure (gxx_include_dir): Fix thinko.
10232
10233 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
10234
10235 * Makefile.in (INSTALL_TARGET_CROSS): Define.
10236 (install-cross, install-gcc-cross): New targets.
10237
10238 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
10239
10240 * configure.in (noconfigdirs): Add support for Thumb target.
10241
10242 * config.sub (maybe_os): Add support for Thumb target.
10243
10244 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
10245
10246 * Makefile.in: Add rules for cygmon.
10247
10248 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10249
10250 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
10251
10252 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10253 * configure (gxx_include_dir): Provide a definition for subdirs
10254 which do not use autoconf.
10255
10256 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
10257
10258 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
10259 11/18/97 build
10260
10261 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
10262
10263 * From Franz Sirl.
10264 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10265 found on RedHat Linux systems.
10266
10267 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
10268
10269 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10270 guesses.
10271
10272 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
10273
10274 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10275
10276 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
10277
10278 * ltmain.sh: If mkdir fails, check whether the directory was created
10279 anyhow by some other process.
10280
10281 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
10282
10283 * configure.in (d30v-*-*): Configure all directories.
10284
10285 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
10286
10287 * configure.in (d30v-*-*): Configure newlib, libiberty directories
10288 for the D30V.
10289
10290 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
10291
10292 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10293
10294 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
10295
10296 * include/libiberty.h: Add extern "C" { so it can be used with C++
10297 progrms.
10298 * include/remote-sim.h: Add extern "C" { so it can be used with C++
10299 programs.
10300
10301 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
10302
10303 * configure.in (d30v-*-*): Configure GCC now.
10304
10305 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
10306
10307 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10308 is no longer needed.
10309
10310 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
10311
10312 * Makefile.in: check-target-libio depends on all-target-libstdc++.
10313
10314 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
10315
10316 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10317 targets using "$@" to provide support for similar but not identical
10318 targets without having to duplicate code.
10319
10320 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
10321
10322 * makefile.vms: Fix to work with DEC C.
10323
10324 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
10325
10326 * config.sub: Add mips-tx39-elf to marketing names.
10327
10328 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
10329
10330 * ltmain.sh: Handle symlinks in generated script.
10331
10332 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
10333
10334 * configure: Handle autoconf style directory options: --bindir,
10335 --datadir, --includedir, --infodir, --libdir, --libexecdir,
10336 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10337 --sysconfdir.
10338 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10339 (sharedstatedir, localstatedir, oldincludedir): New variables.
10340 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10341 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10342 sbindir, sharedstatedir, and sysconfdir.
10343
10344 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10345
10346 * Makefile.in (bootstrap-lean): New target.
10347
10348 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
10349
10350 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
10351 sn, and gnuserv from noconfigdirs.
10352
10353 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
10354
10355 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10356
10357 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
10358
10359 * Makefile.in (cross): New target.
10360
10361 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
10362 Jeff Law <law@cygnus.com>
10363
10364 * Makefile.in (bootstrap2, bootstrap3): New targets.
10365 (all-bootstrap): Remove outdated and confusing target.
10366 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10367
10368 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
10369
10370 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
10371 windows. Consistent with gdb/configure.
10372
10373 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
10374
10375 * configure.in: Name Linux target fragment.
10376
10377 * configure: Rewrite so that project Makefile fragment is inserted
10378 first and appears last in the resulting Makefile.
10379
10380 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
10381
10382 * Makefile.in (install-itcl): Install tcl first.
10383
10384 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
10385
10386 * configure.in: remove bison from noconfigdirs for Cygwin32 host
10387
10388 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10389
10390 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10391
10392 * configure.in (skipdirs): Add target-librx for Linux.
10393 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10394
10395 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
10396
10397 * Makefile.in (bootstrap): New target.
10398
10399 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
10400
10401 * config.sub: Accept 'amigados' for backward compatability.
10402
10403 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
10404
10405 * config.guess: Merge with FSF.
10406
10407 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
10408
10409 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10410
10411 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
10412
10413 * config.sub: Add "marketing-names" patch.
10414
10415 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
10416
10417 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
10418
10419 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
10420
10421 * config.sub: Handle v850-elf.
10422
10423 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
10424
10425 * .cvsignore (*-install): Remove.
10426
10427 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
10428
10429 * ltconfig: Set CONFIG_SHELL in libtool.
10430 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10431
10432 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10433
10434 * configure.in (target_subdir): Set to libraries if enable_multilib.
10435
10436 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
10437
10438 * config.guess: Update from gcc directory.
10439
10440 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
10441
10442 * Makefile.in (all-sim): Depends on all-readline.
10443
10444 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10445
10446 * Makefile.in (BISON, YACC): Use $$s.
10447 (all-bison): Depend on all-texinfo.
10448
10449 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
10450
10451 * Makefile.in (BISON): Add -L flag.
10452 (YACC): Likewise.
10453
10454 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10455
10456 * configure.in (noconfigdirs): Add support for v850e target.
10457
10458 * config.sub (maybe_os): Add support for v850e target.
10459
10460 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10461
10462 * configure.in (noconfigdirs): Add support for v850ea target.
10463
10464 * config.sub (maybe_os): Add support for v850ea target.
10465
10466 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
10467
10468 * config.sub: Add mipstx39. Delete r3900.
10469
10470 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10471
10472 * Makefile.in (all-autoconf): Depends on all-texinfo.
10473
10474 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
10475
10476 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10477 eabi targets.
10478
10479 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
10480
10481 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10482
10483 * configure: When handling a Canadian Cross, handle YACC as well as
10484 BISON. Just set BISON to bison. When setting YACC, prefer bison.
10485 * Makefile.in (all-bison): Depend upon all-texinfo.
10486
10487 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
10488
10489 * Makefile.in (BISON): bison, not byacc or bison -y.
10490 (YACC): bison -y or byacc or yacc.
10491 (various): Add *-bison as appropriate.
10492 (taz): No need to mess with BISON anymore.
10493
10494 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
10495
10496 * configure: If OSTYPE matches *win32*, try to find a good value for
10497 CONFIG_SHELL.
10498
10499 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
10500
10501 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10502 configure.in if it is present.
10503
10504 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
10505
10506 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10507
10508 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
10509
10510 * config.sub: Recognize `arc' cpu.
10511 * configure.in: Likewise.
10512 * config-ml.in: Likewise.
10513
10514 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
10515
10516 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10517
10518 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
10519
10520 * configure: Changed sed delimiter from ':' to '|' when
10521 attempting to substitute ${config_shell} for SHELL. On
10522 NT ${config_shell} may contain a ':' in it.
10523
10524 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
10525
10526 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10527
10528 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
10529
10530 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
10531
10532 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
10533
10534 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
10535
10536 * ylwrap: If the program is a relative path, force it to be
10537 absolute.
10538
10539 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
10540
10541 * configure (tooldir): Set BISON to `bison -y' and not just bison.
10542
10543 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
10544
10545 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
10546 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
10547 for libraries.
10548
10549 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
10550
10551 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
10552 separated by spaces.
10553
10554 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
10555
10556 * ylwrap: New file.
10557 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
10558
10559 * ltmain.sh: Handle /bin/sh at start of install program.
10560
10561 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
10562
10563 * ltconfig, ltmain.sh: New files, from libtool 1.0.
10564 * missing: New file, from automake 1.2.
10565
10566 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
10567
10568 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
10569 check-tk to CHECK_X11_MODULES.
10570
10571 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
10572
10573 * config.sub: Merge with FSF.
10574
10575 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
10576
10577 * config.guess: Merge with FSF.
10578
10579 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
10580
10581 * configure: Treat msdosdjgpp like go32.
10582 * configure.in: Likewise. Don't remove gprof for go32.
10583
10584 * configure: Change Makefile.tem2 to Makefile.tm2.
10585
10586 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
10587
10588 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
10589
10590 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10591
10592 * install-sh (chmodcmd): Set to null if the DST directory already
10593 exists. Same as Nov 11th change.
10594
10595 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
10596
10597 * configure (GDB_TK): Needs itcl and tix.
10598
10599 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
10600
10601 * config.guess: Update from FSF.
10602
10603 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
10604
10605 * Makefile.in (GDB_TK): Depend on itcl and tix.
10606
10607 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
10608
10609 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
10610 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
10611 (INSTALL_SCRIPT): New variable.
10612 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
10613 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
10614 to -x.
10615 * install-sh: Add support for -x option.
10616
10617 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
10618
10619 * configure.in, Makefile.in: Treat tix like itcl.
10620
10621 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
10622
10623 * Makefile.in (WINDRES): New variable.
10624 (WINDRES_FOR_TARGET): New variable.
10625 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
10626 (EXTRA_HOST_FLAGS): Add WINDRES.
10627 (EXTRA_TARGET_FLAGS): Add WINDRES.
10628 (EXTRA_GCC_FLAGS): Add WINDRES.
10629 ($(DO_X)): Pass down WINDRES.
10630 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10631 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
10632 DLLTOOL_FOR_TARGET.
10633
10634 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
10635
10636 * configure.in: configure sim before gdb for win32-x-ppc
10637
10638 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10639
10640 Move gperf into the toplevel, from libg++.
10641 * configure.in (target_tools): Add target-gperf.
10642 (native_only): Add target-gperf.
10643 * Makefile.in (all-target-gperf): New target, depend on
10644 all-target-libg++.
10645 (configure-target-gperf): Empty rule.
10646 (ALL_TARGET_MODULES): Add all-target-gperf.
10647 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
10648 (CHECK_TARGET_MODULES): Add check-target-gperf.
10649 (INSTALL_TARGET_MODULES): Add install-target-gperf.
10650 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
10651
10652 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
10653
10654 * config.sub (mn10200): Recognize new basic machine.
10655
10656 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10657
10658 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
10659 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
10660
10661 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10662
10663 * configure.in: If we're building mips-sgi-irix6* native, turn on
10664 ENABLE_MULTILIB and set TARGET_SUBDIR.
10665
10666 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
10667
10668 * Makefile.in (all-sn): Depend on all-grep.
10669
10670 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
10671
10672 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
10673
10674 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
10675 Makefile. From Jeff Makey <jeff@cts.com>.
10676 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
10677
10678 * Makefile.in (DISTBISONFILES): Remove.
10679 (taz): Don't futz with DISTBISONFILES. Change BISON to use
10680 $(DEFAULT_YACC).
10681
10682 * configure.in: Build itl, db, sn, etc., when building for native
10683 cygwin32.
10684
10685 * Makefile.in (LD): New variable.
10686 (EXTRA_HOST_FLAGS): Pass down LD.
10687 ($(DO_X)): Likewise.
10688
10689 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
10690
10691 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
10692
10693 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
10694
10695 * configure.in (targargs): Strip out any supplied --build argument
10696 before adding our own. Always add --build.
10697
10698 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
10699
10700 * configure.in (targargs): Pass --build if we're doing
10701 a cross-compile.
10702
10703 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
10704
10705 * configure: Use '|' instead of ":" as the separator in
10706 sed. Otherwise sed chokes on NT path names with drive
10707 designators. Also look for "?:*" as the leading characters in an
10708 absolute pathname.
10709
10710 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
10711
10712 * config.sub: Support for r3900.
10713
10714 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
10715
10716 * configure.in: Use install-sh, not install.sh.
10717
10718 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
10719
10720 * Makefile.in (taz): Improve check for BISON so it doesn't try to
10721 apply it twice.
10722
10723 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
10724
10725 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
10726 install-binutils.
10727
10728 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
10729
10730 * Makefile.in: Add automake targets.
10731 * configure.in (host_tools): Add automake.
10732
10733 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
10734
10735 * configure: Default CXX to c++, not gcc.
10736 * Makefile.in (CXX): Set to c++, not gcc.
10737 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
10738
10739 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
10740
10741 * install-sh: try appending a .exe if source file doesn't
10742 exist
10743
10744 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
10745
10746 * configure.in: Turn on multilib by default.
10747 (cross_only): Remove target-libiberty.
10748
10749 * Makefile.in (all-gcc): Don't depend on libiberty.
10750
10751 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
10752
10753 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
10754
10755 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
10756
10757 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
10758 (DISTBISONFILES): Add ld/Makefile.in
10759
10760 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
10761
10762 * configure.in: if target is cygwin32 but host isn't cygwin32,
10763 don't configure gdb tcl tk expect, not just gdb.
10764
10765 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
10766
10767 * configure.in: Added gnuserv everywhere sn appears.
10768
10769 * Makefile.in (ALL_MODULES): Added all-gnuserv.
10770 (CROSS_CHECK_MODULES): Added check-gnuserv.
10771 (INSTALL_MODULES): Added install-gnuserv.
10772 (CLEAN_MODULES): Added clean-gnuserv.
10773 (all-gnuserv): New target.
10774
10775 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
10776
10777 * config.guess: Fixes for MIPS OpenBSD systems.
10778
10779 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
10780
10781 * Makefile.in (INSTALL_XFORM): Remove.
10782 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
10783
10784 * mkinstalldirs: New file, copied from automake.
10785 * Makefile.in (installdirs): Rename from install-dirs. Use
10786 mkinstalldirs. Change all users.
10787 (DEVO_SUPPORT): Add mkinstalldirs.
10788
10789 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
10790
10791 * install-sh: Rename from install.sh.
10792 * Makefile.in (INSTALL): Change install.sh to install-sh.
10793 (DEVO_SUPPORT): Likewise.
10794
10795 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
10796 Graichen <graichen@rzpd.de>.
10797
10798 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
10799
10800 * config.guess: Recognize OpenBSD systems correctly.
10801
10802 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10803
10804 * README, Makefile.in (ETC_SUPPORT): Remove references to
10805 cfg-paper*, configure.{texi,man,info*}._
10806
10807 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
10808
10809 * Makefile.in (all.normal): Ensure that gcc is built after all
10810 the x11 - ie gdb - targets.
10811
10812 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
10813
10814 * makefile.vms: Don't run conf-a-gas.
10815
10816 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
10817
10818 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
10819
10820 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
10821
10822 * configure.in: Remove noconfigdirs case since gdb also
10823 configures and builds for tic80-coff.
10824
10825 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
10826
10827 * configure: Set cache_file to config.cache.
10828 * Makefile.in (local-distclean): Remove config.cache.
10829
10830 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
10831
10832 * COPYING: Update FSF address.
10833
10834 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
10835
10836 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
10837 noconfigdirs.
10838
10839 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
10840
10841 * Makefile.in (install-dirs): Don't crash if prefix, and hence
10842 MAKEDIRS, is empty.
10843
10844 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
10845
10846 * config.sub: Tweak mn10300 entry.
10847
10848 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
10849
10850 * configure.in (host_tools): Put sim before gdb, so gdb's
10851 configure.tgt can determine if the simulator was configured.
10852
10853 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
10854
10855 * config.sub: Move BeOS $os case to be with other Cygnus
10856 local cases.
10857
10858 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
10859
10860 * config.sub: Remove misplaced comment that broke Linux.
10861
10862 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
10863
10864 * config.sub: Add BeOS support.
10865
10866 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
10867
10868 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
10869
10870 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
10871
10872 * configure.in (noconfigdirs): Remove tcl and tk from
10873 noconfigdirs for cygwin32 builds.
10874
10875 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
10876
10877 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
10878
10879 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
10880
10881 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
10882 make-all.com, use makefile.vms instead.
10883
10884 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
10885
10886 * config.sub: Accept -lnews*.
10887
10888 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
10889
10890 * configure.in (noconfigdirs): Disable target-newlib,
10891 target-examples and target-libiberty for d30v.
10892
10893 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10894
10895 * configure.in (noconfigdirs): Enable ld for d30v.
10896
10897 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
10898
10899 * configure.in (tic80-*-*): Build compiler.
10900
10901 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
10902
10903 * configure.in (d30v-*): Remove sim directory from list of
10904 unsupported d30v directories
10905
10906 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10907
10908 * config.sub, configure.in: Add d30v target cpu.
10909
10910 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
10911
10912 * makefile.vms: New file.
10913 * make-all.com: Remove.
10914
10915 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
10916
10917 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
10918
10919 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
10920
10921 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
10922
10923 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
10924
10925 * Makefile.in (ALL_MODULES): Added all-db.
10926 (CROSS_CHECK_MODULES): Addec check-db.
10927 (INSTALL_MODULES): Added install-db.
10928 (CLEAN_MODULES): Added clean-db.
10929
10930 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
10931
10932 * config.guess: Merge with latest FSF sources.
10933
10934 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
10935
10936 * Makefile.in (ALL_MODULES): Added all-itcl.
10937 (CROSS_CHECK_MODULES): Added check-itcl.
10938 (INSTALL_MODULES): Added install-itcl.
10939 (CLEAN_MODULES): Added clean-itcl.
10940
10941 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
10942
10943 * configure.in: build gdb for mn10200
10944
10945 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
10946
10947 * Makefile.in (all-target-winsup): Depend on all-target-libio.
10948
10949 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
10950
10951 * configure.in (tic80-*-*): Turn off most targets right now.
10952
10953 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
10954
10955 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
10956 rather than the makeinfo program.
10957 (do-info): Depend upon all-texinfo.
10958
10959 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
10960
10961 * configure.in: Remove uses of config/mh-linux.
10962
10963 * config.sub, config.guess: Merge with latest FSF sources.
10964
10965 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
10966
10967 * config.sub (case $basic_machine): Add tic80 entries.
10968
10969 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
10970
10971 * config.sub, config.guess: Merge with latest FSF sources.
10972
10973 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10974
10975 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
10976 * mpw-config.in: Test for NewFolderRecursive.
10977 * mpw-install: Use symbolic name for startup filename.
10978 * mpw-README: Add various additional details.
10979
10980 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
10981
10982 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
10983
10984 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
10985
10986 * configure.in: Do build gcc and the target libraries for
10987 the mn10200.
10988
10989 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
10990
10991 * configure.in: don't avoid building gdb for mn10300 any more
10992 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
10993 instead of single-quoting it.
10994
10995 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
10996
10997 * configure.in: Don't use --with-stabs on IRIX 6.
10998
10999 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11000
11001 * configure.in (m32r): Build gdb, libg++ now.
11002
11003 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11004
11005 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11006 directories from noconfigdirs.
11007
11008 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11009
11010 * config.sub (basic_machine): added mips16 configuration
11011
11012 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11013
11014 * config.sub: Handle d10v-unknown.
11015
11016 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11017
11018 * config.sub: Handle v850-unknown.
11019
11020 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11021
11022 * Makefile.in: add findutils
11023 * configure.in: add findutils to list of host_tools
11024
11025 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11026
11027 * config.sub: Handle mn10200 and mn10300.
11028
11029 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11030
11031 * configure.in (d10v-*): Do not build librx.
11032
11033 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11034
11035 * configure.in (mn10300): Build everything except gdb & libgloss.
11036
11037 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11038
11039 * config.guess: Patch for Dansk Data Elektronik servers,
11040 from Niels Skou Olsen <nso@dde.dk>.
11041
11042 For ncr, use /bin/uname rather than uname, since GNU uname does not
11043 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11044
11045 Patch for MIPS R4000 running System V,
11046 from Eric S. Raymond <esr@snark.thyrsus.com>.
11047
11048 Fix thinko for nextstep.
11049
11050 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11051
11052 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11053 * config.guess: Guess mips-dec-mach_bsd4.3.
11054
11055 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11056 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11057 release numbers.
11058 * config.guess (mips-mips-riscos*): Emit just enough of the
11059 release number.
11060
11061 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11062 * config.guess (sparc-auspex-sunos*): Added.
11063 (f300-fujitsu-*): Added.
11064
11065 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11066 * config.guess: Recognize a Tadpole as a sparc.
11067
11068 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11069
11070 * config.guess: Don't assume that NextStep version is either 2 or
11071 3. NextStep 4 (aka OpenStep 4) has come out now.
11072
11073 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11074
11075 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11076 From Rik Faith <faith@cs.unc.edu>.
11077
11078 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11079
11080 * config.sub: Contributions from bug-gnu-utils to:
11081 Support plain "hppa" (no version given) architecture, reported by
11082 OpenStep.
11083 OpenBSD like NetBSD.
11084 LynxOs is not a hardware supplier.
11085
11086 * config.guess: Contributions from bug-gnu-utils to add support for:
11087 OpenBSD like NetBSD.
11088 Stratus systems.
11089 More Pyramid systems.
11090 i[n>4]86 Intel chips.
11091 M680[n>4]0 Motorola chips.
11092 Use unknown instead of lynx for hardware manufacturer.
11093
11094 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11095
11096 * install.sh (chmodcmd): Set to null if the DST directory already
11097 exists.
11098
11099 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11100
11101 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11102 not use mt-ppc target Makefile fragment any more.
11103
11104 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11105
11106 * configure.in (*-*-windows): Exclude everything but those dirs
11107 needed to build windows.
11108
11109 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11110
11111 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11112
11113 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11114
11115 * configure.in: Exclude mmalloc from i386-windows.
11116
11117 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11118
11119 * Undo my previous change.
11120
11121 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11122
11123 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11124 unconditionally.
11125 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11126
11127 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11128
11129 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11130 host to add it's own flags.
11131
11132 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11133
11134 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11135
11136 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11137
11138 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11139 (CXX_FOR_TARGET): Likewise.
11140 (GCC_FOR_TARGET): Define.
11141 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11142 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11143 CC_FOR_TARGET was specified on the command line.
11144 (MAKEOVERRIDES): Don't define.
11145
11146 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11147
11148 * configure.in (m32r): Fix spelling of libg++ libs.
11149
11150 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11151
11152 * config.sub (-apple*): Remove, now redundant.
11153
11154 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11155
11156 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11157
11158 * configure: Rework yesterday's sed script patch.
11159
11160 * config.sub: Merge with FSF.
11161
11162 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11163
11164 * config.guess: Merge from FSF.
11165
11166 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11167 * config.guess: Use pc instead of unknown, for pc clone systems.
11168 Change linux to linux-gnu.
11169
11170 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11171 * config.guess: Avoid non-portable tr syntax.
11172
11173 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11174
11175 * test-build.mk (HOLES): Add "xargs" for gdb.
11176
11177 * configure: Avoid hpux10.20 sed bug.
11178
11179 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11180
11181 * configure.in: Add support for windows host
11182 (that is a build done under the Microsoft build environment).
11183
11184 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11185
11186 * Makefile.in: Replace all uses of srcroot with s, to shrink
11187 command line lengths.
11188
11189 Patches from Geoffrey Noer <noer@cygnus.com>:
11190 * configure.in: If configuring for newlib, pass --with-newlib to
11191 subdirectories.
11192 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11193 -Bnewlib/ and -Lwinsup to gcc.
11194 (CXX_FOR_TARGET): Likewise.
11195
11196 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
11197
11198 * Makefile.in (ETC_SUPPORT): Add configure.
11199
11200 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
11201
11202 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
11203 host configuration file.
11204
11205 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
11206
11207 * configure.in: Break mn10x00 support into separate
11208 mn10200 and mn10300 configurations.
11209 * config.sub: Likewise.
11210
11211 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
11212
11213 * configure.in: Add lots of stuff to noconfigdirs for
11214 the mn10x00 targets.
11215
11216 * config.sub, configure.in: Add mn10x00 support.
11217
11218 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
11219
11220 * make-all.com: Call conf-a-gas, not config-a-gas.
11221
11222 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
11223
11224 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
11225 targets.
11226
11227 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
11228
11229 * mpw-README: Add much more detail for native PowerMac.
11230 * mpw-install: New file.
11231 * mpw-configure: Add --norecursion and --help options.
11232 * mpw-config.in: Translate readme and install files when
11233 copying to objdir.
11234 * mpw-build.in: Don't always depend on byacc and flex.
11235 (install-only-top): New action.
11236
11237 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
11238
11239 * configure.in: You can now configure GDB for the v850.
11240
11241 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
11242
11243 * configure.in (noconfigdirs): Don't configure any C++ dirs
11244 if targeting D10V.
11245
11246 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
11247
11248 * config.sub: Recognize mips64vr5000.
11249
11250 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
11251
11252 * configure.in: Use a single line for host_tools and native_only.
11253
11254 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
11255
11256 * config.sub, configure.in: Add entries for m32r.
11257
11258 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
11259
11260 * Makefile.in (inet-install): Don't run install-gzip.
11261
11262 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
11263
11264 * configure.in: Don't config lots of things for *-*-windows*.
11265
11266 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
11267
11268 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11269 (host_libs, host_tools): Copy from configure.in.
11270 * mpw-configure: Don't complain about directories not found.
11271
11272 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11273
11274 * configure.in (i[345]86): Recognize i686 for pentium pro.
11275 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11276 file.
11277
11278 * config.guess (i[345]86): Ditto.
11279
11280 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11281
11282 * configure.in (noconfigdirs): Removed gdb for D10V.
11283
11284 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
11285
11286 * configure.in: Remove ld, target-libio, target-libg++, and
11287 target-libstdc++ from noconfigdirs.
11288
11289 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
11290
11291 * configure: Fix three locations where shell scripts were
11292 being run directly rather than with config_shell.
11293
11294 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
11295
11296 * configure.in (v850-*-*): Set up initial $noconfigdirs.
11297 * config.sub (basic_machine): Recognize v850.
11298
11299 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
11300
11301 * mpw-configure: Handle multiple enable/disable options and
11302 pass them down recursively, handle -c and -s flags appropriately
11303 depending on choice of compiler, add escape mechanism for
11304 quoted arguments to gC.
11305
11306 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11307
11308 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11309 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11310 so that -mrelocatable-lib and -mno-eabi are used.
11311
11312 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11313 not support --print-multi-lib, don't abort.
11314
11315 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
11316
11317 * make-all.com: Run config-a-gas.
11318 * setup.com: Don't copy subdirectory files around.
11319
11320 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
11321
11322 * configure.in (*-*-ose): Remove exclusion of libgloss for this
11323 target, it now compiles correctly.
11324
11325 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
11326
11327 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11328
11329 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11330
11331 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
11332
11333 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11334
11335 * configure.in (native_only): Add prms.
11336
11337 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
11338
11339 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11340 (BINUTILS_SUPPORT_DIRS): Likewise.
11341
11342 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11343
11344 * configure.in (d10v-*-*): Don't configure ld or gdb until the
11345 d10v support is added.
11346
11347 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11348
11349 * configure.in (d10v-*-*): New target.
11350
11351 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
11352
11353 * config.guess (HP 9000/811): Recognize this as a PA1.1
11354 machine.
11355
11356 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
11357
11358 * Makefile.in (do-tar-gz): New target, split out from tail end of
11359 taz target. Run each command separately, don't use pipes.
11360 (taz): Use it.
11361
11362 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
11363
11364 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11365 * mpw-build.in: No builds should depend on building byacc or flex,
11366 they are assumed to be installed already.
11367
11368 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11369
11370 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11371 variable that CC_FOR_TARGET needs.
11372
11373 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11374
11375 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11376 options have changed since the last time the subdirectory was
11377 configured, and if it has, reconfigure.
11378 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11379 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11380
11381 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
11382
11383 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11384 CLEAN_MODULES): Add bash.
11385 (all-bash): New target.
11386
11387 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
11388
11389 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11390
11391 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11392
11393 * config.sub (basic_machine): Recognize d10v as a valid processor.
11394
11395 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
11396
11397 * mpw-configure: Add support for --bindir.
11398 * mpw-build.in: Use a GCC-specific build script for GCC actions.
11399
11400 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
11401
11402 * configure.in: add bash, time, gawk to list of hosttools and things
11403 to only build for native toolchains
11404
11405 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11406
11407 * Makefile.in (docdir): Remove.
11408
11409 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11410
11411 * Makefile.in (datadir): Set to $(prefix)/share.
11412
11413 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
11414
11415 * configure.in: build diff and patch for cygwin32-hosted
11416 toolchains.
11417
11418 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
11419
11420 * config.sub: Accept -rtems*.
11421
11422 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
11423
11424 * configure.in: enable dosrel for cygwin32-hosted builds,
11425 remove diff from the list of things not buildable
11426 via Canadian Cross
11427
11428 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
11429
11430 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
11431 don't get ". ".
11432
11433 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
11434
11435 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11436
11437 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
11438
11439 * Makefile.in (taz): Handle case where tex3patch didn't even get
11440 checked out. Also, if it was found, put the symlink in a new util
11441 subdirectory.
11442
11443 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11444
11445 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11446
11447 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
11448
11449 * config.sub: Recognize -openvms.
11450 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11451 * make-all.com, setup.com: New files.
11452
11453 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11454
11455 * Makefile.in (taz): tex3patch moved to texinfo/util.
11456
11457 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
11458
11459 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
11460 * configure.in: remove make from disable-if-Can-Cross list
11461 enable gdb if ${host} and ${target} are cygwin32
11462
11463 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
11464
11465 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
11466 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11467
11468 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11469
11470 * config.guess: Combine mips-mips-riscos cases, and use cpp to
11471 distinguish sysv/svr4/bsd variants.
11472 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11473
11474 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
11475
11476 * configure.in: Added copyright notice.
11477 * move-if-change: Added copyright notice.
11478
11479 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11480
11481 * configure.in (powerpcle-*-solaris*): Until we get shared
11482 libraries working, don't build gdb, sim, make, tcl, tk, or
11483 expect.
11484
11485 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
11486
11487 * config.guess: Merge with FSF:
11488
11489 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11490 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11491
11492 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
11493 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11494
11495 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
11496 * config.guess: Combine two OSF1 rules.
11497 Also recognize field test versions. From mjr@zk3.dec.com.
11498 * config.guess (dgux): Use /usr/bin/uname rather than uname,
11499 because GNU uname does not support -p. From pmr@pajato.com.
11500
11501 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
11502
11503 * Makefile.in (MAKEDIRS): Removed $(tooldir).
11504
11505 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
11506
11507 * mpw-README: Document GCCIncludes.
11508
11509 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
11510
11511 * configure.in (alpha-*-linux*): Set enable_shared to yes.
11512
11513 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11514
11515 * mpw-configure: Handle --enable-FOO and --disable-FOO.
11516
11517 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
11518
11519 * configure.in (*-*-cygwin32): Configure make.
11520
11521 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
11522
11523 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11524
11525 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
11526
11527 * Makefile.in (all-inet): Depend on all-perl.
11528
11529 * Makefile.in (inet-install): New target.
11530
11531 * Makefile.in (all-inet): Depend on all-tcl.
11532 (all-inet): Depend on all-send-pr.
11533
11534 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11535
11536 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
11537 temporarily.
11538
11539 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
11540
11541 * configure.in: Don't configure --with-gnu-ld on AIX.
11542
11543 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11544
11545 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
11546
11547 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
11548
11549 * Makefile.in (ALL_MODULES): Added all-inet.
11550 (CROSS_CHECK_MODULES): Added check-inet.
11551 (INSTALL_MODULES): Added install-inet.
11552 (CLEAN_MODULES): Added clean-inet.
11553 (all-indent): New target.
11554
11555 * configure.in (host_tools): Added inet.
11556 (native_only): Added inet.
11557 (noconfigdirs): Added inet.
11558
11559 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
11560
11561 * configure.in: Don't configure libgloss if we are not configuring
11562 newlib.
11563
11564 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
11565
11566 * configure.in: Don't configure libgloss for unsupported
11567 architectures.
11568
11569 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11570
11571 * Makefile.in (CLEAN_MODULES): Add clean-apache.
11572
11573 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
11574
11575 * Makefile.in (ALL_MODULES): Include all-apache.
11576 (CROSS_CHECK_MODULES): Include check-apache.
11577 (INSTALL_MODULES): Include install-apache.
11578 (all-apache): New target.
11579
11580 * configure.in: Added apache everywhere perl is seen.
11581
11582 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11583
11584 * Makefile.in: Add support for clean-{module} and
11585 clean-target-{module} rules.
11586
11587 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
11588
11589 * configure.in (*-*-ose) do not build libgloss.
11590
11591 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11592
11593 * config.guess (prep*:SunOS:5.*:*): Turn into
11594 powerpele-unknown-solaris2.
11595
11596 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
11597
11598 * configure.in: Permit --enable-shared to specify a list of
11599 directories.
11600
11601 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11602
11603 * configure.in (host==solaris): Pass only the first word of $CC
11604 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
11605
11606 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11607
11608 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
11609
11610 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
11611
11612 * Makefile.in (ALL_MODULES): Include all-perl.
11613 (CROSS_CHECK_MODULES): Include check-perl.
11614 (INSTALL_MODULES): Include install-perl.
11615 (ALL_X11_MODULES): Include all-guile.
11616 (CHECK_X11_MODULES): Include check-guile.
11617 (INSTALL_X11_MODULES): Include install-guile.
11618 (all-perl): New target.
11619 (all-guile): New target.
11620
11621 * configure.in (host_tools): Include perl and guile.
11622 (native_only): Include perl and guile.
11623 (noconfigdirs): Don't build guile and perl; no ports have been
11624 done.
11625
11626 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
11627
11628 * configure (--enable-*): Handle quoted option lists such as
11629 --enable-sim-cflags='-g0 -O' better.
11630
11631 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11632
11633 * Makefile.in ({,inst}all-target): New rule so we can make and
11634 install all of the target directories easily.
11635
11636 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11637
11638 * configure.in: Add missing global flag in sed substitution when
11639 deleting `target-' from ${configdirs}.
11640
11641 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
11642
11643 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
11644 option.
11645
11646 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
11647 config/mh-necv4.
11648
11649 * install.sh: Correct misspelling of transformbasename.
11650
11651 * config.guess: Recognize mips-*-sysv*.
11652
11653 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
11654
11655 * config.sub: Recognize mon960.
11656
11657 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
11658
11659 * configure: Restore Canadian Cross handling of BISON and LEX,
11660 removed in Feb 20 change.
11661
11662 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
11663
11664 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
11665 Mention make install. Remove the old copyright date as well the
11666 clumsy and rather pointless copyright on the README file.
11667
11668 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
11669
11670 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
11671 Makefile after running symlink-tree, then run `make distclean' to
11672 avoid clobbering any generated files in srcdir.
11673
11674 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
11675
11676 * configure.in (m68k-*-netbsd*): Build everything now.
11677
11678 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11679
11680 * Makefile.in (taz): Fix quoting.
11681
11682 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
11683
11684 * configure.in (sparclet-*-*): Build everything now.
11685
11686 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11687
11688 * configure.in (m68k-*-linux*): New host.
11689
11690 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
11691
11692 * configure: Check for bison before byacc.
11693
11694 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
11695
11696 * Makefile.in configure: Change the way LEX and BISON/YACC are
11697 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
11698 searching PATH. These are used as fallbacks by Makefile.in if
11699 flex/bison/byacc aren't in objdir.
11700
11701 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
11702
11703 * Makefile.in: Make everything which depends upon all-bfd also
11704 depend upon all-opcodes, in case --with-commonbfdlib is used.
11705
11706 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11707
11708 * configure.in (host *-*-cygwin32): Don't build gdb if we are
11709 building NT native compilers on Unix.
11710
11711 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
11712
11713 * configure.in: Don't get CC from the host Makefile fragment if we
11714 can find gcc in PATH, or if this is a Canadian Cross. Move the
11715 Solaris test for /usr/ucb/cc to the post target script, just after
11716 the compiler sanity test.
11717
11718 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
11719
11720 * config.sub: Merge with FSF.
11721
11722 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
11723
11724 * Makefile.in (RPATH_ENVVAR): New variable.
11725 (REALLY_SET_LIB_PATH): Use it.
11726 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
11727
11728 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
11729
11730 * config.sub, configure.in: Recognize sparclet cpu.
11731
11732 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
11733
11734 * config.guess: Support m68k-cbm-sysv4.
11735
11736 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11737
11738 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
11739 m68k-unknown-linuxaout from linker help string. Put quotes around
11740 $ld_help_string.
11741
11742 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
11743
11744 * config.guess (powerpc-harris-powerunix): Add guess for port
11745 to new target.
11746
11747 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11748
11749 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
11750
11751 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
11752
11753 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
11754 $(REALLY_SET_LIB_PATH) in Makefile.
11755 * Makefile.in (SET_LIB_PATH): New variable.
11756 (REALLY_SET_LIB_PATH): New variable.
11757 ($(DO_X)): Use $(SET_LIB_PATH).
11758 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
11759 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
11760 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
11761 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
11762 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
11763 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
11764 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
11765 (install-dosrel): Likewise.
11766 (all-opcodes): Depend upon all-libiberty.
11767
11768 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
11769
11770 * config.guess (*:CYGWIN*): New
11771
11772 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11773
11774 * Makefile.in (all-target-winsup): All all-target-libiberty.
11775
11776 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11777
11778 * configure.in (noconfigdirs): Add missing # in front of comment.
11779
11780 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
11781
11782 * configure.in: add second pass to things added to noconfigdirs
11783 so *-gm-magic can exclude libgloss properly.
11784
11785 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
11786
11787 * mpw-configure (extralibs_name, rez_name): Set correctly
11788 for MWC68K compiler.
11789
11790 * mpw-README: Add more info on the necessary build tools.
11791
11792 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
11793
11794 * configure.in, config.sub: Recognize cygwin32.
11795
11796 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
11797
11798 * config.guess, config.sub: Recognize A/UX.
11799
11800 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
11801
11802 * config.sub: Merge with gcc/config.sub.
11803
11804 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
11805
11806 * mpw-build.in (do-binutils): Add build of stamps.
11807
11808 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
11809
11810 * config.sub: Add recognition for mips64vr4100*-* targets.
11811
11812 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11813
11814 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
11815 Add creation of gconfigargs with `--enable-shared' turned on.
11816 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
11817 ($(host)-stamp-stage3-configured): Likewise.
11818 (HOLES): Add chatr and ldd.
11819 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
11820
11821 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
11822
11823 * configure: Pass --nfp to recursive configures.
11824
11825 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
11826
11827 * Makefile.in (DLLTOOL): New.
11828 (DLLTOOL_FOR_TARGET): New.
11829 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
11830 (EXTRA_TARGET_FLAGS): Ditto.
11831 (EXTRA_GCC_FLAGS): Ditto.
11832 (CONFIGURE_TARGET_MODULES): Ditto.
11833 (DO_X): Ditto.
11834 * configure: Add DLLTOOL.
11835
11836 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
11837
11838 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
11839 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
11840 mh-sco, since old workarounds no longer needed, and don't
11841 build ld, since libraries have weak symbols in COFF.
11842
11843 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
11844
11845 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
11846
11847 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
11848
11849 * configure.in: Make sure that ${CC} can be used to compile an
11850 executable.
11851
11852 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11853
11854 * Makefile.in (all-gdb): Depend on $(GDB_TK).
11855 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
11856 nothing depending on whether gdbtk is being built.
11857
11858 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
11859
11860 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
11861
11862 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
11863
11864 * configure.in (noconfigdirs): Put ld or gas in this early, if the
11865 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
11866
11867 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
11868
11869 * config-ml.in: Add support for
11870 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
11871 Simplify setting of multidirs from --disable-foo.
11872
11873 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11874
11875 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
11876 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
11877 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
11878 non-empty, pass them on to the GCC make.
11879 (all-bootstrap): New rule that is like all-gcc, except it executes
11880 the GCC bootstrap rule instead of the GCC all rule.
11881
11882 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
11883
11884 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
11885
11886 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11887
11888 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
11889 DG/UX support.
11890
11891 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
11892
11893 * config.sub (i*86*) Change [345] to [3456]
11894
11895 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11896
11897 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
11898 --with-gnu-ld=no.
11899
11900 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11901
11902 * config-ml.in (rs6000*, powerpc*): Add switches to control which
11903 AIX multilibs get built.
11904
11905 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11906
11907 * configure.in (i386-win32): Don't build expect if we're not
11908 building the tcl subdir.
11909
11910 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
11911
11912 * Makefile.in: (configure-target-examples, all-target-examples):
11913 New targets, configure and build example programs.
11914
11915 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11916
11917 * mpw-configure: If an mpw-config.in generated a file mk.sed,
11918 use it as input to sedit the generated MPW makefile.
11919 * mpw-README: Add a suggestion about Gestalt.h.
11920
11921 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
11922
11923 * config.sub: Accept *-*-ieee*.
11924
11925 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
11926
11927 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
11928 Ronald F. Guilmette <rfg@monkeys.com>.
11929
11930 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11931
11932 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
11933 for powerpc-pe native.
11934 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
11935 (target==powerpc-pe): duplicate i386-win32 entry.
11936
11937 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11938
11939 * configure.in (noconfigdirs): Exclude target-newlib for all versions
11940 of vxworks, not just vxworks5.1.
11941
11942 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
11943
11944 * mpw-configure: Add support for exec-prefix.
11945
11946 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11947
11948 * config.guess: Recognize HP model 816 machines as having
11949 a PA1.1 processor.
11950
11951 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
11952
11953 * configure: Ignore new autoconf configure options.
11954
11955 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11956
11957 * config.guess: Recognize Pentium under SCO.
11958 From Robert Lipe <robertl@arnet.com>.
11959
11960 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11961
11962 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
11963
11964 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
11965
11966 * configure.in: Don't configure gas for alpha-dec-osf*.
11967
11968 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
11969
11970 * configure.in: Default to --with-stabs for some targets for which
11971 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
11972 i[345]86*-*-unixware*.
11973
11974 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
11975
11976 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
11977 rather than basing it on the target. Simplify handling of options
11978 controlling which directories to configure. Remove extraneous
11979 slash in multi-clean target.
11980
11981 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
11982
11983 * config-ml.in: Prefix more variables with ml_ so they don't collide
11984 with configure's.
11985
11986 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
11987
11988 * configure: Don't turn -v into --v.
11989
11990 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
11991
11992 * configure.in (targargs): Fix typo.
11993
11994 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
11995
11996 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
11997
11998 * configure.in: Strip --host and --target options from
11999 CONFIG_ARGUMENTS, and always configure for --host only. Add
12000 --with-cross-host option when building with a cross-compiler.
12001 * configure: Canonicalize the arguments put into config.status by
12002 always using `=' for an option with an argument. Pass a presumed
12003 --host or --target explicitly.
12004
12005 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12006
12007 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12008 into general OS recognition case.
12009
12010 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12011
12012 * configure.in (target_configdirs): add target-winsup only
12013 for win32 target systems.
12014
12015 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12016
12017 * Makefile.in (all-target-libgloss): Depend upon
12018 configure-target-newlib, since when libgloss is built it looks to
12019 see if the newlib directory exists.
12020
12021 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12022
12023 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12024 cfg-ml-*.in.
12025
12026 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12027
12028 * configure: Handle LD and LD_FOR_TARGET when configuring a
12029 Canadian Cross.
12030
12031 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12032
12033 * configure.in (target_libs): add target-winsup.
12034 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12035 (target==ppcle-pe): remove ld from $noconfigdirs.
12036
12037 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12038
12039 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12040 Preserve relative path names in $srcdir. Build symlink tree if
12041 configuring cross target dir and srcdir=. (= no VPATH support).
12042 (configure-target-libg++): Depend on configure-target-librx.
12043 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12044 * config-ml.in: New file.
12045 * symlink-tree: New file.
12046 * configure: Ensure srcdir="." if that's what it is.
12047
12048 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12049
12050 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12051 includes and FLEX_SKELETON setting.
12052 * mpw-configure (--with-gnu-ld): New option, controls whether
12053 to use PPCLink or ld with PowerMac GCC.
12054 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12055 * mpw-config.in: Configure grez if targeting Mac.
12056
12057 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12058 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12059 just macos.
12060 * configure.in: Configure grez resource compiler if targeting Mac.
12061 * Makefile.in (all-grez, install-grez): New targets.
12062
12063 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12064
12065 * configure: CXX defaults to gcc, not g++. If we find
12066 gcc in the path, set CC to gcc -O2.
12067
12068 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12069
12070 * configure: Default ${build} correctly. Avoid picking up extra
12071 spaces when reading CC and CXX from Makefile. When doing a
12072 Canadian Cross, use plausible default values for numerous
12073 variables.
12074 * configure.in: When doing a Canadian Cross, don't try to
12075 configure tools whose configure script can't handle it.
12076
12077 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12078
12079 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12080
12081 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12082
12083 * configure: Remove dubious bug reporting address.
12084
12085 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12086
12087 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12088 configure script, run that instead of this directory's configure.
12089 In either case, print a message that we're configuring the sub-dir.
12090
12091 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12092
12093 * configure.in: Before checking for the existence of various files,
12094 use sed to filter out "target-".
12095
12096 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12097
12098 * Makefile.in (DO_X): Split rule to decrease command line length
12099 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12100 (Philippe De Muyter).
12101
12102 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12103
12104 * Makefile.in (all-patch): depend on all-libiberty.
12105
12106 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12107
12108 * configure.in: If the only directory in target_configdirs which
12109 actually exists is libiberty, then set target_configdirs to empty,
12110 to avoid trying to build a target libiberty in a gas or gdb
12111 distribution.
12112
12113 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12114
12115 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12116 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12117 systems.
12118
12119 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12120
12121 * configure.in (copy_dirs): Use sys-include instead of include
12122 for --with-headers option.
12123
12124 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12125
12126 * Makefile.in, configure.in: Make winsup builds work with
12127 new scheme.
12128
12129 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12130
12131 * configure.in: Build the linker on AIX.
12132
12133 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12134
12135 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12136 where needed.
12137
12138 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12139
12140 * Makefile.in (all-gcc): Fix typo.
12141
12142 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12143
12144 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12145
12146 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12147
12148 * configure.in: Rename libFOO to target-libFOO, and xiberty
12149 to target-xiberty, to provide more flexibility.
12150 (target_subdir): Define. Create if cross.
12151 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12152 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12153 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12154 check-libFOO -> check-target-libFOO, etc.
12155 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12156 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12157 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12158 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12159 allow ALL_GCC="" to only configure.
12160 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12161 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12162 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12163
12164 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12165
12166 * Makefile.in (taz): Build "info" in etc explicitly.
12167
12168 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12169
12170 * configure.in: Make sure that CC is undefined (as opposed to
12171 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12172 problem with autoconf trying to configure on a host without GCC.
12173
12174 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12175
12176 * mpw-configure: Set host alias from choice of host compiler,
12177 only use generic MPW Makefile sed if present, edit a file
12178 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12179 * mpw-README: Add problem notes about CW6 and CW7.
12180
12181 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12182
12183 * Makefile.in (taz): Use ";" instead of ";;".
12184
12185 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12186
12187 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12188 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12189 DISTDOCDIRS.
12190 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12191 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12192
12193 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
12194
12195 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
12196 and gnats, because they are now subsumed by DISTSTUFFDIRS.
12197 Move bfd to DISTSTUFFDIRS.
12198
12199 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12200
12201 * Makefile.in (X11_LIB): Removed.
12202 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12203
12204 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12205
12206 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12207
12208 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12209 names.
12210
12211 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12212
12213 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12214
12215 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
12216
12217 * configure.in (i[345]86-*-win32): Always build newlib.
12218 Don't configure cvs, autoconf or texinfo.
12219 * Makefile.in (LD_FOR_TARGET): New.
12220 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12221 Pass down LD_FOR_TARGET.
12222
12223 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
12224
12225 * winsup: New directory.
12226 * Makefile.in: Build winsup.
12227 * configure.in: Winsup is configured when target is win32.
12228 Can only build win32 target GDB when native.
12229
12230 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
12231
12232 * config.guess: Recognize HP model 819 machines as having
12233 a PA 1.1 processor.
12234
12235 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
12236
12237 * configure: Fix sed loop which substitutes for CC and CXX to
12238 avoid bug found in various sed implementations.
12239
12240 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12241
12242 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12243 simulator. Use standard powerpc-*-eabi*.
12244
12245 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
12246
12247 * configure.in: Stop putting gas and binutils in noconfigdirs for
12248 powerpc-*-aix* and rs6000-*-*.
12249
12250 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
12251
12252 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12253 -mcall-aixdesc libraries.
12254
12255 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
12256
12257 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12258
12259 * config.sub (arm | armel | armeb): Fix shell syntax.
12260
12261 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12262
12263 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12264 -msoft-float and -mcpu=common support.
12265 (powerpc*-*-eabisim*): Add support for building -mcall-aix
12266 libraries.
12267
12268 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12269
12270 * configure.in: Allow configuration and build of emacs19 for the alpha.
12271
12272 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12273
12274 * configure.in (CC): Get ^CC, not just any old CC, from
12275 ${host_makefile_frag}.
12276
12277 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12278
12279 * configure.in (CC): Try to get CC from
12280 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12281
12282 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12283
12284 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12285 only if it exists in $(srcdir).
12286
12287 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
12288
12289 * configure: If CC and CXX are not set in the environment, set
12290 them, based on either an existing Makefile or on searching for gcc
12291 in PATH. Substitute for CC and CXX in Makefile.
12292 * configure.in: Remove libm from target_libs. Separate
12293 target_configdirs from configdirs. If CC is not set in
12294 environment, try to get it from a host Makefile fragment. Rewrite
12295 changes of configdirs to use skipdirs instead. A few minor
12296 tweaks. Take directories out of target_configdirs as they are
12297 taken out of configdirs. Remove existing Makefile files from
12298 subdirectories. Substitute for TARGET_CONFIGDIRS and
12299 CONFIG_ARGUMENTS in Makefile.
12300 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12301 by configure.in.
12302 (CONFIG_ARGUMENTS): Likewise.
12303 (CONFIGURE_TARGET_MODULES): New variable.
12304 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12305 ($(CONFIGURE_TARGET_MODULES)): New target.
12306 (configure-libg++, configure-libio): New targets.
12307 (all-libg++): Depend upon configure-libg++.
12308 (all-libio): Depend upon configure-libio.
12309 (configure-libgloss, all-libgloss): New targets.
12310 (configure-libstdc++): New target.
12311 (all-libstdc++): Depend upon configure-libstdc++.
12312 (configure-librx, all-librx): New targets.
12313 (configure-newlib): New target.
12314 (all-newlib): Depend upon configure-newlib
12315 (configure-xiberty): New target.
12316 (all-xiberty): Depend upon configure-xiberty.
12317
12318 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12319
12320 * configure.in (host i[345]86-*-win32): Expand the
12321 noconfigdirs again.
12322
12323 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
12324
12325 * mpw-configure: Fix sed command file name.
12326
12327 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
12328
12329 * configure.in (host i[345]86-*-win32): Reduce the
12330 noconfigdirs again.
12331
12332 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
12333
12334 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12335 or powerpc*-*-pe*, since they are not yet supported.
12336
12337 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12338
12339 Add PowerMac support and many other enhancements.
12340 * mpw-configure: New option --cc to select compiler to use,
12341 paste options set according to --cc into the generated
12342 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12343 if mpw-make.sed is present.
12344 * mpw-config.in: Don't test for gC1, test for mpw-touch,
12345 add forward includes for PowerPC include files.
12346 * mpw-build.in: Build using Makefile.PPC if present.
12347 (do-byacc, etc): Remove separate version resource builds.
12348 (do-gas): Build "stamps" before "all".
12349 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12350 * mpw-README: Update to reflect --cc option, PowerMac support,
12351 and recently-reported compatibility problems.
12352
12353 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
12354
12355 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12356 embedded m68k systems (-aout, -coff, -elf, -vxworks).
12357 (--with-multilib-top): Pass to recursive invocations.
12358
12359 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
12360
12361 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12362 v810-*-*.
12363
12364 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12365
12366 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12367 gdb, ld and opcodes on v810-*-*.
12368
12369 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
12370
12371 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12372 (local-maintainer-clean): New target.
12373 (maintainer-clean): New target.
12374 (realclean): Just depend upon maintainer-clean.
12375
12376 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12377
12378 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12379
12380 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
12381
12382 * configure.in: Build ld in mips*-*-bsd* case.
12383
12384 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
12385
12386 * config.sub: Accept -lites* OS. From Ian Dall.
12387
12388 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
12389
12390 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
12391 targets.
12392
12393 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12394
12395 * configure.in: treat i386-win32 canadian cross the same as
12396 i386-go32 canadian cross.
12397
12398 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12399
12400 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12401 running under the simulator to build a reduced set of libraries.
12402 (powerpc-*-eabiaix): Add fine grained multilib support added to
12403 other powerpc targets yesterday.
12404
12405 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12406
12407 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12408 -disable-softfloat, -disable-relocatable, -disable-aix, and
12409 -disable-sysv to control which multilib libraries get built.
12410
12411 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12412
12413 * configure: Add Makefile.tem to list of files to remove in trap
12414 handler.
12415
12416 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
12417
12418 * config.guess (*Linux*): Add missing "exit"s.
12419 Also, need specific check for alpha-unknown-linux (uses COFF).
12420
12421 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
12422
12423 * config.guess: Merge with FSF:
12424
12425 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
12426 * config.guess (AIX4): More robust release numbering discovery.
12427
12428 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
12429 * config.guess (i386-sequent-ptx): Properly get version number.
12430
12431 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
12432 * config.guess (mips:*:4*:UMIPS): New case.
12433
12434 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
12435
12436 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12437 (i386-win32 host): Likewise. Don't build readline.
12438
12439 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
12440
12441 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
12442 SUPPORT_FILES to submakes.
12443
12444 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
12445
12446 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12447 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12448 mpw-configure.
12449
12450 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
12451
12452 * configure.in (appdirs): Use =, not ==, in test expression when
12453 trying to build the text to print in the warning message for
12454 Solaris users.
12455
12456 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
12457
12458 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12459
12460 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12461
12462 * config.guess: Recognize lynx-2.3.
12463
12464 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
12465
12466 * config.sub (z8ksim): Deleted
12467 (z8k-*-coff): New, this is the one true name of the target.
12468
12469 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
12470
12471 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12472
12473 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
12474
12475 * config.guess (*:Linux:*:*): First try asking the linker what the
12476 default object file format is (elf, aout, or coff). Then if this
12477 fails, try previous methods.
12478
12479 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12480
12481 * configure.in: Don't build newlib for *-*-vxworks5.1.
12482
12483 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12484
12485 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12486 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12487
12488 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
12489
12490 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12491
12492 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
12493
12494 * cfg-ml-com.in: New file.
12495 * cfg-ml-pos.in: New file.
12496
12497 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12498
12499 * COPYING.NEWLIB: Add HP free copyright to list.
12500
12501 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12502
12503 * config.sub: Recognize -eabi* for the system, not just -eabi.
12504
12505 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
12506
12507 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12508 * config.sub, configure.in (win32): New target and host.
12509
12510 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
12511
12512 * configure.in: Add i386-pe configuration.
12513
12514 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
12515
12516 * mpw-build.in (install): Install GDB after LD.
12517
12518 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
12519
12520 * mpw-config.in (elf/mips.h): Always forward-include, needed
12521 for GDB to build.
12522
12523 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
12524
12525 * testsuite: New directory for customer acceptance and whole tool
12526 chain tests.
12527
12528 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12529
12530 * configure: If per-host line isn't found, but AC_OUTPUT is found
12531 and a configure script exists, run it instead.
12532
12533 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12534
12535 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
12536
12537 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
12538
12539 * configure: Set build_{cpu,vendor,os,alias} to host values when
12540 --build isn't specified.
12541
12542 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12543
12544 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
12545 (FLAGS_TO_PASS): Pass them.
12546 (EXTRA_TARGET_FLAGS): Ditto.
12547
12548 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12549
12550 * Makefile.in (all-libg++): Depend on all-libstdc++.
12551
12552 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12553
12554 * configure.in (noconfigdirs): Enable all packages for
12555 i386-unknown-netbsd.
12556
12557 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
12558
12559 * configure.in (noconfigdirs): Don't configure tk for i386-go32
12560 hosted builds (DOS builds)
12561
12562 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12563
12564 Changes for ARM based on patches from Richard Earnshaw:
12565 * config.sub: Handle armeb and armel.
12566 * configure.in: Omit arm linker only for riscix.
12567
12568 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
12569
12570 * config.guess: Update from FSF.
12571
12572 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
12573
12574 * config.sub: Recognize powerpcle as the little endian varient of
12575 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
12576 powerpcle variant. Convert pentium into i586, not i486. Add p5
12577 alias for i586. Map new x86 variants p6, k5, nexgen into i586
12578 temporarily.
12579
12580 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
12581
12582 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
12583
12584 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
12585
12586 * config.sub: Accept -lites* as a basic system type.
12587
12588 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
12589
12590 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
12591 installed, and if so return linuxoldld as the system name.
12592
12593 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
12594
12595 * config.guess: Add hppa1.1-hp-lites support.
12596
12597 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
12598
12599 * configure.in: Don't build newlib for m68k-vxworks5.1.
12600
12601 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12602
12603 * configure.in (mips-sgi-irix6): Use mh-irix5.
12604
12605 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
12606
12607 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
12608
12609 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12610
12611 * test-build.mk: Enable building of shared libraries on IRIX 5 and
12612 OSF/1. Fix compiler flags.
12613 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
12614
12615 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
12616
12617 * configure.in: Recognize --with-newlib.
12618 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
12619
12620 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12621
12622 * Makefile.in: move {all,check,install}-gdb from *_MODULES
12623 to *_X11_MODULES due to gdbtk needing X include files et al.
12624
12625 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
12626
12627 Merge in support for Mac MPW as a host.
12628 (Old change descriptions retained for informational value.)
12629
12630 * mpw-config.in: Add generic include forwards for cpu-specific
12631 include files in aout and elf directories.
12632
12633 * mpw-configure: Added copyright.
12634 * mpw-config.in: Check for presence of required build tools.
12635 (target_libs): Add newlib.
12636 (target_tools): Add examples.
12637 (Read Me): Generate as "Read Me for MPW" instead.
12638 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
12639 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
12640 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
12641
12642 * mpw-configure: Remove subdir-specific makefile hackery,
12643 delete mk.tmp after using it.
12644
12645 * mpw-build.in (all): Display start and end times.
12646
12647 * mpw-configure (host_canonical): Set.
12648 (target_cpu): Always add to makefiles.
12649 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
12650 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
12651 (mpw-mh-mpw): Look for in srcdir and srcroot.
12652 Use sed instead of mpw-edit-prefix to edit prefix definitions.
12653
12654 * mpw-build.in: (install-only): New target.
12655
12656 * mpw-configure (host_alias, target_alias): Rename from hostalias
12657 and targetalias, add into generated Makefile.
12658 (mk.tmp): If present, add into generated Makefile.
12659 * mpw-build.in (all-gas): Build config.h first before gas proper.
12660
12661 * mpw-configure (config.status): Write only if changed.
12662 * mpw-config.in (readline): Configure it (not built, just used for
12663 definitions).
12664
12665 * mpw-config.in (elf/mips.h): Add a forward include.
12666
12667 * mpw-config.in: Forward-include most .h files in include into
12668 extra-include.
12669 (readline): Don't build.
12670 mpw-build.in (install): Install GDB.
12671
12672 * mpw-configure (prefix, mpw_prefix): Handle it.
12673 * mpw-config.in (mmalloc, readline): Don't configure.
12674 * mpw-build.in (thisscript): Rename to ThisScript.
12675 Use mpw-build instead of BuildProgram everywhere.
12676 (mmalloc, readline): Don't build.
12677 * mpw-README: New file, basic documentation about the MPW port.
12678
12679 * mpw-config.in: Use forward-include to create include files.
12680
12681 * mpw-configure: Add more things to the top of each configured
12682 Makefile, including contents of config/mpw-mh-mpw.
12683 * mpw-config.in (extra-include): Create this directory and fill it
12684 with Posix-like include files when configuring.
12685
12686 * config.sub (apple, mac, mpw): Add various aliases.
12687
12688 * mpw-build.in: New file, top-level build script fragment for MPW.
12689 * mpw-configure: New file, configure script for MPW.
12690 * mpw-config.in: New file, config fragment for MPW.
12691
12692 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12693
12694 * configure.in (host_libs): Remove glob, since it is gone from the
12695 sources.
12696
12697 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12698
12699 * Makefile.in: define empty GDB_NLM_DEPS var.
12700
12701 * configure.in(target_makefile_frag): use config/mt-netware
12702 for netware targets.
12703
12704 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
12705
12706 * config.sub: Merge in recent FSF changes. Remove linux special
12707 cases.
12708
12709 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12710
12711 Revert this change:
12712
12713 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
12714
12715 * build-all.mk: Use CC=cc -Xs on Solaris.
12716
12717 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12718
12719 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
12720 stop using it.
12721 * Makefile.in: Nuke all references to glob subdirectory.
12722
12723 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12724
12725 * configure.in: Fix --enable-shared logic in per-host.
12726
12727 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
12728
12729 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
12730
12731 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12732
12733 * configure.in (noconfigdirs): Don't build gas on AIX, for
12734 powerpc*-*-aix* as well as for rs6000*-*-aix*.
12735
12736 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
12737
12738 * configure: Fix --cache-file to work if the file argument is a
12739 relative path.
12740
12741 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
12742
12743 * configure: If the --cache-file is used, pass it down to
12744 configure in subdirectories.
12745
12746 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
12747
12748 * config.sub: add vxworks29k configuration.
12749
12750 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12751
12752 * Makefile.in (taz): Do "diststuff" part quietly.
12753
12754 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
12755
12756 * config.sub: Mini-merge with gcc/config.sub.
12757
12758 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12759
12760 * config.guess (IRIX): Sed - to _.
12761
12762 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12763
12764 * Makefile.in (source-vault, binary-vault): New targets.
12765
12766 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
12767
12768 * config.sub: Recognize -eabi as a basic system type.
12769
12770 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12771
12772 * configure.in (enable_shared stuff): Fix typo.
12773
12774 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
12775
12776 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
12777
12778 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12779
12780 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
12781
12782 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12783
12784 * configure.in (rs6000-*-*): Don't build gas.
12785
12786 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
12787
12788 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
12789 reduce command line length.
12790 (AS_FOR_TARGET): Check for as.new, not Makefile.
12791 (NM_FOR_TARGET): Check for nm.new, not Makefile.
12792
12793 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
12794
12795 * config.guess: Merge from FSF.
12796
12797 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12798
12799 * configure: Don't use $ when handling program_suffix.
12800
12801 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
12802
12803 * configure.in: Configure tk for hppa/hpux.
12804
12805 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
12806
12807 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
12808
12809 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12810
12811 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
12812 to LIBCXXFLAGS. Tests are better run without it.
12813
12814 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
12815
12816 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
12817
12818 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
12819
12820 * configure.in (*-*-netware*): Don't configure xiberty.
12821
12822 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
12823
12824 * configure.in: Remove tk from native_only list.
12825
12826 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
12827
12828 * build-all.mk: Add mips-ncd-elf target to sun4 targets
12829 for special NCD build.
12830
12831 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12832
12833 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
12834 makeall.bat, they're only useful for binutils snapshots.
12835 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
12836 makeall.bat to specified SUPPORT_FILES.
12837
12838 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
12839
12840 * build-all.mk: Add Ericsson targets to sun4 and solaris
12841 hosts. Add BNR's sun4 target to solaris host, so their
12842 build-from-source will be tested in-house first.
12843
12844 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12845
12846 * Makefile.in (LIBCFLAGS): New variable.
12847 (CFLAGS_FOR_TARGET): Ditto.
12848 (LIBCFLAGS_FOR_TARGET): Ditto.
12849 (LIBCXXFLAGS): Ditto.
12850 (CXXFLAGS_FOR_TARGET): Ditto.
12851 (LIBCXXFLAGS_FOR_TARGET): Ditto.
12852 (BASE_FLAGS_TO_PASS): Pass them.
12853 (EXTRA_TARGET_FLAGS): Ditto.
12854
12855 * configure.in: Support --enable-shared.
12856
12857 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
12858
12859 * configure.in (target_libs): Include libstdc++ again.
12860 * config.guess: Update from FSF (for FreeBSD).
12861
12862 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12863
12864 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
12865 makeall.bat.
12866 (DISTDOCDIRS): Add `etc'.
12867 (ETC_SUPPORT_PFX): New variable.
12868 (taz): Include anything from etc starting with a word in
12869 ETC_SUPPORT_PFX.
12870
12871 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12872
12873 * config.sub: Update for recent FSF changes. Remove obsolete
12874 h8300hds entry. Add -windows* and -osx as basic os. Minor
12875 spacing changes.
12876
12877 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12878
12879 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
12880
12881 * config.guess: Merge with FSF.
12882 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
12883
12884 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12885
12886 * configure: Since the "trap 0" handler will override the exit
12887 status on many systems, only use it for "exit 1", and make it set
12888 a non-zero exit status; reset it before "exit 0". Also, check
12889 exit status of config.sub, and error out if it failed.
12890
12891 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
12892
12893 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
12894 and install libgloss.
12895
12896 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12897
12898 * Makefile.in (all-binutils): Depend upon all-byacc.
12899
12900 * configure.in: Don't build emacs on Irix 5.
12901
12902 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12903
12904 * configure.in (*-*-netware*): Add libio.
12905
12906 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12907
12908 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
12909 (CHECK_TARGET_MODULES): Ditto.
12910 (INSTALL_TARGET_MODULES): Ditto.
12911 (TARGET_LIBS): Ditto.
12912 (all-libstdc++): Note dependencies.
12913
12914 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12915
12916 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
12917
12918 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12919
12920 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
12921 -fexternal-templates.
12922
12923 * configure.in (target_libs): Add libstdc++.
12924 (noconfigdirs): Add libstdc++ as appropriate.
12925
12926 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12927
12928 * config.guess: Update from FSF.
12929
12930 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12931
12932 * configure: Use ${config_shell} when running ${configsub}.
12933
12934 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
12935
12936 * config.sub: No longer recognize h8300h.
12937
12938 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12939
12940 * config.sub: Remove extraneous differences between config.sub and
12941 gcc/config.sub.
12942
12943 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12944
12945 * Makefile.in (DISTSTUFFDIRS): Add gas.
12946
12947 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
12948
12949 * COPYING.NEWLIB: New file.
12950
12951 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
12952
12953 * config.guess (HP-UX): Patch from Harlan Stenn
12954 <harlan@landmark.com> to also emit release level.
12955
12956 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12957
12958 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
12959
12960 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
12961
12962 * config.sub: Merge nextstep cleanup from FSF.
12963
12964 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12965
12966 * configure.in (arm-*-*): Don't configure ld for this target.
12967
12968 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12969
12970 * configure.in (*-*-netware): don't configure libg++, libio,
12971 librx, or newlib.
12972
12973 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12974
12975 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
12976 configure ld--it works, but it doesn't support shared libraries.
12977
12978 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12979
12980 * config.guess (*-unknown-freebsd*): Get rid of possible
12981 trailing "(Release)" in version string.
12982 Patch from Paul Richards <paul@isl.cf.ac.uk>.
12983
12984 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
12985
12986 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
12987 Fix type: *-next-neststep -> *-next-nextstep.
12988
12989 * config.guess: Merge from FSF:
12990
12991 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12992
12993 * config.guess: Recognize powerpc-ibm-aix3.2.5.
12994
12995 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12996
12997 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
12998 instead of UNIX_SV for UnixWare 1.0).
12999
13000 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13001
13002 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13003 to make gdb/nlm/* build after the compiler and linker.
13004
13005 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13006
13007 * config.guess (netbsd, freebsd, linux): Accept any machine,
13008 not just i[34]86.
13009 (m68k-atari-sysv4): Relocate to match FSF version.
13010
13011 * config.guess: More merges from the FSF:
13012
13013 Add a space before function call or macro invocation.
13014
13015 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13016
13017 * config.guess: Add trap cmd to remove dummy.c and dummy when
13018 interrupted.
13019
13020 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13021
13022 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13023 (dummy): Redirect stderr from compilation of dummy.c.
13024
13025 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13026
13027 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13028
13029 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13030
13031 * configure: Accept and ignore --cache*, for compatibility with
13032 new autoconf.
13033
13034 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13035
13036 * config.guess: Merge from FSF:
13037
13038 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13039
13040 * config.guess (Pyramid*:OSx*:*:*): New case.
13041 (PATH): Add /.attbin at end for finding uname.
13042 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
13043
13044 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13045
13046 * config.guess (M88*:DolphinOS:*:*): New case.
13047
13048 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13049
13050 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13051 to select whether to use ELF or COFF.
13052
13053 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13054
13055 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13056
13057 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13058
13059 * config.guess: Guess the OS version for HPUX.
13060
13061 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13062
13063 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13064
13065 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13066
13067 * configure.in: Recognize --with-headers, --with-libs, and
13068 --without-newlib.
13069 * Makefile.in (all-xiberty): Depend upon all-ld.
13070
13071 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13072
13073 * configure.in: Change i[34]86 to i[345]86.
13074
13075 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13076
13077 * configure (version): A few more tweaks to help message.
13078
13079 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13080
13081 * Makefile.in: Remove (for now) librx as a host library,
13082 now that we're building it for target.
13083
13084 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13085
13086 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13087 (Karl Berry).
13088
13089 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13090
13091 * configure.in: Also configure librx.
13092
13093 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13094
13095 * Makefile.in: Update various rules to reflect that librx
13096 is now needed for libg++.
13097
13098 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13099
13100 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13101
13102 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13103
13104 * configure.in: Configure the examples directory.
13105
13106 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13107
13108 * configure: Simplify Jun 2 1994 change.
13109
13110 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13111
13112 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13113 /bin/gcc isn't good enough to build gcc.
13114
13115 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13116
13117 * Makefile.in (GDB_SUPPORT_FILES): Remove
13118 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13119 (gdb.tar.gz): Add new rule to use standard distribution building
13120 mechanism.
13121
13122 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13123
13124 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13125 Bill Cox <bill@cygnus.com>.
13126
13127 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13128
13129 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13130
13131 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13132
13133 * configure: Search current dir first in .gdbinit.
13134
13135 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13136
13137 * config.sub: Recognize freebsd (merged from gcc config.sub).
13138
13139 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13140
13141 * config.sub: Refer to NeXT's operating system as nextstep.
13142
13143 * config.sub (case $basic_machine): Re-order the cases, to match
13144 the order in the FSF version (which is mostly alphabethical).
13145 Merge in some additions and changes from the FSF.
13146
13147 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13148
13149 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13150 * config.sub: Recognize cxux7.
13151 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13152
13153 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13154
13155 * config.sub: Fix typo powerpc -> powerpc-*.
13156
13157 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13158
13159 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13160
13161 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13162 parallel with all-emacs and install-emacs). Top-level command
13163 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13164
13165 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13166
13167 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13168 $(relbindir)/make before doing ``make install'', and use
13169 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13170 installing over running make binary.
13171 ($(host)-stamp-stage3-installed): Likewise.
13172
13173 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13174
13175 * config.guess: Recognize Mach.
13176
13177 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13178
13179 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13180 see whether --exec-prefix was used.
13181
13182 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13183
13184 * README: Explicitly mention libg++/README. (Zoo's idea.)
13185
13186 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13187
13188 * Makefile.in: Add all-librx target similar to all-libproc.
13189
13190 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13191
13192 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13193 with post 1.2 uname bogosity.
13194
13195 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13196
13197 * configure: Remove temporary files on receipt of a signal.
13198
13199 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
13200
13201 * configure: If there is a package_makefile_frag, remove
13202 ${subdir}/Makefile.tem after copying it in.
13203
13204 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13205
13206 * build_all.mk: support rs6000 lynx identifies itself as
13207 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
13208 since /bin/gcc is too feeble to compile a modern gcc.
13209
13210 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13211
13212 * brought devo/test-build.mk update-to-date with progressive/
13213 test-build.mk. Add lynx targets and hppa flag info.
13214
13215 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13216
13217 * configure.in: Use mh-ncrsvr43. Patch from
13218 Tom McConnell <tmcconne@sedona.intel.com>.
13219
13220 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
13221
13222 * config.guess (i386-unknown-bsdi): No longer need to
13223 check #if defined(__bsdi__) && defined(__i386__).
13224
13225 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13226
13227 * configure: Set program_transform_nameoption correctly.
13228
13229 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13230
13231 * brought build-all.mk update-to-date with progressive build-all.mk,
13232 added new targets and hppa info.
13233
13234 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13235
13236 * configure: If config.guess result is a prefix of the user
13237 specified target, assume a native build and use the user specified
13238 target as the host alias. Remove SunOS patch suffix removal hack.
13239 * configure.in: Remove SunOS patch suffix removal hack.
13240
13241 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13242 in NATIVE_CHECK_MODULES.
13243
13244 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
13245
13246 * Makefile.in: Rename HOST_ONLY to NATIVE.
13247 * configure: Delete SunOs patch suffix from host_canonical
13248 and build_canonical variables that are prepended to Makefiles.
13249 * configure.in: Add comments for easier maintenance.
13250
13251 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13252
13253 * Makefile.in: Add all-libproc target similar to all-gui.
13254
13255 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
13256
13257 * Makefile.in (CHECK_MODULES): split into
13258 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13259
13260 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
13261
13262 * config.guess (i386-unknown-bsdi): New system to guess.
13263
13264 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13265
13266 * Makefile.in: Add all-gui target (but not yet build by "all").
13267
13268 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
13269
13270 * config.sub: Move deletion of patch suffix from here...
13271 * configure.in: To here, at Ian's suggestion. The top-
13272 level scripts might need to know of a patch level.
13273
13274 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
13275
13276 * config.sub: Strip off patch suffix so rtl is recognized
13277 as a sunos4.1.3 machine, even though it's been patched.
13278
13279 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
13280
13281 * Makefile.in (INSTALL_LAST): Delete.
13282 (INSTALL_DOSREL): New.
13283
13284 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13285
13286 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13287 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13288 whether we pass down --with-gnu-ld anyhow.
13289
13290 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
13291
13292 * Makefile.in (INSTALL_LAST): Change operation so it works
13293 on more flavors of make.
13294 * configure.in (go32): Don't build libg++ or libio.
13295
13296 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
13297
13298 * Makefile.in (Move HOST_PREFIX_1 and friends up so
13299 they can be overriden by templates.
13300
13301 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
13302
13303 * configure.in (target==go32): Don't build gdb.
13304 * dosrel: New directory.
13305
13306 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
13307
13308 * configure.in (host==go32): Configure dosrel too.
13309 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13310 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13311 be set by incoming names or templates.
13312 (INSTALL_LAST): New rule.
13313
13314 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
13315
13316 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13317
13318 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13319
13320 * configure.in (appdirs): New variable. Currently empty, but will
13321 be used in gas distribution. If nonempty, lists a set of
13322 directories at least one of which must get configured, or top
13323 level configuration is considered to have failed.
13324 (rs6000-*-lynxos*): Use new file name.
13325
13326 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13327
13328 Eliminate XTRAFLAGS.
13329 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13330 newlib include files using -idirafter, and also use -nostdinc.
13331 (CXX_FOR_TARGET): Likewise.
13332 (XTRAFLAGS): Removed.
13333 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13334 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13335 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13336 ($(DO_X)): Don't pass down XTRAFLAGS.
13337
13338 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13339
13340 * configure.in (mips*-dec-bsd*): New target; do build linker.
13341 (mips*-*-bsd*): New target; don't build linker.
13342
13343 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13344
13345 * configure.in: support rs6000-*-lynxos* configuration.
13346 support sunos4 as a cross target.
13347
13348 * config.sub: look for lynx*, not lynx since the OS version may
13349 legitimately be part of the name.
13350
13351 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13352
13353 * configure.in (i[34]86-*-sco*): Move to be with other i386
13354 targets.
13355 (romp-*-*): New target. Skip various binary utilities.
13356 (vax-*-*): New target. Don't build newlib.
13357 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
13358
13359 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13360
13361 * configure.in: Only set host_makefile_frag if config
13362 directory exists.
13363
13364 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13365
13366 * install.sh: If $dstdir exists, don't check whether each
13367 component does.
13368
13369 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13370
13371 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13372
13373 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
13374
13375 * configure.in (*-*-lynxos*): Don't configure newlib for either
13376 native or cross Lynx.
13377
13378 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
13379
13380 * config.sub (sparc64-elf): Fix os.
13381 (z8k): Remove duplicate.
13382
13383 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13384
13385 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13386 gcc/stmp-fixproto, to try to prevent fixproto from being run.
13387
13388 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
13389
13390 * configure: Make file links cleanly even if Lynx fails on
13391 an NFS symlink (at least fail cleanly).
13392
13393 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13394
13395 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13396 -XNh2000.
13397
13398 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13399
13400 * configure: Unknown options are fatal again.
13401
13402 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
13403
13404 * configure: Ignore --x-includes and --x-libraries, for Autoconf
13405 compatibility.
13406
13407 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
13408
13409 * build-all.mk: Add `clean' target.
13410
13411 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13412
13413 * config.guess: Add SINIX support.
13414 * configure.in: Add mips-*-sysv4* support.
13415
13416 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
13417
13418 * build-all.mk: Document all useful targets.
13419 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13420 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13421
13422 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13423
13424 * configure: Support --silent, --quiet.
13425
13426 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13427
13428 * configure: Support --disable-FEATURE.
13429
13430 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13431
13432 * config.guess: Recognize NCR running SVR4.3.
13433
13434 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
13435
13436 * config.guess: Make BSDI generate i386-unknown-bsd386.
13437 Patch from Paul Eggert <eggert@twinsun.com>.
13438
13439 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13440
13441 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13442
13443 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13444
13445 * configure: Make unrecognized options give nonfatal warnings
13446 instead of fatal errors, and pass them to any subdirectory
13447 configures in case they recognize them.
13448 Make --x equivalent to --with-x.
13449
13450 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13451
13452 * configure: Add --enable-* options. Clean up usage message and
13453 some comments.
13454
13455 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
13456
13457 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13458
13459 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13460
13461 * configure.in (hppa*-*-*): Enable binutils.
13462
13463 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13464
13465 * config.sub: Recognize cisco.
13466
13467 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
13468
13469 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13470
13471 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13472
13473 * config.guess: about target *-hitachi-hiuxwe2, don't print more
13474 than one configuration name. Add comment.
13475
13476 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
13477
13478 * config.guess: about target *-hitachi-hiuxwe2, fixed
13479 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
13480 macro is incorrect.]
13481
13482 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13483
13484 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13485 than the "make ls" stuff which used to be here.
13486
13487 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13488
13489 * config.guess: Recognize i[34]86-unknown-freebsd.
13490 From Shawn M Carey <smcarey@rodan.syr.edu>.
13491
13492 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
13493
13494 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13495
13496 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
13497
13498 * config.guess: Check for ptx.
13499
13500 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
13501
13502 * config.sub: Add os9k checking.
13503
13504 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13505
13506 * config.guess: Handle OSF1 running on HPPA processors
13507
13508 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13509
13510 * configure: If subdir configure fails, print out a message with
13511 subdirectory name, in case subdir's configure code didn't identify
13512 itself.
13513
13514 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
13515
13516 * configure.in: Remove embedded newlines from configdirs.
13517 Avoid mismatches of substrings. Fix matching strings at end
13518 of configdirs.
13519
13520 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
13521
13522 * config.guess: Add Lynx/rs6000 config support.
13523
13524 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13525
13526 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13527
13528 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
13529
13530 * configure.in (hppa*-*-osf*): Treat this just like most other
13531 PA configurations (eg no binutils or ld).
13532 (hppa*-*-*elf*): These configurations have binutils and ld.
13533
13534 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13535
13536 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
13537
13538 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13539
13540 * configure.in (rs6000-*-*): Build gas.
13541
13542 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13543
13544 * Makefile.in: Avoid bug in losing hpux sed.
13545
13546 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13547
13548 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
13549 for GDB and GDB has been fixed to not need it.
13550
13551 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13552
13553 * config.guess: Recognize vax hosts.
13554
13555 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13556
13557 * configure (while loop): Don't use "break 2" inside case
13558 statement -- the case statement isn't an enclosing loop.
13559
13560 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
13561
13562 * config.guess: Clean up NeXT support, to allow nextstep
13563 on Intel machines. Make OS be nextstep.
13564
13565 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
13566
13567 * config.guess: Add alternate forms for Convex.
13568
13569 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
13570
13571 * configure: Completely rewrite option processing. Take
13572 advantage of pattern-matching to avoid invoking test frequently.
13573 Also clean up host and target defaulting logic.
13574
13575 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13576
13577 * Makefile.in: Replace all occurrances of "rootme" with "r" and
13578 "$${rootme}" with "$$r", to increase the likelihood that the do-*
13579 commands (plus user environment) will fit SCO limits.
13580
13581 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13582
13583 * configure.in: Don't issue warnings about directories which are
13584 not being configured if -norecursion is set. Correct test for
13585 --with-gnu-as and --with-gnu-ld to not get confused by substring
13586 matches.
13587
13588 * configure.in: Don't build gas for alpha-dec-osf1*.
13589
13590 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
13591
13592 * configure: Back out Per's change of 12/19/1993. It changes the
13593 behavior of configure in unexpected and confusing ways.
13594
13595 Also, use different delim char when calculating
13596 program_transform_name so that the name can contain slashes.
13597
13598 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
13599
13600 * configure.in, config.sub: Add support for VSTa micro-kernel.
13601
13602 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
13603
13604 * configure.in: Nuke hacks which were used to get a special
13605 version of GAS for HPPA configurations.
13606
13607 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
13608
13609 * configure: If only ${target_alias} is given, use that
13610 as the default for ${host_alias}.
13611 * configure: Add missing back-slashes before nested quotes.
13612
13613 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13614
13615 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
13616
13617 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
13618
13619 * config.guess: Recognize some Tektronix configurations.
13620 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
13621
13622 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13623
13624 * config.sub: Match any flavor of SH.
13625
13626 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
13627
13628 * configure.in: Don't try to configure newlib for Alpha.
13629
13630 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13631
13632 * configure.in: Don't build ld for Irix 5. Don't build gas,
13633 libg++ or libio for any Alpha target.
13634
13635 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
13636
13637 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
13638
13639 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
13640 default arguments -- so it tried to compress itself.
13641
13642 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13643
13644 * configure.in (notsupp): ensure that a space is always at the end
13645 of the configdirs list, since the grep checks for an explicit space
13646
13647 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13648
13649 * configure.in (target i386-sysv4.2): don't build ld, since static
13650 versions of many libraries are not available.
13651
13652 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13653
13654 * config.guess: Recognize Apollos (using environment variables).
13655 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
13656
13657 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13658
13659 * config.guess: Recognize Sony news mips running newsos.
13660
13661 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
13662
13663 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
13664 "fi ; else" for bash.
13665
13666 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
13667
13668 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
13669
13670 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
13671
13672 * config.sub: accept unixware as an alias for svr4.2.
13673 Fix some inconsistancies with the gcc version.
13674
13675 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13676
13677 * Makefile.in (DISTDOCDIRS): Add gdb.
13678
13679 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
13680
13681 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
13682
13683 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13684
13685 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
13686 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
13687 this now.
13688
13689 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13690
13691 * config.sub: Accept hiux* as an OS name.
13692
13693 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
13694 etc/make-stds.texi. The underscore came from gcc, and dje now
13695 agrees that RUNTESTFLAGS is the correct name.
13696
13697 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
13698
13699 * install.sh: Remove 'set -e'. It makes any conditionals
13700 in the script useless.
13701
13702 * config.guess: Automatically recognize arm-acorn-riscix
13703 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
13704
13705 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
13706
13707 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
13708
13709 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13710
13711 * Makefile.in (DISTDOCDIRS): New variable.
13712 (taz): Edit local Makefile.in sooner, instead of proto-toplev
13713 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
13714
13715 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13716
13717 * configure.in (hppa target): check the source directory for the
13718 pagas sub-directory
13719
13720 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
13721
13722 * config.sub: Allow -aout* and -elf*.
13723
13724 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13725
13726 * configure.in: Don't build ld on i386-solaris2, same as for
13727 sparc-solaris2.
13728
13729 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
13730
13731 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
13732
13733 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13734
13735 * configure.in: Configure gdb for alpha.
13736
13737 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13738
13739 * Makefile.in (CXXFLAGS): Add -O.
13740
13741 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13742
13743 * config.guess: added support for DG Aviion
13744
13745 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13746
13747 * configure.in: Produce warning message for subdirectories not
13748 configurable for this host/target combination. Don't try to
13749 configure gdb for vms.
13750
13751 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13752
13753 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
13754 appropriate files before making "diststuff".
13755 (DISTBISONFILES): New var: list of files to be edited.
13756 (DISTSTUFFDIRS): Add binutils.
13757
13758 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13759
13760 * config.sub: also handle mipsel and mips64el (for little endian mips)
13761
13762 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13763
13764 * configure.in: Add * to end of all OS names.
13765
13766 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
13767
13768 * configure.in: Build newlib for LynxOS native.
13769
13770 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13771
13772 * config.guess: Add support for delta 88k running SVR3.
13773
13774 * configure.in: Add comment about HP compiler vs. emacs.
13775
13776 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13777
13778 * configure.in: don't build ld on solaris2 (not a viable option
13779 due to bugs in getpwnam & getpwuid)
13780
13781 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13782
13783 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
13784 config.guess will produce a full version number.
13785
13786 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13787
13788 * configure.in: Build linker and binutils for alpha-dec-osf1.
13789
13790 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13791
13792 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
13793 and gdb/testsuite/Makefile.in.
13794
13795 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13796
13797 * configure.in: recognize mips*- instead of mips-
13798
13799 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
13800
13801 * config.sub: Accept linux*coff and linux*elf as operating
13802 systems.
13803
13804 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13805
13806 * config.sub: Recognize mips64, and mips3 as an alias for it.
13807
13808 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13809
13810 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
13811 gdb knows how to handle OSF/1 shared libraries.
13812
13813 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13814
13815 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
13816 * config.guess: Recognize Hitachi's HIUX.
13817 * config.sub: Recognize h3050r* and hppahitachi.
13818 Remove redundant cases for hp9k[23]*.
13819
13820 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13821
13822 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
13823 if gas and ld are in the source tree and are in ${configdirs}.
13824 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
13825 --with options (but still pass them down on the command line,
13826 if they were explicitly specified).
13827
13828 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13829
13830 * configure: substitute SHELL value in Makefile.in with
13831 ${CONFIG_SHELL}
13832
13833 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13834
13835 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
13836 *-*-solaris2* targets.
13837
13838 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13839
13840 * Makefile.in: define M4, and pass it down to sub-makes;
13841 all-autoconf now depends on all-m4
13842
13843 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13844
13845 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
13846 presence of {ar,ranlib} instead of a configured directory
13847
13848 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
13849
13850 * config.guess: Accept 34?? as well as 33?? for NCR.
13851
13852 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13853
13854 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
13855 of 'gas' in sed commands, since 'gash' is now in the tree as well.
13856
13857 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13858
13859 * configure: grab values for $(CC) and $(CXX) from the
13860 environment, so that someone can do "CC=gcc configure; make" and
13861 have it work right (matching the way that autoconf works now)
13862
13863 * configure.in, Makefile.in: add support for gash, the tcl
13864 interface to Galaxy
13865
13866 * config.guess: add NetBSD variants (hp300, x86)
13867
13868 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
13869
13870 * install.sh: Support -d option (in the manner of SunOS 4 install,
13871 as it is more deterministic than that of GNU install)
13872 (chmodcmd): Set file to mode 755 by default (should also do default
13873 chgrp and chown, but I don't feel like dealing with that now)
13874
13875 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
13876
13877 * config.sub: Remove h8300hhms alias.
13878
13879 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13880
13881 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
13882
13883 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13884
13885 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
13886 as stmp-fixinc
13887
13888 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13889
13890 * config.sub: recognize m88110-bug-coff.
13891
13892 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13893
13894 * Makefile.in (all-libio): all dependencies on the toolchain used
13895 to build this (gcc, gas, ld, etc)
13896
13897 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13898
13899 * config.guess: Deal with OSF/1 1.3 on alpha.
13900
13901 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13902
13903 * install.sh: add some 'else true' clauses for portability
13904
13905 * configure.in: don't build libio for h8[35]00-*-* targets
13906
13907 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
13908
13909 * Makefile.in: Add support for new libio.
13910
13911 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13912
13913 * install.sh: If one command fails, don't try the rest. Don't try
13914 to remove $dsttmp (via trap) unless we have already created it.
13915 If $src doesn't exist, detect it and exit with an error.
13916
13917 * config.guess: Recognize BSD on hp300.
13918
13919 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
13920
13921 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
13922 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
13923
13924 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
13925
13926 * Makefile.in (all-send-pr): depends on all-prms
13927
13928 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13929
13930 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
13931
13932 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13933
13934 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
13935 Added test for mips-mips-riscos5.
13936
13937 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13938
13939 * configure.in: use mh-hp300 for 68k HP hosts
13940
13941 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13942
13943 * configure: add support for CONFIG_SHELL, so that you can use
13944 some alternate shell for evaluating configure scripts
13945
13946 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
13947
13948 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
13949 in configure script to bug-gdb@prep.ai.mit.edu when building
13950 distribution archive.
13951 * Makefile.in (COMPRESS): Remove def.
13952 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
13953 gdb.tar.Z and make-gdb.tar.Z respectively.
13954 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
13955 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
13956 to convergence with 'taz' target in Makefile.in.
13957
13958 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13959
13960 * install.sh (dsttmp): use trap to ensure that tmp files go
13961 away on error conditions
13962
13963 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13964
13965 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
13966
13967 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13968
13969 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
13970 its parent is '/' not ''.
13971
13972 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
13973
13974 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
13975
13976 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
13977 that ${newsrcdir}/configure.in does.
13978
13979 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13980
13981 * test-build.mk: support for CONFIG_SHELL
13982
13983 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
13984
13985 * config.sub (netware): Add as a basic system type.
13986
13987 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13988
13989 * Makefile.in (Makefile): depend on configure.in. Also drop the
13990 $(srcdir)/ from the dependency on Makefile.in.
13991
13992 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
13993
13994 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
13995 (h8300hhms is temporary until multi-libraries are implemented).
13996 * configure.in: Handle h8300h too.
13997
13998 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13999
14000 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14001
14002 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14003
14004 * configure: Remove extraneous output when guessing host type.
14005 * config.guess: Remove extraneous output when guessing using C
14006 compiler rather than uname, or when guessing fails.
14007
14008 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14009
14010 * Makefile.in: remove all.cross and install.cross targets
14011
14012 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14013 definitions
14014
14015 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14016
14017 * configure.in (target sh): Build gprof.
14018
14019 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14020
14021 * config.sub: change -solaris to -solaris2
14022
14023 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14024
14025 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14026
14027 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14028
14029 * configure: Correct error message for missing Makefile.in to
14030 print correct directory.
14031
14032 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14033
14034 * install.sh: kludge around 386BSD shell bug
14035
14036 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14037
14038 * config.guess: Recognize NeXT.
14039 * config.guess: Recognize i486-ncr-sysv4.
14040 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14041
14042 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14043
14044 * Makefile.in (MAKEINFOFLAGS): New variable.
14045 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14046 * build-all.mk, test-build.mk: Pass down --no-split as
14047 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14048
14049 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14050
14051 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14052
14053 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14054
14055 * Makefile.in (libg++.tar.z): New rule.
14056 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14057 * Makefile.in (taz): Only do a single chmod.
14058
14059 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14060
14061 * install.sh: don't use dirname anymore (replaced with sed usage)
14062
14063 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14064
14065 * Makefile.in: Change extension for gzip'd files from '.z' to
14066 '.gz' per new FSF standard usage.
14067
14068 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14069
14070 * configure: put quotes around the final value of program_transform_name
14071
14072 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14073
14074 * Makefile.in: new install.sh support; update install-info rules
14075
14076 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14077
14078 * configure.in: Build diff for crosses, but not for go32 host.
14079
14080 * configure.in: Build gprof only for native, and don't build it
14081 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14082
14083 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14084
14085 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14086
14087 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14088
14089 * configure.in (host_tools): Add prms.
14090
14091 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14092
14093 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14094 with $(FLAGS_TO_PASS) on the command line
14095
14096 * config.sub: Recognize lynx and lynxos
14097
14098 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14099
14100 * config.sub: Accept -ecoff*, not just -ecoff.
14101
14102 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14103
14104 * Makefile.in (taz): Use .gz suffix instead of .z.
14105 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14106 names.
14107
14108 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14109
14110 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14111
14112 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14113
14114 * Makefile.in (install-no-fixedincludes): install gcc last, so
14115 that rebuilds that might happen during 'make install' don't get
14116 bogus gcc include files
14117
14118 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14119
14120 Change from Utah for HPPA support:
14121 * config.guess: Recognize hppa1.x-hp-bsd.
14122
14123 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14124
14125 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14126 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14127
14128 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14129
14130 * config.sub: Add support for rom68k and bug boot monitors.
14131
14132 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14133
14134 * Makefile.in: Make all-opcodes depend on all-bfd.
14135
14136 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14137
14138 * config.guess: Added special check for i[34]86-univel-sysv4*.
14139
14140 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14141
14142 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14143 the processor rather than assuming i486.
14144
14145 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14146
14147 * config.guess: Recognize SunOS6 as Solaris3.
14148
14149 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14150
14151 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14152 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14153
14154 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14155
14156 * build-all.mk (all-cross): New target for Canadian Cross.
14157 Added Q2 go32 targets.
14158 * test-build.mk: Configure go32 cross sparclite-aout and
14159 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14160 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14161
14162 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14163
14164 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14165 GO32 hosted toolchains
14166
14167 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14168
14169 * configure: change so "-exec-prefix" gets passed down rather
14170 than "-exec_prefix" so autoconf generated Makefiles get the
14171 exec_prefix set right.
14172
14173 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14174
14175 * config.guess: get the Solaris2 minor version number
14176
14177 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14178
14179 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14180
14181 * config.guess: Recognize some Sequent platforms.
14182
14183 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14184
14185 * Makefile.in: added the vault-install target
14186
14187 * configure.in: actually use the Sun3 makefile fragment that's in
14188 config, also added the release dir to configdirs
14189
14190 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14191
14192 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14193
14194 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14195
14196 * configure.in: remove some program from Alpha targetted toolchains
14197
14198 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
14199
14200 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
14201 gprof.
14202 (taz): Run "make diststuff" in those directories instead of "make
14203 proto-dir". Look for "VERSION=" only at start of line in subdir
14204 Makefile. Use "gzip -9" for compression.
14205 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14206 (binutils.tar.z): New target.
14207
14208 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14209
14210 * Makefile.in (taz): Include gpl.texinfo.
14211
14212 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14213
14214 * Makefile.in (setup-dirs): Merged into "taz" target.
14215 (taz): Only do `proto-dir' stuff if a directory is actually needed
14216 for this target.
14217
14218 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
14219
14220 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14221 (FLAGS_TO_PASS): Pass down MUNCH_NM.
14222 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14223 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14224 (gcc-no-fixedincludes): Correct for current gcc Makefile.
14225
14226 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
14227
14228 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
14229 config.sub, and move-if-change to gdb testsuite distribution
14230 archive, so the testsuite can be extracted, configured, and
14231 run separately from the gdb distribution. Blow away the Chill
14232 tests that require a Chill compiled executable, since GNU Chill
14233 is not yet publically available.
14234
14235 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14236
14237 * test-build.mk: set environment variables in a single command,
14238 instead of a list of assignments and exports
14239
14240 * config.guess: recognize Alpha/OSF1 systems
14241
14242 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14243
14244 * configure: Change help message to prefer --options rather than
14245 -options.
14246
14247 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14248
14249 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14250 zippy@ecst.csuchico.edu.
14251 * config.guess: Recognize miniframe.
14252
14253 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
14254
14255 * Makefile.in: Use srcroot to find runtest rather than rootme.
14256 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
14257
14258 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
14259
14260 * test-build.mk: Extensive additions to support building on a
14261 machine other than the host.
14262
14263 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14264
14265 * configure (tooldir): Fix for i386-aix again.
14266
14267 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
14268
14269 * configure, Makefile.in: Change definition of $(tooldir)
14270 to match the FSF.
14271
14272 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
14273
14274 * config.guess: Recognize i[34]86/SVR4.
14275
14276 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14277
14278 * Makefile.in (all-gdb): gdb depends on sim.
14279
14280 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
14281
14282 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
14283 at the same time we make the prototype gdb directory.
14284 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
14285 files at the same time as the gdb base release distribution.
14286
14287 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
14288
14289 * Makefile.in (check): Use individual check targets rather than
14290 DO_X rule.
14291 (check-gcc): Added.
14292
14293 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
14294
14295 * config.sub: Use sysv3.2 not sysv32 for canonical OS
14296 for System V release 3.2.
14297
14298 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14299
14300 * config.sub: Recognize hppaosf.
14301 * configure.in: Do configure ld/binutils/gas for it.
14302
14303 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14304
14305 * configure (tooldir): Alter syntax used to set this, for systems
14306 where "\$" isn't handled right, like i386-aix.
14307
14308 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
14309
14310 * configure: Pass program-transform-name, not
14311 program_transform_name, to recursive configures.
14312
14313 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
14314
14315 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14316 of gas+ld+binutils.
14317
14318 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
14319
14320 * config.guess: Recognize AIX3.2 as distinct from 3.1.
14321
14322 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14323
14324 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14325
14326 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14327
14328 * Makefile.in (PRMS): Set back to all-prms.
14329
14330 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
14331
14332 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14333 targets, rather than for MIPS hosts.
14334
14335 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14336
14337 * configure.in: add comment for --with-x default values
14338
14339 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14340
14341 * Makefile.in: add check-* targets for each of the directories in
14342 the tree. Add a definition of RUNTEST that will use the one we
14343 just built, if it exists. Pass this down via FLAGS_TO_PASS.
14344
14345 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
14346
14347 * configure.in: Removed obsolete references to bfd_target and
14348 target_makefile_frag.
14349
14350 * build-all.mk: Set assorted targets for Q2.
14351 * config.sub: Recognize z8k-sim and h8300-hms.
14352 * test-build.mk: Really don't pass host to configure.
14353 (HOLES): Added uname.
14354
14355 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
14356
14357 * configure: Handle an empty program-prefix, program-suffix or
14358 program-transform-name correctly.
14359
14360 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
14361
14362 * build-all.mk: -G 8 no longer required for MIPS targets.
14363 * test-build.mk: Don't pass host argument to configure; make it
14364 guess.
14365
14366 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
14367
14368 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
14369 * Makefile.in (COMPRESS): New macro, like GZIP.
14370
14371 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
14372
14373 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14374
14375 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14376 with gas currently defaults to -G 0.
14377
14378 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
14379
14380 * Makefile.in (all-flex): flex depends on byacc.
14381
14382 * build-all.mk: If host not specified, use config.guess. Pass TAG
14383 to test-build.mk as RELEASE_TAG.
14384 * test-build.mk (configargs): New variable containing arguments to
14385 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
14386 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14387
14388 * config.guess: Use /bin/uname when checking -X argument on SCO,
14389 to avoid invoking GNU uname which doesn't understand -X.
14390
14391 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14392
14393 * configure.in: Build gas for mips-*-*.
14394
14395 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14396
14397 * Makefile.in (all.normal): insert missing backslash.
14398
14399 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
14400
14401 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
14402
14403 * Makefile.in: Complete overhaul to merge many almost identical
14404 targets.
14405
14406 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14407
14408 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14409 (gdb.tar.Z): Adjusted.
14410
14411 * Makefile.in (setup-dirs, taz): New targets; should be general
14412 enough to adapt for gdb sometime. Build only .z file.
14413 (gas.tar.z): New target.
14414
14415 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14416
14417 * build-all.mk: Use CC=cc -Xs on Solaris.
14418
14419 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
14420
14421 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
14422 for handling BISON for FSF releases.
14423
14424 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14425
14426 * configure: Actually implement the change zoo just documented.
14427
14428 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
14429
14430 * configure: when using config.guess, only set target_alias when
14431 it's not already been set (ie, on the command line)
14432
14433 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14434
14435 * Makefile.in: add installcheck target, set PRMS to install-prms
14436
14437 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14438
14439 * configure: add support for package_makefile_fragment, handle the
14440 case where a directory has a configure.in file but no Makefile.in
14441 more gracefully (with an actual understandable error message, even);
14442 add support for --without (and add this to the usage message); also
14443 explicitly add a --host=${host_alias} to the command line when
14444 config.guess is used
14445
14446 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14447
14448 * configure: Must use both --host and --target in recursive calls.
14449
14450 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
14451
14452 * Makefile.in: Change deja-gnu to dejagnu.
14453
14454 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
14455
14456 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14457
14458 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14459
14460 * configure.in: canonicalize all instances to *-*-solaris2*,
14461 also strip out a number of tools to not build for go32 host
14462
14463 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14464
14465 * config.guess: add GPL.
14466
14467 * Makefile.in, config.guess, config.sub, configure: bump
14468 copyrights to 93.
14469
14470 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
14471
14472 * Makefile.in (do-info): Removed obsolete check for existence of
14473 localenv file.
14474
14475 * Makefile.in (MAKEOVERRIDES): Define to be empty.
14476
14477 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14478
14479 * Makefile.in: a couple of 'else true' for decstation,
14480 support for TclX
14481
14482 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14483
14484 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
14485
14486 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14487
14488 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
14489
14490 * config.guess: Recognize i386-ibm-aix (PS/2).
14491 * configure.in: Use config/mh-aix386 file for it.
14492
14493 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
14494
14495 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14496 CC_FOR_TARGET instead.
14497 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14498
14499 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
14500
14501 * Makefile.in: Add sim to list of directories sent with gdb
14502
14503 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
14504
14505 * configure.in: Put back mips-dec-bsd* case.
14506
14507 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
14508
14509 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14510 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
14511 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
14512
14513 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14514
14515 * configure.in: remove no-op mips-dec-bsd* in "case $target"
14516
14517 * Makefile.in (dir.info): only run gen-info-dir if it exists,
14518 (install-info): install dir.info only if it exists,
14519 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14520
14521 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
14522
14523 * configure.in: For vms target, skip bfd, ld, binutils. Do build
14524 gas for mips-dec-bsd.
14525
14526 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
14527
14528 * configure (makesrcdir): If ${srcdir} is relative and not ".",
14529 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
14530
14531 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
14532
14533 * configure.in: Added "dejagnu" to hosttools list.
14534
14535 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
14536
14537 * config.sub, configure.in, config.guess: Add support
14538 for Bosx, an AIX variant from Bull.
14539 Patches from F.Pierresteguy@frcl.bull.fr.
14540
14541 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
14542
14543 * devo/dejagnu: Initial creation of devo/dejagnu.
14544 Migrated dejagnu testcases and support files for testing software
14545 tools to reside as subdirectories, currently called "testsuite",
14546 within the directory of the software tool. Migrated all programs,
14547 support libraries, etc. beloging to dejagnu proper from
14548 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
14549 with no modifications. The changes to these files which will
14550 allow them to configure, build, and execute properly will be made
14551 in a future update.
14552
14553 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14554
14555 * Makefile.in: Change send_pr to send-pr.
14556 * configure.in: Likewise.
14557 * send_pr: Renamed directory to send-pr.
14558
14559 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
14560
14561 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
14562
14563 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
14564
14565 * README: Update for gdb-4.8 release.
14566 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
14567 gdb-xxx.tar.z (gzip'd) file also.
14568
14569 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14570
14571 * Makefile.in: make all-diff depend on all-libiberty
14572
14573 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
14574
14575 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
14576
14577 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14578
14579 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
14580
14581 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
14582
14583 * Makefile.in (DEVO_SUPPORT): Remove etc directory
14584 (ETC_SUPPORT): Only add the files GDB wants from etc/.
14585 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
14586
14587 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14588
14589 * Makefile.in: makeinfo binary is in a new location
14590
14591 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
14592
14593 * config.sub: Accept -ecoff as an OS.
14594
14595 * Makefile.in: Various changes to eliminate a level of make
14596 recursion and reduce the required command line length.
14597 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
14598 sub-makes.
14599 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
14600 variables holding settings for specific sub-makes.
14601 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
14602 in terms of BASE_FLAGS_TO_PASS.
14603 (TARGET_LIBS): New variable listing directories which use
14604 TARGET_FLAGS_TO_PASS.
14605 (subdir_do): Eliminated.
14606 (do-*): New set of targets to replace subdir_do.
14607 (various): All targets which used subdir_do now depend on do-*.
14608 (local-clean): Renamed from do_clean.
14609 (local-distclean): New target, dependency of distclean and
14610 realclean.
14611 (install-info): Don't create directories. Depend on dir.info
14612 rather than calling make recursively.
14613 (install-dir.info): Eliminated.
14614 (install-info-dirs): Create all info directories here.
14615 (dir.info): Depend upon do-install-info.
14616
14617 * test-build.mk (HOLES): Added false.
14618
14619 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
14620
14621 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
14622
14623 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14624
14625 * Makefile.in (info): remove dependency on all-texinfo. The
14626 problem was really in texinfo/C, not at this level.
14627
14628 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
14629
14630 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
14631
14632 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
14633
14634 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
14635 GDB releases.
14636
14637 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14638
14639 * configure: Include srcdir in message about target of link not
14640 being found. Don't convert `-' to `_' in `with' options being
14641 passed to subdirs.
14642
14643 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14644
14645 * configure.in: add uudecode to host_tools
14646
14647 * Makefile.in: added {all,install}-uudecode targets, added them to
14648 the appropriate lists
14649
14650 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
14651
14652 * Makefile.in (all-gcc): Added dependency on all-gas.
14653
14654 * configure.in (mips-*-*): Build ld and binutils.
14655
14656 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14657
14658 * configure: check return code from mkdir, print error message and
14659 exit on failure.
14660
14661 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
14662
14663 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
14664
14665 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
14666
14667 * test-build.mk (HOLES): Added tar, cpio and uudecode.
14668
14669 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14670
14671 * config.sub (h8500): Recognize this as a cpu type.
14672
14673 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14674
14675 * configure: source directory missing is no longer a warning
14676
14677 * configure.in: recognize irix[34]* instead of irix[34]
14678
14679 * Makefile.in: define and pass down X11_LIB
14680
14681 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
14682
14683 * guess-systype: Renamed to ...
14684 * config.guess: ... by popular request.
14685 * configure.in, Makefile.in: Update accordingly.
14686
14687 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
14688
14689 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
14690 + Add Convex, Cray/Unicos, and Encore/Multimax support.
14691 + Execute ./dummy instead of assuming . is in PATH.
14692
14693 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
14694
14695 * guess-systype: New shell script. Attempts to guess the
14696 canonical host name of the executing host.
14697 Only a few hosts are supported so far.
14698 * configure: Call guess-systype if no host is specified.
14699
14700 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
14701
14702 * Makefile.in (gcc-no-fixedincludes): Made to work with current
14703 gcc Makefile.
14704
14705
14706 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
14707
14708 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
14709 (all-gcc, install-gcc, subdir_do): Use it.
14710
14711 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14712
14713 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
14714
14715 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
14716
14717 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
14718 set exclusively by configure, using configure.in .
14719
14720 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14721
14722 * test-build.mk: set $PATH for all builds
14723
14724 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
14725
14726 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
14727
14728 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
14729 the one used in gcc/Makefile.in, so that a null expansion doesn't
14730 override the one needed to build gcc with a native cc.
14731
14732
14733 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14734
14735 * configure: Accept -with arguments.
14736
14737 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14738
14739 * Makefile.in: added h8300sim
14740
14741 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
14742
14743 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
14744 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
14745 (all-cygnus, native, build-cygnus): Make
14746 $(canonhost)-stamp-3stage-done, not $(host)....
14747 * test-build.mk (stamp-3stage-compared): Use tail +10c for
14748 i386-sco3.2v4. Added else true to if command.
14749
14750 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
14751
14752 * config.sub: (from FSF) Sequent uses a BSD-like OS.
14753
14754 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
14755
14756 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
14757
14758 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14759
14760 * configure.in: don't remove binutils from Solaris builds
14761
14762 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
14763
14764 * Makefile.in: get rid of earlier definitions for *clean,
14765 also handle the recursive info rule better
14766
14767 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
14768
14769 * Makefile.in (mostlyclean, distclean, realclean): Fix to
14770 do more-or-less the right thing.
14771
14772 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
14773
14774 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
14775 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
14776
14777 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14778
14779 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
14780 $(host_canonical).
14781
14782 * configure.in: split the configdirs list into 4 categories (native
14783 v. cross, library v. tool) and handle the cross-only and native-
14784 only in more reasonable (and correct!) way.
14785
14786 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
14787
14788 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
14789 configdirs anymore.
14790
14791 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14792
14793 * Makefile.in: extensive cleanup:: removed all of the explicit
14794 clean-* targets, collapsed many wrappers around subdir_do into
14795 one, added additional targets to satisfy standards.texi, deleted
14796 some old targets, some changes for consistency
14797
14798 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14799
14800 * configure.in: handle some programs as cross-only, and others as
14801 native only
14802
14803 * test-build.mk: handle partial holes in a more generic manner
14804
14805 * Makefile.in: m4 depends on libiberty
14806
14807 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14808
14809 * configure.in: add m4, textutils, fileutils, sed, shellutils,
14810 time, wdiff, and find to configdirs
14811
14812 * Makefile.in: all, clean, and install rules for the new programs
14813 added to configure.in
14814
14815 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14816
14817 * configure.in: use mh-sun for all *-sun-* hosts
14818
14819 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14820
14821 * Makefile.in: define flags for X11 include files and library file
14822 locations, pass them down to the programs that need this info
14823
14824 * build-all.mk: added a 'native' target, to 3stage the native toolchain
14825
14826 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14827
14828 * configure.in: start building libg++ for HP-UX targets
14829
14830 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
14831
14832 * README: Update references to files moved into etc/.
14833
14834 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
14835
14836 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
14837 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
14838
14839 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
14840
14841 * configure: accept dash as well as underscore in long option
14842 names for FSF compatibility.
14843
14844 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
14845
14846 * config.sub: added -sco3.2v4 support from FSF.
14847
14848 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14849
14850 * configure.in: expand the section that adds or removes
14851 directories from the list of programs to build, to handle native
14852 vs. cross in addition to host v. native
14853
14854 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
14855
14856 * Makefile.in: Replace C++ in macro names with CXX.
14857 This is less likely to break ...
14858
14859 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14860
14861 * test-build.mk: add -w to GNU_MAKE
14862
14863 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14864
14865 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
14866 add 'sparc' to list of recognized cpus. This needed to make
14867 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
14868 Delete some redundant ose68 variants. Recognize -wrs as an os,
14869 then changes that into $CPU-wrs-vxworks.
14870
14871 * configure.in: remove most references to gdbtest, regularize
14872 target based program removal
14873
14874 * test-build.mk: import from p3 tree (many fixes and changes)
14875
14876 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14877
14878 * Makefile.in: added rules to handle tcl, tk, and expect
14879
14880 * configure.in: handle those directories if they exist
14881
14882 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14883
14884 * config.sub: removed bogus hppabsd and hppahpux names, since
14885 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
14886
14887 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14888
14889 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
14890 depends upon all-xiberty
14891
14892 * Makefile.in: changes from p3, including:
14893
14894 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
14895
14896 * Makefile.in (XTRAFLAGS): include newlib directories if
14897 newlib/Makefile exists, rather than if host != target.
14898
14899 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
14900
14901 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14902 from the same source tree and not building a cross-compiler. This
14903 matters for the libg++ configuration if reconfiguring a tree that
14904 has already been installed.
14905
14906 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
14907
14908 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14909 pick up the machine and system specific header files.
14910
14911 * Makefile.in: added AS_FOR_TARGET, passed down in
14912 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14913 the C compiler to use to create programs which are run in the
14914 build environment, set it to default to $(CC), and passed it down
14915 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14916
14917 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
14918
14919 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
14920 We need them for unusual native builds, like systems without
14921 ranlib.
14922
14923 * configure: also define $(host_canonical) and
14924 $(target_canonical), which are the full, canonical names for the
14925 given host and target
14926
14927 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
14928
14929 * Makefile.in: Added separate definitions for C++.
14930
14931 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
14932
14933 * configure.in (configdirs): Add deja-gnu.
14934
14935 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
14936
14937 * README: Update for configure.texi and gdb-4.7 release.
14938
14939 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
14940
14941 * Makefile.in: Move "all" target to top of file.
14942 Previously, first target was ".PHONY" which caused BSD4.4 make
14943 to build .PHONY when make was run without arguments.
14944
14945 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
14946
14947 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
14948 Library-copylefted code in libiberty.
14949
14950 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
14951
14952 * config.sub: Replace m68kmote with plain old m68k.
14953
14954 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
14955
14956 * Makefile.in: Remove space from blank line, avoid Make complaints.
14957
14958 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
14959
14960 * config.sub: Complain if no argument is given. Added support for
14961 386bsd as OS and target alias.
14962
14963 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
14964
14965 * Makefile.in (XTRAFLAGS): include newlib directories if
14966 newlib/Makefile exists, rather than if host != target.
14967
14968 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
14969
14970 * config.sub: recognize sparclite-wrs-vxworks.
14971
14972 * Makefile.in (install-xiberty): added *-xiberty make rules (from
14973 p3.) Added clean-xiberty to clean.
14974
14975 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14976
14977 * configure.in: use *-*-* instead of nested cases for host and target
14978
14979 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
14980
14981 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14982 from the same source tree and not building a cross-compiler. This
14983 matters for the libg++ configuration if reconfiguring a tree that
14984 has already been installed.
14985
14986 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
14987
14988 * config.sub (i486v/i486v4): Merge in from FSF version.
14989
14990 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
14991
14992 * configure: only set PWD if it is already set.
14993
14994 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
14995
14996 * configure: just set PWD=`pwd` at the top, since Ultrix sh
14997 doesn't have unset and all success paths (and most error paths)
14998 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
14999 to just ${PWD} to avoid confusion.)
15000
15001 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15002
15003 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15004 even for a native compilation.
15005
15006 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15007
15008 Changes to make the gdb.tar.Z rule work better.
15009
15010 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15011 (DEVO_SUPPORT): Add configure.texi.
15012 (bfd-ilrt.tar.Z): Remove ancient rule.
15013
15014 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15015
15016 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15017 pick up the machine and system specific header files.
15018
15019 * configure.in, config.sub: added new target m68010-adobe-scout,
15020 with alias of adobe68k. Changed configure.in to check for
15021 -scout before -sco* to avoid a false match.
15022
15023 * Makefile.in: added AS_FOR_TARGET, passed down in
15024 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15025 the C compiler to use to create programs which are run in the
15026 build environment, set it to default to $(CC), and passed it down
15027 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15028
15029 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15030
15031 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15032 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15033 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15034 FOR_TARGET variants, to newlib and libg++.
15035
15036 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15037
15038 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15039 first.
15040
15041 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15042
15043 * config.sub: Accept `elf' as an environment.
15044
15045 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15046
15047 * Makefile.in (all-opcodes): cd into the right directory
15048
15049 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15050
15051 * configure: added -program_transform_name option, used as
15052 argument to sed when installing programs.
15053 configure.texi: added documentation for -program_prefix,
15054 -program_suffix and -program_transform_name.
15055
15056 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15057
15058 * config.sub: Accept i486 where i386 ok.
15059
15060 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15061
15062 * config.sub: accept we32k
15063
15064 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15065
15066 * config.sub, configure.in: accept OSE68000 and OSE68k.
15067
15068 * Makefile.in: don't create all directories for ``make install'';
15069 let the subdirectories create the ones they need.
15070
15071 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15072
15073 * COPYING: new file, GPL v2
15074
15075 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15076
15077 * Makefile.in: use the new gen-info-dir, which needs a template
15078 argument (which also lives in texinfo)
15079
15080 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15081
15082 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15083
15084 * config.sub (ncr3000): Change i386 to i486.
15085
15086 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15087
15088 * Makefile.in: add install-rcs, install-grep to
15089 install-no-fixedincludes, removed install-bison and install-libgcc
15090
15091 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15092
15093 * configure.in: grab the HPUX makefile fragment if on HPUX
15094
15095 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15096
15097 * Makefile.in: eradicate bison spoor (ditto libgcc).
15098 configure.in: recognise m68{k,000}-ericsson-OSE.
15099 es1800 is alias for m68k-ericsson-OSE
15100
15101 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15102
15103 * configure.in: rearrange the parts that remove programs from
15104 configdirs, based now on HOST==TARGET or by canonical triple.
15105
15106 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15107
15108 * test-build.mk: recurse explicitly with -f test-build.mk when
15109 appropriate. predicate stage3 and comparison on the existence
15110 of gcc. That is, if gcc isn't around, we aren't three-staging.
15111 On very clean, also remove ...stamp-co. Build in-place before
15112 doing other builds.
15113
15114 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15115
15116 * Makefile.in, configure.in: add tgas
15117
15118 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15119
15120 * Makefile.in: a number of changes merged in from progressive.
15121
15122 * configure.in: add libm.
15123
15124 * .cvsignore: ignore some stuff that comes from test-build.mk.
15125
15126 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15127
15128 * config.sub: Add es1800 (m68k-ericsson-es1800).
15129
15130 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15131
15132 * configure: Add program_suffix (parallel to program_prefix)
15133 * Makefile.in: adjust directory-creating script for losing decstation
15134
15135 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15136
15137 * configure: Minor $subdir-related fixes.
15138
15139 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15140
15141 * configure: fix various problems with propogating
15142 makefile_target_frag in subdirs.
15143 * configure.in: config libgcc if its there
15144
15145 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15146
15147 * config.sub: HPPA merge.
15148
15149 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15150
15151 * Makefile.in: Replace all-bison with all-byacc in all
15152 dependency lines for other tools (which now use byacc).
15153
15154 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15155
15156 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15157
15158 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15159
15160 * Makefile.in: make gprof rules similar to byacc rules (instead of
15161 vestigal $(unsubdir) that didn't work...)
15162
15163 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15164
15165 * config.sub: Add support for Linux.
15166 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15167 (at least for libg++).
15168
15169 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15170
15171 * configure.texi: fix doc for the -nfp option to configure
15172
15173 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15174
15175 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15176
15177 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15178
15179 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15180 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15181 * configure.in: added solaris* host_makefile_frag hook.
15182
15183 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15184
15185 * config.sub: changed recognition of m68000 so that various
15186 m68k types can be specified via m680[01234]0
15187
15188 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15189
15190 * config.sub (basic_machine): fix sed so that '-foo' isn't
15191 completely substituted out while .+'-foo' loses the '-foo'
15192
15193 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15194
15195 * config.sub ($os): Add -aout.
15196
15197 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
15198
15199 * configure: If host_makefile_frag is absolute, don't
15200 prefix ${invsubdir} (relevant to libg++ auto-configure).
15201
15202 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15203
15204 * Makefile.in (tooldir): Define it.
15205 (all-ld): Depend on all-flex.
15206
15207 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
15208
15209 * Makefile.in (check): Fix libg++ special case.
15210
15211 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
15212
15213 * configure: do not bury `pwd` into config.status, thus do fewer
15214 pwd's.
15215
15216 * configure: print the "Building in" message only when building in
15217 other than "." AND verbose.
15218
15219 * configure: remove -s, rework -v to better accomodate guested
15220 configures.
15221
15222 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15223
15224 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
15225
15226 * Makefile.in: macroize flags passed on recursion. remove
15227 fileutils.
15228
15229 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
15230
15231 * configure: get makesrcdir right for subdirs deeper than 1.
15232
15233 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15234 install.
15235
15236 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
15237
15238 * Makefile.in: don't print subdir_do or recursion lines.
15239
15240 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
15241
15242 * standards.texi: added menu item.
15243
15244 * Makefile.in: build and install standards.info.
15245
15246 * standards.texi: new file.
15247
15248 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15249
15250 * configure: test for and move config.status pieces from
15251 ${subdir}/.
15252
15253 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
15254
15255 * configure: Test for existance of files before trying to mv
15256 them, to avoid numerous non-existance messages.
15257
15258 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
15259
15260 * configure: correct final line of config.status.
15261
15262 * configure: patch from eggert. Avoids a protection problem if
15263 the original Makefile.in is read only.
15264
15265 * configure: use move-if-change from gcc to create config.status.
15266 Some makefiles depend on config.status to tell if a directory
15267 has been reconfigured for a different host. This change
15268 prevents those directories from remaking everything in the case
15269 where the reconfig was only intended to rebuild a Makefile.
15270
15271 * configure: test for config.sub with "config.sub sun4" rather
15272 than "config.sub ${host_alias}". Otherwise we can't tell a bad
15273 host alias from a missing config.sub.
15274
15275 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15276
15277 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15278 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
15279
15280 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
15281
15282 * configure: mkdir ${subdir} as needed.
15283
15284 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
15285
15286 * Makefile.in,configure.in: added autoconf.
15287
15288 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15289
15290 * Makefile.in: no longer pass against on recursion.
15291
15292 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15293 definitions are not inherited.
15294
15295 * configure: correct makesrcdir when subdir is .
15296
15297 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
15298
15299 * configure: Add support for 'subdirs' variable, which is
15300 like 'configdirs', except that configure doesn't re-invoke
15301 itself for subdirs, it just creates a Makefile for each subdir.
15302 * configure.texi: Document subdirs.
15303
15304 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15305
15306 * configure.in: added flex to configdirs
15307
15308 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
15309
15310 * Makefile.in: remove clean-stamps from clean.
15311
15312 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
15313
15314 * configure.in: Add gdbtest to configdirs.
15315
15316 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
15317
15318 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
15319 to recursive makes.
15320 * configure.in: Recognize new ncr3000 config.
15321
15322 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
15323
15324 * Makefile.in, configure.in: removed references to gdbm.
15325
15326 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
15327
15328 * config.sub: Don't canonicalize os value
15329 newsos* to bsd (readline needs to check for newsos).
15330 (This fix was earlier made Jan 31, but got re-broken.)
15331
15332 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
15333
15334 * configure.in: sco is an os, not a vendor!
15335
15336 * configure: Quote $( better. Keep various shells happy.
15337
15338 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
15339
15340 * Makefile.in: eliminate stamp-files.
15341
15342 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
15343
15344 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
15345 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15346
15347 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
15348
15349 * config.sub: fix iris/iris3.
15350
15351 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
15352
15353 * configure: re-add -rm.
15354
15355 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
15356
15357 * Maskefile.in: add .stmp-rcs to all.
15358
15359 * configure.in: remove gas from rs6000 build, use aix host fragment.
15360
15361 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
15362
15363 * configure: pass down site_option during recursion.
15364
15365 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
15366
15367 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
15368
15369 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
15370
15371 * configure: Change exec_prefix so that it really defaults to prefix.
15372
15373 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
15374
15375 * Makefile.in, configure.in: Add support for mmalloc library.
15376
15377 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
15378
15379 * Makefile.in: add stmp dependencies for a few more things.
15380
15381 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
15382
15383 * configure: adjusted error message on objdir/srcdir configure
15384 collision, per john's suggestion.
15385
15386 * Makefile.in: add libiberty stmp to all and all.cross.
15387
15388 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
15389
15390 * Makefile.in: remove force dependencies, add grep to all.
15391
15392 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
15393
15394 * Makefile.in: drop flex. make stamp files work.
15395
15396 * configure: added test for conflicting configuration in srcdir,
15397 remove trailing slashes from srcdir. Otherwise emacs gdb mode
15398 gets cranky. use relative paths for configure and srcdir
15399 whenever possible. Send some error messages to stderr that were
15400 going to stdout.
15401
15402 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
15403
15404 * Makefile.in: Fix libg++ rule to check for gcc directory
15405 before using gcc/gcc. Also pass XTRAFLAGS.
15406
15407 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
15408
15409 * Makefile.in: added stmp-files so that directories aren't polled
15410 when they are already built.
15411
15412 * configure.texi: fixed a node pointer problem.
15413
15414 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
15415
15416 * config.sub configure.in gdb/configure.in
15417 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15418 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15419 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
15420
15421 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15422
15423 * configure: -recurring becomes -silent. corrected help message
15424 for -site= option.
15425
15426 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15427
15428 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15429
15430 * configure: when building Makefile for crosses, replace
15431 tooldir and program_prefix. default srcdir from location of
15432 config.sub. remove "for host in hosts" and "for target in
15433 targets" loops.
15434
15435 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15436
15437 * Makefile.in: Do not pass bindir or mandir to cvs.
15438
15439 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
15440
15441 * Makefile.in, configure.in: removed traces of namesubdir,
15442 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
15443 copyrights to '92, changed some from Cygnus to FSF.
15444
15445 * configure.texi: remove most references to multiple hosts,
15446 multiple targets, subdirs, etc.
15447
15448 * configure.man: removed rcsid. reference config.sub not
15449 config.subr.
15450
15451 * Makefile.in: mkdir $(infodir) on install-info.
15452
15453 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
15454
15455 * configure.texi: Explain better about .gdbinit and about
15456 the environment that configure.in sections run in.
15457
15458 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
15459
15460 * configure.in: Ultrix is only a decstation if it's a MIPS.
15461
15462 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
15463
15464 * README: DOC.configure => cfg-paper.texi.
15465
15466 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
15467
15468 * config.sub (near case $os): Don't convert newsos* to bsd!
15469
15470 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
15471
15472 * Makefile.in: Reinstall change from gdb-4.3 that reduces
15473 the number of copies of COPYING that go into the GDB tar file.
15474
15475 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
15476
15477 * bfd/configure.in, gdb/config/mh-i386sco,
15478 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15479 Fix SCO configuration stuff.
15480
15481 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
15482
15483 * Makefile.in: For libg++, make sure the -I pointing
15484 to the gcc directory goes *after* all the libg++-local -I flags.
15485 Also, move just-gcc dependency from just-libg++ to all-libg++.
15486
15487 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
15488
15489 * configure: Change -x to -f to keep Ultrix /bin/test happy.
15490
15491 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
15492
15493 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
15494
15495 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
15496
15497 * config.sub: Add stratus configuration frags. Also
15498 submitted to FSF.
15499
15500 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
15501
15502 * Makefile.in (DEV_SUPPORT): add configure.man.
15503
15504 * config.sub(Decode manufacturer-specific): add -none*.
15505
15506 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
15507
15508 * Makefile.in: remove form feeds to make Sun's make happy.
15509 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
15510
15511 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
15512
15513 * Makefile.in (AR_FLAGS): Make quieter.
15514
15515 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
15516
15517 * configure.in: Add libg++.
15518 * configure: When verbose, don't output the command line at each
15519 level; it will be unremarkably the same as the previous version,
15520 which will be the same as what the user typed.
15521
15522 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
15523
15524 * configure.in, Makefile.in: fix clean-info, add flex. add
15525 fileutils.
15526
15527 * configure: be less sensitive to spaces in Makefile.in. Do not
15528 look for sources in "..". Doing so breaks subdirectories that
15529 might have their own configure. If a subdir has it's own
15530 configure script, use it.
15531
15532 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
15533
15534 * cfg-paper.texi: some changes suggested by rms.
15535
15536 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
15537
15538 * config.sub: Merge in some small additions from the FSF version,
15539 taken from the gcc distribution, to bring the Cygnus and FSF
15540 versions into closer sync.
15541
15542 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
15543
15544 * configure.in: Changed svr4 references to sysv4.
15545
15546 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
15547
15548 * configure: added -V for version number option.
15549
15550 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
15551
15552 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
15553 renamed from DOC.configure to cfg-paper.texi.
15554
15555 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15556
15557 * configure, config.subr, config.sub: config.subr is now
15558 config.sub again.
15559
15560 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
15561
15562 * configure.texi: new file, in progress.
15563
15564 * Makefile.in: build info file and install the man page for
15565 configure.
15566
15567 * configure.man: new file, first cut.
15568
15569 * configure: find config.subr again now that configuration "none"
15570 has gone. removed all traces of the -ansi option. removed all
15571 traces of the -languages option.
15572
15573 * config.subr: resync from rms.
15574
15575 1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
15576
15577 * configure, config.sub, config.subr: merge config.sub into
15578 config.subr, call the result config.subr, remove config.sub, use
15579 config.subr.
15580
15581 * Makefile.in: revised install for dir.info.
15582
15583 1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
15584
15585 * configure.in: add decstation host makefile frag.
15586
15587 * Makefile.in: BISON now bison -y again. also install-gcc on
15588 install. clean-gdbm on clean. infodir belongs in datadir.
15589 Make directories for info install. Build dir.info here then
15590 install it.
15591
15592 1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
15593
15594 * Makefile.in: fix for bad directory tests.
15595
15596 1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
15597
15598 * configure: \{1,2\} appears to be a sysv'ism. Use a different
15599 regexp. -srcdir relative was being handled incorrectly.
15600
15601 * Makefile.in: unwrapped some for loops so that parallel makes
15602 work again and so one can focus one's attention on a particular
15603 package.
15604
15605 1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
15606
15607 * configure: added PWD as a stand in for `pwd` (for speed). use
15608 elif wherever possible. make -srcdir work without -objdir.
15609 -objdir= commented out.
15610
15611 1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
15612
15613 * configure: +options become --options. -subdirs commented out.
15614 added -host, -datadir. Renamed -destdir to -prefix. Comment in
15615 Makefile now at top of generated Makefile. Removed cvs log
15616 entries. added -srcdir. create .gdbinit only if there is one
15617 in ${srcdir}.
15618
15619 * Makefile.in: idestdir and ddestdir go away. Added copyrights
15620 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
15621 and mandir now keyed off datadir by default.
15622
15623 1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
15624
15625 * Freshly created ChangeLog.
15626
15627 \f
15628 Local Variables:
15629 mode: change-log
15630 left-margin: 8
15631 fill-column: 76
15632 version-control: never
15633 End:
This page took 0.32906 seconds and 5 git commands to generate.