sync binutils config/ with gcc
[deliverable/binutils-gdb.git] / ChangeLog
1 2016-12-08 Alan Modra <amodra@gmail.com>
2
3 * configure: Regenerate.
4
5 2016-12-02 Josh Conner <joshconner@google.com>
6
7 * configure.ac: Add fuchsia to targets that use ELF.
8 * configure: Regenerated.
9
10 2016-11-07 Doug Evans <dje@google.com>
11
12 * config.sub: Sync with upstream version 2016-11-03.
13 git://git.sv.gnu.org/config.git
14 * config.guess: Sync with upstream version 2016-10-02.
15
16 2016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
17
18 * .gitignore: Add archives and make stamps.
19
20 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
21
22 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
23 * configure: Regenerated.
24
25 2016-06-28 Walter Lee <walt@tilera.com>
26
27 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
28 * configure: Regenerate.
29
30 2016-05-28 Alan Modra <amodra@gmail.com>
31
32 * Makefile.tpl (configure): Depend on m4 files included.
33 * Makefile.in: Regenerate.
34
35 2016-05-27 Nick Clifton <nickc@redhat.com>
36
37 * config.guess (Alpha OSF1): Fix typo introduced during the most
38 recent synchronization update.
39
40 2016-05-23 Nick Clifton <nickc@redhat.com>
41
42 * Import these patches from the gcc mainline:
43
44 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
45
46 * config.guess: Import version 2016-04-02 (newest).
47 * config.sub: Import version 2016-05-10 (newest).
48
49 2016-04-19 Nick Clifton <nickc@redhat.com>
50
51 * Import this patch from the GCC mainline:
52
53 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
54
55 PR bootstrap/70173
56 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
57 and gotools directories. Delete the stage_final file.
58 * Makefile.in: Regenerate.
59
60 2016-03-17 Cary Coutant <ccoutant@gmail.com>
61
62 * configure.ac: Add mips and s390 to the gold target check.
63 * configure: Regenerate.
64
65 2016-02-10 Nick Clifton <nickc@redhat.com>
66
67 Import these patches from the GCC mainline:
68
69 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
70
71 * configure.ac: Enable LTO for DJGPP
72 * configure: Regenerate
73
74 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
75
76 PR bootstrap/69329
77 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
78 * Makefile.in: Regenerate.
79
80 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
81 Sebastian Pop <s.pop@samsung.com>
82
83 * Makefile.in: Regenerate.
84 * Makefile.tpl: Export ISLVER.
85 * configure: Regenerate.
86 * config/isl.m4: Detect isl-0.15.
87
88 2016-01-29 Sebastian Pop <s.pop@samsung.com>
89
90 * config/isl.m4: Add comments about isl-0.16.
91 * configure: Regenerate.
92
93 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
94
95 Sync with GCC
96 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
97
98 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
99 symbols.
100
101 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
102
103 PR bootstrap/69134
104 * Makefile.def (mpfr): Disable assembler.
105 * Makefile.in: Regenerate.
106
107 2016-01-11 Nick Clifton <nickc@redhat.com>
108
109 Import the following changes from the GCC mainline:
110
111 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
112
113 * configure.ac: Enable libmpx by default.
114 * configure: Regenerated.
115
116 2015-11-19 Martin Liska <mliska@suse.cz>
117
118 * .gitignore: Add .clang-format to ignored files.
119 * Makefile.tpl: Add clang-format.
120 * Makefile.in: Regenerate.
121
122 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
123
124 PR libffi/65726
125 * Makefile.def (lang_env_dependencies): Make libffi depend
126 on cxx.
127 * Makefile.in: Regenerate.
128
129 2015-12-02 Ian Lance Taylor <iant@google.com>
130
131 PR go/66147
132 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
133 * Makefile.in: Regenerate.
134
135 2015-12-17 Nathan Sidwell <nathan@acm.org>
136
137 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
138 * configure: Regenerate.
139
140 2015-12-17 Sebastian Pop <s.pop@samsung.com>
141
142 * Makefile.in: Replace ISL with isl.
143 * Makefile.tpl: Same.
144 * config/isl.m4: Same.
145 * configure.ac: Same.
146 * contrib/download_prerequisites: Same.
147 * configure: Regenerate.
148
149 2016-01-01 Ben Elliston <bje@gnu.org>
150
151 * config.guess: Import version 2016-01-01.
152 * config.sub: Likewise.
153
154 2015-11-20 Tristan Gingold <gingold@adacore.com>
155
156 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
157 * configure: Regenerate.
158
159 2015-10-21 Nick Clifton <nickc@redhat.com>
160
161 PR gas/19109
162 * configure.ac: Note the 'none' is an acceptable argument to
163 --enable-compressed-debug-sections.
164 * configure: Regenerate.
165
166 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
167
168 PR gas/19109
169 * configure.ac: Add
170 --enable-compressed-debug-sections={all,gas,gold,ld}.
171 * configure: Regenerated.
172
173 2015-09-30 Nick Clifton <nickc@redhat.com>
174
175 Import the following patches from the GCC mainline:
176
177 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
178
179 PR libfortran/54572
180 * Makefile.def: Make libgfortran depend on libbacktrace.
181 * Makefile.in: Regenerate.
182
183 2015-08-12 Tom de Vries <tom@codesourcery.com>
184
185 PR other/67092
186 PR other/67098
187 * configure.ac: Remove --with_host_libstdcxx support.
188 * configure: Regenerate.
189
190 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
191 Jakub Jelinek <jakub@redhat.com>
192
193 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
194 nvptx*-*-*.
195 * configure: Regenerate.
196
197 2015-08-07 H.J. Lu <hongjiu.lu@intel.com>
198
199 Sync with GCC
200 2015-07-28 Ben Elliston <bje@gnu.org>
201
202 * config.sub, config.guess: Import from upstream.
203
204 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
205
206 * Makefile.def (libiconv): Define bootstrap=true.
207 Mark pdf/html/info as missing.
208 (configure-gcc): Depend on all-libiconv.
209 (all-gcc): Ditto.
210 (configure-libcpp): Ditto.
211 (all-libcpp): Ditto.
212 (configure-intl): Ditto.
213 (all-intl): Ditto.
214 * Makefile.in: Regenerate.
215
216 2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
217
218 Sync with GCC
219 2015-07-24 Michael Darling <darlingm@gmail.com>
220
221 PR other/66259
222 * config-ml.in: Reflects renaming of configure.in to configure.ac
223 * configure: Likewise
224 * configure.ac: Likewise
225
226 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
227
228 * Makefile.in: Regenerated.
229
230 Sync with GCC
231 2015-05-21 Jason Merrill <jason@redhat.com>
232
233 * Makefile.tpl: Update comments.
234
235 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
236
237 * Makefile.tpl: Remove surplus whitespace throughout.
238
239 2015-03-25 Martin Liska <mliska@suse.cz>
240 Yury Gribov <y.gribov@samsung.com>
241
242 * Makefile.tpl: Fix ln source location for vimrc file.
243
244 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
245
246 Sync with GCC
247 2015-05-16 James Bowman <james.bowman@ftdichip.com>
248
249 * configure.ac: FT32 target added.
250 * configure: Regenerate.
251
252 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
253
254 Sync with GCC
255 2015-06-02 Jason Merrill <jason@redhat.com>
256
257 PR bootstrap/66319
258 * configure.ac: Use -std=gnu++98.
259
260 2015-05-28 Mike Frysinger <vapier@gentoo.org>
261
262 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
263 * configure: Regenerate.
264
265 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
266
267 * configure.ac: Fix typo.
268 * configure: Regenerate.
269
270 2015-05-03 Matthias Klose <doko@ubuntu.com>
271
272 * configure.ac: Match $host configured with triplets.
273 * configure: Regenerate.
274
275 2015-04-17 Jakub Jelinek <jakub@redhat.com>
276
277 PR bootstrap/62077
278 * configure.ac (--enable-stage1-checking): Default to
279 release,misc,gimple,rtlflag,tree,types if --disable-checking
280 or --enable-checking is not specified and DEV-PHASE is not
281 experimental.
282 * configure: Regenerated.
283
284 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
285
286 Install back PR target/47230 fix (Revert the revert).
287
288 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
289
290 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
291 target.
292 * configure: Regenerate.
293
294 2015-05-13 John David Anglin <dave.anglin@bell.net>
295
296 * configure.ac: Disable configuration of GDB for HPUX targets.
297 * configure: Regenerate.
298
299 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
300
301 PR ld/18355
302 * Makefile.def: Add extra_configure_flags to host zlib.
303 * configure.ac (extra_host_zlib_configure_flags): New. Set
304 to --enable-host-shared When bfd is to be built as shared
305 library. AC_SUBST.
306 * Makefile.in: Regenerated.
307
308 2015-04-15 Mike Frysinger <vapier@gentoo.org>
309 Hans-Peter Nilsson <hp@axis.com>
310
311 Adjust src-release.sh for sim using the gdb create-version.sh.
312 * src-release.sh (tar_compress): If there's a fifth parameter,
313 use that in the getver call instead of $tool.
314 (sim_release): Pass gdb as fifth parameter to tar_compress.
315 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
316
317 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
318
319 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
320 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
321 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
322 * Makefile.in: Regenerate.
323
324 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
325
326 * configure.ac: Add --with-system-zlib.
327 * configure: Regenerated.
328
329 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
330
331 * src-release.sh: Don't configure with --with-target-subdir=.
332 --disable-multilib.
333
334 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
335
336 * src-release.sh (DEVO_SUPPORT): Replace src-release with
337 src-release.sh.
338
339 2015-03-30 Ed Schouten <ed@nuxi.nl>
340
341 * config.sub: Update from upstream, to 2015-03-04 version.
342 * config.guess: Likewise.
343
344 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
345
346 * Makefile.def (dependencies): Add all-zlib to all-bfd.
347 * Makefile.in: Regenerated.
348
349 2015-03-28 H.J. Lu <hongjiu.lu@intel.com>
350
351 * src-release.sh (do_proto_toplev): Configure with --target
352 --with-target-subdir and --disable-multilib.
353 (BINUTILS_SUPPORT_DIRS): Add zlib.
354 (GAS_SUPPORT_DIRS): Likewise.
355 (GDB_SUPPORT_DIRS): Likewise.
356 (SIM_SUPPORT_DIRS): Likewise.
357
358 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
359
360 * configure.ac (target_configdirs): Exclude target-zlib if
361 target-libjava isn't built.
362 * configure: Regenerated.
363
364 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
365
366 Sync with GCC
367 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
368
369 * config-ml.in: Robustify ac_configure_args parsing.
370
371 2015-03-16 H.J. Lu <hongjiu.lu@intel.com>
372
373 * Makefile.def: Updated from GCC trunk.
374 * Makefile.tpl: Likewise.
375 * configure.ac: Likewise.
376 * Makefile.in: Regenerated.
377 * configure: Likewise.
378
379 2015-01-28 James Bowman <james.bowman@ftdichip.com>
380
381 * configure.ac: Add FT32 support.
382 * configure: Regenerate.
383
384 2015-01-12 Anthony Green <green@moxielogic.com>
385
386 * configure.ac: Don't disable gprof for moxie.
387 * configure: Rebuild.
388
389 2015-01-03 Andrew Pinski <apinski@cavium.com>
390
391 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
392 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
393 (BASE_TARGET_EXPORTS): Add OBJCOPY.
394 (OBJCOPY_FOR_TARGET): New variable.
395 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
396 * Makefile.in: Regenerate.
397 * configure.ac: Check for already installed target objcopy.
398 Also GCC_TARGET_TOOL on objcopy.
399 * configure: Regenerate.
400
401 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
402
403 * config.sub: Update from upstream, to 2015-01-01 version.
404 * config.guess: Ditto.
405
406 2014-12-06 Eric Botcazou <ebotcazou@adacore.com>
407
408 * config.sub: Update from upstream config repo.
409
410 2014-11-24 H.J. Lu <hongjiu.lu@intel.com>
411
412 * libtool.m4: Updated from GCC trunk.
413
414 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
415
416 * config.guess: Update from upstream config repo.
417 * config.sub: Ditto.
418
419 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
420
421 * move-if-change: Update from upstream gnulib.
422
423 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
424
425 * compile: Sync with upstream Automake.
426 * depcomp: Ditto.
427 * install-sh: Ditto.
428 * missing: Ditto.
429 * mkinstalldirs: Ditto.
430 * ylwrap: Ditto.
431
432 2014-10-15 Tristan Gingold <gingold@adacore.com>
433
434 * src-release.sh (do_proto_toplev): Configure with --target.
435
436 2014-10-03 Jing Yu <jingyu@google.com>
437
438 * configure.ac: Add aarch64 to list of targets that support gold.
439 * configure: Regenerate.
440
441 2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
442
443 * configure.ac: Add mips*-img-elf* target triple.
444 * configure: Regenerate.
445
446 2014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
447 * configure: Disable gdb for nds32*-*-* until supported.
448 * configure.ac: Disable gdb for nds32*-*-* until supported.
449
450 2014-09-05 Joel Brobecker <brobecker@adacore.com>
451
452 * configure: Regenerate.
453
454 2014-08-27 Will Newton <will.newton@linaro.org>
455
456 * src-release.sh: New file.
457 * src-release: Remove file.
458
459 2014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
460
461 GDB not supported for or1k*-*-rtems*
462 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
463 of the stanzas results in this not being caught by or1k*-*-* later.
464 * configure. Regenerated.
465
466 2014-07-25 Samuel Bronson <naesten@gmail.com>
467
468 * .gitattributes: New file for use with git-merge-changelog.
469
470 2014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
471
472 Disable gdb for or1k*-*-* until supported
473 * configure.ac (or1k*-*-*): Disable gdb.
474 * configure: Regenerated.
475
476 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
477
478 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
479 * configure: Regenerated.
480
481 2014-03-26 Jakub Jelinek <jakub@redhat.com>
482
483 PR sanitizer/56781
484 * Makefile.def: Set bootstrap=true; for host fixincludes.
485 * configure.ac: Don't bootstrap host fixincludes unless
486 --with-build-config=bootstrap-{a,ub}san.
487 * Makefile.in: Regenerated.
488 * configure: Regenerated.
489
490 2014-03-21 Jakub Jelinek <jakub@redhat.com>
491
492 * configure.ac: Move BUILD_CONFIG set up earlier. Add
493 --enable-vtable-verify option parsing. Don't add
494 target-libsanitizer to bootstrap_target_libs unless
495 --with-build-config=bootstrap-asan or
496 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
497 to bootstrap_target_libs unless --enable-vtable-verify.
498 * configure: Regenerated.
499
500 2014-03-07 Jakub Jelinek <jakub@redhat.com>
501
502 PR bootstrap/58572
503 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
504 -I for libstdc++-v3 includes if $(LEAN).
505 * Makefile.in: Regenerated.
506
507 2014-02-24 Walter Lee <walt@tilera.com>
508
509 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
510 (tilegx-*-*): Change to tilegx*-*-*.
511 * configure: Regenerate.
512
513 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
514
515 * config.sub, config.guess: Import from upstream.
516
517 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
518
519 PR bootstrap/60620
520 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
521 * Makefile.in: Regenerate.
522
523 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
524
525 * Makefile.def (dependencies): Make all-ld depend on all-binutils
526 for WINDRES_FOR_TARGET in default-manifest.o rule.
527 * Makefile.in: Regenerate.
528
529 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
530
531 PR target/59788
532 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
533 *solaris2*.
534
535 2013-12-19 Keven Boell <keven.boell@intel.com>
536
537 * cp-namespace.c (cp_lookup_nested_symbol): Enable
538 nested lookups for fortran modules.
539 * dwarf2read.c (read_module): Add fortran module to
540 the symbol table.
541 (add_partial_symbol, add_partial_module): Add fortran
542 module to the partial symbol table.
543 (new_symbol_full): Create full symbol for fortran module.
544 * f-exp.y (yylex): Add new module domain to be parsed.
545 * symtab.h: New domain for fortran modules.
546
547 2013-12-19 Keven Boell <keven.boell@intel.com>
548
549 * f-exp.y (yylex): Add domain array to enable lookup
550 in multiple domains. Loop over lookup domains and try
551 to find requested symbol. Add STRUCT_DOMAIN to lookup
552 domains to be able to query for user defined types.
553
554 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
555
556 * configure.ac: Add user-friendly check for native x86_64-linux
557 multilibs.
558 * configure: Regenerate.
559
560 2013-11-23 Alan Modra <amodra@gmail.com>
561
562 * config.sub, config.guess: Import from upstream.
563
564 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
565
566 * Makefile.in: Regenerate.
567
568 * Makefile.tpl: Fix typo.
569 * Makefile.in: Regenerate partially.
570
571 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
572
573 * configure.ac: Added libcilkrts to noconfig list when C++ is not
574 supported.
575 * configure: Regenerated.
576
577 2013-10-30 Jason Merrill <jason@redhat.com>
578
579 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
580 --disable-build-format-warnings.
581
582 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
583
584 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
585 depend on libstdc++ and libgcc.
586 * configure: Regenerate.
587 * configure.ac: Added libcilkrts to target binaries. Also, restrict
588 libcilkrts for POSIX and i*86, and x86_64 architectures.
589 * Makefile.in: Added libcilkrts related fields to support building it.
590
591 2013-10-26 Jeff Law <law@redhat.com>
592
593 * Makefile.def (target_modules): Remove libmudflap
594 (languages): Remove check-target-libmudflap).
595 * Makefile.in: Rebuilt.
596 * Makefile.tpl (check-target-libmudflap-c++): Remove.
597 * configure.ac (target_libraries): Remove target-libmudflap.
598 Remove checks which disabled libmudflap on some systems.
599 * configure: Rebuilt.
600 * libmudflap: Directory removed.
601
602 2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
603
604 * configure.ac: Update from GCC.
605 * configure: Regenerate.
606
607 2013-10-15 Hans-Peter Nilsson <hp@axis.com>
608
609 * src-release (do-proto-toplevel): Support subdir-path-prefixed
610 files in SUPPORT_FILES.
611 (SIM_SUPPORT_DIRS): New variable.
612 (sim.tar.bz2): New rule.
613
614 2013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
615
616 * configure.ac: Update from GCC.
617 * configure: Regenerate.
618
619 2013-10-01 Jeff Johnston <jjohnstn@redhat.com>
620
621 * COPYING.NEWLIB: Update with new copyright.
622
623 2013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
624
625 * configure.ac: Update from GCC.
626 * configure: Regenerate.
627
628 2013-09-20 Alan Modra <amodra@gmail.com>
629
630 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
631 ppc host match. Support little-endian powerpc linux hosts.
632
633 2013-08-16 Joel Brobecker <brobecker@adacore.com>
634
635 * src-release (VER): When using $(TOOL)/common/create-version.sh,
636 strip the "-cvs" suffix from the version number if present.
637
638 2013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
639
640 * configure.ac: Sync with GCC repo.
641 * Makefile.def: Ditto.
642 * configure: Regenerate.
643 * Makefile.in: Ditto.
644
645 2013-07-22 Joel Brobecker <brobecker@adacore.com>
646
647 * src-release (VER): Use $(TOOL)/common/create-version.sh
648 if it exists.
649
650 2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
651
652 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
653 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
654 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
655 * configure: Regenerate.
656
657 2013-06-01 George Thomas <george.thomas@atmel.com>
658
659 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
660 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
661
662 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
663
664 * COPYING.NEWLIB: Add Altera Corporation copyright.
665
666 2013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
667
668 * config.guess: Update from config repo.
669 * config.sub: Ditto.
670
671 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
672
673 * Makefile.def: Sync with GCC.
674 * Makefile.in: Regenerate.
675
676 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
677
678 * configure.ac: Sync with GCC.
679 * configure: Regenerate.
680
681 2013-03-22 Mike Frysinger <vapier@gentoo.org>
682
683 * src-release (VER): Change bfd/configure.in sed to use the new
684 `bfd/configure --version` output.
685
686 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
687
688 * configure.ac: Sync with GCC repo.
689 * configure: Ditto.
690
691 2013-02-05 Ian Lance Taylor <iant@google.com>
692
693 PR go/55969
694 * configure.ac: Disable libgo on some systems where it does not
695 work.
696 * configure: Rebuild.
697
698 2013-02-05 Alan Modra <amodra@gmail.com>
699
700 * configure: Regenerate after syncing config/.
701
702 2013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
703
704 * configure.ac: Sync with GCC repo.
705 * configure: Ditto.
706 * Makefile.def: Ditto.
707 * Makefile.in: Ditto.
708
709 2013-01-11 Joel Brobecker <brobecker@adacore.com>
710
711 Sync with GCC, merge:
712
713 2013-01-09 Jason Merrill <jason@redhat.com>
714
715 * .gitignore: Import from gdb repository.
716
717 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
718
719 * config.sub: Update from config repo.
720
721 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
722
723 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
724 * Makefile.in: Regenerate.
725
726 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
727
728 * Makefile.def (configure-gcc): Depend on all-gmp.
729 (all-gcc): Remove dependency on all-gmp.
730 * Makefile.in: Regenerated.
731
732 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
733
734 * config.guess: Update from config repo.
735 * config.sub: Ditto.
736
737 2013-01-07 Jeff Johnston <jjohnstn@redhat.com>
738
739 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
740 exists and replace the new bfin license in its location.
741
742 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
743
744 PR gas/14899
745 * Makefile.def (dependencies): Make all-binutils, all-gprof,
746 all-ld and all-gold depend on all-gas.
747 * Makefile.in: Regenerated.
748
749 2012-12-29 Ben Elliston <bje@gnu.org>
750
751 * config.guess: Update to 2012-12-29 version.
752 * config.sub: Likewise.
753
754 2012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
755
756 * Makefile.def (install-target-libgo): Depend on
757 install-target-libatomic. Merged from GCC repo.
758 * Makefile.in: Regenerate.
759
760 2012-12-17 Jeff Johnston <jjohnstn@redhat.com>
761
762 * COPYING.LIBGLOSS: Add license for bfin libgloss.
763
764 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
765
766 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
767 * configure: Regenerate.
768
769 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
770
771 * Makefile.def (target_modules): Add bootstrap=true and
772 raw_cxx=true to libsanitizer.
773 * configure.ac (bootstrap_target_libs): Add libsanitizer.
774 * Makefile.in: Regenerated.
775 * configure: Likewise.
776
777 2012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
778
779 * config.sub: Merge from config repo.
780
781 2012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
782
783 * configure.ac: Merge from GCC.
784 * Makefile.tpl: Ditto.
785 * Makefile.in: Ditto.
786 * configure: Ditto.
787
788 2012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
789
790 * configure.ac (noconfigdirs): Merge from GCC.
791 * configure: Regenerate.
792
793 2012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
794
795 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
796
797 2012-11-14 Roland McGrath <mcgrathr@google.com>
798
799 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
800 * configure: Regenerate.
801
802 2012-11-13 Richard Henderson <rth@redhat.com>
803
804 * configure.ac: Move libsanitizer logic to subdirectory.
805 * configure: Regenerate.
806
807 2012-11-13 Dodji Seketeli <dodji@redhat.com>
808
809 * configure.ac: Enable libsanitizer just on x86 linux for now.
810 * configure: Re-generate.
811
812 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
813
814 * configure.ac: Merge libquadmath sections.
815 * configure: Regenerate.
816
817 2012-11-12 Wei Mi <wmi@google.com>
818
819 * configure.ac: Add libsanitizer to target_libraries.
820 * Makefile.def: Ditto.
821 * configure: Regenerate.
822 * Makefile.in: Regenerate.
823
824 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
825
826 * configure: Regenerated.
827
828 2012-11-03 Robert Mason <rbmj@verizon.net>
829
830 * configure.ac: add --disable-libstdcxx configure option
831 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
832
833 2012-10-24 Corinna Vinschen <corinna@vinschen.de>
834
835 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
836 against Mingw64 w32api.
837 * configure: Regenerate.
838
839 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
840
841 PR bootstrap/54820
842 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
843 * configure: Regenerate.
844
845 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
846
847 PR bootstrap/54820
848 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
849 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
850 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
851 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
852 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
853 * Makefile.in: Regenerate.
854 * configure.ac (have_static_libs): New variable and associated check.
855 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
856 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
857 * configure: Regenerate.
858
859 2012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
860
861 * config.guess, config.sub: Include updated version from
862 config-patches. Adds microblaze little endian support.
863
864 2012-09-28 Ian Lance Taylor <iant@google.com>
865
866 * Makefile.def: Make all-target-libgo depend on
867 all-target-libbacktrace.
868 * Makefile.in: Rebuild.
869
870 2012-09-26 Ian Lance Taylor <iant@google.com>
871
872 * Makefile.def: Make all-gcc depend on all-libbacktrace.
873 * Makefile.in: Rebuild.
874
875 2012-09-06 Diego Novillo <dnovillo@google.com>
876
877 * configure.ac: Bump minimum GMP version to 4.2.3.
878 * configure: Re-generate.
879
880 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
881
882 PR target/54461
883 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
884 target-libgloss if not configured --with-avrlibc=no.
885 * configure: Regenerate.
886
887 2012-09-04 Jason Merrill <jason@redhat.com>
888
889 * configure.ac: Fix --enable-languages=all.
890
891 2012-09-03 Richard Guenther <rguenther@suse.de>
892
893 PR bootstrap/54138
894 * configure.ac: Re-organize ISL / CLOOG checks to allow
895 disabling with either --without-isl or --without-cloog.
896 * configure: Regenerated.
897
898 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
899
900 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
901 * configure: Regenerate.
902
903 2012-09-21 Steve Ellcey <sellcey@mips.com>
904
905 * configure.ac: Add mips*-mti-elf* target.
906 * configure: Regenerate.
907
908 2012-09-19 Ian Lance Taylor <iant@google.com>
909
910 * configure.ac (host_libs): Add libbacktrace.
911 (target_libraries): Add libbacktrace.
912 * Makefile.def (host_modules): Add libbacktrace.
913 (target_modules): Likewise.
914 * configure, Makefile.in: Rebuild.
915
916 2012-09-15 Jiong Wang <jiwang@tilera.com>
917
918 * configure.ac (ENABLE_GOLD): support tilegx*
919 * configure: rebuild
920
921 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
922
923 PR target/38607
924 Merge upstream change.
925 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
926
927 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
928 Add libgomp*.o to compare_exclusions for AIX.
929 * configure: Regenerate.
930
931 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
932
933 PR binutils/4970
934 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
935 and opcodes.
936 * Makefile.in: Regenerated.
937
938 2012-08-14 Diego Novillo <dnovillo@google.com>
939
940 Merge from cxx-conversion branch.
941
942 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
943 POSTSTAGE1_CONFIGURE_FLAGS.
944 * Makefile.in: Regenerate.
945 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
946 Force C++ when bootstrapping.
947 * configure: Regenerate.
948
949 2012-07-06 Richard Guenther <rguenther@suse.de>
950
951 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
952 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
953 --with-gmp=system.
954 * Makefile.in: Regenerated.
955 * configure: Likewise.
956
957 2012-07-06 Richard Guenther <rguenther@suse.de>
958
959 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
960 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
961 supply V=1 as extra_make_flags.
962 * configure: Regenerated.
963 * Makefile.in: Likewise.
964
965 2012-07-03 Richard Guenther <rguenther@suse.de>
966
967 * Makfile.def (isl): Remove not necessary extra_exports and
968 extra_make_flags.
969 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
970 * Makefile.in: Regenerated.
971
972 2012-07-03 Richard Guenther <rguenther@suse.de>
973
974 * Makefile.def (cloog): Add V=1 to extra_make_flags.
975 * configure.ac: If either the ISL or the CLooG check failed
976 do not try to build in-tree versions.
977 * Makefile.in: Regenerated.
978 * configure: Regenerated.
979
980 2012-07-02 Richard Guenther <rguenther@suse.de>
981 Michael Matz <matz@suse.de>
982 Tobias Grosser <tobias@grosser.es>
983 Sebastian Pop <sebpop@gmail.com>
984
985 * Makefile.def: Add ISL host module, remove PPL host module.
986 Adjust ClooG host module to use the proper ISL.
987 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
988 * configure.ac: Include config/isl.m4. Add ISL host library,
989 remove PPL. Remove PPL configury, add ISL configury, adjust
990 ClooG configury.
991 * Makefile.in: Regenerated.
992 * configure: Likewise.
993
994 2012-07-02 Richard Guenther <rguenther@suse.de>
995
996 Merge from graphite branch
997 2011-07-21 Tobias Grosser <tobias@grosser.es>
998
999 * configure: Regenerated.
1000 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1001 both cloog.org and legacy versions. The only supported version will
1002 be CLooG with the isl backend.
1003
1004 2011-07-21 Tobias Grosser <tobias@grosser.es>
1005
1006 * configure: Regenerated.
1007 * configure.ac: Require cloog isl 0.17.0
1008
1009 2011-07-21 Tobias Grosser <tobias@grosser.es>
1010
1011 * configure: Regenerated.
1012 * config/cloog.m4: Do not define CLOOG_ORG
1013
1014 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1015
1016 * configure.ac: Skip C if explicitly selected.
1017 * configure: Regenerate.
1018
1019 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1020
1021 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1022 they contain -O2.
1023 * configure: Regenerate.
1024
1025 2012-06-20 Jason Merrill <jason@redhat.com>
1026
1027 * Makefile.tpl (check-target-libgomp-c++): New.
1028 (check-target-libitm-c++): New.
1029 * Makefile.def (c++): Add them.
1030 * Makefile.in: Regenerate.
1031
1032 2012-05-16 Olivier Hainque <hainque@adacore.com>
1033
1034 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1035 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1036 (install-no-fixedincludes): Adjust accordingly.
1037 * Makefile.in: Regenerate.
1038
1039 2012-05-09 Nick Clifton <nickc@redhat.com>
1040 Paul Smith <psmith@gnu.org>
1041
1042 PR bootstrap/50461
1043 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1044 allow for the fact that from release v3.1.0 of MPFR the source
1045 files were moved into a src sub-directory.
1046 * configure: Regenerate.
1047
1048 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1049
1050 * configure.ac: Bump minimum MPFR version to 2.4.0.
1051 * configure: Regenerated.
1052
1053 2012-05-01 Richard Henderson <rth@redhat.com>
1054
1055 * Makefile.def (libatomic): New target_module.
1056 * configure.ac (target_libraries): Add libatomic.
1057 (noconfigdirs): Check if libatomic is supported.
1058 * Makefile.in, configure: Rebuild.
1059
1060 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1061
1062 Merge upstream change
1063 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1064
1065 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
1066
1067 * libtool.m4: Additional FreeBSD 10 fixes.
1068
1069 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1070
1071 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1072 they contain -O2.
1073 * configure: Regenerate.
1074
1075 2012-05-14 Catherine Moore <clm@codesourcery.com>
1076
1077 * NEWS: Mention PowerPC VLE port.
1078
1079 2012-05-11 Mike Frysinger <vapier@gentoo.org>
1080
1081 * MAINTAINERS (config/): Move to intl/ section.
1082 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1083
1084 2012-05-09 Nick Clifton <nickc@redhat.com>
1085 Paul Smith <psmith@gnu.org>
1086
1087 PR bootstrap/50461
1088 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1089 allow for the fact that from release v3.1.0 of MPFR the source
1090 files were moved into a src sub-directory.
1091 * configure: Regenerate.
1092
1093 2012-05-02 Roland McGrath <mcgrathr@google.com>
1094
1095 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1096 * configure: Regenerate.
1097
1098 2012-04-25 Joel Brobecker <brobecker@adacore.com>
1099
1100 * config.sub: Update to 2012-04-18 version from official repo.
1101
1102 2012-03-19 Tristan Gingold <gingold@adacore.com>
1103
1104 * configure.ac (ia64*-*-*vms*): Add support for ld.
1105 * configure: Regenerate.
1106
1107 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1108
1109 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1110 (unsupported_languages): Remove mips-sgi-irix6.*.
1111 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1112 (with_stabs): Remove.
1113 * configure: Regenerate.
1114
1115 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1116
1117 * configure.ac (enable_libgomp): Remove *-*-osf*.
1118 (with_stabs): Remove alpha*-*-osf*.
1119 * configure: Regenerate.
1120
1121 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1122
1123 * COPYING.NEWLIB: Modify DJ Delorie license to include
1124 modification rights in clause as permitted by DJ Delorie.
1125 * COPYING.LIBGLOSS: Ditto.
1126
1127 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1128
1129 * COPYING.NEWLIB: Remove two unused licenses.
1130
1131 2012-03-05 Tristan Gingold <gingold@adacore.com>
1132
1133 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1134 * configure: Regenerate.
1135
1136 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1137
1138 * COPYING.NEWLIB: Add Adapteva notice.
1139 * COPYING.LIBGLOSS: Add Adapteva notice.
1140
1141 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1142
1143 * configure: Regenerate.
1144
1145 2011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1146
1147 * COPYING.LIBGLOSS: Add GPL with exception license.
1148
1149 2011-11-09 Roland McGrath <mcgrathr@google.com>
1150
1151 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1152 * configure: Rebuild.
1153 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1154 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1155 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1156 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1157 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1158 Add READELF.
1159 * Makefile.in: Rebuild.
1160
1161 2011-11-08 Richard Henderson <rth@redhat.com>
1162
1163 * configure.ac: Test for libitm directory present first.
1164
1165 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1166
1167 * configure.ac: Test libitm/configure.tgt to disable libitm.
1168 * configure: Rebuild.
1169
1170 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1171
1172 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1173 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1174 * Makefile.in: Regenerate.
1175
1176 2011-11-01 DJ Delorie <dj@redhat.com>
1177
1178 * configure.ac (rl78-*-*) New case.
1179 * configure: Regenerate.
1180
1181 2011-11-01 DJ Delorie <dj@redhat.com>
1182
1183 * config.sub: Update to version 2011-10-29 (added rl78)
1184
1185 2011-10-27 Nick Clifton <nickc@redhat.com>
1186
1187 * config.sub: Import these changes from the config project:
1188
1189 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
1190 Ben Elliston <bje@gnu.org>
1191
1192 * config.sub (epiphany): New.
1193
1194 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1195 Ben Elliston <bje@gnu.org>
1196
1197 * config.sub (hexagon, hexagon-*): New.
1198
1199 2011-08-23 Roland McGrath <mcgrathr@google.com>
1200
1201 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1202 64eb to be64.
1203
1204 2011-08-16 Roland McGrath <mcgrathr@google.com>
1205
1206 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1207 (nacl): Grok as alias for 32el-unknown-nacl.
1208
1209 2011-08-19 Joel Brobecker <brobecker@adacore.com>
1210
1211 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
1212
1213 2011-08-14 Yao Qi <yao@codesourcery.com>
1214
1215 Merge from gcc:
1216
1217 2011-08-14 Yao Qi <yao@codesourcery.com>
1218 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1219 * configure: Regenerate.
1220
1221 2011-07-26 Ian Lance Taylor <iant@google.com>
1222
1223 Merge from gcc:
1224
1225 2011-07-26 Ian Lance Taylor <iant@google.com>
1226 * configure.ac: Set have_compiler based on whether gcc directory
1227 exists, rather than on whether gcc is in configdirs.
1228 * configure: Rebuild.
1229
1230 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1231 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1232 link directories.
1233 * Makefile.in: Rebuild.
1234
1235 2011-07-20 Ian Lance Taylor <iant@google.com>
1236 PR bootstrap/49787
1237 * configure.ac: Move --enable-bootstrap handling earlier in file.
1238 If --enable-bootstrap and either --enable-build-with-cxx or
1239 --enable-build-poststage1-with-cxx, enable C++ automatically.
1240 * configure: Rebuild.
1241
1242 2011-07-19 Ian Lance Taylor <iant@google.com>
1243 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1244 make C++ a boot_language. Set and substitute
1245 POSTSTAGE1_CONFIGURE_FLAGS.
1246 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1247 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1248 * configure, Makefile.in: Rebuild.
1249
1250 2011-07-16 Jason Merrill <jason@redhat.com>
1251 * Makefile.def (language=c++): Add check-c++0x and
1252 check-target-libmudflap-c++.
1253 * Makefile.tpl (check-target-libmudflap-c++): New.
1254 * Makefile.in: Regenerate.
1255
1256 2011-07-16 Matthias Klose <doko@ubuntu.com>
1257 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1258 * Makefile.def (target_modules/libjava): Pass
1259 $(EXTRA_CONFIGARGS_LIBJAVA).
1260 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1261 if not configured with --enable-static-libjava.
1262 * Makefile.in: Regenerate.
1263 * configure: Likewise.
1264
1265 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
1266 PR regression/47836
1267 PR bootstrap/23656
1268 PR other/47733
1269 PR bootstrap/49247
1270 PR c/48825
1271 * configure.ac (target_libraries): Remove target-libiberty.
1272 Remove case-statement setting skipdirs=target-libiberty for
1273 multiple targets. Remove checking target_configdirs and
1274 removing target-libiberty but keeping target-libgcc if
1275 otherwise empty.
1276 * Makefile.def (target_modules): Don't add libiberty.
1277 (dependencies): Remove all traces of target-libiberty.
1278 * configure, Makefile.in: Regenerate.
1279
1280 2011-07-22 Jason Merrill <jason@redhat.com>
1281
1282 * Makefile.def (language=c++): Add check-c++0x and
1283 check-target-libmudflap-c++.
1284 * Makefile.tpl (check-target-libmudflap-c++): New.
1285 * Makefile.in: Regenerate.
1286
1287 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1288
1289 * configure: Regenerate.
1290
1291 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1292
1293 PR target/39150
1294 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1295 x86_64-*-solaris2.1[0-9]*.
1296 * configure: Regenerate.
1297
1298 2011-06-13 Walter Lee <walt@tilera.com>
1299
1300 * configure.ac (tilepro-*-*) New case.
1301 (tilegx-*-*): Likewise.
1302 * configure: Regenerate.
1303
1304 2011-06-06 Nick Clifton <nickc@redhat.com>
1305
1306 * config.sub: Sync from upstream.
1307
1308 2011-05-08 Doug Kwan <dougkwan@google.com>
1309
1310 Merge from gcc:
1311
1312 2011-05-08 Doug Kwan <dougkwan@google.com>
1313
1314 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1315 * configure: Regenerated.
1316 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1317 value from configure.
1318 * Makefile.in: Regenerated.
1319
1320 2011-05-05 Joseph Myers <joseph@codesourcery.com>
1321
1322 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1323 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1324 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1325 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1326 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1327 *-*-vxworks*): Disable newlib and libgloss in separate case
1328 statement.
1329 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1330 to separate case statement.
1331 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1332 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1333 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1334 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1335 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1336 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1337 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1338 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1339 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1340 i[[3456789]]86-*-rdos*, m32r-*-*,
1341 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1342 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1343 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1344 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1345 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1346 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1347 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1348 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1349 and libgloss in main case over targets. Remove most empty cases
1350 in main case over targets.
1351 * configure: Regenerate.
1352
1353 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1354
1355 * configure.ac: Remove code setting special library locations for
1356 hppa*64*-*-hpux11*. Remove code setting compiler for
1357 sparc-sun-solaris2*.
1358 * configure: Regenerate.
1359
1360 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1361
1362 * configure.ac: Separate libgloss_dir settings from general case
1363 over targets.
1364 * configure: Regenerate.
1365
1366 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1367
1368 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1369 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1370 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1371 cases in libgcj-disabling case statement.
1372 (hppa*64*-*-linux*): Set unsupported_languages instead of
1373 disabling target-zlib.
1374 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1375 to hppa*64*-*-hpux*.
1376 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1377 hppa*-*-hpux*.
1378 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1379 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1380 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1381 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1382 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1383 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1384 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1385 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1386 libgcj-disabling case statement.
1387 * configure: Regenerate.
1388
1389 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1390
1391 * configure.ac: Disable Java for targets not supporting libffi.
1392 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1393 Remove cases in Java-disabling statement.
1394 (*arm-wince-pe): Change to arm-wince-pe.
1395 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1396 cases in Java-disabling statement.
1397 (bfin-*-*): Don't disable Java again.
1398 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1399 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1400 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1401 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1402 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1403 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1404 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1405 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1406 Java-disabling statement.
1407 (mmix-*-*): Don't disable Java again.
1408 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1409 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1410 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1411 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1412 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1413 statement.
1414 * configure: Regenerate.
1415
1416 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1417
1418 Merge from GCC:
1419
1420 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1421
1422 PR lto/48086
1423 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1424 * configure: Regenerate.
1425
1426 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1427
1428 * configure.ac: Separate cases disabling Java and Java libraries
1429 from general case over targets.
1430 * configure: Regenerate.
1431
1432 2011-04-06 Joseph Myers <joseph@codesourcery.com>
1433
1434 * configure.ac (build_tools): Remove build-byacc.
1435 (host_libs): Remove mmalloc.
1436 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1437 autoconf automake libtool diff rcs fileutils shellutils time
1438 textutils wdiff find uudecode hello tar gzip indent recode release
1439 sed perl gawk findutils gettext zip.
1440 (libgcj): Remove target-qthreads.
1441 (target_tools): Remove target-examples target-gperf.
1442 (YACC): Don't handle building byacc.
1443 * configure: Regenerate.
1444 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1445 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1446 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1447 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1448 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1449 handle building components.
1450 * Makefile.in: Regenerate.
1451
1452 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1453
1454 * config.sub: Sync from upstream.
1455
1456 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1457
1458 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1459 (microblaze*): Don't disable libssp.
1460 * configure: Regenerate.
1461
1462 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1463
1464 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1465 moveifchange.
1466 * configure: Regenerate.
1467 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1468 * Makefile.in: Regenerate.
1469
1470 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1471
1472 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1473 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1474 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1475 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1476 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1477 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1478 md_exec_prefix cases.
1479 * configure: Regenerate.
1480
1481 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1482
1483 * configure.ac: Separate cases disabling target-libssp,
1484 target-libiberty, target-libstdc++-v3 and Fortran from general
1485 case over targets.
1486 * configure: Regenerate.
1487
1488 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1489
1490 * configure.ac (*-*-chorusos): Don't disable libgcj.
1491 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1492 Remove case.
1493 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1494 (arm-*-coff): Don't disable libgcj.
1495 (arm*-*-linux-gnueabi): Remove useless assignment.
1496 (arm-*-riscix*): Don't disable libgcj.
1497 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1498 configuration.
1499 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1500 (c54x*-*-*): Remove case.
1501 (tic54x-*-*): Don't disable GCC or GCC libraries.
1502 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1503 to *.
1504 (d10v-*-*): Don't disable GCC libraries.
1505 (d30v-*-*): Don't disable libgcj.
1506 (h8500-*-*): Don't disable GCC libraries.
1507 (i960-*-*): Don't disable libgcj.
1508 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1509 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1510 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1511 libgcj.
1512 (m68k-*-coff*): Remove case.
1513 (mmix-*-*): Don't disable libgloss on host.
1514 (mn10200-*-*, mn10300-*-*): Remove cases.
1515 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1516 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1517 Don't disable libgcj.
1518 (romp-*-*): Remove case.
1519 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1520 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1521 case.
1522 (v810-*-*): Don't disable GCC libraries.
1523 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1524 (ip2k-*-*): Don't disable GCC libraries.
1525 * configure: Regenerate.
1526
1527 2011-03-28 Joseph Myers <joseph@codesourcery.com>
1528
1529 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1530 libffi on host.
1531 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1532 on host.
1533 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1534 * configure: Regenerate.
1535
1536 2011-03-26 John Marino <binutils@marino.st>
1537
1538 * configure.ac: Add support for *-*-dragonfly*
1539 * configure: Regenerate.
1540
1541 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1542
1543 * configure.ac (native_only): Remove.
1544 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1545 send-pr uudecode guile gnuserv on host.
1546 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1547 send-pr rcs guile perl texinfo libtool on host.
1548 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1549 automake send-pr rcs guile perl texinfo libtool on host.
1550 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1551 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1552 (alpha*-dec-osf*): Don't disable fileutils on target.
1553 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1554 texinfo send-pr expect dejagnu on target.
1555 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1556 target-qthreads on target.
1557 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1558 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1559 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1560 x86_64-*-mingw*): Don't disable expect on target.
1561 (*-*-cygwin*): Don't disable target-gperf on target.
1562 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1563 gnuserv on target.
1564 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1565 target.
1566 * configure: Regenerate.
1567
1568 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1569
1570 * configure.ac (target_tools): Remove target-groff.
1571 (native_only): Remove target-groff.
1572 (hppa*64*-*-*): Don't disable byacc.
1573 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1574 setting.
1575 (*-*-kaos*): Don't skip target-librx and target-groff.
1576 (*-*-netware*): Don't skip target-libmudflap.
1577 (*-*-tpf*): Don't skip target-libmudflap.
1578 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1579 directories on the host.
1580 (ia64*-*-*vms*): Don't skip tix.
1581 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1582 host.
1583 * configure: Regenerate.
1584
1585 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
1586
1587 * configure.ac: Remove references to mt-mep, mt-netware,
1588 mt-wince.
1589 * Makefile.def: Add all-utils soft dependencies.
1590 * Makefile.tpl: Remove GDB_NLM_DEPS.
1591 * configure: Regenerate.
1592 * Makefile.in: Regenerate.
1593
1594 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1595
1596 Sync from GCC:
1597
1598 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1599
1600 * configure.ac: Do not include mh-x86omitfp.
1601 * configure: Regenerate.
1602
1603 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1604
1605 * configure.ac: Remove empty cases.
1606 * configure: Regenerate.
1607
1608 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1609
1610 * Makefile.def: Add dependency from termcap to gdb.
1611 * Makefile.in: Regenerate.
1612
1613 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1614
1615 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1616 * configure: Regenerate.
1617 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1618 * Makefile.tpl: Likewise.
1619 * Makefile.in: Regenerate.
1620
1621 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1622
1623 * configure.ac: Remove all mentions of tentative_cc.
1624 * configure: Regenerate.
1625
1626 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
1627
1628 PR lto/48086
1629 * configure.ac: Re-enable LTO on *-apple-darwin9.
1630 * configure: Regenerate.
1631
1632 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1633
1634 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1635 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1636 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1637 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1638 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1639 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1640 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1641 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1642 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1643 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1644 *-*-rhapsody*): Remove host cases.
1645 * configure: Regenerate.
1646
1647 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1648
1649 * configure.ac (ppc*-*-pe): Remove host case.
1650 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1651 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1652 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1653 cases.
1654 * configure: Regenerate.
1655
1656 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1657
1658 * config.sub: Update to version 2011-03-23.
1659
1660 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1661
1662 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1663 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1664 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1665 * configure: Regenerate.
1666
1667 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1668
1669 * config-ml.in: Don't handle arc-*-elf*.
1670 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1671 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1672 handle GCC libraries.
1673 * configure: Regenerate.
1674
1675 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1676
1677 PR bootstrap/48120:
1678 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1679 Add -lstdc++ -lm to LIBS.
1680 * configure: Regenerate.
1681
1682 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
1683
1684 * config.guess: Update to version 2011-02-02
1685 * config.sub: Update to version 2011-02-24
1686
1687 2011-03-03 Sebastian Pop <sebastian.pop@amd.com>
1688
1689 * configure.ac: Adjust test of with_ppl.
1690 * configure: Regenerated.
1691
1692 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1693
1694 * configure.ac: Add -lpwl to ppllibs.
1695 * config/cloog.m4: Add -lisl to clooglibs.
1696 * configure: Regenerated.
1697
1698 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1699
1700 Import from Libtool and gnulib:
1701
1702 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
1703
1704 Prepare for supporting FreeBSD 10.
1705 * config.rpath: Remove handling of freebsd1* which soon would
1706 match FreeBSD 10.0.
1707
1708 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
1709
1710 Remove support for FreeBSD 1.x.
1711 * libtool.m4 (_LT_LINKER_SHLIBS)
1712 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1713 soon would incorrectly match FreeBSD 10.0.
1714
1715 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1716
1717 PR binutils/12283
1718 * MAINTAINERS (mkinstalldirs): Comes from Automake.
1719 (move-if-change): Comes from gnulib.
1720 * move-if-change: Import version from gnulib.
1721
1722 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1723
1724 Sync from GCC:
1725
1726 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
1727
1728 PR lto/47225
1729 * Makefile.def (lto-plugin): Double dash for enable-shared.
1730 (configure-gcc): Depend on all-lto-plugin.
1731 * Makefile.in: Rebuilt.
1732
1733 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1734
1735 * configure.ac: Remove extra bracket.
1736 * configure: Regenerate.
1737
1738 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
1739
1740 PR lto/47225
1741 * Makefile.def: Add dependency for install-gcc
1742 on install-lto-plugin.
1743 * Makfile.in: Regenerated
1744
1745 2011-01-25 Jakub Jelinek <jakub@redhat.com>
1746
1747 * configure.ac: If with_ppl is no, move setting with_cloog=no
1748 after CLOOG_REQUESTED check.
1749 * configure: Regenerated.
1750
1751 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1752
1753 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1754 CLooG has been requested.
1755 * configure: Regenerated.
1756
1757 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1758
1759 * configure: Regenerated.
1760 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1761
1762 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1763
1764 * configure: Regenerated.
1765 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1766
1767 2011-01-07 Jan Hubicka <jh@suse.cz>
1768
1769 PR lto/47225
1770 * Makefile.in: Regenerate.
1771 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1772 configure.
1773
1774 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
1775
1776 PR libgcj/44341
1777 * configure.ac: Discard --with-* flags for host when configuring
1778 target libraries for cross build.
1779 * configure: Rebuilt.
1780
1781 2011-01-21 Andreas Schwab <schwab@redhat.com>
1782
1783 Sync from GCC:
1784
1785 2011-01-21 Andreas Schwab <schwab@redhat.com>
1786
1787 * configure.ac: Use AS_HELP_STRING throughout.
1788 * configure: Regenerate.
1789
1790 2011-01-18 Jie Zhang <jie.zhang@analog.com>
1791
1792 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1793 * configure: Regenerate.
1794
1795 2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1796
1797 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1798
1799 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1800
1801 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1802 for ia64-hpux.
1803 * configure: Regenerate.
1804
1805 2011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1806
1807 Sync from GCC:
1808 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1809
1810 * configure.ac: (picochip): Disable libiberty.
1811 * configure: Regenerate.
1812
1813 2010-12-18 Jeff Johnston <jjohnstn@redhat.com>
1814
1815 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
1816
1817 2010-12-10 Ian Lance Taylor <iant@google.com>
1818
1819 PR bootstrap/46819
1820 * configure.ac: For --disable-libgcj clear libgcj_saved.
1821 * configure: Rebuild.
1822
1823 2010-12-10 Tobias Burnus <burnus@net-b.de>
1824
1825 PR fortran/46540
1826 * configure.ac: Add --disable-libquadmath and
1827 --disable-libquadmath-support.
1828 * configure: Regenerate.
1829
1830 2010-12-10 Tristan Gingold <gingold@adacore.com>
1831
1832 * src-release (ETC_SUPPORT): add gnu-oids.texi
1833
1834 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
1835
1836 PR libffi/46792
1837 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1838 * configure: Regenerate.
1839
1840 2010-12-02 Ian Lance Taylor <iant@google.com>
1841
1842 * configure.ac: Always set default for poststage1_ldflags to
1843 -static-libstdc++ -static-libgcc.
1844
1845 2010-12-02 Jeff Johnston <jjohnstn@redhat.com>
1846
1847 * COPYING.NEWLIB: Add National Semiconductor notice.
1848
1849 2010-11-29 Andreas Schwab <schwab@redhat.com>
1850
1851 * configure.ac: Move comment to remove extra space in last argument
1852 of GCC_TARGET_TOOL.
1853
1854 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
1855
1856 PR other/46026
1857 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1858 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1859 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1860 (BASE_FLAGS_TO_PASS): Use it.
1861 * configure: Rebuilt.
1862 * Makefile.in: Rebuilt.
1863
1864 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
1865
1866 PR binutils/12258
1867 * configure.ac: Correct comments for --enable-gold/--enable-ld.
1868 Properly check default linker.
1869 * configure: Regnerated.
1870
1871 2010-11-23 Matthias Klose <doko@ubuntu.com>
1872
1873 * configure.ac: For --enable-gold, handle value `default' instead of
1874 `both*'. New configure option --{en,dis}able-ld.
1875 * configure: Regenerate.
1876
1877 2010-11-20 Ian Lance Taylor <iant@google.com>
1878
1879 * configure.ac: Only disable a language library if no language needs
1880 it. Don't let --disable-libgcj uncondtionally disable libffi.
1881 * configure: Rebuild.
1882
1883 2010-11-20 Paolo Bonzini <bonzini@gnu.org>
1884
1885 * configure: Regenerate.
1886
1887 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1888
1889 PR other/46202
1890 * configure.ac: Fix just-built in-tree STRIP name to be
1891 binutils/strip-new.
1892 * configure: Regenerate.
1893 * Makefile.def (install-strip-gcc, install-strip-binutils)
1894 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1895 (install-strip-sid): Mirror dependencies on non-strip variants
1896 of these targets on the respective -strip prerequisites.
1897 * Makefile.tpl (install-strip, install-strip-host)
1898 (install-strip-target): New targets.
1899 (install-strip-[+module+], install-strip-target-[+module+]):
1900 New targets.
1901 * Makefile.in: Regenerate.
1902
1903 2010-11-19 Ian Lance Taylor <iant@google.com>
1904 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1905
1906 * configure.ac: Add target-libgo to target_libraries. Set
1907 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1908 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1909 (HOST_EXPORTS): Add GOC.
1910 (BASE_TARGET_EXPORTS): Add GOC.
1911 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1912 (GOCFLAGS_FOR_TARGET): New variable.
1913 (EXTRA_HOST_FLAGS): Add GOC.
1914 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1915 * Makefile.def (target_modules): Add libgo.
1916 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1917 (dependencies): Add dependency from configure-target-libgo to
1918 configure-target-libffi and all-target-libstdc++-v3. Add
1919 dependencies from all-target-libgo to all-target-libffi.
1920 (languages): Add go.
1921 * configure: Rebuild.
1922 * Makefile.in: Rebuild.
1923
1924 2010-11-19 Ian Lance Taylor <iant@google.com>
1925
1926 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1927 compiler/flag environment variables.
1928
1929 2010-11-18 Ian Lance Taylor <iant@google.com>
1930
1931 * configure.ac: Check for lang_requires_boot_languages in
1932 config-lang.in files.
1933 * configure: Rebuild.
1934
1935 2010-11-17 Mike Frysinger <vapier@gentoo.org>
1936
1937 * .gitignore: New file.
1938
1939 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1940 Tobias Burnus <burnus@net-b.de>
1941
1942 PR fortran/32049
1943 * Makefile.def: Add libquadmath; build it with language=fortran.
1944 * configure.ac: Add libquadmath.
1945 * Makefile.tpl: Handle multiple libs in check-[+language+].
1946 * Makefile.in: Regenerate.
1947 * configure: Regenerate.
1948
1949 2010-11-15 Andreas Schwab <schwab@redhat.com>
1950
1951 * configure.ac: Fix spelling in option names.
1952 * configure: Regenerated.
1953
1954 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
1955
1956 PR bootstrap/39622
1957 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1958 * configure: Regenerated.
1959
1960 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1961
1962 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
1963 define the cloog backend to use. Furthermore, only pass the ppllibs to
1964 the configure checks, if necessary.
1965 * configure: Regenerate.
1966
1967 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1968
1969 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
1970 * configure: regenerate
1971
1972 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1973
1974 * config/cloog.m4: Fix typo. verison -> version.
1975 * configure: Regenerate.
1976
1977 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1978
1979 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
1980 * configure: Regenerate.
1981
1982 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1983
1984 * configure.ac: Support official CLooG.org versions.
1985 * configure: Regenerate.
1986 * config/cloog.m4: New.
1987
1988 2010-11-05 Michael Eager <eager@eagercon.com>
1989
1990 * COPYING.LIBGLOSS: Correct typo in microblaze.
1991 * COPYING.NEWLIB: Same.
1992
1993 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1994
1995 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1996 * configure: Regenerate.
1997
1998 2010-11-03 Ian Lance Taylor <iant@google.com>
1999 Dave Korn <dave.korn.cygwin@gmail.com>
2000
2001 PR lto/46273
2002 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2003 and on other supported platforms whenever LTO is enabled.
2004 * configure: Rebuild.
2005
2006 2010-11-02 Alan Modra <amodra@gmail.com>
2007
2008 PR binutils/12110
2009 * configure.ac: Error when source path contains spaces.
2010 * configure: Regenerate.
2011
2012 2010-10-20 Ian Lance Taylor <iant@google.com>
2013
2014 * Makefile.def (target_modules): Set lib_path to src/.libs for
2015 libstdc++-v3 module.
2016 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2017 * Makefile.in: Rebuild.
2018
2019 2010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2020 Joseph Myers <joseph@codesourcery.com>
2021
2022 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2023 notices.
2024 * COPYING.NEWLIB: Add Texas Instruments notice.
2025
2026 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2027
2028 * configure.ac (build_lto_plugin): New shell variable.
2029 (--enable-lto): Turn on by default for all non-ELF platforms that
2030 have had LTO support added so far. Set build_lto_plugin appropriately
2031 for both ELF and non-ELF.
2032 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2033 * configure: Regenerate.
2034
2035 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2036
2037 PR bootstrap/45326
2038 PR bootstrap/45174
2039 * configure.ac: Honor initial values of $build_configargs,
2040 $host_configargs, $target_configargs. Mark the precious, so
2041 environment settings get recorded.
2042 * configure: Regenerate.
2043
2044 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2045
2046 Sync from GCC:
2047
2048 2010-09-30 Michael Eager <eager@eagercon.com>
2049
2050 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2051 * configure: Regenerate.
2052
2053 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2054
2055 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2056 targets and amend comment.
2057 * configure: Regenerate.
2058
2059 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2060
2061 * configure.ac: Enable LTO by default on Darwin.
2062 * configure: Regenerate.
2063
2064 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2065
2066 PR bootstrap/44455
2067 * configure.ac (extra_mpfr_configure_flags): Copy from
2068 extra_mpc_gmp_configure_flags.
2069 * configure: Re-generated.
2070
2071 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2072
2073 Sync from GCC:
2074
2075 PR bootstrap/45796
2076 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2077 Depend on all-build-libiberty.
2078 * Makefile.in: Regenerate.
2079
2080 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2081
2082 Sync from GCC:
2083
2084 PR bootstrap/44621
2085 * configure.ac: Fix unportable shell quoting.
2086 * configure: Regenerate.
2087
2088 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2089
2090 * configure.ac: Support all v850 targets.
2091 * configure: Regenerate.
2092
2093 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2094
2095 PR target/44862
2096 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2097 Provide -B option to allow for link spec %s substitutions for
2098 libstdc++.a on darwin.
2099 * Makefile.in: Regenerate.
2100
2101 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
2102
2103 * Makefile.def (configure-gcc): Depend on all-libelf.
2104 * Makefile.in: Rebuild.
2105
2106 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2107
2108 * config.sub, config.guess: Update from upstream sources.
2109
2110 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2111
2112 Sync from GCC:
2113
2114 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2115 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2116 * configure: Regenerated.
2117
2118 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2119 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2120 * configure: Regenerate.
2121
2122 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2123 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2124 * configure: Regenerate.
2125
2126 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2127 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2128 separately.
2129 * configure: Regenerate.
2130
2131 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2132 * configure: Regenerate after change to elf.m4.
2133
2134 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2135 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2136 * configure: Regenerated.
2137
2138 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2139 * configure.ac: Print "buggy but acceptable" when CLooG
2140 revision is less than 9.
2141 * configure: Regenerated.
2142
2143 2010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2144
2145 Merge from gcc:
2146
2147 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2148 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2149 * configure: Regenerate.
2150
2151 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2152 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2153 a platform that supports LTO.
2154 * configure: Regenerate.
2155
2156 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2157 PR lto/42776
2158 * configure.ac (--enable-lto): Refactor handling so libelf tests
2159 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2160 and allow LTO to be explicitly enabled on non-ELF platforms that
2161 are known to support it inside else-clause.
2162 * configure: Regenerate.
2163
2164 2010-04-27 Roland McGrath <roland@redhat.com>
2165 H.J. Lu <hongjiu.lu@intel.com>
2166
2167 * configure.ac (--enable-gold): Support both, both/gold and
2168 both/bfd to add gold to configdirs without removing ld.
2169 * configure: Regenerated.
2170
2171 * Makefile.def: Add install-gold dependency to install-ld.
2172 * Makefile.in: Regenerated.
2173
2174 2010-04-14 Tristan Gingold <gingold@adacore.com>
2175
2176 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2177 * configure: Regenerate.
2178
2179 2010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2180
2181 Merge from gcc:
2182 PR bootstrap/43615
2183 PR bootstrap/43328
2184 Revert:
2185 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2186 * configure.ac: Do not pass --enable-multilib nor
2187 --disable-multilib in baseargs. Accept explicitly passed
2188 --enable_multilib.
2189 * configure: Regenerate.
2190
2191 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2192
2193 PR bootstrap/43328
2194 * configure.ac: Do not pass --enable-multilib nor
2195 --disable-multilib in baseargs. Accept explicitly passed
2196 --enable_multilib.
2197 * configure: Regenerate.
2198
2199 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2200
2201 * configure.ac (tic6x-*-*): New case.
2202 * configure: Regenerate.
2203
2204 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2205
2206 Merge from gcc:
2207 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2208 PR ada/42554
2209 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2210 * configure: Regenerate.
2211
2212 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2213
2214 * config.sub: Update to version 2010-03-22.
2215 * config.guess: Update to version 2009-12-30.
2216
2217 2010-03-14 Joseph Myers <joseph@codesourcery.com>
2218
2219 Merge from gcc:
2220 2010-01-11 Richard Guenther <rguenther@suse.de>
2221 PR lto/41569
2222 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2223 * Makefile.in: Regenerated.
2224
2225 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2226
2227 PR libstdc++/32499
2228 * configure.ac (RANLIB): Default to true.
2229 (STRIP): Likewise.
2230 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2231 * configure: Regenerate.
2232
2233 2010-02-17 Nick Clifton <nickc@redhat.com>
2234
2235 PR 11238
2236 * Makefile.tpl (local-distclean): Also remove config.cache files in
2237 sub-directories as there may not be Makefiles present in the
2238 sub-directories.
2239 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2240 the config.cache files found by the find command.
2241
2242 * Makefile.in: Regenerate.
2243 * configure.ac: Revert previous delta.
2244 * configure: Regenerate.
2245
2246 2010-02-15 Nick Clifton <nickc@redhat.com>
2247
2248 PR 11238
2249 * configure.ac: Delete config.cache files in sub-directories when
2250 deleting Makefiles.
2251 * configure: Regenerate.
2252
2253 2010-02-15 Nick Clifton <nickc@redhat.com>
2254
2255 * configure.ac: Sync from gcc.
2256 * configure: Regenerate.
2257
2258 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2259
2260 Sync from gcc:
2261 * configure.ac: Add "recommended" version checks for GMP/MPC.
2262 Update recommended GMP/MPFR/MPC versions.
2263 * configure: Regenerate.
2264
2265 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
2266
2267 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2268 * configure.ac (bootstrap_target_libs): Make inclusion of
2269 target-libgomp conditional on libgomb being in target_configdirs.
2270 * configure: Regenerate.
2271
2272 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
2273
2274 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2275 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2276 * configure: Regenerate.
2277
2278 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
2279
2280 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2281 * configure.ac (target_configdirs): Substitute.
2282 * Makefile.def: Bootstrap target module libgomp.
2283 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2284 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2285 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2286 * configure, Makefile.in: Regenerate.
2287
2288 2009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2289
2290 * libtool.m4: Sync from git Libtool.
2291 * ltmain.sh: Likewise.
2292 * ltoptions.m4: Likewise.
2293 * ltversion.m4: Likewise.
2294 * lt~obsolete.m4: Likewise.
2295
2296 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2297 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2298
2299 PR bootstrap/42424
2300 * configure.ac: Include libtool m4 files.
2301 (_LT_CHECK_OBJDIR): Call it.
2302 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2303 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
2304
2305 * configure: Regenerate.
2306
2307 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2308
2309 PR bootstrap/41818
2310 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2311 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2312 * Makefile.in: Regenerate.
2313
2314 2009-12-18 Ben Elliston <bje@au.ibm.com>
2315
2316 * config.sub, config.guess: Update from upstream sources.
2317
2318 2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
2319
2320 * COPYING.NEWLIB: Update copyright date.
2321 * COPYING.LIBGLOSS: Ditto.
2322
2323 2009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2324
2325 PR middle-end/30447
2326 PR middle-end/30789
2327 PR other/40302
2328
2329 * configure.ac: Require MPC.
2330 * configure: Regenerate.
2331
2332 * configure.ac: Update minimum MPC version to 0.8.
2333 * configure: Regenerate.
2334
2335 2009-11-20 Paolo Bonzini <bonzini@gnu.org>
2336
2337 * config.guess: Sync with upstream and gcc.
2338 * config.sub: Sync with upstream and gcc.
2339
2340 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2341
2342 * Makefile.def: Restore host and target settings for gmp.
2343 * Makefile.in: Rebuild.
2344
2345 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2346
2347 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2348 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2349 Fix portability of test of C++ as bootstrap language. Add
2350 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2351 * configure: Rebuild.
2352 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2353 and cloog. Fix in-tree ppl configuration. Introduce libelf
2354 in-tree building.
2355 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2356 (POSTSTAGE1_HOST_EXPORTS): Use it.
2357 (STAGE[+id+]_CXXFLAGS): New.
2358 (BASE_FLAGS_TO_PASS): Pass it down.
2359 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2360 extra_exports.
2361 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2362 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2363 extra_exports.
2364 * Makefile.in: Rebuild.
2365
2366 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2367
2368 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2369 paths for *-w64-mingw* and x86_64-*mingw*.
2370 * configure: Regenerated.
2371
2372 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
2373
2374 * configure.ac: Disable target-winsup & co for
2375 x86_64-*-mingw* and *-w64-mingw* targets.
2376 * configure: Regenerated.
2377
2378 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2379
2380 * configure.ac (CLooG test): Use = with test.
2381 * configure: Regenerate.
2382
2383 2009-10-22 Richard Guenther <rguenther@suse.de>
2384
2385 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2386 cloog if the ppl version check failed. Move flags saving
2387 before setting in libelf check.
2388 * configure: Regenerate.
2389
2390 2009-10-21 Richard Guenther <rguenther@suse.de>
2391
2392 * configure.ac: Adjust the ppl and cloog configure to work as
2393 documented. Disable cloog if ppl was disabled. Omit the version
2394 checks if they were disabled.
2395 * configure: Re-generate.
2396
2397 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2398
2399 * configure.ac: Add 'lto' to enable_languages, not
2400 new_enable_languages, and only if not already present.
2401 * configure: Regenerate.
2402
2403 2009-10-06 Ian Lance Taylor <iant@google.com>
2404
2405 * Makefile.def: check-gold depends upon all-gas.
2406 * Makefile.in: Rebuild.
2407
2408 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2409
2410 * Makefile.def: all-lto-plugin depends on all-libiberty.
2411 set bootstrap=true for lto-plugin.
2412 Add lto-plugin.
2413 * Makefile.in: Regenerate.
2414 * configure.ac (host_libs): Add lto-plugin.
2415 * configure: Regenerate.
2416
2417 2009-10-03 Diego Novillo <dnovillo@google.com>
2418
2419 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2420 (HOST_LIBELFLIBS): Define.
2421 (HOST_LIBELFINC): Define.
2422 * Makefile.in: Regenerate.
2423 * configure.ac: Add --enable-lto.
2424 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2425 If --enable-lto is used, add 'lto' to new_enable_languages.
2426 If --enable-lto is used and gold is enabled, add
2427 lto-plugin to configdirs.
2428 * configure: Regenerate.
2429
2430 2009-10-03 Simon Baldwin <simonb@google.com>
2431
2432 * configure.ac: If --with-system-zlib, suppress local zlib and
2433 pass --with-system-zlib to subdir configure scripts.
2434 * configure: Regenerate.
2435
2436 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
2437 Paolo Bonzini <bonzini@gnu.org>
2438
2439 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2440 $(srcdir).
2441 * Makefile.in: Rebuilt.
2442
2443 2009-09-29 Paolo Bonzini <bonzini@gnu.org>
2444
2445 Sync from gcc:
2446 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2447
2448 * configure.ac: Update minimum MPC version to 0.7.
2449 * configure: Regenerate.
2450
2451 2009-09-25 Nick Clifton <nickc@redhat.com>
2452
2453 * configure.ac: Pass any --cache-file=/dev/null option on to
2454 subconfigures.
2455 * configure: Regenerate.
2456
2457 2009-09-23 Nick Clifton <nickc@redhat.com>
2458
2459 * config.sub, config.guess: Update from upstream sources.
2460
2461 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
2462
2463 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2464 * Makefile.in: Rebuilt.
2465
2466 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2467
2468 PR bootstrap/32272
2469 * configure.ac: Error out if $srcdir isn't '.' but contains
2470 host-${host_noncanonical}.
2471 * configure: Regenerate.
2472
2473 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2474
2475 * configure.ac: If bootstrapping a combined tree with
2476 --enable-gold, require c++ in stage1_languages.
2477 * configure: Regenerate.
2478
2479 * configure.ac: Also add target_libs of stage1_languages to
2480 bootstrap_target_libs.
2481 * configure: Regenerate.
2482
2483 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2484 with --enable-languages not containing c++.
2485 * configure: Regenerate.
2486
2487 2009-09-16 Jie Zhang <jie.zhang@analog.com>
2488
2489 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2490 * configure: Regenerate.
2491
2492 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2493
2494 * configure.ac: Do not use $extrasub for replacing @if/@endif
2495 parts in Makefile; instead, use additional arguments to
2496 AC_CONFIG_COMMANDS to do the replacement manually, with several
2497 sed invocations, to avoid HP-UX sed command limits.
2498 * configure: Regenerate.
2499
2500 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
2501
2502 * configure.ac (with-build-config): Document. Handle without.
2503 Handle missing argument.
2504 * configure: Rebuilt.
2505
2506 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
2507
2508 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2509 Default to bootstrap-debug only if compare-debug works.
2510 * configure: Rebuilt.
2511 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2512 * Makefile.in: Rebuilt.
2513
2514 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
2515
2516 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2517 * Makefile.in: Rebuilt.
2518
2519 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
2520
2521 * Makefile.tpl (AWK): Fix typo.
2522 * Makefile.in: Regenerate.
2523
2524 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
2525
2526 * configure.ac: Detect awk and sed.
2527 * Makefile.def (flags_to_pass): Add AWK and SED.
2528 * Makefile.tpl (AWK, SED): New.
2529 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2530 * configure: Regenerate.
2531 * Makefile.in: Regenerate.
2532
2533 2009-09-01 Tristan Gingold <gingold@adacore.com>
2534
2535 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
2536 Remove logical names.
2537
2538 2009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
2539
2540 * ltmain.sh (func_normal_abspath): New function.
2541 (func_relative_path): Likewise.
2542 (func_mode_help): Document new -bindir option for link mode.
2543 (func_mode_link): Add new -bindir option, and use it to place
2544 output DLL if specified.
2545
2546 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2547
2548 * configure.ac (AC_PREREQ): Bump to 2.64.
2549
2550 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2551
2552 * README-maintainer-mode: Point directly to upstream locations
2553 for autoconf, automake, libtool, gettext, instead of copies on
2554 sources.redhat.com. Document required versions.
2555 * configure.ac: Do not substitute datarootdir, htmldir,
2556 pdfdir, docdir. Do not process --with-datarootdir,
2557 --with-htmldir, --with-pdfdir, --with-docdir.
2558 * configure: Regenerate.
2559
2560 * configure: Regenerate.
2561
2562 * compile: Sync from Automake 1.11.
2563 * depcomp: Likewise.
2564 * install-sh: Likewise.
2565 * missing: Likewise.
2566 * mkinstalldirs: Likewise.
2567 * ylwrap: Likewise.
2568
2569 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2570
2571 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2572 (baseargs): Add --disable-option-checking.
2573 * configure: Regenerate.
2574
2575 * Makefile.def (configure-target-libiberty): Depend on
2576 all-binutils and all-ld.
2577 (configure-target-newlib): Likewise.
2578 * Makefile.in: Regenerate.
2579
2580 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2581
2582 Sync with GCC, merge:
2583
2584 2009-07-31 Christian Bruel <christian.bruel@st.com>
2585
2586 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2587 * configure: Regenerate.
2588
2589 2009-07-06 Ian Lance Taylor <iant@google.com>
2590
2591 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2592 * configure: Rebuild.
2593
2594 2009-06-26 Steve Ellcey <sje@cup.hp.com>
2595
2596 PR bootstrap/40338
2597 * configure.ac (comparestring): Create new variable.
2598 * Makefile.tpl (comparestring): Use to skip some comparisions.
2599 * configure: Regenerate.
2600 * Makefile.in: Regenerate.
2601
2602 2009-06-23 Ian Lance Taylor <iant@google.com>
2603
2604 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
2605 boot_languages. Only bootstrap target libraries listed in
2606 target_libs for some boot language. Add --with-stage1-ldflags,
2607 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
2608 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
2609 if not building with C++.
2610 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2611 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2612 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2613 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2614 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
2615 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2616 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2617 * configure, Makefile.in: Rebuild.
2618
2619 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2620
2621 * configure.ac: Detect MPC in default directory.
2622 * configure: Regenerate.
2623
2624 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
2625
2626 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2627 to noconfdirs.
2628 * configure: Regenerate.
2629
2630 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2631
2632 * Makefile.def: Add MPC support and dependencies.
2633 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
2634
2635 * Makefile.in, configure: Regenerate.
2636
2637 2009-05-24 Nicolas Roche <roche@adacore.com>
2638
2639 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2640 * Makefile.in: Regenerate.
2641
2642 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
2643
2644 * configure.ac (cygwin noconfigdirs): Remove libgcj.
2645 * configure: Regenerate.
2646
2647 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
2648
2649 * configure.ac ($with_ppl): Default to no if not supplied.
2650 ($with_cloog): Likewise.
2651 configure: Regenerate.
2652
2653 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2654
2655 PR bootstrap/39739
2656 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2657 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2658
2659 * configure, Makefile.in: Regenerate.
2660
2661 2009-04-14 Jakub Jelinek <jakub@redhat.com>
2662
2663 * configure.ac: Change copyright header to refer to version
2664 3 of the GNU General Public License and to point readers at the
2665 COPYING3 file and the FSF's license web page.
2666 * Makefile.def: Likewise.
2667 * Makefile.tpl: Likewise.
2668 * Makefile.in: Regenerate.
2669
2670 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
2671
2672 * configure.ac: Restore match for darwin9 or later. Use double
2673 brackets since regeneration eats one pair.
2674 * configure: Regenerate.
2675
2676 2009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
2677
2678 * MAINTAINERS: Perform some obvious fixups.
2679
2680 2009-08-17 Ben Elliston <bje@au.ibm.com>
2681
2682 * config.sub, config.guess: Update from upstream sources.
2683
2684 2009-08-06 Michael Eager <eager@eagercon.com>
2685
2686 * configure.ac: Add Microblaze target.
2687 * configure: Regenerate.
2688
2689 2009-07-02 Tristan Gingold <gingold@adacore.com>
2690
2691 * configure.ac: Do not exclude gas for i386-*-darwin.
2692 Add a case for x86_64-*-darwin.
2693 * configure: Regenerate.
2694
2695 2009-06-26 Doug Evans <dje@sebabeach.org>
2696
2697 * Makefile.def (host_modules): Add cgen.
2698 * Makefile.in: Regenerate.
2699 * configure.ac (host_tools): Add cgen.
2700 * configure: Regenerate.
2701
2702 2009-06-17 Michael Eager <eager@eagercon.com>
2703
2704 * COPYING.LIBGLOSS: Add Xilinx license.
2705
2706 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
2707
2708 * configure.ac: Define is_elf for QNX Neutrino targets.
2709 * configure: Regenerate.
2710
2711 2009-06-03 Jerome Guitton <guitton@adacore.com>
2712 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2713
2714 * Makefile.tpl (all): Avoid a trailing backslash.
2715 * Makefile.in: Regenerate.
2716
2717 2009-06-03 Ben Elliston <bje@au.ibm.com>
2718
2719 * config.sub, config.guess: Update from upstream sources.
2720
2721 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
2722
2723 * Makefile.tpl ([+compare-target+]): Compare all stage
2724 directories, rather than just gcc.
2725 * Makefile.in: Rebuilt.
2726
2727 2009-05-28 Doug Kwan <dougkwan@google.com>
2728
2729 * configure.ac: Support gold for target arm*-*-*.
2730 * configure: Regenerate.
2731
2732 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
2733
2734 * Makefile.tpl (all): Avoid harmless warning in make all when
2735 gcc-bootstrap is enabled but stage_last does not exist.
2736 * Makefile.in: Rebuilt.
2737
2738 2009-05-25 Tristan Gingold <gingold@adacore.com>
2739
2740 * setup.com: Complete the file with configuration and build.
2741
2742 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2743
2744 PR other/40159
2745 * Makefile.tpl (all): Don't assume gcc-bootstrap and
2746 gcc-no-bootstrap are mutually exclusive.
2747 * Makefile.in: Rebuilt.
2748
2749 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2750
2751 PR other/40159
2752 * Makefile.tpl (all): Don't end with unconditional success.
2753 * Makefile.in: Rebuilt.
2754
2755 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
2756
2757 PR target/37137
2758 * Makefile.def (flags_to_pass): Remove redundant and incomplete
2759 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2760 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2761 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
2762 stage_configureflags, stage_cflags and stage_libcflags into
2763 explicit Makefile macros.
2764 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2765 GFORTRAN.
2766 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2767 CC. Set CC_FOR_BUILD from CC.
2768 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2769 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2770 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2771 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
2772 and GFORTRAN.
2773 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2774 (_LIBCFLAGS): Renamed to _TFLAGS.
2775 (do-compare-debug, do-compare3-debug): Drop.
2776 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2777 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2778 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2779 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2780 (XGCC_FLAGS_FOR_TARGET): New.
2781 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2782 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2783 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2784 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2785 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
2786 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
2787 TFLAGS.
2788 (BUILD_CONFIG): Include if requested.
2789 (all): Set TFLAGS on bootstrap.
2790 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2791 (all-stageid-prefixmodule): Likewise.
2792 (do-clean, distclean-stageid): Set TFLAGS.
2793 (restrap): Fix whitespace.
2794 * Makefile.in: Rebuilt.
2795
2796 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
2797
2798 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2799 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2800 * Makefile.in: Regenerate.
2801
2802 2009-04-24 Eli Zaretskii <eliz@gnu.org>
2803
2804 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
2805 consistency with config.sub. (Update from upstream sources.)
2806
2807 2009-04-21 Joseph Myers <joseph@codesourcery.com>
2808
2809 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
2810
2811 2009-04-17 Ben Elliston <bje@au.ibm.com>
2812
2813 * config.sub, config.guess: Update from upstream sources.
2814
2815 2009-04-15 Anthony Green <green@moxielogic.com>
2816
2817 * configure.ac: Add moxie support.
2818 * configure: Rebuilt.
2819
2820 2009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2821
2822 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2823 * configure: Regenerate.
2824
2825 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
2826
2827 PR gas/10039
2828 * configure.ac: Require texinfo 4.7.
2829 * configure: Regenerated.
2830
2831 2009-04-09 Steve Ellcey <sje@cup.hp.com>
2832
2833 * Makefil.def (languages): New entries.
2834 * Makefile.tpl (check-gcc-*): New generic target.
2835 * Makefile.in: Regenerate.
2836
2837 2009-03-27 Eli Zaretskii <eliz@gnu.org>
2838
2839 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
2840 Windows builds of Sed.
2841
2842 2009-03-18 Tom Tromey <tromey@redhat.com>
2843
2844 * configure: Rebuild.
2845 * configure.ac (host_libs): Add libiconv.
2846 * Makefile.in: Rebuild.
2847 * Makefile.def (host_modules): Add libiconv.
2848 (configure-gdb, all-gdb): Depend on libiconv.
2849
2850 2009-03-16 Tristan Gingold <gingold@adacore.com>
2851
2852 * configure.ac: Treat gdb as supported on x86_64-darwin.
2853 * configure: Regenerate.
2854
2855 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2856
2857 Merge from GCC:
2858
2859 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2860
2861 * configure.ac (--with-host-libstdcxx): New option.
2862 * configure: Regenerate.
2863
2864 2009-01-29 Robert Millan <rmh@aybabtu.com>
2865
2866 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2867 * configure: Regenerate.
2868
2869 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
2870
2871 PR tree-optimization/38515
2872 * configure.ac (cloog-polylib): Removed.
2873 (with_ppl, with_cloog): Test for "no".
2874 * configure: Regenerated.
2875
2876 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2877
2878 Backport from git Libtool:
2879
2880 2009-01-19 Robert Millan <rmh@aybabtu.com>
2881 Support GNU/kOpenSolaris.
2882 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2883 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2884 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2885 GNU/kOpenSolaris.
2886
2887 2009-02-05 Andreas Schwab <schwab@suse.de>
2888
2889 * Makefile.tpl (stage_last): Define $r and $s before using
2890 $(RECURSE_FLAGS_TO_PASS).
2891 * Makefile.in: Regenerate
2892
2893 2009-01-21 Jeff Johnston <jjohnstn@redhat.com>
2894
2895 * COPYING.NEWLIB: Add ARM license.
2896
2897 2009-01-16 Alan Modra <amodra@bigpond.net.au>
2898
2899 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2900 (all-opcodes): Depend on all-libiberty.
2901 * Makefile.in: Regenerate.
2902
2903 2009-01-15 Douglas B Rupp <rupp@gnat.com>
2904
2905 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2906 * configure: Regenerate.
2907
2908 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2909
2910 Backport link test fix from upstream Libtool:
2911
2912 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2913 Add cache variables to tests that require the linker to work.
2914 For shlibpath_overrides_runpath, this also changes the semantics
2915 to let the result from the C compiler take precedence.
2916 compiler take precedence.
2917
2918 2008-12-02 Ben Elliston <bje@au.ibm.com>
2919
2920 * config.sub, config.guess: Update from upstream sources.
2921
2922 2008-12-17 Jeff Johnston <jjohnstn@redhat.com>
2923
2924 * COPYING.NEWLIB: Updated.
2925 * COPYING.LIBGLOSS: Ditto.
2926
2927 2008-12-16 Paolo Bonzini <bonzini@gnu.org>
2928
2929 Sync with GCC:
2930
2931 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
2932
2933 * configure.ac (ppllibs): Add by default the lib flags.
2934 * configure: Regenerate.
2935
2936 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2937
2938 * configure.ac: Add double brackets on darwin[912].
2939 * configure: Regenerate.
2940
2941 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
2942
2943 * configure.ac: Expand to darwin10 and later.
2944 * configure: Regenerate.
2945
2946 2008-12-02 Andreas Schwab <schwab@suse.de>
2947
2948 * Makefile.def: configure-target-boehm-gc depends on
2949 all-target-libstdc++-v3.
2950 * Makefile.in: Regenerate.
2951
2952 2008-12-02 Ben Elliston <bje@au.ibm.com>
2953
2954 * config.sub, config.guess: Update from upstream sources.
2955
2956 2008-11-27 Joseph Myers <joseph@codesourcery.com>
2957
2958 Merge from GCC:
2959
2960 2007-12-02 Matthias Klose <doko@ubuntu.com>
2961
2962 * config-ml.in: Remove 64bit configure tests.
2963
2964 2008-05-14 Rafael Espindola <espindola@google.com>
2965
2966 * config-ml.in: don't handle --enable-shared and --enable-static.
2967
2968 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
2969 Tobias Grosser <grosser@fim.uni-passau.de>
2970 Jan Sjodin <jan.sjodin@amd.com>
2971 Harsha Jagasia <harsha.jagasia@amd.com>
2972 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2973 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2974 Adrien Eliche <aeliche@isty.uvsq.fr>
2975
2976 Merge from graphite branch.
2977 * configure: Regenerate.
2978 * Makefile.in: Regenerate.
2979 * configure.ac (host_libs): Add ppl and cloog.
2980 Add checks for PPL and CLooG.
2981 * Makefile.def (ppl, cloog): Added modules and dependences.
2982 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2983 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2984
2985 2008-09-03 Richard Guenther <rguenther@suse.de>
2986
2987 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2988 cloog test.
2989 * configure: Re-generate.
2990
2991 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
2992
2993 * configure.ac (--with-cloog-polylib): New.
2994 (--disable-cloog-version-check): New.
2995 (--disable-ppl-version-check): New.
2996 * configure: Re-generate.
2997
2998 2008-09-05 Richard Guenther <rguenther@suse.de>
2999
3000 * configure.ac: Initialize clooglibs to -lcloog.
3001 * configure: Re-generate.
3002
3003 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3004
3005 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3006 recommended version to 2.3.2.
3007
3008 * configure: Regenerate.
3009
3010 2008-10-31 Ben Elliston <bje@au.ibm.com>
3011
3012 * configure.ac (spu-*-*): Remove special case.
3013 * configure: Regenerate.
3014
3015 Complete comment text from GCC version of:
3016
3017 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3018
3019 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3020 (GCC_SHLIB_SUBDIR): New.
3021 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3022 * configure: Regenerate.
3023 * Makefile.in: Regenerate.
3024
3025 2008-11-27 Tristan Gingold <gingold@adacore.com>
3026
3027 * configure.ac: Build gdb for i?86-*-darwin*
3028 * configure: Regenerated.
3029
3030 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3031
3032 PR bootstrap/38014
3033 PR bootstrap/37923
3034
3035 Revert:
3036
3037 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3038
3039 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3040 * Makefile.in: Regenerated.
3041
3042 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3043
3044 PR gdb/921
3045 PR gdb/1646
3046 PR gdb/2175
3047 PR gdb/2176
3048
3049 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3050 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3051 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3052 (HOST_EXPORTS): Pass CPPFLAGS.
3053 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3054 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3055 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3056 * Makefile.in, configure: Regenerated.
3057 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3058 and CPPFLAGS_FOR_BUILD.
3059
3060 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3061
3062 * configure.ac [spu-*-*]: Do not set skipdirs.
3063 * configure: Re-generate.
3064
3065 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3066
3067 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3068 * Makefile.in: Regenerated.
3069
3070 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3071
3072 PR gdb/921
3073 PR gdb/1646
3074 PR gdb/2175
3075 PR gdb/2176
3076
3077 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3078 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3079 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3080 (HOST_EXPORTS): Pass CPPFLAGS.
3081 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3082 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3083 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3084 * Makefile.in, configure: Regenerated.
3085 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3086 and CPPFLAGS_FOR_BUILD.
3087
3088 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3089
3090 * libtool.m4: Update to libtool 2.2.6.
3091 * lt~obsolete.m4: Update to libtool 2.2.6.
3092 * ltmain.sh: Update to libtool 2.2.6.
3093 * ltsugar.m4: Update to libtool 2.2.6.
3094 * ltversion.m4: Update to libtool 2.2.6.
3095 * ltoptions.m4: Update to libtool 2.2.6.
3096 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3097
3098 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3099
3100 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3101 (GCC_SHLIB_SUBDIR): New.
3102 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3103 * configure: Regenerate.
3104 * Makefile.in: Regenerate.
3105
3106 2008-08-28 Tristan Gingold <gingold@adacore.com>
3107
3108 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3109 Enable bfd, binutils and opcodes.
3110 * configure: Regenerate.
3111
3112 2008-08-16 Nicolas Roche <roche@adacore.com>
3113
3114 * Makefile.tpl: Add BOOT_ADAFLAGS.
3115 * Makefile.in: Regenerate.
3116
3117 2008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3118
3119 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3120 * configure: Regenerate.
3121
3122 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3123
3124 Sync with gcc:
3125 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3126
3127 * configure.ac: Add makefile fragments for hpux.
3128 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3129 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3130 * configure: Regenerate.
3131 * Makefile.in: Regenerate.
3132
3133 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3134
3135 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3136 * Makefile.in: Regenerate.
3137 * configure: Regenerate.
3138
3139 2008-06-18 Ian Lance Taylor <iant@google.com>
3140
3141 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3142
3143 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3144
3145 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3146
3147 * configure: Regenerate.
3148
3149 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3150
3151 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3152 "$@" is still intact with both Autoconf 2.59 and 2.62.
3153 * configure: Regenerate.
3154
3155 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3156
3157 * Makefile.tpl: Fix comment errors.
3158 * Makefile.in: Regenerate.
3159
3160 2008-06-13 Julian Brown <julian@codesourcery.com>
3161
3162 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3163 of libobjc for ARM EABI Linux.
3164 * configure: Regenerate.
3165
3166 2008-06-12 David S. Miller <davem@davemloft.net>
3167 David Edelsohn <edelsohn@gnu.org>
3168
3169 * configure.ac: Add powerpc*-*-* to gold supported targets.
3170 * configure: Regenerate.
3171
3172 2008-06-08 Joseph Myers <joseph@codesourcery.com>
3173
3174 PR tree-optimization/36218
3175 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3176 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3177 (all prefix="build-"): Pass them to build-system sub-makes.
3178 * Makefile.in: Regenerate.
3179
3180 2008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3181
3182 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3183 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3184 mkdep, and compile. Update comments.
3185 (ETC_SUPPORT): Add ChangeLog and update comments.
3186
3187 2008-05-11 Ian Lance Taylor <iant@google.com>
3188
3189 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3190
3191 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3192
3193 Sync with gcc:
3194 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3195
3196 PR bootstrap/35457
3197 * configure.ac: Include override.m4.
3198 * configure: Regenerate.
3199
3200 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3201
3202 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3203 * Makefile.in: Regenerate.
3204
3205 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3206
3207 * configure.ac: Do not build libssp for the AVR.
3208 * configure: Regenerate.
3209
3210 2008-04-18 Nick Clifton <nickc@redhat.com>
3211
3212 * MAINTAINERS: Replace reference to configure.in with reference to
3213 configure.ac.
3214
3215 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3216
3217 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3218 as nonconfigurable directories list.
3219 * configure: Regenerate.
3220
3221 2008-04-14 David S. Miller <davem@davemloft.net>
3222
3223 * configure.ac: Add sparc*-*-* to gold supported targets.
3224 * configure: Regenerate.
3225
3226 2008-04-14 Ben Elliston <bje@au.ibm.com>
3227
3228 * config.sub, config.guess: Update from upstream sources.
3229
3230 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
3231
3232 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3233 * Makefile.in: Regenerate.
3234
3235 2008-04-07 Ian Lance Taylor <iant@google.com>
3236
3237 * Makefile.def: check-gold depends upon all-binutils.
3238 * Makefile.in: Regenerate.
3239
3240 2008-04-04 Nick Clifton <nickc@redhat.com>
3241
3242 PR binutils/4334
3243 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3244 builds.
3245 * configure: Regenerate.
3246
3247 2008-04-04 NightStrike <NightStrike@gmail.com>
3248
3249 PR other/35151
3250 * configure.ac: Combine rules for mingw32 and mingw64.
3251 * configure: Regenerate.
3252
3253 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
3254
3255 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3256 * Makefile.in: Regenerate.
3257
3258 2008-03-20 Ian Lance Taylor <iant@google.com>
3259
3260 * configure.ac: Add support for --enable-gold.
3261 * Makefile.def: Add gold as a directory like ld.
3262 * configure, Makefile.in: Regenerate.
3263
3264 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
3265
3266 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3267 (s390_cond_extensions): Reduced extensions to the compare related.
3268 (main): z10 cpu type option added.
3269 (expandConditionalJump): Renamed to ...
3270 (insertExpandedMnemonic): ... this.
3271
3272 * opcodes/s390-opc.c: Re-group the operand format makros.
3273 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
3274 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
3275 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
3276 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
3277 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
3278 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
3279 INSTR_SIL_RDU): New instruction formats added.
3280 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
3281 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
3282 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
3283 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
3284 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
3285 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
3286 masks added.
3287 (s390_opformats): New formats added "ris", "rrs", "sil".
3288 * opcodes/s390-opc.txt: Add the conditional jumps with the
3289 extensions removed from automatic expansion in s390-mkopc.c manually.
3290 (asi - trtre): Add new System z10 EC instructions.
3291 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3292
3293 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3294
3295 * configure.ac: m4_include config/proginstall.m4.
3296 * configure: Regenerate.
3297
3298 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3299
3300 Backport from upstream Libtool:
3301
3302 2007-10-12 Eric Blake <ebb9@byu.net>
3303
3304 Deal with Autoconf 2.62's semantic change in m4_append.
3305 * ltsugar.m4 (lt_append): Replace broken versions of
3306 m4_append.
3307 (lt_if_append_uniq): Don't require separator to be overquoted,
3308 and avoid broken m4_append.
3309 (lt_dict_add): Fix typo.
3310 * libtool.m4 (_LT_DECL): Don't overquote separator.
3311
3312 2008-03-13 David Edelsohn <edelsohn@gnu.org>
3313
3314 * config.rpath: Add AIX 6 support.
3315
3316 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
3317
3318 * Makefile.def (stageprofile). Remove -fprofile-generate
3319 from stage_libcflags.
3320 * Makefile.in: Regenerate.
3321
3322 2008-03-13 Ben Elliston <bje@au.ibm.com>
3323
3324 * config.sub, config.guess: Update from upstream sources.
3325
3326 2008-03-06 Florian Krohm <fkrohm@us.ibm.com>
3327
3328 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
3329 * s390-opc.txt (cmpsc): Duplicate entry removed.
3330 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
3331 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
3332 fier, cu42, cu41): Fix operand format.
3333
3334 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
3335
3336 PR bootstrap/32009
3337 PR bootstrap/32161
3338
3339 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3340 * configure: Regenerate.
3341
3342 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3343 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3344 STAGE4_LIBCFLAGS): New.
3345 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3346 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3347 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3348 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3349 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3350 for target modules. Don't export LIBCFLAGS.
3351 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3352 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3353 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3354 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3355 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3356 * Makefile.in: Regenerate.
3357
3358 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3359
3360 PR libgcj/33085
3361 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3362 Do not use -DDLL_EXPORT. Backport from upstream.
3363
3364 2008-02-14 Nick Clifton <nickc@redhat.com>
3365
3366 Import this patch from gcc:
3367 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3368
3369 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3370
3371 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
3372
3373 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3374 * configure: Regenerate.
3375
3376 2008-01-31 Marc Gauthier <marc@tensilica.com>
3377
3378 * configure.ac (xtensa*-*-*): Recognize processor variants.
3379 * configure: Regenerate.
3380
3381 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3382
3383 PR bootstrap/34922
3384 * configure.ac (PARSE_ARGS): Push suitable setting of
3385 ac_subdirs_all, for `./configure --help=recursive'.
3386 Handle `+' in generic toplevel directory disabling.
3387 * configure: Regenerate.
3388
3389 2008-01-23 Ben Elliston <bje@au.ibm.com>
3390
3391 * config.sub, config.guess: Update from upstream sources.
3392
3393 2008-01-08 Ben Elliston <bje@au.ibm.com>
3394
3395 * config.sub, config.guess: Update from upstream sources.
3396
3397 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3398
3399 * COPYING.LIBGLOSS: Update default copyright.
3400
3401 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3402
3403 * COPYING.NEWLIB: Update default copyright.
3404
3405 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3406
3407 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3408 Change recommended MPFR from 2.2.1 > 2.3.0.
3409 * configure: Regenerate.
3410
3411 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3412
3413 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3414 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3415 * Makefile.in: Regenerate.
3416
3417 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3418
3419 * configure.ac: Enable libjava for x86_64-*-darwin9.
3420 * configure: Regenerate.
3421
3422 2007-12-05 Ben Elliston <bje@au.ibm.com>
3423
3424 * config.sub, config.guess: Update from upstream sources.
3425
3426 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3427
3428 * config-ml.in: Robustify against white space in absolute file
3429 names.
3430
3431 * config-ml.in (multi-clean): Substitute ${Makefile}.
3432 Remove superfluous ${Makefile} in list.
3433
3434 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3435
3436 * Makefile.def (dependencies): Make configure-gdb depend on
3437 all-intl.
3438 * Makefile.in: Regenerated.
3439
3440 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3441
3442 * Makefile.def: To avoid problems running with parallel makes,
3443 build newlib before libgloss so that target specific header
3444 files are availble.
3445 * Makefile.in: Regenerate.
3446
3447 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3448
3449 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3450 * Makefile.in: Regenerate.
3451
3452 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3453
3454 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
3455 * libdecnumber: New directory, imported from GCC.
3456
3457 2007-10-08 Mike Frysinger <vapier@gentoo.org>
3458
3459 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3460 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3461 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3462 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3463 * configure: Regenerate.
3464
3465 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
3466
3467 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3468 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3469 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3470 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3471 * configure.ac: Default them to host tools for $host = $build.
3472 Subst them.
3473
3474 * configure: Regenerate.
3475 * Makefile.in: Regenerate.
3476
3477 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3478
3479 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3480 * configure: Regenerate.
3481
3482 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3483
3484 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3485 libstdc++.
3486 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3487 * configure: Regenerate.
3488 * Makefile.in: Regenerate.
3489
3490 2007-09-17 Andreas Schwab <schwab@suse.de>
3491
3492 * configure.ac: Raise minimum makeinfo version to 4.6.
3493 * configure: Regenerate.
3494
3495 2007-09-15 Alan Modra <amodra@bigpond.net.au>
3496
3497 * configure.ac: Correct makeinfo version check.
3498 * configure: Regenerate.
3499
3500 2007-09-14 Richard Sandiford <richard@codesourcery.com>
3501
3502 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3503 to $skipdirs and only disable gprof for newlib. Use the normal
3504 mips*-elf* handling in other respects.
3505 * configure: Regnerate.
3506
3507 2007-09-12 David Daney <ddaney@avtrex.com>
3508
3509 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3510 enabling libgcj.
3511 * configure: Regenerate.
3512
3513 2007-09-12 Richard Guenther <rguenther@suse.de>
3514
3515 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3516 nor --disable-checking is provided also turn on yes and types
3517 checking for stage1.
3518 * configure: Re-generate.
3519
3520 2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3521
3522 PR target/33281
3523 * configure.ac: Use config/mh-mingw on mingw.
3524 * configure: Regenerate.
3525
3526 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3527
3528 PR other/32154
3529 * configure.ac: For libgloss targets, point the linker to the linker
3530 script, startup code and simulator library.
3531 * configure: Regenerate.
3532
3533 2007-09-09 Andrew Haley <aph@redhat.com>
3534
3535 * configure.ac (noconfigdirs): Remove target-libffi and
3536 target-libjava.
3537
3538 2007-08-29 Nick Clifton <nickc@redhat.com>
3539
3540 * config.sub, config.guess: Update from upstream sources.
3541
3542 2007-08-21 Richard Guenther <rguenther@suse.de>
3543
3544 * configure.ac: Add types checking to stage1 checking flags.
3545 * configure: Regenerate.
3546
3547 2007-08-18 Paul Brook <paul@codesourcery.com>
3548 Joseph Myers <joseph@codesourcery.com>
3549
3550 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3551 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3552 * Makefile.in: Regenerate.
3553 * configure.ac (--with-debug-prefix-map): New.
3554 * configure: Regenerate.
3555
3556 2007-08-17 Richard Sandiford <richard@codesourcery.com>
3557 Nigel Stephens <nigel@mips.com>
3558
3559 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3560 as target_makefile_frag.
3561 * configure: Regenerate.
3562
3563 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3564
3565 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3566 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3567 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3568 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3569 (do-compare, do-compare3, do-compare-debug): New.
3570 ([+compare-target+]): Use them.
3571
3572 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3573
3574 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3575 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3576 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3577 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3578 (do-compare, do-compare3, do-compare-debug): New.
3579 ([+compare-target+]): Use them.
3580
3581 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3582 Ben Elliston <bje@au.ibm.com>
3583
3584 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3585 --silent if $silent.
3586 * configure: Regenerate.
3587
3588 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
3589
3590 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
3591
3592 2007-07-17 Nick Clifton <nickc@redhat.com>
3593
3594 * COPYING3: New file. Contains version 3 of the GNU General
3595 Public License.
3596 * COPYING3.LIB: New file. Contains version 3 of the GNU
3597 Lesser General Public License.
3598
3599 2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
3600
3601 * configure.ac: Fix my previous change to really match GCC.
3602 * configure: Regenerate.
3603
3604 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3605
3606 * configure.ac: Rewrite 'configure --help' strings to look nicer.
3607 * configure: Regenerate.
3608
3609 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3610
3611 * configure.ac: Add some missing m4 quotation.
3612 * configure: Regenerate.
3613
3614 2007-07-09 Kai Tietz <kai.tietz@onevision.com>
3615
3616 * Makefile.def: Add windmc tool to build.
3617 * Makefile.tpl: Likewise.
3618 * configure.ac: Likewise.
3619 * Makefile.in: Regenerate.
3620 * configure: Regenerate.
3621
3622 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
3623
3624 * lt~obsolete.m4: New. Import from 20070318 libtool.
3625
3626 2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
3627
3628 * configure.ac: Don't add target-libmudflap to noconfigdirs for
3629 uclinux and linux-uclibc targets.
3630 * configure: Regenerate.
3631
3632 2007-06-28 DJ Delorie <dj@redhat.com>
3633
3634 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3635 not building newlib.
3636 * configure: Regenerated.
3637
3638 2007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
3639
3640 * src-release (DEVO_SUPPORT): Correct typos.
3641
3642 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3643
3644 * Makefile.def: Add dependency from configure-gdb to all-bfd.
3645 * Makefile.in: Regenerated.
3646
3647 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
3648
3649 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3650 (distclean-stage[+id+]): Possibly delete stage_last.
3651 * Makefile.in: Regenerate.
3652
3653 2007-06-07 Ben Elliston <bje@au.ibm.com>
3654
3655 * config.sub, config.guess: Update from upstream sources.
3656
3657 2007-06-07 Ben Elliston <bje@au.ibm.com>
3658
3659 * Makefile.tpl: Fix spelling error.
3660 * Makefile.in: Regenerate.
3661
3662 2007-06-04 Paolo Bonzini <bonzini@gnu.org>
3663
3664 Sync with gcc:
3665 2007-05-30 Jakub Jelinek <jakub@redhat.com>
3666
3667 PR bootstrap/29382
3668 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3669 * configure: Rebuilt.
3670
3671 2007-06-01 Steve Ellcey <sje@cup.hp.com>
3672
3673 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3674 lt_cv_sys_max_cmd_len.
3675
3676 2007-05-31 Paolo Bonzini <bonzini@gnu.org>
3677
3678 * ltgcc.m4: Update from GCC.
3679
3680 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
3681
3682 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3683
3684 2007-05-24 Steve Ellcey <sje@cup.hp.com>
3685
3686 * ltmain.sh: Update from GCC.
3687 * libtool.m4: Update from GCC.
3688 * ltsugar.m4: New. Update from GCC.
3689 * ltversion.m4: New. Update from GCC.
3690 * ltoptions.m4: New. Update from GCC.
3691 * ltconfig: Remove.
3692 * ltcf-c.sh: Remove.
3693 * ltcf-cxx.sh: Remove.
3694 * ltcf-gcj.sh: Remove.
3695 * src-release: Update with new libtool file list.
3696
3697 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
3698
3699 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3700 stage_cflags.
3701 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3702 Remove CFLAGS/LIBCFLAGS.
3703 (configure-stage[+id+]-[+prefix+][+module+],
3704 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3705 * Makefile.in: Regenerate.
3706
3707 2007-04-14 Steve Ellcey <sje@cup.hp.com>
3708
3709 * config-ml.in: Update from GCC.
3710
3711 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
3712
3713 * src-release (do-proto-toplev): Process the support directories before
3714 the tool directory.
3715
3716 2007-03-21 Richard Sandiford <richard@codesourcery.com>
3717
3718 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3719 of glob. Quote arguments with single quotes too.
3720 * configure: Regenerate.
3721
3722 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
3723
3724 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3725 * Makefile.in: Regenerate
3726
3727 2007-03-07 Andreas Schwab <schwab@suse.de>
3728
3729 * configure: Regenerate.
3730
3731 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3732
3733 * configure.ac: Add "--with-pdfdir" configure option,
3734 which defines pdfdir variable.
3735 * Makefile.def (target=fixincludes): Add install-pdf to
3736 missing targets.
3737 (recursive_targets): Add install-pdf target.
3738 (flags_to_pass): Add pdfdir.
3739 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3740 target.
3741 * configure: Regenerate
3742 * Makefile.in: Regenerate
3743
3744 2007-02-28 Eric Christopher <echristo@apple.com>
3745
3746 Revert:
3747 2006-12-07 Mike Stump <mrs@apple.com>
3748
3749 * Makefile.def (dependencies): Add dependency for
3750 install-target-libssp and install-target-libgomp on
3751 install-gcc.
3752 * Makefile.in: Regenerate.
3753
3754 2007-02-27 Matt Kraai <kraai@ftbfs.org>
3755
3756 * configure: Regenerate.
3757 * configure.ac: Move statements after variable declarations.
3758
3759 2007-02-19 Joseph Myers <joseph@codesourcery.com>
3760
3761 * configure.ac: Adjust for loop syntax.
3762 * configure: Regenerate.
3763
3764 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
3765
3766 * configure: Rebuilt.
3767
3768 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
3769
3770 * configure.ac: Drop multiple occurrences of --enable-languages,
3771 and fix its quoting.
3772 * configure: Rebuilt.
3773
3774 2007-02-17 Mark Mitchell <mark@codesourcery.com>
3775 Nathan Sidwell <nathan@codesourcery.com>
3776 Vladimir Prus <vladimir@codesourcery.com
3777 Joseph Myers <joseph@codesourcery.com>
3778
3779 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3780 * configure: Regenerate.
3781
3782 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3783
3784 * configure.ac (target_libraries): Move libgcc before libiberty.
3785 * configure: Regenerated.
3786
3787 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
3788
3789 * configure: Regenerate again?
3790
3791 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
3792
3793 * configure: Reapply PR30748 fix which was lost in the previous commit.
3794
3795 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3796 Paolo Bonzini <bonzini@gnu.org>
3797
3798 PR bootstrap/30753
3799 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
3800 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
3801 * configure: Regenerated.
3802
3803 2007-02-10 Paolo Bonzini <bonzini@gnu.org>
3804
3805 * configure: Regenerate.
3806
3807 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3808
3809 PR bootstrap/30748
3810 * configure.ac: Correct syntax for Solaris ksh.
3811 * configure: Regenerated.
3812
3813 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
3814
3815 * Makefile.def: Sync with GCC.
3816 * Makefile.tpl: Sync with GCC.
3817 * Makefile.in: Regenerate.
3818 * configure: Regenerate.
3819
3820 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3821
3822 * Makefile.tpl (build_alias, host_alias, target_alias): Use
3823 noncanonical equivalents.
3824 * configure.in: Rename to...
3825 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
3826 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
3827 target_noncanonical. Use them. Rewrite removal of configure
3828 arguments for autoconf 2.59. Discard variable settings. Force
3829 program_transform_name for native tools.
3830
3831 * Makefile.in: Regenerated.
3832 * configure: Regenerated with autoconf 2.59.
3833
3834 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
3835
3836 2007-02-08 Jeff Johnston <jjohnstn@redhat.com>
3837
3838 * COPYING.LIBGLOSS: Reformat default Red Hat
3839 license to fit within 80 columns.
3840 * COPYING.NEWLIB: Ditto.
3841
3842 2007-02-05 Dave Brolley <brolley@redhat.com>
3843
3844 * Contribute the following changes:
3845 2006-11-28 DJ Delorie <dj@redhat.com>
3846
3847 * configure.in: Fix typo for mep's target_makefile_frag.
3848 * configure: Regenerated.
3849
3850 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
3851
3852 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
3853 * configure: Regenerate.
3854
3855 2001-09-19 DJ Delorie <dj@redhat.com>
3856
3857 * configure.in (target_makefile_frag): use mt-mep
3858
3859 2001-06-12 Don Howard <dhoward@redhat.com>
3860
3861 * configure.in: Remove gdb from MeP skip list.
3862
3863 2001-04-05 DJ Delorie <dj@redhat.com>
3864
3865 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
3866
3867 2001-03-20 Ben Elliston <bje@redhat.com>
3868
3869 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
3870
3871 2001-03-19 Ben Elliston <bje@redhat.com>
3872
3873 * config.sub (mep, mep-*): Add.
3874
3875 2007-01-31 Andreas Schwab <schwab@suse.de>
3876
3877 * Makefile.tpl (LDFLAGS): Substitute it.
3878 * Makefile.in: Regenerate.
3879
3880 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
3881
3882 * configure.in: Change == to = in test command.
3883 * configure: Regenerate.
3884
3885 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
3886 Nick Clifton <nickc@redhat.com>
3887 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
3888
3889 * configure.in (build_configargs, host_configargs, target_configargs):
3890 Remove build/host/target parameters.
3891 (host_libs): Add gmp and mpfr.
3892 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3893 * Makefile.def (gmp, mpfr): New.
3894 (gcc): Remove target.
3895 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3896 target_os, target_vendor): New.
3897 (configure): Add host_alias/target_alias arguments. Adjust invocations.
3898 * configure: Regenerate.
3899 * Makefile.in: Regenerate.
3900
3901 2007-01-11 Matt Fago <fago@earthlink.net>
3902
3903 * configure.in: Try to link to functions only in mpfr 2.2.x
3904 to improve robustness of configure tests.
3905 * configure: Regenerate.
3906
3907 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
3908
3909 * configure.in: Add support for an x86_64-mingw* target.
3910 * configure: Regenerate.
3911
3912 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
3913
3914 * Makefile.tpl (all-target): Correct @if conditional for target
3915 modules.
3916 * configure.in: Omit libiberty if building only target libgcc.
3917 * configure, Makefile.in: Regenerated.
3918
3919 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
3920
3921 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
3922 * configure: Regenerate.
3923
3924 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
3925
3926 * Makefile.def (target_modules): Add libgcc.
3927 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
3928 * Makefile.tpl (clean-target-libgcc): Delete.
3929 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3930 on gcc even for bootstrapped modules. Rewrite handling of
3931 lang_env_dependencies to loop over target_modules.
3932 * configure.in (target_libraries): Add target-libgcc.
3933 * Makefile.in, configure: Regenerated.
3934
3935 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3936
3937 Sync with gcc:
3938 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3939
3940 * configure.in: Reorganize recognition of languages. Add
3941 --enable-stage1-languages. Show supported languages for the chosen
3942 target rather than all recognized languages.
3943 * configure: Regenerate.
3944
3945 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3946
3947 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3948 * Makefile.in: Regenerate.
3949
3950 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3951
3952 * configure.in: Warn that MPFR 2.2.0 is buggy.
3953 * configure: Regenerate.
3954
3955 2006-12-27 Ian Lance Taylor <iant@google.com>
3956
3957 * configure.in: When removing Makefiles to force a reconfigure, also
3958 remove prev-DIR*/Makefile.
3959 * configure: Regenerate.
3960
3961 2006-12-23 Kazu Hirata <kazu@codesourcery.com>
3962
3963 * config.bfd: Recognize fido.
3964
3965 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3966
3967 Sync with gcc:
3968
3969 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3970
3971 * configure.in: Remove "$build" case for powerpc-*-darwin* since
3972 it only affects bootstrap and could be tested on "$host" as well.
3973 * configure: Regenerate.
3974 * config/mh-ppc-darwin: Add to the stage1 cflags here.
3975
3976 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3977
3978 PR bootstrap/29544
3979 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3980 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3981 move here comment from Makefile.tpl.
3982 * Makefile.tpl: Move some definitions higher in the file.
3983 (STAGE1_CHECKING): New.
3984 * configure.in: Add --enable-stage1-checking.
3985 * configure: Regenerate.
3986 * Makefile.in: Regenerate.
3987
3988 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3989
3990 * configure.in: Update error message for missing GMP/MPFR.
3991
3992 * configure: Regenerate.
3993
3994 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3995
3996 * configure.in: Update MPFR version in error message.
3997
3998 * configure: Regenerate.
3999
4000 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4001
4002 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4003 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4004 --with-gmp-lib): New flags.
4005
4006 * configure: Regenerate.
4007
4008 2006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4009
4010 PR bootstrap/30134
4011 * configure.in: Correct x86 darwin support for libjava to powerpc
4012 and i?86 only.
4013 * configure: Regenerate.
4014
4015 2006-12-11 Alan Modra <amodra@bigpond.net.au>
4016
4017 * configure.in: Handle spu makefile frag.
4018 * Makefile.tpl (MAINT): Define
4019 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4020 * configure: Regenerate.
4021 * Makefile.in: Regenerate.
4022
4023 2006-12-11 Ben Elliston <bje@au.ibm.com>
4024
4025 * config.sub, config.guess: Update from upstream sources.
4026
4027 2006-12-11 Ben Elliston <bje@au.ibm.com>
4028
4029 * configure.in: Sync with GCC (spu-*-*).
4030 * configure: Sync with GCC.
4031
4032 2006-12-07 Mike Stump <mrs@apple.com>
4033
4034 * Makefile.def (dependencies): Add dependency for
4035 install-target-libssp and install-target-libgomp on
4036 install-gcc.
4037 * Makefile.in: Regenerate.
4038
4039 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4040
4041 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4042 (unstage): Test for stage_last presence.
4043
4044 PR bootstrap/29802
4045 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4046 * Makefile.in: Regenerate.
4047
4048 2006-11-14 DJ Delorie <dj@redhat.com>
4049
4050 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4051 * Makefile.in: Sync with GCC.
4052 * configure.in: Sync with GCC (mpfr, gmp).
4053 * configure: Sync with GCC.
4054
4055 2006-11-08 Jie Zhang <jie.zhang@analog.com>
4056
4057 * configure.in: Remove target-libgloss from noconfigdirs for
4058 bfin-*-*.
4059 * configure: Regenerated.
4060
4061 2006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4062
4063 * COPYING.NEWLIB: Add spu license.
4064 * COPYING.LIBGLOSS: Ditto.
4065
4066 2006-10-17 Brooks Moses <bmoses@stanford.edu>
4067
4068 * Makefile.def: Added pdf target handling.
4069 * Makefile.tpl: Added pdf target handling.
4070 * Makefile.in: Regenerated.
4071
4072 2006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4073
4074 * COPYING.NEWLIB: Updated.
4075 * COPYING.LIBGLOSS: Ditto.
4076
4077 2006-09-27 Dave Brolley <brolley@redhat.com>
4078
4079 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4080 $s instead of $r.
4081 * configure: Regenerated.
4082
4083 2006-09-26 Ben Elliston <bje@au.ibm.com>
4084
4085 * config.sub, config.guess: Update from upstream sources.
4086
4087 2006-09-20 Thiemo Seufer <ths@mips.com>
4088
4089 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4090 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4091 * configure: Regenerate.
4092
4093 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
4094
4095 * configure.in: Never build newlib for a Mingw host.
4096 Never build newlib as Mingw target library.
4097 Test the existence of winsup/cygwin for building a Cygwin newlib,
4098 rather than just winsup.
4099 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4100 building a Mingw target.
4101 * configure: Regenerate.
4102
4103 2006-08-15 Thiemo Seufer <ths@mips.com>
4104 Nigel Stephens <nigel@mips.com>
4105 David Ung <davidu@mips.com>
4106
4107 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4108
4109 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
4110
4111 Sync from GCC:
4112 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4113
4114 PR bootstrap/18058
4115 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4116 if the bootstrap compiler is a GCC version that supports it.
4117 * configure: Regenerate.
4118
4119 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4120
4121 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4122 * configure: Regenerated.
4123
4124 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
4125
4126 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4127 for stages after the first.
4128
4129 2006-07-17 Jakub Jelinek <jakub@redhat.com>
4130
4131 * Makefile.def: Add dependencies for configure-opcodes
4132 on configure-intl and all-opcodes on all-intl.
4133 * Makefile.in: Regenerated.
4134
4135 2006-07-04 Peter O'Gorman <peter@pogma.com>
4136
4137 * ltconfig: chmod 644 before ranlib during install.
4138
4139 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4140
4141 * configure.in: Fix thinkos in previous check-in.
4142 * configure: Regenerate.
4143
4144 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4145
4146 Sync from gcc:
4147
4148 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4149
4150 PR other/27063
4151 * configure.in: Test subdir_requires and give an appropriate
4152 error message.
4153 * configure: Regenerate.
4154
4155 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4156
4157 PR target/27540
4158 * configure.in: Only enable libgomp on IRIX 6.
4159 * configure: Regenerate.
4160
4161 2006-06-20 David Ayers <d.ayers@inode.at>
4162
4163 PR bootstrap/28072
4164 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4165 whether target-libjava is being configured instead of whether the
4166 java front end is enabled.
4167 * configure: Regenerate.
4168
4169 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4170
4171 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4172 to R_ARM_LDC_SB_G{0,1,2} respectively.
4173
4174 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
4175
4176 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4177 too.
4178 * Makefile.in: Regenerate.
4179
4180 2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4181
4182 Sync from gcc:
4183
4184 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4185 * configure.in: Don't enable libgomp on hpux10.
4186 * configure: Rebuilt.
4187
4188 2006-06-13 David Ayers <d.ayers@inode.at>
4189
4190 Sync from gcc:
4191
4192 2006-06-12 David Ayers <d.ayers@inode.at>
4193
4194 PR bootstrap/27963
4195 PR target/19970
4196 * configure.in: Remove target-boehm-gc from noconfigdirs where
4197 ${libgcj} is specified.
4198 * configure: Regenerate.
4199
4200 2006-06-08 Jeff Johnston <jjohnstn@redhat.com>
4201
4202 Sync from gcc:
4203
4204 2005-01-12 David Edelsohn <edelsohn@gnu.org>
4205 Andreas Schwab <schwab@suse.de>
4206
4207 PR bootstrap/18033
4208 * config-ml.in: Eval option if surrounded by single quotes.
4209
4210 2006-06-07 Carlos O'Donell <carlos@codesourcery.com>
4211
4212 Sync from gcc:
4213
4214 2006-06-06 David Ayers <d.ayers@inode.at>
4215
4216 PR libobjc/13946
4217 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4218 * Makefile.in: Regenerate.
4219 * configure.in: Add --enable-objc-gc at toplevel and have it
4220 enable boehm-gc for Objective-C.
4221 Remove target-boehm-gc from libgcj.
4222 Add target-boehm-gc to target_libraries.
4223 Add target-boehm-gc to noconfigdirs where ${libgcj}
4224 is specified.
4225 Assert that boehm-gc is supported when requested for Objective-C.
4226 Only build boehm-gc if needed either for Java or Objective-C.
4227 * configure: Regenerate.
4228
4229 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
4230
4231 PR 27674
4232 * Makefile.tpl (configure-[+prefix+][+module+],
4233 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4234 Remove rule to unstage bootstrapped modules.
4235 (stage_current): New.
4236 * Makefile.in: Regenerate.
4237
4238 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4239 Andreas Tobler <a.tobler@schweiz.ch>
4240
4241 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4242 * configure: Rebuilt.
4243
4244 Revert
4245 2006-01-31 Richard Guenther <rguenther@suse.de>
4246 Paolo Bonzini <bonzini@gnu.org>
4247
4248 * Makefile.def (target_modules): Add libgcc-math target module.
4249 * configure.in (target_libraries): Add libgcc-math target library.
4250 (--enable-libgcc-math): New configure switch.
4251 * Makefile.in: Re-generate.
4252 * configure: Re-generate.
4253
4254 2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
4255
4256 * config-ml.in: Alter CCASFLAGS to include special
4257 multilib options the same as is done for CFLAGS.
4258
4259 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4260
4261 * Makefile.def: Added dependencies from sim and gdb on intl, and
4262 added configure dependencies to everything with an all dependency
4263 on intl.
4264 * gettext.m4: Removed.
4265 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
4266 (GDB_SUPPORT_DIRS): Add intl.
4267 * Makefile.in: Regenerated.
4268
4269 2006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
4270
4271 * src-release (DEVO_SUPPORT): Add config.rpath.
4272
4273 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
4274
4275 * Makefile.def (bfd, opcodes): Fix lib_path.
4276 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4277 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4278 * Makefile.in: Regenerate.
4279
4280 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4281
4282 * configure.in: Enable gprof for cross builds.
4283 * configure: Regenerate.
4284
4285 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4286
4287 * src-release (MAKEINFOFLAGS): Define.
4288 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
4289
4290 2006-05-14 Ben Elliston <bje@au.ibm.com>
4291
4292 * config.sub, config.guess: Update from upstream sources.
4293
4294 2006-05-12 Ben Elliston <bje@au.ibm.com>
4295
4296 * config.sub, config.guess: Update from upstream sources.
4297
4298 2006-05-04 Steve Ellcey <sje@cup.hp.com>
4299
4300 * blt, iwidgets, mmalloc: Remove directories.
4301
4302 2006-05-01 DJ Delorie <dj@redhat.com>
4303
4304 * configure.in: Restore CFLAGS if GMP isn't present.
4305 * configure: Regenerate.
4306
4307 2006-04-18 DJ Delorie <dj@redhat.com>
4308
4309 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4310 reference libgloss so that libssp can be built in a combined
4311 tree.
4312 * configure: Regenerate.
4313
4314 2006-04-10 Ben Elliston <bje@au.ibm.com>
4315
4316 * contrib: Remove directory.
4317
4318 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
4319
4320 * Makefile.tpl: Add install-html target.
4321 * Makefile.def: Add install-html target.
4322 * Makefile.in: Regenerate.
4323 * configure.in: Add --with-datarootdir, --with-docdir,
4324 and --with-htmldir options.
4325 * configure: Regenerate.
4326
4327 2006-03-31 Ben Elliston <bje@au.ibm.com>
4328
4329 PR binutils/1860
4330 * configure.in: Require makeinfo 4.4 or higher.
4331 * configure: Regenerate.
4332
4333 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
4334
4335 * Makefile.in: Regenerate.
4336
4337 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
4338
4339 Sync with gcc:
4340 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
4341
4342 * configure.in: Handle --disable-<component> generically.
4343 * configure: Regenerate.
4344
4345 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
4346
4347 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4348 (TARGET_CONFIGDIRS): Remove.
4349 * configure.in: Remove AC_SUBST(target_configdirs).
4350 * Makefile.in, configure: Regenerated.
4351
4352
4353 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4354
4355 PR libgcj/17311
4356 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4357
4358 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
4359
4360 PR bootstrap/25670
4361
4362 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4363
4364 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4365 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4366 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4367 BUILD_PREFIX, BUILD_PREFIX_1.
4368 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4369
4370 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4371 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4372
4373 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4374 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4375 of `cat stage_current`. Always provide the `r' and `s' variables.
4376 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4377 a single shell execution.
4378 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4379 bootstrapped modules, make the stage1 module if the build was not
4380 started yet, else build the current stage.
4381 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4382 (all-build, all-host, all-target, [+make_target+]-host,
4383 [+make_target+]-target): Do not use \-continued lines.
4384 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4385 (current_stage, restrap, stage_last): New.
4386
4387 * Makefile.in: Regenerate.
4388 * configure: Regenerate.
4389
4390 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4391
4392 Sync from gcc:
4393
4394 2006-01-31 Richard Guenther <rguenther@suse.de>
4395 Paolo Bonzini <bonzini@gnu.org>
4396
4397 * Makefile.def (target_modules): Add libgcc-math target module.
4398 * configure.in (target_libraries): Add libgcc-math target library.
4399 (--enable-libgcc-math): New configure switch.
4400 * Makefile.in: Re-generate.
4401 * configure: Re-generate.
4402 * libgcc-math: New toplevel directory.
4403
4404 2006-01-18 Richard Henderson <rth@redhat.com>
4405 Jakub Jelinek <jakub@redhat.com>
4406 Diego Novillo <dnovillo@redhat.com>
4407
4408 * libgomp: New directory.
4409 * Makefile.def: Add target_module libgomp.
4410 * Makefile.in: Regenerate.
4411 * configure.in (target_libraries): Add target-libgomp.
4412 * configure: Regenerate.
4413
4414 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4415 Andreas Schwab <schwab@suse.de>
4416
4417 * configure: Regenerate.
4418
4419 2006-01-16 Paolo Bonzini <bonzini@gnu.org>
4420
4421 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4422 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4423 the assembler, linker and binutils.
4424 * configure: Regenerate.
4425
4426 2006-01-16 Nick Clifton <nickc@redhat.com>
4427
4428 * config.sub, config.guess: Sync from config repository.
4429
4430 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
4431
4432 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4433 @ from continuation.
4434 * Makefile.in: Rebuilt.
4435
4436 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4437
4438 Sync from gcc:
4439
4440 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4441
4442 PR bootstrap/24252
4443
4444 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4445 * Makefile.tpl (OBJDUMP): New.
4446 (EXTRA_HOST_FLAGS): Add it.
4447 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4448
4449 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4450 to use symbolic links between directories. Avoid race conditions
4451 or make them harmless.
4452 * configure.in: Do not try to use symbolic links between directories.
4453
4454 * Makefile.def (LEAN): Pass.
4455 * Makefile.tpl (LEAN): Define.
4456 (stage[+id+]-start): Accept that the previous directory does not
4457 exist, if the bootstrap is lean.
4458 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4459 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4460 configure substitution.
4461 ([+compare-target+]): Likewise.
4462 ([+bootstrap-target+]-lean): New.
4463 * configure.in: Remove lean bootstrap support from here.
4464
4465 * Makefile.in: Regenerate.
4466 * configure: Regenerate.
4467
4468 2006-01-02 Andreas Schwab <schwab@suse.de>
4469
4470 * configure.in: When reconfiguring remove Makefile in
4471 all stage directories.
4472 * configure: Regenerate.
4473
4474 2005-12-27 Leif Ekblad <leif@rdos.net>
4475
4476 * configure.in: Add support for RDOS target.
4477 * configure: Regenerate.
4478
4479 2005-12-27 Nick Clifton <nickc@redhat.com>
4480
4481 PR binutils/1990
4482 * libtool.m4: Synchronize with version in GCC sources.
4483
4484 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
4485
4486 Revert Ada-related part of the previous change.
4487
4488 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4489 Do not pass.
4490 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4491 * Makefile.in: Regenerate.
4492 * configure.in: Do not include mt-ppc-aix target fragment.
4493 * configure: Regenerate.
4494
4495 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
4496
4497 * configure.in: Select appropriate fragments for PowerPC/AIX.
4498 * configure: Regenerate.
4499
4500 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4501 BOOT_CFLAGS, BOOT_LDFLAGS.
4502 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4503 BOOT_CFLAGS, BOOT_LDFLAGS.
4504 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4505 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4506 (stage): Fail if we cannot complete the work.
4507 * Makefile.in: Regenerate.
4508
4509 2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
4510
4511 * COPYING.NEWLIB: Update copyright year for default
4512 copyright.
4513
4514 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
4515
4516 * Makefile.tpl (all, do-[+make_target+], do-check, install,
4517 install-host-nogcc): Don't invoke $(stage) at the end.
4518 * Makefile.in: Regenerate.
4519
4520 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
4521
4522 * configure.in: Flip the top-level bootstrap switch.
4523 * configure: Regenerate.
4524
4525 Merge from gcc:
4526
4527 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
4528
4529 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4530 $(stage) and $(unstage).
4531 (EXTRA_TARGET_FLAGS): Correct double-quoting.
4532 (all): Remove stray semicolon.
4533 (local-distclean): Don't handle multilib.tmp and multilib.out.
4534 (install.all): Set $s for consistency.
4535 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4536 check_multilibs setting. Always make the install directory.
4537 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4538 Correct @if/@endif.
4539 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4540 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4541 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4542 (multilib.out): Remove.
4543 * Makefile.in: Regenerated.
4544
4545 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4546
4547 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4548 * configure.in: Replace ms1 arch with mt.
4549 * configure: Rebuilt.
4550
4551 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4552
4553 Sync with gcc:
4554
4555 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4556
4557 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4558 * configure.in: Replace ms1 arch with mt.
4559 * configure: Rebuilt.
4560
4561 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4562
4563 Sync with gcc:
4564
4565 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4566
4567 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4568 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4569 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
4570 Find in-tree tools if available.
4571 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4572 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4573 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4574 (COMPILER_*_FOR_TARGET): New.
4575 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4576 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4577 (CONFIGURED_*, USUAL_*): Remove.
4578 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4579 STRIP): Use autoconf substitutions.
4580 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4581 COMPILER_NM_FOR_TARGET): New.
4582 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4583
4584 (all): Make all-host and all-target in parallel.
4585 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4586 that $$r and $$s are set before invoking a recursive make.
4587 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4588 ([+bootstrap-target+]): Inline most of the `all' target.
4589
4590 2005-11-29 Ben Elliston <bje@au.ibm.com>
4591
4592 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4593 from the gcc build directory.
4594 * Makefile.in: Regenerate.
4595
4596 2005-11-29 Ben Elliston <bje@au.ibm.com>
4597
4598 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
4599 depend on all-libdecnumber.
4600 * configure.in (host_libs): Include libdecnumber.
4601 * Makefile.in: Regenerate.
4602 * configure: Likewise.
4603
4604 2005-11-21 Kean Johnston <jkj@sco.com>
4605
4606 * config.sub, config.guess: Sync from upstream sources.
4607
4608 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
4609
4610 * Makefile.def: Remove gdb dependencies for gdbtk.
4611 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4612 (configure-gdb, install-gdb): New rules.
4613 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4614 * Makefile.in, configure: Regenerated.
4615
4616 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
4617
4618 PR bootstrap/24297
4619 * Makefile.tpl (do-[+make-target+], do-check, install,
4620 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4621 are set before recursing.
4622 * Makefile.in: Regenerate.
4623
4624 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
4625
4626 PR bootstrap/18939
4627 * Makefile.def (gcc) <target>: Fix thinko.
4628 * Makefile.in: Regenerate.
4629
4630 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
4631
4632 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4633 * configure: Regenerate.
4634
4635 2005-10-09 Kazu Hirata <kazu@codesourcery.com>
4636
4637 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4638 target-libffi, target-qthreads, target-libjava, and
4639 targetlibobjc.
4640 * configure: Regenerate.
4641
4642 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
4643
4644 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4645 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4646 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4647 (USUAL_OBJDUMP_FOR_TARGET): New.
4648 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4649 * configure.in: Check for $OBJDUMP_FOR_TARGET.
4650 * configure, Makefile.in: Regenerated.
4651
4652 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
4653
4654 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4655 before other host packages.
4656
4657 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
4658
4659 PR bootstrap/22340
4660
4661 * configure.in (default_target): Remove.
4662 * Makefile.tpl (all): Do not use prerequisites as subroutines
4663 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4664 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4665 use prerequisites as subroutines.
4666 (check-host, check-target): New.
4667 (bootstrap configure & all targets): Do not use stage*-start
4668 if the directory layout is already ok.
4669 (non-bootstrap configure & all targets): Prepend a $(unstage).
4670 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
4671 (NOTPARALLEL): Remove.
4672 (unstage, stage variables): New variables.
4673 (unstage, stage targets): Simply expand to those variables.
4674
4675 * configure: Regenerate.
4676 * Makefile.in: Regenerate.
4677
4678 2005-10-04 James E Wilson <wilson@specifix.com>
4679
4680 * Makefile.def (lang_env_dependencies): Add libmudflap.
4681 * Makefile.in: Regenerate.
4682
4683 2005-10-03 Catherine Moore <clm@cm00re.com>
4684
4685 * configure.in (bfin-*-*): Support bfin.
4686 * configure: Regenerated.
4687
4688 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
4689
4690 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4691 * configure: Regenerated.
4692
4693 2005-09-28 Geoffrey Keating <geoffk@apple.com>
4694
4695 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4696 (LIPO_FOR_TARGET): New.
4697 (CONFIGURED_LIPO_FOR_TARGET): New.
4698 (USUAL_LIPO_FOR_TARGET): New.
4699 (STRIP_FOR_TARGET): New.
4700 (CONFIGURED_STRIP_FOR_TARGET): New.
4701 (USUAL_STRIP_FOR_TARGET): New.
4702 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4703 STRIP_FOR_TARGET.
4704 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4705 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4706 * Makefile.in: Regenerate.
4707 * configure: Regenerate.
4708
4709 2005-09-19 David Edelsohn <edelsohn@gnu.org>
4710
4711 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4712 (rs6000-*-aix*): Same.
4713 * configure: Regenerate.
4714
4715 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
4716
4717 * configure.in: Recognize f95 in the --enable-languages option,
4718 and substitute it for fortran, issuing a warning.
4719 * configure: Regenerate.
4720
4721 2005-09-07 Ben Elliston <bje@au.ibm.com>
4722
4723 Import from Autoconf sources:
4724
4725 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
4726 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
4727 Elliston. Handle weird characters correctly.
4728
4729 2005-08-30 Phil Edwards <phil@codesourcery.com>
4730
4731 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
4732 * configure: Regenerated.
4733
4734 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
4735
4736 * Makefile.def (libssp): Add to lang_env_dependencies.
4737 * Makefile.in: Regenerate.
4738
4739 2005-08-17 Christian Groessler <chris@groessler.org>
4740
4741 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4742 * Makefile.in: Regenerate.
4743
4744 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
4745
4746 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4747 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4748 Look for alternate names of the target cc and c++
4749 * configure: Regenerate.
4750
4751 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
4752
4753 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4754 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4755 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4756 tools; remove code to manually set them.
4757 (Target tools): Look in the environment for them.
4758 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4759 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4760 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4761 build directory.
4762 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4763 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4764 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4765 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4766 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4767 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4768 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4769 * configure: Regenerate.
4770 * Makefile.in: Regenerate.
4771
4772 2005-07-27 Mark Mitchell <mark@codesourcery.com>
4773
4774 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4775 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4776 * Makefile.in: Regenerated.
4777
4778 2005-07-26 Mark Mitchell <mark@codesourcery.com>
4779
4780 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4781 (CFLAGS_FOR_TARGET): Use it.
4782 (CXXFLAGS_FOR_TARGET): Likewise.
4783 * Makefile.in: Regenerated.
4784 * configure.in (--with-build-sysroot): New option.
4785 * configure: Regenerated.
4786
4787 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
4788
4789 * Makefile.tpl: Wrap install between unstage and stage
4790 * Makefile.in: Regenerate.
4791
4792 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
4793
4794 * all files: Update FSF address.
4795
4796 2005-07-14 Jim Blandy <jimb@redhat.com>
4797
4798 * configure.in: Add cases for Renesas m32c.
4799 * configure: Regenerated.
4800
4801 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
4802
4803 * COPYING, compile, config-ml.in, config.guess,
4804 config.sub, install-sh, missing, mkinstalldirs,
4805 symlink-tree, ylwrap: Sync from upstream sources.
4806
4807 2005-07-13 Eric Christopher <echristo@redhat.com>
4808
4809 * configure.in: Add toplevel noconfigdir support for tpf.
4810 * configure: Regenerate.
4811
4812 2005-07-11 Jakub Jelinek <jakub@redhat.com>
4813
4814 * Makefile.def (target_modules): Add libssp.
4815 * configure.in (target_libraries): Add target-libssp.
4816 * configure: Rebuilt.
4817 * Makefile.in: Rebuilt.
4818
4819 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
4820
4821 PR ada/22340
4822
4823 * Makefile.def: Sync with gcc.
4824 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4825 * Makefile.in: Regenerate.
4826
4827 2005-07-07 Andreas Schwab <schwab@suse.de>
4828
4829 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4830 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4831 * Makefile.in: Regenerated.
4832
4833 2005-07-07 Kazu Hirata <kazu@codesourcery.com>
4834
4835 * configure.in: Add --enable-libssp and --disable-libssp.
4836 * configure: Regenerate with autoconf-2.13.
4837
4838 2005-07-06 Geoffrey Keating <geoffk@apple.com>
4839
4840 * configure.in: Don't build sim or rda when targetting darwin.
4841 * configure: Regenerate.
4842
4843 2005-07-04 Ben Elliston <bje@gnu.org>
4844
4845 * src-release (do-proto-toplev): Remove dejagnu bits.
4846 (DEJAGNU_SUPPORT_DIRS): Remove.
4847 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
4848 (GDBD_SUPPORT_DIRS): Likewise.
4849 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
4850 (INSIGHTD_SUPPORT_DIRS): Likewise.
4851 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
4852
4853 2005-06-30 Ben Elliston <bje@gnu.org>
4854
4855 * setup.com (mpw): Remove unused directive.
4856
4857 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
4858
4859 * Makefile.def (stagefeedback): Come after profile.
4860 Define profiledbootstrap target.
4861 * Makefile.tpl (profiledbootstrap): Remove.
4862 (stageprofile-end): Zap stagefeedback.
4863 (stagefeedback-start): Copy all .gcda files, not only GCC's.
4864 * Makefile.in: Regenerate.
4865
4866 2005-06-13 Zack Weinberg <zack@codesourcery.com>
4867
4868 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
4869 In 'cpp' stanza, support '#line' as well as '# '.
4870
4871 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
4872
4873 * configure.in (unsupported_languages): New macro.
4874 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
4875 non-ported target libraries in noconfigdirs.
4876 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4877 non-linux-gnu. Remove libgcj_ex_libffi.
4878 <lang_frag loop>: Set add_this_lang=no if the language is in
4879 unsupported_languages.
4880 * configure: Regenerate.
4881
4882 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
4883
4884 * configure.in: Fix typo in handling of --with-mpfr-dir.
4885 * configure: Regenerate.
4886
4887 2005-06-02 Jim Blandy <jimb@redhat.com>
4888
4889 * config.sub: Add cases for the Renesas m32c. (This patch has been
4890 accepted into the master sources.)
4891
4892 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
4893 Michael Snyder <msnyder@redhat.com>
4894 Stan Cox <scox@redhat.com>
4895
4896 * configure.in: Set noconfigdirs for ms1.
4897
4898 * configure: Regenerate.
4899
4900 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
4901
4902 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4903 (Dependencies): Consider target modules for bootstrap dependencies.
4904 Make target bootstrap modules depend on each stage's gcc.
4905 * Makefile.in: Regenerate.
4906
4907 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
4908
4909 * Makefile.def (configure-gcc): Depend on binutils having been built.
4910 (all-gcc): No need to do it here.
4911 * Makefile.in: Regenerate.
4912
4913 2005-05-19 Paul Brook <paul@codesourcery.com>
4914
4915 * configure.in: Rewrite misleading error message when requested
4916 language cannot be built.
4917 * configure: Regenerate.
4918
4919 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4920
4921 * ylwrap: Import from Automake 1.9.5.
4922
4923 2005-05-04 Mike Stump <mrs@apple.com>
4924
4925 * configure.in: Always pass --target to target configures as
4926 otherwise rebuilds that do --recheck will fail.
4927 * configure: Rebuilt.
4928
4929 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
4930
4931 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4932 STAGE_HOST_EXPORTS.
4933 (configure, all): Add bootstrap support.
4934 (Host modules, target modules): Pass post-stage1 flags and exports.
4935 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4936 * Makefile.in: Regenerate.
4937
4938 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
4939
4940 Sync from gcc:
4941
4942 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
4943
4944 * config.sub: Update from master copy.
4945
4946 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
4947
4948 * configure.in <crisv32-*-*, cris-*-*>: New local variable
4949 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
4950 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
4951 "*-*-elf" and "*-*-linux*".
4952 * configure: Regenerate.
4953
4954 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
4955
4956 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
4957 (TARGET_CONFIGARGS): Include --with-target-subdir.
4958 (configure, all): New macros. Use them throughout.
4959
4960 2005-04-05 Paolo Bonzini <bonzini@gnu.org>
4961
4962 * Makefile.tpl: Sync with gcc.
4963 * Makefile.in: Regenerate.
4964
4965 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
4966
4967 * config/mh-mingw32: Delete.
4968 * configure.in: Don't use it.
4969 * configure: Regenerate.
4970
4971 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
4972
4973 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4974 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4975 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
4976 (HOST_LIB_PATH): Generate from Makefile.def.
4977 (TARGET_LIB_PATH): Likewise.
4978 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4979 * Makefile.in: Regenerate.
4980 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4981 (RPATH_ENVVAR): Include Darwin case.
4982 * configure: Regenerate.
4983
4984 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
4985
4986 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4987 * configure: Regenerate.
4988
4989 2005-03-21 Zack Weinberg <zack@codesourcery.com>
4990
4991 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4992 gcc_version, and gcc_version_trigger from set of flags to pass.
4993 * Makefile.tpl: Remove definitions of above variables.
4994 (config.status): Remove dependency on $(gcc_version_trigger).
4995 * Makefile.in: Regenerate.
4996 * configure.in: Do not reference config/gcc-version.m4 nor
4997 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
4998 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
4999 * configure: Regenerate.
5000
5001 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5002 Andrew Pinski <pinskia@physics.uc.edu>
5003
5004 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5005 * Makefile.in: Regenerate.
5006
5007 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
5008
5009 PR libgcj/20160
5010 * ltmain.sh: Avoid creating archives with components that have
5011 duplicate basenames.
5012
5013 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5014
5015 PR bootstrap/20250
5016 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5017 instead of check.
5018 * Makefile.in: Regenerate.
5019
5020 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5021
5022 Sync from gcc.
5023
5024 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5025
5026 PR bootstrap/17383
5027 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5028 * Makefile.tpl (HOST_SUBDIR): New substitution.
5029 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5030 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5031 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5032 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5033 (Host modules, Bootstrapped modules): Use it.
5034 (Build modules, Target modules): Do not create symlink trees,
5035 always configure out-of-srcdir.
5036 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5037 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5038 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5039 $(HOST_SUBDIR). Create a symlink for host_subdir.
5040
5041 * Makefile.in: Regenerate.
5042 * configure: Regenerate.
5043
5044 Merged from libada-gnattools-branch:
5045 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5046
5047 * Makefile.def: Add gnattools as a module, depending on target-libada.
5048 * Makefile.in: Regenerate.
5049 * configure.in: Include gnattools in host_tools; disable it if ada
5050 is disabled.
5051 * configure: Regenerate.
5052
5053 2005-02-23 Nick Clifton <nickc@redhat.com>
5054
5055 * configure: Regenerate.
5056
5057 2005-02-22 Paul Schlie <schlie@comcast.net>
5058
5059 * configure.in: Allow darwin targeted ports to build tk, itcl and
5060 libgui.
5061
5062 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5063
5064 PR libgcj/10353
5065 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5066 * configure: Regenerate.
5067
5068 2005-02-08 Andrew Cagney <cagney@gnu.org>
5069
5070 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5071 gdb/ section. Update GDB's URL.
5072
5073 2005-01-31 Andrew Cagney <cagney@gnu.org>
5074
5075 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5076
5077 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
5078
5079 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5080 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5081 target-libgloss when not *-*-elf and *-*-aout.
5082 * configure: Regenerate.
5083
5084 2005-01-27 Andrew Cagney <cagney@gnu.org>
5085
5086 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5087
5088 2005-01-24 Andrew Cagney <cagney@gnu.org>
5089
5090 * gettext.m4: Only fall back to ../intl/ when it's present.
5091
5092 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5093
5094 * install-sh, config.sub: Import from upstream.
5095
5096 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5097
5098 PR bootstrap/18222
5099 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5100 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5101 * Makefile.in: Regenerate.
5102
5103 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
5104
5105 Revert 2004-12-28 Makefile changes, a better fix will be
5106 applied to mainline and src after GCC 4.0 branches.
5107
5108 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
5109
5110 PR bootstrap/17383
5111
5112 * Makefile.def (target_modules): Remove stage parameter,
5113 it is always true now.
5114 * Makefile.tpl (configure-build-[+module+],
5115 configure-target-[+module+]): Always build symlink tree
5116 for the directory and for include. BUILD_SUBDIR and
5117 TARGET_SUBDIR cannot be . anymore.
5118 * Makefile.in: Regenerate.
5119
5120 2004-12-25 David Edelsohn <edelsohn@gnu.org>
5121
5122 Revert 2004-12-08 Makefile changes.
5123
5124 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5125
5126 * configure.in (sh64-*-*): Reenable gprof.
5127 * configure: Regenerate.
5128
5129 2004-12-09 Jim Blandy <jimb@redhat.com>
5130
5131 * MAINTAINERS: List 'depcomp' as part of automake.
5132
5133 2004-12-08 David Edelsohn <edelsohn@gnu.org>
5134
5135 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5136 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5137 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5138 * Makefile.in: Regenerate.
5139
5140 2004-12-07 Matt Kraai <kraai@ftbfs.org>
5141
5142 * Makefile.tpl: Generate normal dependencies if the LHS module is
5143 not bootstrapped.
5144 * Makefile.in: Regenerate.
5145
5146 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5147
5148 * configure.in: Include config/gxx-include-dir.m4. Use
5149 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5150 * configure: Regenerate.
5151
5152 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5153
5154 * config.if: Delete.
5155 * configure.in: Set libstdcxx_incdir directly.
5156 * configure: Regenerate.
5157 * MAINTAINERS: Remove mention of config.if.
5158 * src-release (DEVO_SUPPORT): Remove config.if.
5159
5160 2004-12-02 Eric Christopher <echristo@redhat.com>
5161
5162 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5163 of things to remove.
5164 * Makefile.in: Regenerate.
5165
5166 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5167
5168 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5169 * configure: Regenerate.
5170
5171 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5172
5173 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5174 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5175 * configure: Regenerate.
5176
5177 2004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5178
5179 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5180 (hppa*64*-*-*): Delete incorrect comment.
5181 * configure: Rebuilt.
5182
5183 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5184
5185 * install-sh, compile: Import from automake.
5186
5187 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5188
5189 * config.guess, config.sub: Import from savannnah.
5190
5191 2004-11-12 Mike Stump <mrs@apple.com>
5192
5193 * Makefile.def: Add html support.
5194 * Makefile.tpl: Likewise.
5195 * Makefile.in: Regenerate.
5196
5197 2004-11-11 Geoffrey Keating <geoffk@apple.com>
5198
5199 PR 18423
5200 * configure.in: Remove all instances of build-fixincludes from
5201 noconfigdirs.
5202 (build_configargs): Supply --target to subdirectories.
5203 * configure: Regenerate.
5204
5205 * Makefile.def: Make gcc install depend on fixincludes install.
5206 * Makefile.in: Regenerate.
5207
5208 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5209
5210 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5211 target-libgfortran.
5212 * configure: Regenerate.
5213
5214 2004-11-07 David Edelsohn <edelsohn@gnu.org>
5215
5216 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5217 like CC.
5218
5219 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
5220
5221 * Makefile.def (host fixincludes): Specify missing targets.
5222 * Makefile.in: Regenerate.
5223
5224 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5225
5226 PR other/17783
5227 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5228 * configure: Regenerated.
5229
5230 2004-11-04 Daniel Jacobowitz <dan@debian.org>
5231
5232 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5233 * configure: Regenerated.
5234
5235 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
5236
5237 PR target/18151
5238 * configure.in (case ${target}): Do not build fixincludes for avr.
5239 * configure: Regenerated.
5240
5241 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
5242
5243 * configure.in (case ${target}): Do not build fixincludes
5244 on platforms where it is not used.
5245 * configure: Regenerated.
5246
5247 2004-10-23 Daniel Jacobowitz <dan@debian.org>
5248
5249 * configure.in: Use an absolute path to install-sh.
5250 * configure: Regenerated.
5251
5252 2004-10-19 Andrew Cagney <cagney@gnu.org>
5253
5254 * src-release (do-djunpack, do-md5sum): Install the generated file
5255 directly into the proto-toplev/ directory.
5256
5257 2004-10-19 Andrew Cagney <cagney@gnu.org>
5258
5259 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
5260
5261 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
5262
5263 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5264 * configure: Regenerate.
5265
5266 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
5267
5268 Fix wrong conflict resolution in:
5269
5270 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
5271
5272 * Makefile.in: Regenerate.
5273 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5274 in the recursive `make', instead of hardwiring `all'.
5275 (Autogenerated TARGET-* variables): New.
5276
5277 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5278
5279 Merged from GCC / libtool upstream:
5280 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
5281 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5282 * ltcf-cxx.sh (tpf*): Likewise.
5283 * ltconfig (tpf*): Add TPF OS configuration support.
5284
5285 2004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
5286
5287 * configure.in: Enable target-libgloss for crx-*-*.
5288 * configure: Regenerate.
5289
5290 2004-09-24 Michael Roth <mroth@nessie.de>
5291
5292 * configure.in (--without-headers): Add missing double quotes.
5293 * configure: Regenerate.
5294
5295 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
5296
5297 * ylwrap: Revert to previous version.
5298
5299 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
5300
5301 PR bootstrap/17369
5302 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5303 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5304 SET_GCC_LIB_PATH_CMD.
5305 (BASE_TARGET_EXPORTS): Likewise.
5306 * Makefile.in: Regenerated.
5307
5308 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5309 * configure: Regenerated.
5310
5311 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
5312
5313 * config.guess: New upstream version
5314 * compile, depcomp, install-sh, ylwrap: Likewise.
5315
5316 2004-09-19 Roger Sayle <roger@eyesopen.com>
5317
5318 * config/mh-x86omitfp: New host makefile fragment. Add
5319 -fomit-frame-pointer to the default BOOT_CFLAGS.
5320 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5321 * configure: Regenerate.
5322
5323 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
5324
5325 PR target/11572
5326 * configure.in (*-*-darwin*): Renable libobjc.
5327 * configure: Regenerate.
5328
5329 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
5330
5331 * Makefile.def: Remove libbanshee.
5332 * Makefile.tpl: Ditto.
5333 * configure.in: Ditto.
5334 * Makefile.in: Regen.
5335 * configure: Ditto.
5336
5337 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
5338
5339 * missing: Import latest version from master repository.
5340
5341 2004-09-04 Nick Clifton <nickc@redhat.com>
5342
5343 * config.sub: Import latest version from master repository.
5344 * config.guess: Likewise.
5345 This includes these changes:
5346
5347 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
5348
5349 * config.sub: Handle crisv32, alias etraxfs.
5350 * config.guess (crisv32:Linux:*:*): Handle.
5351
5352 2004-08-13 Brad Smith <brad@comstyle.com>
5353
5354 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5355 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5356
5357 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
5358
5359 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5360 assume the processor is a powerpc. This is because coreutils
5361 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5362 in this case, due to a MacOS X bug that causes
5363 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5364 to return a negative number.
5365 Problem reported by Petter Reinholdtsen in:
5366 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5367
5368 2004-07-19 Ben Elliston <bje@gnu.org>
5369
5370 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5371
5372 2004-06-24 Ben Elliston <bje@gnu.org>
5373
5374 * config.guess: Update copyright years.
5375 * config.sub: Likewise.
5376
5377 2004-06-22 Robert Millan <robertmh@gnu.org>
5378
5379 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5380 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5381
5382 2004-06-22 Stanley F. Quayle <stan@stanq.com>
5383
5384 * config.guess (*:*VMS:*:*): New entry. Replaces
5385 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5386 manufacturer.
5387
5388 2004-06-22 Ben Elliston <bje@gnu.org>
5389
5390 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5391 * config.sub: Likewise.
5392
5393 2004-06-22 Ben Elliston <bje@gnu.org>
5394
5395 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5396 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5397
5398 2004-06-11 Ben Elliston <bje@gnu.org>
5399
5400 * config.guess (pegasos:OpenBSD:*:*): Remove.
5401
5402 2004-06-11 Ben Elliston <bje@gnu.org>
5403
5404 From Wouter Verhelst <wouter@grep.be>:
5405 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5406
5407 2004-06-11 Ben Elliston <bje@gnu.org>
5408
5409 * config.guess (luna88k:OpenBSD:*:*): New.
5410
5411 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5412
5413 * config.guess (m32r*:Linux:*:*): New case.
5414 * config.sub: Handle m32rle.
5415
5416 2004-03-12 Ben Elliston <bje@wasabisystems.com>
5417
5418 From Jens Petersen <petersen@redhat.com>:
5419 * config.sub: Handle sparcv8.
5420
5421 2004-03-03 Ben Elliston <bje@wasabisystems.com>
5422
5423 From Tom Smith <smith@cag.lkg.hp.com>:
5424 * config.guess: Version suffixes are equally significant on Tru64
5425 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
5426 prefix of "P" (patched kernel).
5427
5428 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
5429
5430 * config.sub: Add support for National Semiconductor CRX target.
5431
5432 2004-09-03 Jan Beulich <jbeulich@novell.com>
5433
5434 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5435 *-*-netware, but add target-libmudflap.
5436 Consolidate *-*-netware targets (of which really only i?86 exists)
5437 into a single entry.
5438 * configure: Likewise.
5439
5440 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
5441
5442 * Makefile.tpl (sorry): Remove.
5443 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5444 (cleanstrap targets): Depend on distclean, not distclean-stage1.
5445 (do-clean): Clean per-stage directories too.
5446 (do-distclean): Run distclean-stage1 too.
5447 (.NOTPARALLEL): Enable during toplevel bootstrap.
5448 (stage[+id+]-bubble): Enable parallel execution during
5449 the recursive invocation.
5450 * Makefile.in: Regenerate.
5451
5452 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
5453
5454 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
5455
5456 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5457 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5458 * configure: regenerate
5459 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5460 -mdynamic-no-pic
5461
5462 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
5463
5464 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5465 include.
5466 * configure.in: Fix indentation.
5467 * configure: Regenerate.
5468
5469 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
5470
5471 * Makefile.def (build_modules): Add fixincludes.
5472 (dependencies): Make gcc depend on fixincludes.
5473 * configure.in (build_tools): Add fixincludes.
5474 (build_configdirs): Always include build_libs.
5475 * Makefile.in: Regenerate.
5476 * configure: Regenerate.
5477
5478 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
5479
5480 * Makefile.def (bootstrap stages): Add 'lean' parameter.
5481 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5482 phony targets; do not generate timestamp files.
5483 (distclean-stageN): Remove references to their timestamp files.
5484 (restageN, touch-stageN): Remove.
5485 (stageN-bubble): Rewritten.
5486 (compare): Support lean bootstraps.
5487 * Makefile.in: Regenerate.
5488
5489 * configure.in: Only warn when bootstrapping but
5490 build != host or build != target. Support lean bootstraps.
5491 * configure: Regenerate.
5492
5493 Sync from gcc:
5494 2004-08-26 Phil Edwards <phil@codesourcery.com>
5495
5496 * configure.in: Give a better error message if GMP/MPFR are missing
5497 and a language needing them has been requested.
5498 * configure: Regenerated.
5499
5500 2004-08-25 Phil Edwards <phil@codesourcery.com>
5501
5502 * configure.in: Print a list of available language front-ends if
5503 a requested one is missing. Tidy stray tab characters.
5504 * configure: Regenerated.
5505
5506 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
5507
5508 * Makefile.in: Regenerate.
5509 * configure: Regenerate.
5510
5511 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5512 stage_*_flags.
5513 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5514 for bootstrapped modules if toplevel bootstrap is going.
5515 (GCC bootstrap): Generate per-stage targets for all bootstrapped
5516 modules. Adjust for changes in Makefile.def. Enable several
5517 rules even in non-bootstrap mode, just to avoid peppering the
5518 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5519 (stage-[+prev+]-bubble): Remove.
5520
5521 * Makefile.def (Dependencies): Depend on all-build-bison,
5522 all-build-flex, all-build-byacc, all-build-texinfo, rather
5523 than the host variations.
5524 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
5525 with BUILD_SUBDIR.
5526 (BISON): Update for recent Bisons.
5527 (YACC): Fix typo.
5528 (cross): Depend on all-build.
5529 (all): Do not depend on all-build.
5530 (prebootstrap): Remove.
5531 (dep-kind): Accept separate prefixes for MODULE and ON variables.
5532 (Prebootstrap dependencies): Add them to the per-stage targets
5533 and to all-prebootstrap.
5534 * configure.in (build_configdirs): Always enable build_tools.
5535 (BUILD_DIR_PREFIX): Remove.
5536
5537 * Makefile.def (gcc): Add target variable.
5538 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5539 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5540 in the recursive `make', instead of hardwiring `all'.
5541 (Autogenerated TARGET-* variables): New.
5542
5543 2004-08-17 Robert Millan <robertmh@gnu.org>
5544
5545 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5546 (instead of FreeBSD).
5547 * configure: Regenerate.
5548
5549 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
5550
5551 * Makefile.def, configure.in, src-release: Remove useless, bogus
5552 references to tix.
5553 * Makefile.in, configure: Regenerate.
5554
5555 * src-release: Stop distributing mmalloc with gdb (which doesn't
5556 use it).
5557 * Makefile.def: GDB doesn't depend on mmalloc anymore.
5558 * Makefile.in: Regenerate.
5559
5560 2004-08-09 Mark Mitchell <mark@codesourcery.com>
5561
5562 * configure.in (arm*-*-eabi*): New target.
5563 * configure: Regenerate.
5564
5565 2004-08-01 Robert Millan <robertmh@gnu.org>
5566
5567 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5568 libmudflap for all GNU-based systems (with Glibc).
5569 * configure: Regenerate.
5570
5571 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
5572
5573 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5574 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5575 (Dependencies): New section.
5576 * Makefile.tpl (Dependencies): Generate from Makefile.def.
5577 (configure-target-[+module+]): Depend on maybe-all-gcc
5578 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
5579 (toplevel profiledbootstrap): Fix dependencies.
5580 * Makefile.in: Regenerate.
5581
5582 2004-08-03 Mark Mitchell <mark@codesourcery.com>
5583
5584 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5585 target-libiberty to noconfigdirs.
5586
5587 2004-08-03 Paul Brook <paul@codesourcery.com>
5588
5589 * configure.in: Check for MPFR as well as GMP.
5590 * configure: Regenerate.
5591
5592 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
5593
5594 * Makefile.def (host-modules): Add gcc.
5595 * Makefile.in: Regenerate.
5596 * Makefile.tpl (sorry): New rule.
5597 (configure-host, all-host, [+make_target+]-host, do-check,
5598 install-host): Do not add gcc as a special case.
5599 (host modules): Add a small special-casing for gcc. Export
5600 extra_make_flags through the environment.
5601 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5602 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5603 other recursive targets for gcc): Remove.
5604
5605 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5606 (stage, unstage): New rules.
5607 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5608 distclean-stage[+id+]): Use stage_current.
5609 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5610 the stage*-start rules.
5611
5612 2004-07-19 Robert Millan <robertmh@gnu.org>
5613
5614 Synced from gcc:
5615
5616 2004-04-26 Robert Millan <robertmh@gnu.org>
5617
5618 Add patches from libtool CVS.
5619 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5620 * ltconfig: Likewise.
5621 * ltcf-c.sh: Likewise.
5622 * ltcf-cxx.sh: Likewise.
5623 * ltcf-gcj.sh: Likewise.
5624
5625 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
5626
5627 * configure.in: Add noconfigdirs for crx-*-*.
5628 * configure: Regenerate.
5629
5630 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
5631
5632 Synced from gcc:
5633
5634 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
5635
5636 * configure.in: Build libmudflap by default on FreeBSD.
5637 * configure: Regenerated.
5638
5639 2004-07-09 Mark Mitchell <mark@codesourcery.com>
5640
5641 * configure.in: Do not build libmudflap by default on non-GNU/Linux
5642 systems.
5643 * configure: Regenerated.
5644
5645 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5646
5647 PR target/16344
5648 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5649 feedback based compiler.
5650 * Makefile.in: Rebuilt.
5651
5652 2004-07-05 Phil Edwards <phil@codesourcery.com>
5653
5654 * configure.in: Do not prepend $srcdir to /dev/null in
5655 makefile fragments.
5656 * configure: Regenerate.
5657
5658 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
5659
5660 * Makefile.def (host_modules): Set bootstrap=true for flex.
5661 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5662 * Makefile.in: Rebuilt.
5663
5664 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
5665
5666 * Makefile.def (build_modules): Add bison, byacc, flex,
5667 m4, texinfo.
5668 (flags_to_pass): Add FLEX.
5669 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5670 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5671 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5672 DEFAULT_MAKEINFO): Remove.
5673 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5674 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5675 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5676 objdir or else use configured tool.
5677 (all-build): New.
5678 (all): Depend on it.
5679 (Build module dependencies): Add.
5680 * Makefile.in: Regenerate.
5681 * configure.in: Better support for multiple build modules,
5682 matching what is done for host/target modules. Do not look
5683 for "plausible" locations of build tools if Canadian cross.
5684 Use autoconf's AC_PROG_CC to find a C compiler. Define
5685 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
5686 * configure: Regenerate.
5687
5688 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
5689
5690 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5691 * Makefile.in: Regenerate.
5692
5693 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
5694
5695 * Makefile.tpl (configure-build-[+module+],
5696 configure-[+module+], configure-target-[+module+]): Pass
5697 [+extra_configure_args+].
5698 (all-build-[+module+], all-[+module+], check-[+module+],
5699 install-[+module+], [+make_target+]-[+module+],
5700 all-target-[+module+], check-target-[+module+],
5701 install-target-[+module+], [+make_target+]-target-[+module+]):
5702 Pass [+extra_make_args+].
5703 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5704 (GCC_HOST_EXPORTS): Remove.
5705 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5706 cross, check-gcc, check-gcc-c++, install-gcc,
5707 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5708 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5709 * Makefile.in: Regenerate.
5710
5711 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
5712
5713 * configure.in: Check for srcdir/winsup rather than build directory
5714 winsup.
5715 * configure: Regenerate.
5716
5717 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
5718
5719 * configure.in: Don't build Cygwin native newlib if winsup
5720 directory is missing. Emit warning instead.
5721 * configure: Regenerate.
5722
5723 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
5724
5725 * Makefile.tpl (touch-stage[+id+]): New.
5726 (restage[+prev+]): Depend on touch-stage[+id+].
5727
5728 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5729 Use it throughout.
5730
5731 * Makefile.def: Add profile and feedback bootstrap stages.
5732 Remove next field from bootstrap stages.
5733 * Makefile.tpl (LN, LN_S): Substitute.
5734 (stageN-start, stageN-end): Use double-colon rules, to
5735 provide a hook for additional setup commands.
5736 (distclean-stageN-gcc, restageN): Create dependencies from
5737 [+prev+], not from [+next+].
5738 (stageN-bubble): Add commands for successive stages from
5739 [+prev+], using double-colon rules.
5740 (all-stageN-gcc): Fix typo.
5741 (stagefeedback-start, profiledbootstrap): New.
5742 * Makefile.in: Regenerate.
5743 * configure.in: Call ACX_PROG_LN.
5744 * configure: Regenerate.
5745
5746 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
5747
5748 * configure.in: Fix --enable-bootstrap breakage introduced in trees
5749 without gcc.
5750 * configure: Regenerate.
5751
5752 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5753
5754 * Makefile.tpl: Fix typo.
5755 * Makefile.in: Regenerate.
5756
5757 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5758
5759 * configure.in: Remove new- prefix from toplevel
5760 bootstrap targets.
5761 * configure: Regenerate.
5762
5763 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5764
5765 Merge this patch from the gcc tree:
5766
5767 2004-05-30 Andreas Jaeger <aj@suse.de>
5768 Jim Wilson <wilson@specifixinc.com>
5769
5770 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5771 like CC.
5772
5773 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5774
5775 * Makefile.tpl (all.normal): Rename to all.
5776 (all): Replace with a rule to pick the default
5777 target from configure.
5778 (all-gcc, configure-gcc): Use conditionals to
5779 do nothing when toplevel bootstrap is going on.
5780 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5781 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5782 * configure.in: Support --enable-bootstrap.
5783
5784 * Makefile.def: Remove new- prefix from toplevel
5785 bootstrap targets.
5786 * Makefile.tpl: Likewise.
5787
5788 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
5789 target.
5790
5791 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5792 $(RECURSE_FLAGS) to recursive invocation of make.
5793
5794 * Makefile.in: Regenerate.
5795 * configure: Regenerate.
5796
5797 2004-05-27 Daniel Jacobowitz <dan@debian.org>
5798
5799 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5800 * configure: Regenerate.
5801
5802 2004-05-25 Daniel Jacobowitz <drow@false.org>
5803
5804 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5805 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5806 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
5807 targets.
5808 * Makefile.in: Regenerate.
5809
5810 2005-05-24 Paolo Bonzini <bonzini@gnu.org>
5811
5812 * configure.in: Test the ability to symlink directories.
5813 * configure: Regenerate.
5814
5815 * Makefile.def (bootstrap-stage): New definitions.
5816 * Makefile.tpl (configure-stage1-gcc,
5817 configure-stage2-gcc, configure-stage3-gcc,
5818 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5819 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5820 new-restage3, compare): Autogenerate, see Makefile.in
5821 entry for behavioral changes.
5822 (distclean-stage1, new-stage1-start, new-stage1-end,
5823 new-stage1-bubble, distclean-stage2, new-stage2-start,
5824 new-stage2-end, new-stage2-bubble, distclean-stage3,
5825 new-stage3-start, new-stage3-end): New autogenerated targets.
5826 (objext, prebootstrap, BOOT_CFLAGS,
5827 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5828 targets.
5829
5830 * Makefile.in: Regenerate.
5831 (distclean-stage1, new-stage1-start, new-stage1-end,
5832 new-stage1-bubble, distclean-stage2, new-stage2-start,
5833 new-stage2-end, new-stage2-bubble, distclean-stage3,
5834 new-stage3-start, new-stage3-end): New targets.
5835 (all-stage1-gcc): Move prebootstrap dependency from here...
5836 (configure-stage1-gcc): ...to here.
5837 (new-bootstrap): Use bubble targets.
5838 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5839 Use per-stage distclean targets.
5840 (configure-stage1-gcc, configure-stage2-gcc,
5841 configure-stage3-gcc, all-stage1-gcc,
5842 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5843 Use new-stageN-start to prepare the tree.
5844
5845 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
5846
5847 * Makefile.def (host_modules): add libcpp.
5848 * Makefile.tpl: Add dependencies on and for libcpp.
5849 * Makefile.in: Regenerate.
5850 * configure.in: Add libcpp host module.
5851 * configure: Regenerate.
5852
5853 2004-05-17 Zack Weinberg <zack@codesourcery.com>
5854
5855 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5856 of libf2c.
5857 * configure, Makefile.in: Regenerate.
5858
5859 2004-05-13 Diego Novillo <dnovillo@redhat.com>
5860
5861 Merge from tree-ssa-20020619-branch.
5862
5863 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5864 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5865 (HOST_GMPLIBS): Define.
5866 (HOST_GMPINC): Define.
5867 (TARGET_LIB_PATH): Add libmudflap.
5868 (GFORTRAN_FOR_TARGET): Define.
5869 (configure-build*): Export GFORTRAN.
5870 (configure-gcc): Export GMPLIBS and GMPINC.
5871 (all-gcc): Add maybe-all-libbanshee.
5872 (configure-target-libgfortran): Define.
5873 * Makefile.in: Regenerate.
5874 * configure.in (host_libs): Add libbanshee.
5875 (target_libraries): Add target-libmudflap and target-libgfortran.
5876 Add --with-libbanshee.
5877 Handle --disable-libmudflap.
5878 (*-*-freebsd*): Use with_gmp.
5879 Add $(libgcj) to noconfigdirs.
5880 * configure: Regenerate.
5881 * depcomp: New file.
5882 * MAINTAINERS: Add tree-ssa maintainers.
5883
5884 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
5885
5886 * config/acx.m4: Fix fastcompare support for new-bootstrap.
5887 * configure: Regenerate.
5888
5889 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
5890
5891 Revert:
5892 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5893
5894 * Makefile.def (flags_to_pass): Remove *dir variables that
5895 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5896 as well as prefix and exec_prefix.
5897 * Makefile.in: Regenerate.
5898
5899 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5900
5901 * Makefile.def (host_modules): Mark with the bootstrap
5902 flag packages on which gcc depends.
5903 * Makefile.tpl (all-bootstrap): Use it.
5904 * Makefile.in: Regenerate.
5905
5906 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5907
5908 * Makefile.def (flags_to_pass): Remove *dir variables that
5909 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5910 as well as prefix and exec_prefix.
5911 * Makefile.in: Regenerate.
5912
5913 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5914
5915 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5916 * configure: Regenerate.
5917 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5918 * gcc/Makefile.tpl (compare): Use the result of the test.
5919 * gcc/Makefile.in: Regenerate.
5920
5921 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
5922
5923 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5924 Always relocate gcc and prev-gcc to the original names, even
5925 if the build fails.
5926 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5927 New targets.
5928
5929 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5930
5931 * configure.in (mips*-*-irix5*): Enable ld.
5932 * configure: Regenerate.
5933
5934 2004-04-15 James E Wilson <wilson@specifixinc.com>
5935
5936 * Makefile.tpl (configure-[+module+], configure-gcc,
5937 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5938 Set and export LDFLAGS.
5939 * Makefile.in: Regenerate.
5940
5941 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
5942
5943 PR bootstrap/14871
5944 * Makefile.tpl: If we don't have built-in-tree target tools,
5945 use the ones found by configure rather than hacking around with
5946 program_transform_name.
5947 * configure.in: Give Makefile.tpl the information necessary
5948 to do that.
5949 * Makefile.in: Regenerate.
5950 * configure: Regenerate.
5951
5952 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
5953
5954 PR bootstrap/14760
5955 * configure.in: When computing baseargs, strip *all* copies of
5956 offending options. Also, don't match/substitute the trailing space,
5957 so that this actually works when two similar options are separated by
5958 only one space.
5959 * configure: Regenerate.
5960
5961 2004-04-06 David Edelsohn <edelsohn@gnu.org>
5962
5963 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5964 (rs6000-*-aix*): Same.
5965 * configure: Regenerate.
5966
5967 2004-03-25 Stan Shebs <shebs@apple.com>
5968
5969 Remove MPW support, no longer used.
5970 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
5971 mpw-install: Remove files.
5972 * src-release (DEVO_SUPPORT): Remove names of removed files.
5973 * MAINTAINERS: Likewise.
5974
5975 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
5976
5977 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5978 STRICT_WARN, WARN_CFLAGS flags passed down to make.
5979 * Makefile.in: Regenerate.
5980
5981 * configure.in (top level bootstrap support): Rework --enable-werror
5982 to set @stage2_werror_flag@.
5983 * configure: Regenerate.
5984 * Makefile.tpl (top level bootstrap support): Pass
5985 @stage2_werror_flag@ down to configure in stages 2 and 3.
5986 * Makefile.in: Regenerate.
5987
5988 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
5989
5990 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5991 for stages 2 and 3 as well as in make. As a consequence, remove
5992 OUTPUT_OPTION (now detected by configure) from the flags passed down
5993 to make.
5994 * Makefile.in: Regenerate.
5995
5996 * Makefile.tpl (new-bootstrap): Fix typo.
5997 * Makefile.in: Regenerate.
5998
5999 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6000
6001 * Makefile.tpl: Rearrange by moving recursive_targets rules
6002 into their proper sections.
6003 * Makefile.tpl (top level bootstrap support): Move disabling
6004 of coverage flags from 'make' to 'configure'; improve comments.
6005 * Makefile.in: Regenerate.
6006
6007 * Makefile.tpl (experimental top level bootstrap) Move stage1
6008 language setting from all- target to configure- target; disable
6009 intermodule optimization in stage 1; prevent gratuitous rebuilds
6010 of stage 1.
6011 * Makefile.in: Regenerate.
6012 * configure.in: Comma-separate stage 1 language list for top
6013 level bootstrap.
6014 * configure: Regenerate.
6015
6016 * Makefile.tpl: Clean up experimental top level bootstrap support:
6017 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6018 prev-gcc in configure- targets as well as all- targets.
6019 * Makefile.in: Regenerate.
6020
6021 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
6022
6023 * configure.in: Remove symbolic link section.
6024 * configure: Regenerate.
6025 * Makefile.tpl (links): Remove.
6026 * Makefile.in: Regenerate.
6027
6028 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
6029 Nathanael Nerode <neroden@gcc.gnu.org>
6030
6031 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6032 Set with AC_CHECK_PROGS.
6033 * configure.in: Fix comment typo from last patch.
6034 * configure: Regenerate.
6035
6036 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6037
6038 * Makefile.tpl: Introduce experimental top level bootstrap support.
6039 * Makefile.in: Regenerate.
6040 * configure.in: Introduce support for top level bootstrap.
6041 * configure: Regenerate.
6042
6043 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
6044 Paolo Bonzini <bonzini@gnu.org>
6045
6046 PR bootstrap/14522
6047 * configure.in: Cope with shells that do not support unquoted ^
6048 * configure: Regenerate.
6049
6050 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
6051 Paolo Bonzini <bonzini@gnu.org>
6052
6053 PR bootstrap/14522
6054 * configure.in: Cope with shell that do not support nesting
6055 quotes inside quoted backquote substitutions.
6056 * configure: Regenerate.
6057
6058 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6059
6060 PR bootstrap/14522
6061 * configure.in: Fix escaping of $.
6062 * configure: Regenerate.
6063
6064 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6065
6066 * configure: Regenerate.
6067
6068 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
6069
6070 PR ada/14131
6071 Move language detection to the top level.
6072 * configure.in: Find default values for the tools as
6073 soon as possible. Disable ada if GNAT is not found.
6074 Emit error message about missing languages. Expand
6075 --enable-languages=all for the gcc subdirectory.
6076
6077 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
6078
6079 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6080 and disable libgcj.
6081 * configure: Regenerated.
6082
6083 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6084
6085 PR bootstrap/7087
6086 * Makefile.tpl: Guard XFOO sed statements better.
6087 * Makefile.tpl: Add dependency for configure-target-libada.
6088 * Makefile.in: Regenerate (incidentally fixes broken
6089 commit when libada-branch was merged).
6090
6091 2004-02-28 Andrew Cagney <cagney@redhat.com>
6092
6093 * src-release (CVS_NAMES): Define.
6094 (do-tar, do-tar): Prune $(CVS_NAMES).
6095
6096 2004-02-23 Andrew Cagney <cagney@redhat.com>
6097
6098 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6099 2004-02-19.09.
6100
6101 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6102
6103 PR bootstrap/11932
6104 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6105
6106 2004-02-19 Andrew Cagney <cagney@redhat.com>
6107
6108 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6109 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6110
6111 2004-02-11 David Edelsohn <edelsohn@gnu.org>
6112
6113 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6114 (rs6000-*-aix*): Same.
6115 * configure: Regenerate.
6116
6117 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6118
6119 * configure.in (host): Add in missing $noconfigdirs to defines.
6120 * configure: Regenerate.
6121
6122 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6123 Nathanael Nerode <neroden@gcc.gnu.org>
6124
6125 PR ada/6637, PR ada/5911
6126 Merge with libada-branch:
6127 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6128 with appropriate dependencies. Add --enable-libada configure switch.
6129 * configure, Makefile.in: Regenerate.
6130
6131 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6132
6133 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6134 * configure: Regenerate.
6135
6136 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6137
6138 * COPYING.NEWLIB: Update Red Hat license to 2004.
6139
6140 2004-01-23 DJ Delorie <dj@redhat.com>
6141
6142 * Makefile.def (target_modules) [libiberty]: Don't stage.
6143 * Makefile.in: Rebuilt.
6144
6145 2004-01-23 Jeff Johnston <jjohnstn@redhat.com>
6146
6147 * COPYING.NEWLIB: Update to include copyrights for new
6148 iconv code.
6149
6150 2004-01-15 Andrew Cagney <cagney@redhat.com>
6151
6152 * src-release: Update copyright year.
6153 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6154 (NEWLIB_SUPPORT_DIRS): Delete macro.
6155 (newlib.tar.bz2): Delete rule.
6156
6157 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
6158
6159 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6160 * Makefile.tpl (configure-target-[+module+]): Support stage.
6161 * Makefile.in: Rebuilt.
6162
6163 2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6164
6165 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6166 throughout.
6167
6168 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6169
6170 * configure.in: Use ./config.cache, not config.cache.
6171 * configure: Regenerate.
6172 * Makefile.tpl: Special-casing not needed for GCC any more.
6173 * Makefile.in: Regenerate.
6174
6175 * configure.in: Don't share a cache file for host dirs.
6176 * configure: Regenerate.
6177
6178 * config-ml.in: Don't mess with the cache file.
6179
6180 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6181
6182 * Makefile.tpl: Make GCC use a separate config.cache.
6183 * Makefile.in: Regenerate.
6184
6185 PR bootstrap/11932, PR bootstrap/11933
6186 (I don't know if it will fix either of them, but it relates
6187 to them.)
6188 * configure.in: Don't use shared config.cache for target
6189 directories.
6190 * configure: Regenerate.
6191
6192 2003-12-31 Roger Sayle <roger@eyesopen.com>
6193
6194 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6195 * configure: Regenerated.
6196
6197 2003-12-21 Bernardo Innocenti <bernie@develer.com>
6198
6199 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6200 * configure: Regenerated.
6201
6202 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6203
6204 Port change over from GCC:
6205 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6206 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6207 (configure-build-[+module+], configure-[+module+]): Likewise.
6208 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6209 * Makefile.in: Regenerate.
6210
6211 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6212
6213 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6214 * configure: Regenerate.
6215
6216 2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
6217
6218 * COPYING.NEWLIB: Add license info for long long routines added to
6219 stdlib.
6220
6221 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
6222
6223 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6224 * Makefile.in: Regenerate.
6225
6226 2003-10-20 Phil Edwards <phil@codesourcery.com>
6227
6228 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
6229 * configure: Regenerate.
6230
6231 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
6232
6233 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6234 HOST_FLAGS_TO_PASS.
6235 * Makefile.in: Regenerate.
6236
6237 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
6238
6239 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6240 * configure: Rebuilt
6241 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6242 * Makefile.in: Rebuilt
6243
6244 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
6245
6246 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6247
6248 2003-10-01 Phil Edwards <pme@gcc.gnu.org>
6249
6250 * config-ml.in: Use ac_configure_args directly instead of
6251 ml_arguments. Only set ml_norecursion if --no[-]recursion is
6252 actually seen.
6253
6254 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
6255
6256 * config-ml.in: Propagate INSTALL variables.
6257
6258 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
6259
6260 * configure.in: Pass a computed --program-transform-name
6261 to subconfigures.
6262 * configure: Regenerated.
6263
6264 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6265
6266 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6267 * Makefile.in: Regenerate.
6268
6269 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6270 * Makefile.in: Regenerate.
6271
6272 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
6273
6274 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6275 quoting.
6276 * configure: Regenerated.
6277
6278 2003-09-12 Michael Chastain <mec@shout.net>
6279
6280 Fix PR gdb/857.
6281 * src-release (do-proto-topleve): Remove junk files
6282 intl/config.cache, intl/config.status,
6283 intl/config.h, intl/stamp-h.
6284
6285 2003-09-14 Andrew Cagney <cagney@redhat.com>
6286
6287 * src-release (dejagnu.tar): New target.
6288 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
6289 (do-djunpack): Use $(PACKAGE) for the package name.
6290
6291 2003-09-04 DJ Delorie <dj@redhat.com>
6292
6293 * configure: Regenerate.
6294
6295 2003-09-04 Robert Millan <robertmh@gnu.org>
6296
6297 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6298
6299 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6300
6301 * configure.in: Ensure arguments to sed are properly spaced.
6302 * configure: Regenerate.
6303
6304 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
6305
6306 Merge from gcc:
6307 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
6308 * install-sh: Update to newer upstream versions (associated with
6309 aclocal 1.7).
6310 * missing: Likewise, plus $1Help2man -> $1 typo fix.
6311
6312 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
6313
6314 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6315 * configure: Regenerated.
6316
6317 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
6318
6319 * configure.in: Use newline instead of semicolon when assuming
6320 shell arguments in a for loop.
6321 * configure: Regenerated.
6322
6323 2003-08-20 Geoffrey Keating <geoffk@apple.com>
6324
6325 PR 8180
6326 * configure.in: When testing with_libs and with_headers, treat
6327 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
6328 * configure: Regenerate.
6329
6330 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6331 make, shell, etc.
6332 (baseargs): Likewise.
6333 * configure: Regenerate.
6334
6335 2003-08-19 Geoffrey Keating <geoffk@apple.com>
6336
6337 * configure.in: Disable libgcj for darwin not on powerpc.
6338 * configure: Rebuild.
6339
6340 2003-08-15 Michael Chastain <mec@shout.net>
6341
6342 * src-release (do-proto-toplev): Remove junk files
6343 dejagnu/example/calc/config.status,
6344 dejagnu/example/calc/config.log.
6345
6346 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
6347
6348 * config-ml.in, symlink-tree: Add license.
6349
6350 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
6351
6352 Merge from gcc:
6353
6354 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
6355 * Makefile.tpl (check, check-c++): Express dependencies using
6356 dependencies rather than commands.
6357 * Makefile.in: Regenerate.
6358
6359 2003-07-31 Geoffrey Keating <geoffk@apple.com>
6360 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6361 * Makefile.in: Update.
6362
6363 2003-08-01 Andrew Cagney <cagney@redhat.com>
6364
6365 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6366 * configure: Ditto.
6367
6368 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
6369
6370 * configure.in: Enable libgcj for darwin.
6371 * configure: Rebuild.
6372
6373 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
6374
6375 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
6376
6377 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
6378
6379 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6380 creating target and build subdirs to build all parent dirs as needed.
6381 * Makefile.in: Rebuild.
6382 * configure.in: Don't build dirs explicitly here.
6383 * configure: Rebuild.
6384
6385 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
6386
6387 * Makefile.tpl (all-make): Depend on intl.
6388 * Makefile.in: Rebuilt.
6389
6390 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
6391
6392 * config.if: Remove unused libc_interface determination.
6393
6394 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
6395
6396 * Makefile.in: Regenerate, correctly this time.
6397
6398 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
6399
6400 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
6401 unused INSTALL_PROGRAM_ARGS.
6402 * configure.in: Use AC_PROG_INSTALL.
6403 * Makefile.in: Regenerate.
6404 * configure: Regenerate.
6405
6406 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
6407
6408 * configure: Rebuilt.
6409 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
6410 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6411 newlib nor libgloss.
6412 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
6413 * configure.in (am33_2.0-*-linux*): Added.
6414
6415 2003-07-09 Bob Wilson <bob.wilson@acm.org>
6416
6417 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6418 * configure: Regenerate.
6419
6420 2003-07-06 H.J. Lu <hongjiu.lu@intel.com>
6421
6422 * config-ml.in: Replace PWD with PWD_COMMAND.
6423 * Makefile.tpl: Likewise.
6424 * Makefile.in: Regenerated.
6425
6426 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
6427
6428 * configure.in: Clean up config-lang.in handling. Delete
6429 useless assignment to "subdirs".
6430 * configure: Regenerate.
6431
6432 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
6433
6434 * configure.in: Rename 'target_libs' to 'target_libraries'.
6435 Remove useless reference to 'target_libs'.
6436 * configure: Regenerate.
6437
6438 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
6439
6440 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6441 * Makefile.in: Regenerate.
6442
6443 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
6444
6445 * Makefile.def: Introduce flags_to_pass.
6446 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6447 * Makefile.in: Regenerate.
6448
6449 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
6450
6451 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6452 and target-libgloss.
6453 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6454 <h8300*-*-*>: Disable libf2c and ${libgcj}.
6455 * configure: Regenerate.
6456
6457 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
6458
6459 * configure.in: Update testsuite_flags to new location.
6460 * configure. Regenerate.
6461
6462 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
6463
6464 * Makefile.tpl: Remove BUILD_CC stuff.
6465 * Makefile.in: Regenerate.
6466
6467 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6468
6469 * config.guess: Update to 2003-06-12 version.
6470 * config.sub: Update to 2003-06-13 version.
6471
6472 2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6473
6474 * MAINTAINERS: Add myself as MIPS co-maintainer.
6475
6476 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
6477
6478 * config.guess: Update to 2003-06-06 version.
6479 * config.sub: Update to 2003-06-06 version.
6480
6481 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6482
6483 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6484 * configure. Regenerate.
6485
6486 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
6487
6488 * configure.in: Disable serial configure by default.
6489 * configure: Regenerate.
6490 * Makefile.tpl: Abolish .NOTPARALLEL.
6491 * Makefile.in: Regenerate.
6492
6493 * Makefile.tpl: Replace {build,host,target}_canonical by
6494 {build,host,target}.
6495 * Makefile.in: Regenerate.
6496
6497 * Makefile.tpl: Fix stupid pasto.
6498 * Makefile.in: Regenerate.
6499
6500 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
6501
6502 * Makefile.tpl: Remove bogus conditional.
6503 * Makefile.in: Regenerate.
6504
6505 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
6506
6507 * Makefile.tpl: Make 'recursive targets' using autogen rather
6508 than shell loop. Remove duplicate 'clean' targets and false
6509 comments.
6510 * Makefile.def: Add systematic dependencies to 'recursive' targets.
6511 Add systematic method of specifying missing targets in subdirs.
6512 Add copyright boilerplate.
6513 * Makefile.in: Regenerate.
6514 * configure.in: Add 'recursive targets' to maybe list.
6515 * configure: Regenerate.
6516
6517 * Makefile.tpl: Rename [+target+] to [+make_target+].
6518 * Makefile.def: Rename 'target' to 'make_target'.
6519
6520 2003-05-30 Nick Clifton <nickc@redhat.com>
6521
6522 * README-maintainer-mode: Update URL for locating blessed config
6523 tools.
6524
6525 2003-05-29 Robert Millan <rmh@debian.org>
6526
6527 * ltconfig: Import this patch and modify for use with current
6528 version of ltconfig:
6529
6530 2003-05-21 Bruno Haible <bruno@clisp.org>
6531
6532 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
6533 GNU/FreeBSD.
6534
6535 2003-05-28 DJ Delorie <dj@redhat.com>
6536
6537 * Makefile.tpl: Make maybe-check-gcc .PHONY.
6538 * Makefile.in: Regenerate.
6539
6540 2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
6541
6542 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
6543
6544 2003-05-21 DJ Delorie <dj@redhat.com>
6545
6546 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6547 newlib or libgloss.
6548 * Makefile.in: Regenerate.
6549
6550 2003-05-21 DJ Delorie <dj@redhat.com>
6551
6552 * Makefile.tpl: Add missing empty maybe-check-gcc target.
6553 * Makefile.in: Regenerate.
6554
6555 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6556
6557 * configure.in: Use curly braces in the definition of tooldir.
6558 * configure: Regenerate.
6559
6560 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
6561
6562 * configure.in: Switch more things to use maybe dependencies.
6563 * Makefile.tpl: Switch more things to use maybe dependencies.
6564 Factor out common code from autogen IF statements.
6565 * configure: Regenerate.
6566 * Makefile.in: Regenerate.
6567
6568 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
6569
6570 * configure.in: Accept i[3456789]86 for machine type.
6571 * configure: Regenerate.
6572
6573 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
6574
6575 * configure.in: Switch more things to use maybe dependencies.
6576 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
6577 * configure: Regenerate.
6578 * Makefile.tpl: Switch more things to use maybe dependencies.
6579 * Makefile.in: Regenerate.
6580
6581 2003-05-16 Andreas Schwab <schwab@suse.de>
6582
6583 * Makefile.tpl (install-opcodes): Define.
6584 * Makefile.in: Rebuild.
6585
6586 2003-05-13 Andreas Jaeger <aj@suse.de>
6587
6588 * config.guess: Update to 2003-05-09 version.
6589 * config.sub: Update to 2003-05-09 version.
6590
6591 2003-05-13 Michael Eager <eager@mvista.com>
6592
6593 * configure.in: Correct sed script so that options in quotes are not
6594 deleted.
6595 * configure: Rebuild.
6596
6597 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
6598
6599 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6600 and $$s/newlib/libc/sys/cygwin32 include paths.
6601 * configure: Ditto.
6602
6603 2003-05-05 H.J. Lu <hjl@gnu.org>
6604
6605 * config-ml.in: Restored from gcc repository.
6606
6607 2003-05-02 Chris Demetriou <cgd@broadcom.com>
6608
6609 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6610 * Makefile.in: Regenerate.
6611
6612 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
6613
6614 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
6615 and Makefile.def.
6616
6617 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
6618
6619 * Makefile.tpl: Clean $(BUILD_SUBDIR).
6620 * Makefile.in: Regenerated.
6621
6622 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6623
6624 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6625 * Makefile.in: Regenerate.
6626
6627 2003-04-18 Jakub Jelinek <jakub@redhat.com>
6628
6629 * configure.in (powerpc64*-*-linux*): Remove.
6630 * configure: Rebuilt.
6631
6632 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
6633
6634 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
6635 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6636 and restrap.
6637 * Makefile.in: Regenerate.
6638
6639 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
6640
6641 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6642 * configure: Regenerated.
6643
6644 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
6645
6646 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6647 * */configure: Rebuilt.
6648
6649 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
6650
6651 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6652 * Makefile.in: Regenerate.
6653
6654 2003-03-14 Michael Chastain <mec@shout.net>
6655
6656 * Makefile.in: Regenerate with correct Makefile.def.
6657
6658 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
6659
6660 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
6661 Make macro.
6662 * Makefile.in: Regenerate.
6663 * configure.in: Clean up gxx_include_dir logic.
6664 * configure: Regenerate.
6665
6666 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6667
6668 * configure.in (gxx_include_dir): Fix typo.
6669 * configure: Regenerated.
6670
6671 2003-03-06 Andrew Cagney <cagney@redhat.com>
6672
6673 * texinfo/texinfo.tex: Import version 2003-02-03.16.
6674
6675 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
6676
6677 * configure.in: Include $(build_tooldir)/sys-include in
6678 FLAGS_FOR_TARGET.
6679 * configure: Regenerated.
6680
6681 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
6682
6683 * Makefile.tpl: Reindent.
6684 * Makefile.in: Regenerate.
6685 * configure.in: Reindent. Don't set unused variables.
6686 * configure: Regenerate.
6687
6688 * Makefile.tpl: Always pass down RANLIB.
6689 * Makefile.in: Regenerate.
6690
6691 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6692 * Makefile.in: Regenerate.
6693 * configure.in: Remove unused logic relating to --enable-shared
6694 and --enable-threads. Remove bogus comments. Remove redundant
6695 noconfigdirs.
6696 * configure: Regenerate.
6697
6698 * configure.in: Replace ${libstdcxx_version} by its value.
6699 Remove reference to mh-dgux.
6700 * configure: Regenerate.
6701
6702 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6703
6704 * Makefile.tpl: Rearrange.
6705 * Makefile.in: Regenerate.
6706
6707 2003-02-25 Nick Clifton <nickc@redhat.com>
6708
6709 * configure: Remove site-file supprot - it is obsolete.
6710
6711 2003-02-24 Uwe Stieber <uwe@wwws.de>
6712
6713 * configure.in: Add support for kaOS as cross build target system.
6714 * configure: Regenerated.
6715
6716 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
6717
6718 * Makefile.tpl: Add definition of CPPFLAGS to pass into
6719 configure-target-* as some target builds may require additional
6720 flags for preprocessor tests.
6721 * Makefile.in: Regenerated.
6722
6723 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
6724
6725 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6726 * ltconfig: Handle it.
6727 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6728 auto-detecting it.
6729
6730 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
6731
6732 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6733 it is used as argument to $CC.
6734 * ltcf-gcj.sh: Likewise.
6735
6736 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
6737
6738 * configure.in: Introduce --enable-maintainer-mode.
6739 * configure: Rebuilt.
6740 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6741 for maintainer mode.
6742 * Makefile.in: Rebuilt.
6743
6744 2003-02-19 Andrew Cagney <ac131313@redhat.com>
6745
6746 * configure: Regenerate using autoconf 2.13.
6747
6748 2003-02-19 Alan Modra <amodra@bigpond.net.au>
6749
6750 * config.guess: Import latest version.
6751 * config.sub: Import latest version.
6752
6753 2003-02-18 Jason Merrill <jason@redhat.com>
6754
6755 * Makefile.tpl (check-c++): Allow parallelism.
6756
6757 2003-02-17 Andrew Cagney <ac131313@redhat.com>
6758
6759 * configure: Regenerate using autoconf 000227.
6760
6761 2003-02-15 Geoffrey Keating <geoffk@apple.com>
6762
6763 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6764 don't configure target-libobjc.
6765 * configure: Regenerate.
6766
6767 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6768
6769 * Makefile.tpl (RANLIB): Define.
6770 * Makefile.in: Regenerate.
6771
6772 2003-02-06 Keith R Seitz <keiths@redhat.com>
6773
6774 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6775 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6776 * Makefile.in: Regenerated.
6777 * configure.in: Remove all traces of snavigator, db, and grep.
6778 * configure: Regenerated.
6779
6780 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
6781
6782 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6783 * Makefile.in: Regenerated.
6784
6785 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
6786
6787 * config.if: Copy from GCC.
6788
6789 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
6790
6791 * configure.in: Revert 24Jan change.
6792 * configure: Regenerate.
6793
6794 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6795
6796 * configure.in: Revert previous change.
6797 * configure: Regenerate.
6798
6799 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6800
6801 * configure.in: Make rda native-only.
6802 * configure: Regenerate.
6803
6804 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
6805
6806 * configure.in: Add missing \.
6807 * configure: Rebuilt.
6808
6809 2003-01-17 Jakub Jelinek <jakub@redhat.com>
6810
6811 * configure.in (baseargs): Avoid using \| in sed regular
6812 expressions.
6813 * configure: Rebuilt.
6814
6815 2003-01-16 Jakub Jelinek <jakub@redhat.com>
6816
6817 * configure.in (baseargs): Remove all supported forms of
6818 --cache-file, --srcdir, --host, --build and --target options
6819 from argument lists.
6820 * configure: Rebuilt.
6821
6822 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
6823
6824 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6825 * configure: Rebuilt.
6826
6827 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
6828
6829 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6830 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6831 * Makefile.in: Regenerate.
6832 * configure: Regenerate.
6833
6834 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
6835
6836 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6837 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6838 * Makefile.in: Regenerate.
6839
6840 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
6841
6842 * configure.in: Remove Makefile in build, host and target modules
6843 unless configure was run with --no-recursion.
6844 * configure: Rebuilt.
6845
6846 2003-01-08 Chris Demetriou <cgd@broadcom.com>
6847
6848 * config.guess: Update to 2003-01-03 version.
6849 * config.sub: Update to 2003-01-03 version.
6850
6851 2003-01-07 Christopher Faylor <cgf@redhat.com>
6852
6853 * configure: Regenerate with proper autoconf 2.13.
6854
6855 2003-01-07 Christopher Faylor <cgf@redhat.com>
6856
6857 * configure.in: Add AC_PREREQ for consistency.
6858 * configure: Regenerate.
6859
6860 2003-01-06 Andrew Cagney <ac131313@redhat.com>
6861
6862 * configure.in (GDB_TK): Add tcl directories conditional on
6863 gdb/gdbtk directory being present.
6864 * configure: Regenerate.
6865
6866 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
6867
6868 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
6869 by gcc if LD is not defined and we are not doing a Canadian Cross.
6870 * configure: Rebuilt.
6871
6872 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
6873
6874 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
6875
6876 2002-12-31 Tom Tromey <tromey@redhat.com>
6877
6878 * Makefile.in: Rebuilt.
6879 * Makefile.def (target_modules) [libffi]: Allow installation.
6880
6881 2002-12-31 Andreas Schwab <schwab@suse.de>
6882
6883 * configure.in: Fix use of $program_transform_name.
6884 * configure: Regenerated.
6885
6886 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
6887
6888 * configure.in (baseargs): Don't remove first configure argument.
6889 * configure: Regenerated.
6890
6891 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
6892
6893 * Makefile.tpl (local-distclean): Don't remove...
6894 (multilib.ts): ... this. Moved into...
6895 (multilib.out): ... this. Don't use sub-make.
6896 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6897 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6898 (configure-build-[+module+], configure-[+module+],
6899 configure-target-[+module+], configure-gcc): ... these. Test
6900 for Makefile existence. Drop config.status from dependencies.
6901 * Makefile.in: Rebuilt.
6902 * configure.in: Move gcc-version-trigger to the end of
6903 ac_configure_args. Add comments to maybedep.tmp and
6904 serdep.tmp. Introduce --disable-serial-configure. Remove
6905 nonopt from baseargs, matching and removing corresponding
6906 whitespace while at it.
6907 * configure: Rebuilt.
6908
6909 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
6910
6911 * configure.in (host_configargs): Replace reference to
6912 no-longer-defined buildopts with --build=${build_alias}.
6913 * configure: Rebuilt.
6914
6915 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
6916
6917 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
6918 program_transform_name to standard idiom.
6919 (AUTOGEN, AUTOCONF): Define.
6920 (Makefile.in): Use $(AUTOGEN).
6921 (Makefile): Depend on config.status, and use autoconf-style rule to
6922 build it. Move original commands to...
6923 (config.status): ... this new target.
6924 (configure): Add $(srcdir). Depend on config/acx.m4. Use
6925 $(AUTOCONF).
6926 * Makefile.in: Rebuilt.
6927
6928 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
6929
6930 * Makefile.tpl: Fix dramatic bustage due to change in
6931 program_transform_name.
6932 * Makefile.in: Regenerate.
6933
6934 * configure.in: Remove unnecessary PATH setting.
6935 * configure: Regnerate.
6936
6937 * configure.in: Don't default to unprefixed tools unless
6938 the native tools will work.
6939 * configure: Regenerate.
6940
6941 * configure.in: Convert to autoconf script. Blow away lots
6942 of now-redundant Makefile fragments.
6943 * configure: Generate using Autoconf.
6944 * Makefile.tpl: Rewrite to reflect autoconfiscation.
6945 * Makefile.in: Regenerate.
6946
6947 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
6948
6949 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
6950 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6951
6952 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
6953 where they belong.
6954
6955 2002-12-24 Andreas Schwab <schwab@suse.de>
6956
6957 * Makefile.tpl (multilib.out): Fix missing space.
6958 * Makefile.in: Regenerate.
6959
6960 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
6961
6962 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
6963 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
6964 * Makefile.in: Regenerate.
6965 * configure.in: Remove unnecessary leftovers.
6966
6967 2002-12-21 Geoffrey Keating <geoffk@apple.com>
6968
6969 * configure.in (extra_ranlibflags_for_target): New variable.
6970 (*-*-darwin): Add -c to ranlib commands.
6971 * configure (tooldir): Handle extra_ranlibflags_for_target.
6972
6973 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
6974
6975 * COPYING.NEWLIB: Updated.
6976 * COPYING.LIBGLOSS: Ditto.
6977
6978 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6979
6980 * Makefile.tpl: Revert HJL's change.
6981 * Makefile.in: Regenerated.
6982 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6983 always.
6984
6985 2002-12-19 Andreas Schwab <schwab@suse.de>
6986
6987 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6988 * Makefile.in: Regenerate.
6989
6990 2002-12-18 H.J. Lu <hjl@gnu.org>
6991
6992 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6993 * Makefile.in: Regenerated.
6994
6995 * configure.in (build_prefix): New. Substitute.
6996
6997 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
6998
6999 * Makefile.tpl: Don't let real targets depend on phony targets.
7000 * Makefile.in: Regenerate.
7001
7002 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7003 * Makefile.in: Regenerate.
7004
7005 2002-12-16 Jason Merrill <jason@redhat.com>
7006
7007 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7008 previous 'make bootstrap'.
7009 * Makefile.in: Regenerate.
7010
7011 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7012
7013 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7014
7015 2002-12-13 Jason Merrill <jason@redhat.com>
7016
7017 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7018 library tests.
7019 (check-c++): Just depend on it and check-target-libstdc++-v3.
7020 * Makefile.in: Regenerate.
7021
7022 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7023
7024 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7025 * Makefile.in: Regenerate.
7026
7027 2002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7028
7029 * COPYING.NEWLIB: Update list of alternate Regent of California
7030 licenses and discuss official revoking of advertising clause.
7031 * COPYING.LIBGLOSS: Ditto.
7032
7033 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
7034
7035 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7036 * Makefile.in: Rebuilt.
7037
7038 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
7039
7040 * configure: Fix bug put in by gremlins.
7041
7042 * Makefile.tpl: Substitute more autoconfily.
7043 * configure: Substitute more autoconfily.
7044 * Makefile.in: Regenerate.
7045
7046 2002-12-08 Andrew Cagney <ac131313@redhat.com>
7047
7048 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7049 * Makefile.in (all-sim): Ditto.
7050
7051 2002-12-06 DJ Delorie <dj@redhat.com>
7052
7053 * Makefile.tpl: Change configure dependencies to not have real
7054 targets depend on phony targets.
7055
7056 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7057
7058 * configure.in: Revert unintentional change.
7059
7060 * src-release: Configure host subdirs.
7061
7062 * Makefile.tpl: Change dependency for */multilib.out so that
7063 it works when gcc isn't in the tree.
7064
7065 * configure.in: Substitute more.
7066 * configure: Run subconfigures from the Makefile.
7067 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7068 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7069
7070 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7071
7072 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7073 and corresponding dependencies.
7074 * Makefile.in: Regenerate.
7075
7076 * configure.in (host_tools): Order binutils, gas and ld for
7077 convenience in running the testsuites.
7078
7079 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7080 * Makefile.in: Regenerate.
7081 * configure.in: Introduce rules to serialize subconfigure runs.
7082
7083 * configure.in: Introduce BASE_CC_FOR_TARGET.
7084 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7085 Realize configure-build-* targets. Realize configure-target-* targets.
7086 * Makefile.in: Regenerate.
7087
7088 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7089
7090 * configure: Move gcc_version_trigger stuff from here...
7091 * configure.in: ...to here.
7092
7093 * configure.in: Separate subconfigure options added by this file from
7094 options given by the user. Add machinery to put args for host
7095 subconfigures into the Makefile.
7096
7097 * Makefile.tpl: Remove 'vault' targets.
7098 * Makefile.tpl: Reorder and comment dependencies.
7099 * Makefile.in: Regenerate.
7100
7101 2002-11-28 Geoffrey Keating <geoffk@apple.com>
7102
7103 * configure.in: Move host-specific darwin noconfigdirs into
7104 the host-specific section.
7105
7106 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7107
7108 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7109 during replay.
7110 * Makefile.in: Regenerate.
7111
7112 (finishing slow-motion replay)
7113 * configure: Remove skip-this-dir support.
7114 * Makefile.tpl: Remove skip-this-dir support.
7115
7116 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7117 subdirectories.
7118 * Makefile.in: Regenerate.
7119
7120 * Makefile.tpl: Strip out useless setting of 'dir'.
7121 * Makefile.in: Regenerate.
7122
7123 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7124
7125 (finishing slow-motion replay)
7126 * configure.in: Fix deeply stupid bug.
7127
7128 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7129 shell code in CXX_FOR_TARGET
7130 * Makefile.def: Introduce raw_cxx.
7131 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7132 RAW_CXX_FOR_TARGET.
7133 * Makefile.in: Regenerate.
7134
7135 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7136
7137 (finishing slow-motion replay)
7138 * Makefile.tpl: Remove unnecessary ifs.
7139 * Makefile.in: Regenerate.
7140
7141 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
7142 dependencies. Maybe-ize build-libiberty. Create dummy install
7143 targets for 'no_install' modules.
7144 * configure: Move GDB_TK substitution to configure.in. Move
7145 build_modules stuff to configure.in.
7146 * configure.in: Implement soft dependency machinery. Maybe-ize
7147 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7148 * Makefile.in: Regenerate.
7149
7150 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7151
7152 (continuing slow-motion replay)
7153 * Makefile.tpl: Make all-target, install-target behave similarly
7154 to all, install (only hitting configured targets). Eliminate
7155 unused macro defintions.
7156
7157 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7158 build != host.
7159
7160 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7161
7162 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7163
7164 * configure.in: Produce lists of subdir targets we're actually
7165 configuring. Remove references to "dosrel".
7166 * Makefile.tpl: Let configure set which subdir targets are hit.
7167 Remove install-cross; clean up install; remove ALL. Remove
7168 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
7169 Autogenerate host module targets. Remove empty dependency lines
7170 and redundant dependency; rearrange slightly.
7171 * Makefile.def: Add host-side libtermcap, utils.
7172
7173 * Makefile.in: Regenerate.
7174
7175 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7176
7177 (Continuing slow-motion replay)
7178 * Makefile.def: Add list of recursive targets to autogenerate.
7179 Add build_modules.
7180 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7181 targets. Autogenerate *-build-* targets.
7182 * Makefile.in: Regenerate.
7183
7184 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7185
7186 (Continuing slow-motion replay)
7187 * configure: More autoconf-style substitutions.
7188 * Makefile.tpl: More autoconf-style substitutions.
7189 * Makefile.in: Regenerate.
7190
7191 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7192
7193 (Continuing slow-motion replay)
7194 * configure: Substitute more variables in a more autoconf-friendly
7195 way. Simplify slightly.
7196 * Makefile.tpl: Make more variables substitutable in an
7197 autoconf-friendly way.
7198 * Makefile.in: Regenerate.
7199
7200 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7201
7202 (Continuing slow-motion replay)
7203 * configure.in (v810*): Remove special setting of tools.
7204
7205 * configure: Add support for extra required flags for ar or nm.
7206 * configure.in (aix4.3+): Use above support for target-specific
7207 issues, rather than using config/mt-aix43.
7208
7209 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7210
7211 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
7212 * configure: Remove 'removing', which doesn't work. Replace $subdir
7213 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7214 with $srcdir. Reformat indentation. Substitute some variables
7215 formerly hard-coded in the Makefile for build=host.
7216 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7217 * Makefile.def: Autogenerate more.
7218 * Makefile.in: Regenerate.
7219
7220 2002-11-13 Bruce Korb <bkorb@gnu.org>
7221
7222 * Makefile.tpl: syntactic cleanup
7223
7224 2002-11-04 Kevin Buettner <kevinb@redhat.com>
7225
7226 * Makefile.def (host_modules): Add rda.
7227 * Makefile.in: Regenerate.
7228 * configure.in (target_tool): Add target-rda to list.
7229
7230 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
7231
7232 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
7233 and restrap targets to this rule.
7234 * Makefile.in: Regenerate.
7235
7236 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
7237
7238 * configure.in (i[3456]86-*-linux*): Add check to disable
7239 ${libgcj} for glibc1.
7240
7241 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
7242
7243 * configure.in: Add tic4x target.
7244
7245 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
7246
7247 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7248 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7249 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7250 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7251 * Makefile.in: Regenerate.
7252
7253 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7254
7255 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7256 * Makefile.in: Regenerate.
7257
7258 * Makefile.def: Remove order dependency comments.
7259 * Makefile.tpl: Add explicit install-install dependencies.
7260 * Makefile.in: Regenerate.
7261
7262 * Makefile.tpl: Remove material now in src-release. (Finally!)
7263 * Makefile.in: Regenerate.
7264
7265 * configure: Restore my original patch by syncing with gcc version.
7266
7267 * Bring following over from gcc:
7268
7269 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
7270
7271 * configure.in (s390*-*-linux*): Enable libgcj.
7272
7273 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7274
7275 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
7276
7277 2002-10-02 Alan Modra <amodra@bigpond.net.au>
7278
7279 * configure: Move stray lines back to where they belong.
7280
7281 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
7282
7283 * Makefile.tpl: Insert configure-target target, for src-release.
7284
7285 * configure: Finish reverting change which Andrew Cagney started
7286 reverting. Should fix bustage.
7287
7288 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7289 * src-release: New file. Contains material for making net
7290 releases for gdb, binutils, et al., formerly in Makefile.in.
7291
7292 2002-09-30 Nick Clifton <nickc@redhat.com>
7293
7294 * cpu: New top level directory. Intended to hold input files for
7295 CGEN which have FSF copyright assignment.
7296 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7297
7298 2002-09-29 Andrew Cagney <ac131313@redhat.com>
7299
7300 Revert below (note that src does not contain Makefile.tpl):
7301 * Makefile.tpl: Make subsituted variables more autoconfy.
7302 * Makefile.in: Regenerate.
7303
7304 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
7305
7306 * configure: Revert accidentally applied changes.
7307
7308 * Makefile.tpl: Make more autoconf-friendly.
7309 * Makefile.in: Regenerate.
7310 * configure: Make substitution more autoconf-like.
7311
7312 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
7313
7314 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7315 single entry to handle all these.
7316 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
7317 libjava on arm-*-elf.
7318
7319 2002-09-27 Geoffrey Keating <geoffk@apple.com>
7320
7321 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7322 things that depend on them.
7323
7324 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7325
7326 * Makefile.tpl: Make subsituted variables more autoconfy.
7327 * Makefile.in: Regenerate.
7328 * configure: Make seds more autoconfy.
7329
7330 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7331
7332 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7333 * Makefile.in: Regenerate.
7334 * configure.in: Rewrite sed statements to look autoconfy.
7335
7336 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7337 all-target-foo on configure-target-foo.
7338 * Makefile.def: Ditto.
7339 * Makefile.in: Rebuild.
7340
7341 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
7342
7343 * Makefile.def: New file.
7344 * Makefile.tpl: New file.
7345 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7346
7347 * configure.in: Minor rearrangement. Simplify tests.
7348
7349 2002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
7350
7351 * configure.in (with_headers): Skip copy if value is "yes".
7352 (with_libs): Likewise.
7353
7354 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7355
7356 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7357 * configure.in (sh*-*-pe*): Ditto.
7358 * configure.in (mips*-*-pe*): Ditto.
7359 * configure.in (*arm-wince-pe): Ditto.
7360
7361 * configure.in: Rearrange.
7362
7363 2002-09-12 Nick Clifton <nickc@redhat.com>
7364
7365 * Import these changes from the config master repository:
7366
7367 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
7368
7369 * config.sub: Add tic4x target.
7370
7371 2002-09-03 Ben Elliston <bje@redhat.com>
7372
7373 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
7374 Reported by <Duncan_Stodart@insession.com>.
7375
7376 2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
7377
7378 * COPYING.NEWLIB: More updates.
7379
7380 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
7381
7382 * COPYING.NEWLIB: Update.
7383
7384 2002-08-23 Andrew Cagney <ac131313@redhat.com>
7385
7386 * texinfo/texinfo.tex: Import version 2002-06-04.06.
7387
7388 * config.guess: Import version 2002-08-23.
7389 * config.sub: Import version 2002-08-22.
7390
7391 2002-08-20 Alexandre Oliva <aoliva@redhat.com>
7392
7393 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7394 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7395 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7396
7397 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
7398
7399 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7400
7401 2002-08-04 H.J. Lu (hjl@gnu.org)
7402
7403 * configure.in (mips*-*-linux*): Don't skip target-libffi.
7404
7405 2002-07-31 Alan Modra <amodra@bigpond.net.au>
7406
7407 * configure.in: Move generic linux case to end. Copy generic
7408 linux noconfigdirs to mips*-*-linux* entry and new
7409 powerpc64*-*-linux* entry. Add target-libffi for the latter.
7410
7411 2002-07-19 Chris Demetriou <cgd@broadcom.com>
7412
7413 * MAINTAINERS: Clarify on config.guess and config.sub, and add
7414 one instance of them which was missed to the list to update.
7415
7416 2002-07-16 Chris Demetriou <cgd@broadcom.com>
7417
7418 * config.guess: Update to 2002-07-09 version.
7419 * config.sub: Update to 2002-07-03 version.
7420
7421 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
7422
7423 * configure.in: Remove two redundant tests.
7424
7425 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7426
7427 * configure.in (mips*-*-irix6*o32): Enable stabs.
7428
7429 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
7430
7431 * configure.in: Don't build grez.
7432 * Makefile.in: Ditto.
7433
7434 * Makefile.in: Remove references to bsp, cygmon, libstub.
7435 * configure.in: Ditto.
7436
7437 * configure.in: Remove leftover reference to gdbtest.
7438
7439 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
7440
7441 * configure.in (gxx_include_dir): Change to match versioned
7442 C++ headers if --enable-version-specific-runtime-libs is used.
7443
7444 2002-07-04 Steve Ellcey <sje@cup.hp.com>
7445
7446 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7447
7448 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
7449
7450 * configure.in: Make --without-x work.
7451
7452 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
7453
7454 * contrib: New directory. Created to contain a copy of the
7455 texi2pod.pl script so that it is in the same place as the version in
7456 the FSF GCC sources.
7457
7458 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
7459
7460 * configure.in: Rearrange target Makefile fragment collection.
7461
7462 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7463 cvs[src].
7464 * configure.in: Ditto.
7465
7466 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
7467
7468 * Makefile.in: Eliminate 'apache' targets.
7469 * configure.in: Eliminate 'apache' targets.
7470
7471 * configure.in: Eliminate redundant tests. Reorganize.
7472
7473 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7474
7475 * config-ml.in: Eliminate references to Cygnus configure.
7476
7477 * Makefile.in: Eliminate references to building emacs.
7478
7479 2002-07-01 Denis Chertykov <denisc@overta.ru>
7480
7481 * configure.in: Add support for ip2k.
7482
7483 2002-06-24 Ben Elliston <bje@redhat.com>
7484
7485 * configure.in (host_tools): Remove cgen.
7486
7487 * Makefile.in (all-cgen): Remove; runs from its source directory.
7488 (check-cgen, install-cgen, clean-cgen): Likewise.
7489 (all-opcodes): No not depend on all-cgen.
7490 (all-sim): Likewise.
7491
7492 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
7493
7494 * configure.in: Fix AIX configury bug.
7495
7496 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7497
7498 * configure.in: Replace ${topsrcdir} with ${srcdir}.
7499
7500 * configure.in: Move definition of libstdcxx_flags right above
7501 usage, rather than way earlier.
7502
7503 * configure.in: Pull definition of is_cross_compiler earlier.
7504
7505 * configure.in: Rearrange a little.
7506
7507 * configure.in: Remove references to librx.
7508 * Makefile.in: Remove references to librx.
7509
7510 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7511
7512 * configure.in: Eliminate ${gasdir} variable.
7513
7514 2002-06-18 Dave Brolley <brolley@redhat.com>
7515
7516 * configure.in: Add support for frv.
7517 * config.sub: Add support for frv.
7518
7519 2002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7520
7521 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7522
7523 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7524
7525 * configure.in (vax-*-netbsd*): Re-enable gas.
7526
7527 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
7528
7529 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7530 BUILD_PREFIX_1, to correct nomenclature.
7531 * configure: Likewise.
7532
7533 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7534 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7535
7536 2002-05-31 Olaf Hering <olh@suse.de>
7537
7538 * config-ml.in: Propogate DESTDIR also.
7539
7540 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
7541
7542 * configure.in (vax-*-netbsd*): Don't build gas for this
7543 platform.
7544
7545 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
7546
7547 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7548 and libgcj for AVR.
7549
7550 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
7551
7552 * config.sub: Add DLX target.
7553
7554 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7555
7556 * config.guess: Update to 2002-05-22 version.
7557 * config.sub: Likewise.
7558
7559 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7560
7561 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7562 * config-ml.in: Likewise.
7563 * configure: Likewise.
7564 * configure.in: Likewise.
7565
7566 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
7567
7568 * configure.in: Simplify makefile fragment collection.
7569
7570 * configure.in: Remove code to build emacs.
7571
7572 * configure.in : Remove --srcdir argument from targargs and buildargs
7573 (it's always overridden in the Makefile anyway). Rearrange a bit.
7574
7575 * configure: Move some logic to configure.in.
7576 * configure.in: Move some logic from configure.
7577
7578 2002-05-07 Jeff Johnston <jjohnstn@redhat.com>
7579
7580 * COPYING.LIBGLOSS: New file.
7581
7582 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
7583
7584 * Makefile.in: Honour DESTDIR.
7585
7586 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
7587
7588 * configure.in (noconfigdirs): Don't disable libgcj on
7589 sparc64-*-solaris* and sparcv9-*-solaris*.
7590
7591 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
7592
7593 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7594
7595 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
7596
7597 * configure.in (FLAGS_FOR_TARGET): Do not add
7598 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7599 on i[3456]86-*-linux*.
7600
7601 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
7602
7603 * configure.in (noconfigdirs): Replace [ ] with test.
7604
7605 * configure.in (noconfigdirs): Do not add target-newlib if
7606 target == i[3456]86-*-linux*, and host == target.
7607
7608 2002-04-29 Mark Mitchell <mark@codesourcery.com>
7609
7610 * config.guess: Updated to 2002-04-26's version.
7611 * config.sub: Updated to 2002-04-26's version.
7612
7613 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
7614
7615 * configure.in: delete reference to absent file
7616
7617 * configure.in: replace '[' with 'test'
7618
7619 * configure.in: Eliminate references to gash.
7620 * Makefile.in: Eliminate references to gash.
7621
7622 * configure.in: remove useless references to 'pic' makefile fragments.
7623
7624 * configure.in: (*-*-windows*) Finish removing.
7625
7626 * configure.in: Eliminate redundant test for libgui.
7627
7628 2002-04-26 Joel Sherrill <joel@OARcorp.com>
7629
7630 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7631 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7632
7633 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
7634
7635 * configure.in: remove references to dead files
7636
7637 2002-04-18 Tom Tromey <tromey@redhat.com>
7638
7639 * configure.in: Disallow configuring libgcj when it is already
7640 installed and we're using Solaris 2.8 linker. Do enable libgcj on
7641 Solaris 2.8 by default. For PR libgcj/6158.
7642
7643 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7644
7645 * configure.in: Move default CC setting out of config/mh-* fragments
7646 directly into here.
7647
7648 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7649
7650 * configure.in: don't even try to configure or make a subdirectory
7651 if there's no configure script for it.
7652
7653 2002-04-15 Mark Mitchell <mark@codesourcery.com>
7654
7655 * MAINTAINERS: Remove chill maintainers.
7656 * Makefile.in (CHILLFLAGS): Remove.
7657 (CHILL_LIB): Remove.
7658 (TARGET_CONFIGDIRS): Remove libchill.
7659 (CHILL_FOR_TARGET): Remove.
7660 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7661 CHILL_LIB.
7662 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7663 (CHECK_TARGET_MODULES): Likewise.
7664 (INSTALL_TARGET_MODULES): Likewise.
7665 (CLEAN_TARGET_MODULES): Likewise.
7666 (configure-target-libchill): Remove.
7667 (all-target-libchill): Remove.
7668 * configure.in (target_libs): Remove target-libchill.
7669 Do not compute CHILL_FOR_TARGET.
7670 * libchill: Remove directory.
7671
7672 2002-04-15 DJ Delorie <dj@redhat.com>
7673
7674 * Makefile.in, configure.in, configure: Sync with gcc, entries
7675 follow...
7676
7677 2002-04-08 Tom Tromey <tromey@redhat.com>
7678
7679 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7680 Fixes PR libgcj/6068.
7681
7682 2002-03-30 Krister Walfridsson <cato@df.lth.se>
7683
7684 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7685
7686 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7687
7688 * configure.in (alpha*-dec-osf*): Enable libgcj.
7689
7690 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
7691
7692 Fix for: PR bootstrap/3591, target/5676
7693 * configure.in (mcore-pe): Disable the configuration of
7694 libstdc++-v3 since exceptions are not supported.
7695
7696 2002-03-20 Anthony Green <green@redhat.com>
7697
7698 * configure.in: Enable libgcj for xscale-elf target.
7699
7700 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
7701
7702 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7703 libjava.
7704 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
7705
7706 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
7707
7708 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
7709 libstdc++-v3 and libjava.
7710
7711 2002-02-11 Adam Megacz <adam@xwt.org>
7712
7713 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
7714 boehm-gc
7715
7716 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
7717
7718 * config.guess: Updated to 2002-01-30's version.
7719 * config.sub: Updated to 2002-02-01's version.
7720 Contribute sh64-elf.
7721 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7722 * configure.in: Added sh64-*-*.
7723
7724 2002-01-17 H.J. Lu <hjl@gnu.org>
7725
7726 * Makefile.in (all-fastjar): Also depend on all-libiberty.
7727 (all-target-fastjar): Also depend on all-target-libiberty.
7728
7729 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
7730
7731 * configure, configure.in: Use temp file for long sed commands.
7732
7733 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
7734
7735 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
7736 libf2c.
7737
7738 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
7739
7740 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
7741
7742 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
7743
7744 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7745
7746 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
7747
7748 * configure: Handle temporary files securely using mkdir.
7749
7750 2001-09-26 Will Cohen <wcohen@redhat.com>
7751
7752 * configure.in (*-*-linux*): Disable configuration of target-newlib
7753 and target-libgloss.
7754
7755 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7756
7757 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
7758 RANLIB.
7759
7760 2001-08-11 Graham Stott <grahams@redhat.com>
7761
7762 * Makefile.in (check-c++): Add missing semicolon.
7763
7764 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
7765
7766 * configure.in (sh-*-linux*): New.
7767
7768 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7769
7770 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7771 and libgcj on m68hc11/m68hc12.
7772
7773 2001-06-27 H.J. Lu (hjl@gnu.org)
7774
7775 * Makefile (CFLAGS_FOR_BUILD): New.
7776 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
7777
7778 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
7779
7780 * configure.in (libstdcxx_flags): Do not try to execute
7781 libstdc++-v3/testsuite_flags until it exists.
7782
7783 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
7784
7785 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
7786
7787 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
7788
7789 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
7790
7791 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
7792
7793 * configure.in: Move *-chorusos target case to the proper switch.
7794 Disable libgcj.
7795
7796 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7797
7798 * Makefile.in (STAGE1_CFLAGS): Pass down.
7799
7800 2001-04-13 Alan Modra <amodra@one.net.au>
7801
7802 * config.guess: Add hppa64-linux support. Note for next import that
7803 this is already in the master file.
7804 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
7805
7806 2001-03-22 Colin Howell <chowell@redhat.com>
7807
7808 * Makefile.in (DO_X): Do not backslash single-quotes in
7809 backquotes (two places).
7810
7811 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
7812
7813 * Makefile.in (DO_X): Quote nested quotes.
7814
7815 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
7816
7817 * Makefile.in (DO_X): Use double quotes for quoting
7818 "RANLIB=$${RANLIB}".
7819
7820 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
7821
7822 * configure.in: Only use `lang_requires' for languages athat are
7823 actually enabled.
7824
7825 2001-03-07 Tom Tromey <tromey@redhat.com>
7826
7827 * configure.in: Allow config-lang.in to set `lang_requires' to list
7828 of other required languages.
7829
7830 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
7831
7832 * Makefile.in: Remove RANLIB definition. Use RANLIB
7833 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
7834 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
7835
7836 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
7837 Alexandre Oliva <aoliva@redhat.com>
7838
7839 * Makefile.in (check-c++): Use tabs, not spaces.
7840
7841 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
7842
7843 * Makefile.in (check-c++): New rule.
7844
7845 * configure.in (target_libs): Remove libg++.
7846 (noconfigdirs): Remove libg++.
7847 (noconfigdirs): Same.
7848 (noconfigdirs): Same.
7849 (noconfigdirs): Same.
7850
7851 * config-ml.in: Remove libg++ references.
7852
7853 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
7854 (ALL_TARGET_MODULES): Same.
7855 (configure-target-libg++): Remove.
7856 (all-target-libg++): Remove.
7857 (configure-target-libio): Remove.
7858 (all-target-libio): Remove.
7859 (check-target-libio): Remove.
7860 (.PHONY): Remove.
7861 (libg++.tar.bz2): Remove.
7862 (all-target-cygmon): Remove libio.
7863 (all-target-libstdc++): Remove.
7864 (configure-target-libstdc++): Remove.
7865 (TARGET_LIB_PATH): Remove libstdc++.
7866 (ALL_GCC_CXX): Remove libstdc++.
7867 (all-target-gperf): Correct.
7868
7869 2001-02-15 Anthony Green <green@redhat.com>
7870
7871 * configure: Introduce GCJ_FOR_TARGET.
7872 * configure.in: Ditto.
7873 * Makefile.in: Ditto.
7874
7875 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
7876
7877 * configure.in: for *-chorusos, don't config target-newlib and
7878 target-libgloss.
7879
7880 2001-02-04 Mark Mitchell <mark@codesourcery.com>
7881
7882 Remove V2 C++ library.
7883 * configure.in: Remove --enable-libstdcxx_v3 support.
7884
7885 2001-01-27 Richard Henderson <rth@redhat.com>
7886
7887 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
7888
7889 2001-01-26 Tom Tromey <tromey@redhat.com>
7890
7891 * configure.in: Allow libgcj to be built on Sparc Solaris.
7892
7893 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
7894
7895 * configure.in: Enable libgcj on several additional platforms.
7896
7897 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
7898
7899 * configure.in: Enable libgcj for linux targets.
7900
7901 2001-01-09 Mike Stump <mrs@wrs.com>
7902
7903 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
7904 failures of subdirectories.
7905
7906 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
7907
7908 * configure: handle DOS-style absolute paths.
7909
7910 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
7911
7912 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
7913
7914 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
7915
7916 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
7917 (libstdcxx_incdir): Pass down.
7918 * config.if: Remove expired bits for cxx_interface, add stub.
7919 (libstdcxx_incdir): Add variable for g++ include directory.
7920 * configure.in (gxx_include_dir): Use it.
7921
7922 2000-12-15 Andreas Jaeger <aj@suse.de>
7923
7924 * configure.in: Handle lang_dirs.
7925
7926 2000-12-13 Anthony Green <green@redhat.com>
7927
7928 * configure.in: Disable libgcj for any target not specifically
7929 listed. Disable libgcj for x86 and Alpha Linux until compatible
7930 with g++ abi.
7931
7932 2000-12-13 Mike Stump <mrs@wrs.com>
7933
7934 * Makefile.in (local-distclean): Also remove fastjar.
7935
7936 2000-12-10 Anthony Green <green@redhat.com>
7937
7938 * configure.in: Define libgcj. Disable libgcj target libraries for
7939 most targets.
7940
7941 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
7942
7943 * configure.in (target_libs): Revert 2000-12-08 patch.
7944 (noconfigdirs): Added target-libjava.
7945
7946 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
7947
7948 * Makefile.in: handle DOS-style absolute paths.
7949
7950 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7951
7952 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
7953 libjava.
7954 * configure.in (target_libs): Removed `target-libjava'.
7955
7956 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7957
7958 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
7959 (ALL_MODULES): Added fastjar.
7960 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
7961 (all-target-libjava): all-fastjar replaces all-zip.
7962 (all-fastjar): Added.
7963 (configure-target-fastjar, all-target-fastjar): Likewise.
7964 * configure.in (host_tools): Added fastjar.
7965
7966 2000-12-07 Mike Stump <mrs@wrs.com>
7967
7968 * Makefile.in (local-distclean): Remove leftover built files.
7969
7970 2000-11-16 Fred Fish <fnf@be.com>
7971
7972 * configure.in (enable_libstdcxx_v3): Fix typo,
7973 libstd++ -> libstdc++.
7974
7975 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
7976
7977 * configure: Provide the original toplevel configure arguments
7978 (including $0) to subprocesses in the environment rather than
7979 through gcc/configargs.h.
7980
7981 2000-11-12 Mark Mitchell <mark@codesourcery.com>
7982
7983 * configure: Turn on libstdc++ V3 by default.
7984
7985 2000-10-16 Michael Meissner <meissner@redhat.com>
7986
7987 * configure (gcc/configargs.h): Only create if there is a build GCC
7988 directory created.
7989
7990 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
7991
7992 * configure: Save configure arguments to gcc/configargs.h.
7993
7994 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
7995
7996 * Makefile.in (bootstrap): avoid recursion if subdir missing
7997 (cross): ditto
7998 (do-proto-toplev): ditto
7999
8000 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8001
8002 * configure.in: Do not build byacc for hppa64. Provide paths to the
8003 X11 libraries for hppa64.
8004
8005 2000-09-02 Anthony Green <green@cygnus.com>
8006
8007 * Makefile.in (all-gcc): Depend on all-zlib.
8008 (CLEAN_MODULES): Add clean-zlib.
8009 (ALL_MODULES): Add all-zlib.
8010 * configure.in (host_libs): Add zlib.
8011
8012 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
8013
8014 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8015 $targargs to tell whether newlib is going to be built.
8016
8017 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8018 $$r/TARGET_SUBDIR/libio for _G_config.h.
8019
8020 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8021
8022 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8023
8024 * configure: Make enable_threads and enable_shared defaults
8025 explicit. Substitute enable_threads into generated Makefiles.
8026 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8027 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8028
8029 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
8030
8031 * configure.in: Re-enable all references to libg++ and librx.
8032
8033 2002-04-09 Loren James Rittle <rittle@labs.mot.com>
8034
8035 * configure.in: Add *-*-freebsd* configurations.
8036
8037 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8038
8039 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8040 (do-tar, do-bz2): New rules.
8041 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8042 (gdb-tar): New rule.
8043 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8044 (insight_dejagnu.tar): New rule.
8045 (insight.tar): New rule.
8046 (gdb+dejagnu.tar): New rule.
8047 (gdb.tar): New rule.
8048
8049 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8050
8051 * MAINTAINERS: Update dejagnu/
8052
8053 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
8054
8055 * ltmain.sh (relink_command): Fix typo in previous change.
8056
8057 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
8058
8059 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8060 (relink_command): Added --tag flags.
8061 (mode=install): If relinking fails; error out.
8062
8063 2002-03-12 Richard Henderson <rth@redhat.com>
8064
8065 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8066 .NOTPARALLEL tag.
8067 (do-check): Rename from check.
8068 (check): Allow parallel check.
8069
8070 2002-03-11 Richard Henderson <rth@redhat.com>
8071
8072 * Makefile.in (.NOTPARALLEL): Add fake tag.
8073
8074 2002-03-07 H.J. Lu (hjl@gnu.org)
8075
8076 * configure.in: Enable gprof for mips*-*-linux*.
8077
8078 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8079
8080 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8081 libjava.
8082 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8083
8084 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8085
8086 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8087
8088 2002-02-23 Daniel Jacobowitz <drow@mvista.com>
8089
8090 * config.guess: Import from master sources, rev 1.232.
8091 * config.sub: Import from master sources, rev 1.246.
8092
8093 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
8094
8095 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8096 because its Makefile is there; test for the executable instead.
8097
8098 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8099
8100 Contribute sh64-elf.
8101 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8102 * configure.in: Added sh64-*-*.
8103
8104 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8105
8106 * COPYING.NEWLIB: Remove advertising clause from
8107 Berkeley and Red Hat licenses.
8108
8109 2002-02-01 Mo DeJong <supermo@bayarea.net>
8110
8111 * Makefile.in: Add all-tix to deps for all-snavigator
8112 so that tix is built when building snavigator.
8113
8114 2002-02-01 Ben Elliston <bje@redhat.com>
8115
8116 * config.guess: Import from master sources, rev 1.229.
8117 * config.sub: Import from master sources, rev 1.240.
8118
8119 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
8120
8121 From Steve Ellcey <sje@cup.hp.com>:
8122 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8123 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8124 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8125 IA64.
8126 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8127 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8128 soname_spec, sys_lib_search_path_spec): Ditto.
8129
8130 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8131
8132 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8133 target-libiberty, and target-libgloss. Skip Java-related
8134 libraries if not supported for NetBSD on target CPU.
8135
8136 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8137
8138 * configure.in: Import StrongARM and XScale target_configdirs from
8139 FSF GCC version.
8140
8141 2002-01-16 H.J. Lu (hjl@gnu.org)
8142
8143 * config.guess: Import from master sources, rev 1.225.
8144 * config.sub: Import from master sources, rev 1.238.
8145
8146 * MAINTAINERS: Updated notes on config.guess and config.sub.
8147
8148 2002-01-11 Steve Ellcey <sje@cup.hp.com>
8149
8150 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8151 ld and gdb are not supported.
8152
8153 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8154
8155 * Change reference to Cygnus Solutions to be Red Hat.
8156
8157 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8158
8159 * COPYING.NEWLIB: Update generic copyright date.
8160
8161 2002-01-07 Mark Salter <msalter@redhat.com>
8162
8163 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8164 Allow target-libgloss to be built for arm, strongarm, and xscale.
8165
8166 2002-01-03 Ben Elliston <bje@redhat.com>
8167
8168 * MAINTAINERS: Update URL for config.* scripts.
8169
8170 2001-12-18 Alan Modra <amodra@bigpond.net.au>
8171
8172 * config.sub: Import latest version.
8173 * config.guess: Likewise.
8174
8175 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8176
8177 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8178 options for i[3456]86-pc-linux* native builds.
8179
8180 2001-12-05 Laurent Guerby <guerby@acm.org>
8181
8182 * MAINTAINERS: gcc adopts symlink-tree, refer more to
8183 libiberty.
8184
8185 Import this patch from gcc:
8186
8187 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8188
8189 * symlink-tree: handle DOS-style absolute paths.
8190
8191 2001-11-28 DJ Delorie <dj@redhat.com>
8192 Zack Weinberg <zack@codesourcery.com>
8193
8194 When build != host, create libiberty for the build machine.
8195
8196 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8197 CONFIG_ARGUMENTS.
8198 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8199 New variables.
8200 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8201 and rules.
8202 (all.normal): Depend on ALL_BUILD_MODULES.
8203 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8204 (all-build-libiberty): Depend on configure-build-libiberty.
8205
8206 * configure: Calculate and substitute proper value for
8207 ALL_BUILD_MODULES.
8208 * configure.in: Create the build subdirectory.
8209 Calculate and substitute TARGET_CONFIGARGS (formerly
8210 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8211
8212 2001-11-26 Geoffrey Keating <geoffk@redhat.com>
8213
8214 * config.sub: Update to version 1.232 on subversion.
8215
8216 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
8217
8218 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8219 files from .po files for a distribution.
8220
8221 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
8222
8223 * COPYING.NEWLIB: Mention preserved notice in specific parts.
8224
8225 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
8226
8227 Merged from net gcc:
8228 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
8229 * ltcf-c.sh: Use $objext, not $ac_objext.
8230 2001-07-27 Mark Kettenis <kettenis@gnu.org>
8231 * ltcf-cxx.sh: Add support for GNU.
8232 2001-07-22 Timothy Wall <twall@redhat.com>
8233 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
8234 default settings if using GNU tools with that configuration.
8235 * ltcf-cxx.sh: Ditto.
8236 * ltcf-gcj.sh: Ditto.
8237 2001-07-21 Michael Chastain <chastain@redhat.com>
8238 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8239 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
8240 * ltmain.sh: Mark as gcc-local.
8241
8242 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
8243
8244 * Makefile.in (all-bison): Revert 2001-10-24.
8245 Don't depend on texinfo.
8246
8247 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
8248
8249 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
8250
8251 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
8252
8253 * configure.in (--enable-languages): Be more permissive about
8254 syntax. Check for empty lists better. Warn about $LANGUAGES.
8255
8256 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
8257
8258 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8259
8260 2001-10-24 Jeff Holcomb <jeffh@redhat.com>
8261
8262 Makefile.in (all-bison): Don't depend on texinfo.
8263
8264 2001-10-03 Alan Modra <amodra@bigpond.net.au>
8265
8266 * gettext.m4: Test po/POTFILES.in exists before trying to read.
8267
8268 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
8269
8270 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8271
8272 2001-09-28 Hans-Peter Nilsson <hp@axis.com>
8273
8274 * config.sub, config.guess: Import latest from subversions.
8275
8276 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
8277
8278 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8279 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8280 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8281 avoid quotes nesting problems.
8282 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8283 (DO_X): Export only variables that are set.
8284
8285 2001-09-19 Ben Elliston <bje@redhat.com>
8286
8287 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8288 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8289 semantics. Use the shell built-in "type" command instead.
8290
8291 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8292
8293 * config.sub: Reverted the earlier change, this version is not the
8294 master file.
8295
8296 2001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8297
8298 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
8299 Add support for mips64.
8300
8301 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
8302
8303 * configure.in: Enable libstdc++-v3 for h8300 targets.
8304
8305 2001-08-30 Eric Christopher <echristo@redhat.com>
8306 Jason Eckhardt <jle@redhat.com>
8307
8308 * config.sub: Add support for mipsisa32.
8309
8310 2001-08-30 Eric Christopher <echristo@redhat.com>
8311
8312 * config.sub, config.guess: Import latest from subversions.
8313
8314 2001-08-20 Alan Modra <amodra@bigpond.net.au>
8315
8316 * config.sub, config.guess: Import latest from subversions.
8317
8318 2001-07-26 DJ Delorie <dj@redhat.com>
8319
8320 * MAINTAINERS: Clarify libiberty merge rules and procedures.
8321
8322 2001-06-19 Alan Modra <amodra@bigpond.net.au>
8323
8324 * Makefile.in: Revert 2001-06-17.
8325 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
8326
8327 2001-06-17 H.J. Lu <hjl@gnu.org>
8328
8329 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
8330 (gas+binutils.tar.bz2): Likewise.
8331 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
8332
8333 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
8334
8335 * Makefile.in (VER): When present, extract the version number from
8336 the file version.in.
8337
8338 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
8339
8340 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8341 gcc/xgcc is built, use -print-prog-name to find out the program
8342 name to use.
8343
8344 2001-06-04 Mark Mitchell <mark@codesourcery.com>
8345
8346 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8347 with_gcc]: Use `gcc -shared' to build a shared library.
8348
8349 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
8350
8351 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8352 archives.
8353
8354 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
8355
8356 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
8357 libraries when using g++ with native linker.
8358
8359 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
8360
8361 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8362
8363 2001-05-24 Tom Rix <trix@redhat.com>
8364
8365 * configure.in : enable ld for aix
8366
8367 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
8368
8369 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8370 [aix4*|aix5*]: Prepend blank.
8371
8372 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
8373
8374 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8375 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
8376 of subdir/configure scripts to use the new libtool.m4.
8377
8378 2001-05-14 H.J. Lu <hjl@gnu.org>
8379
8380 * config.if (libc_interface): Set to -libc6.2- for cross
8381 compiling to Linux/glibc 2.2.
8382
8383 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
8384
8385 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8386 libgcj.
8387
8388 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
8389
8390 * configure.in (noconfigdirs): Don't reset it from scratch in the
8391 target case; only append to it.
8392
8393 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
8394
8395 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8396 sparc-*-solaris2.8]: Disable ${libgcj}.
8397
8398 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
8399
8400 * configure.in (libgcj_saved): Copy from $libgcj.
8401 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8402 --disable-libgcj.
8403
8404 2001-04-20 Alexandre Oliva <aoliva@redhat.com>
8405
8406 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8407 1.641.2.228.
8408
8409 2001-04-12 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.226.
8413
8414 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
8415
8416 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8417 New macros.
8418 (bootstrap, cross): Use RECURSE_FLAGS.
8419 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8420
8421 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
8422
8423 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8424
8425 2001-03-23 Nick Clifton <nickc@redhat.com>
8426
8427 * README-maintainer-mode: Add note about inability to use "make
8428 distclean" in maintainer mode.
8429
8430 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
8431
8432 Re-installed:
8433 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8434 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
8435 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8436 * ltcf-cxx.sh: Likewise.
8437 * ltcf-gcj.sh: Likewise.
8438
8439 2001-03-22 Philip Blundell <philb@gnu.org>
8440
8441 * config.sub, config.guess: Import latest from subversions.
8442
8443 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
8444
8445 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8446 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8447
8448 2001-03-20 Michael Chastain <chastain@redhat.com>
8449
8450 * Makefile.in: all-m4 depends on all-texinfo.
8451
8452 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
8453
8454 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8455
8456 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
8457
8458 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
8459 longer valid.
8460
8461 2001-02-16 Nick Clifton <nickc@redhat.com>
8462
8463 * configure.in (noconfigdirs): Allow configuration of texinfo
8464 for Cygwin hosts.
8465
8466 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
8467
8468 * config.guess: Add linux target for S/390.
8469 * config.sub: Likewise.
8470 * configure.in: Likewise.
8471
8472 2001-02-06 Ben Elliston <bje@redhat.com>
8473
8474 * configure: Output host type to stdout, not stderr.
8475
8476 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8477
8478 * config.guess: Import from subversions.gnu.org (revision 1.181).
8479 * config.sub: Import from subversions.gnu.org (revision 1.199).
8480
8481 2001-01-30 Alan Modra <alan@linuxcare.com.au>
8482
8483 * config.guess: Handle hppa64-linux systems.
8484
8485 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8486
8487 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8488 Don't unset, it's non-portable and no longer necessary, set to empty
8489 instead.
8490
8491 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8492
8493 * ltconfig: Shell portability fix for the tagname validity check.
8494
8495 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8496
8497 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8498
8499 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
8500
8501 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8502 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8503
8504 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
8505
8506 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8507 keep at least one of build_libtool_libs or build_old_libs set to
8508 yes.
8509
8510 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
8511
8512 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8513 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8514
8515 2000-11-07 Philip Blundell <pb@futuretv.com>
8516
8517 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8518
8519 2000-11-03 Philip Blundell <pb@futuretv.com>
8520
8521 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8522 files.
8523
8524 2001-01-15 Jeff Johnston <jjohnstn@redhat.com>
8525
8526 * COPYING.NEWLIB: Put into source repository.
8527
8528 2001-01-15 Ben Elliston <bje@redhat.com>
8529
8530 * configure.in (host_tools): Add sid.
8531 Always configure cgen.
8532 * Makefile.in (all-sid): New target.
8533 (check-sid, clean-sid, install-sid): Likewise.
8534
8535 2001-01-07 Andreas Jaeger <aj@suse.de>
8536
8537 * config.sub, config.guess: Update from subversions.
8538
8539 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
8540
8541 * configure.in: Disable language-specific target libraries for
8542 languages that aren't enabled.
8543
8544 2000-11-24 Nick Clifton <nickc@redhat.com>
8545
8546 * configure.in (xscale-elf): Add target.
8547 (xscale-coff): Add target.
8548 (c4x, c5x, tic54x): Move after ARM targets.
8549
8550 2000-11-23 Alexandre Oliva <aoliva@redhat.com>
8551
8552 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
8553
8554 2000-11-20 Ian Lance Taylor <ian@zembu.com>
8555
8556 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
8557
8558 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
8559
8560 * Makefile.in: Merge with GCC and libgcj.
8561 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
8562 configure-target-<library> when their configure scripts need the C
8563 or C++ library to have already been built to work properly.
8564 (do_proto_toplev): Set them to an empty string.
8565
8566 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
8567
8568 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8569 (REALLY_SET_LIB_PATH): Use them.
8570
8571 2000-11-06 Christopher Faylor <cgf@cygnus.com>
8572
8573 * config.sub: Add support for Sun Chorus
8574
8575 2000-11-02 Per Lundberg <plundis@chaosdev.org>
8576
8577 * config.sub: Add support for the *-storm-chaos OS.
8578
8579 2000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
8580
8581 * configure.in (noconfigdirs): Don't compile some
8582 of the libraries for 68HC11 & 68hc12 targets.
8583
8584 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
8585
8586 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
8587 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
8588 all affected `configure' scripts.
8589
8590 2000-09-25 Alexandre Oliva <aoliva@redhat.com>
8591
8592 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
8593 ltcf-c.sh.
8594
8595 2000-09-12 Philip Blundell <philb@gnu.org>
8596
8597 * config.sub, config.guess: Update from subversions.
8598
8599 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
8600
8601 * Makefile.in (all-zlib): Added dummy target.
8602
8603 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
8604 multi-language branch.
8605
8606 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
8607
8608 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8609 (bootstrap*): Depend on all-bootstrap.
8610
8611 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
8612
8613 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8614 crosses, but add gcc/include to the header search path for them.
8615
8616 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
8617
8618 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
8619 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
8620 * gettext.m4: New file, extracted from aclocal.m4.
8621
8622 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
8623
8624 * config-ml.in (CC, CXX): Avoid trailing whitespace.
8625 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
8626 sub-configures.
8627
8628 2000-08-20 Doug Evans <dje@casey.transmeta.com>
8629
8630 * Makefile.in (ALL_MODULES): Add all-cgen.
8631 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8632 (all-cgen): New target.
8633 (all-opcodes,all-sim): Depend on all-cgen.
8634 * configure.in (host_tools): Add cgen.
8635 Only configure cgen if --enable-cgen-maint.
8636
8637 2000-08-17 Alexandre Oliva <aoliva@redhat.com>
8638
8639 * config-ml.in (CC, CXX): Don't introduce a leading space.
8640
8641 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
8642
8643 * configure.in (libstdcxx_flags): Use
8644 libstdc++-v3/src/libstdc++.INC.
8645
8646 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
8647
8648 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
8649
8650 2000-08-11 Jason Merrill <jason@redhat.com>
8651
8652 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
8653 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
8654 (FLAGS_FOR_TARGET): Not here.
8655 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
8656
8657 2000-08-07 DJ Delorie <dj@redhat.com>
8658
8659 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
8660 "if we're also building gcc, and it's a gcc that will run on the
8661 build machine, we want to use its includes instead of the system's
8662 default includes".
8663
8664 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
8665
8666 * configure.in (libstdcxx_flags): Don't use `"'.
8667
8668 * config-ml.in: Adjust multilib search paths to the
8669 appropriate multilib tree.
8670
8671 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
8672
8673 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
8674 commas in $LANGUAGES.
8675
8676 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
8677
8678 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
8679
8680 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
8681
8682 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
8683 CXX_FOR_TARGET for sed.
8684
8685 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
8686
8687 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
8688 Do not override if already set in the environment or in configure.
8689 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
8690 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
8691
8692 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
8693
8694 * Makefile.in (FLAGS_FOR_TARGET): New macro.
8695 (GCC_FOR_TARGET): Use it.
8696 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
8697 * configure.in: ... here.
8698 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
8699 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
8700
8701 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
8702
8703 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
8704 (configure-target-libchill, configure-target-libobjc): Likewise.
8705
8706 * configure.in: Use the same cache file for all target libs.
8707 * config-ml.in: But different cache files per multilib variant.
8708
8709 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8710
8711 * configure (topsrcdir): Don't use dirname.
8712
8713 2000-07-20 Jason Merrill <jason@redhat.com>
8714
8715 * configure.in: Remove all references to libg++ and librx.
8716
8717 * configure, configure.in, Makefile.in: Unify gcc and binutils.
8718
8719 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
8720
8721 * config.sub: Update to subversions version 2000-07-06.
8722
8723 2000-07-12 Andrew Haley <aph@cygnus.com>
8724
8725 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
8726 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
8727
8728 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
8729
8730 * symlink-tree: Check number of arguments.
8731
8732 2000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
8733
8734 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
8735
8736 2000-07-05 Jim Wilson <wilson@cygnus.com>
8737
8738 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
8739 search path for a g++ extracted from the build tree. This
8740 will allow link tests run by configure scripts in
8741 subdirectories to succeed.
8742
8743 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
8744
8745 * ltconfig: Add support for mips-dde-sysv4.2MP
8746
8747 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
8748
8749 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
8750 `os2'. Force ac_cv_exeext to be ".exe" in that case.
8751
8752 2000-06-19 Timothy Wall <twall@cygnus.com>
8753
8754 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
8755 * config.sub: Add tic54x target.
8756
8757 2000-06-07 Phillip Thomas <pthomas@suse.de>
8758
8759 * README-maintainer-mode: New file: Contains notes on using
8760 --enable-maintainer-mode with binutils.
8761
8762 2000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
8763
8764 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
8765
8766 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
8767
8768 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8769 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
8770
8771 20000-05-21 H.J. Lu (hjl@gnu.org)
8772
8773 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8774 directory are used if they exist. Make sure
8775 $(build_tooldir)/include is searched for header files,
8776 $(build_tooldir)/lib/ for library files.
8777 (GCC_FOR_TARGET): Likewise.
8778 (CXX_FOR_TARGET): Likewise.
8779
8780 2000-05-18 Jeffrey A Law (law@cygnus.com)
8781
8782 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8783
8784 2000-05-17 Alexandre Oliva <aoliva@cygnus.com>
8785
8786 * Makefile.in (configure-target-libiberty): Depend on
8787 configure-target-newlib.
8788
8789 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
8790
8791 * configure.in, Makefile.in: Merge all libffi-related
8792 configury stuff from the libgcj tree.
8793
8794 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
8795
8796 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8797 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
8798
8799 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
8800
8801 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8802 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
8803 current version information. Add to proto-toplev directory.
8804 (gdb-taz): Build do-djunpack.
8805
8806 2000-05-15 David Edelsohn <edelsohn@gnu.org>
8807
8808 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
8809
8810 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8811
8812 * ltmain.sh: Preserve in relink_command any environment
8813 variables that may affect the linker behavior.
8814
8815 2000-05-12 Jeffrey A Law (law@cygnus.com)
8816
8817 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
8818
8819 2000-05-10 Jim Wilson <wilson@cygnus.com>
8820
8821 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
8822
8823 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8824
8825 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
8826 with the version name.
8827
8828 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
8829
8830 * config.if: Tweak.
8831
8832 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
8833
8834 * djunpack.bat: New file.
8835
8836 2000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
8837
8838 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
8839 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
8840 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
8841 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
8842
8843 2000-04-16 Dave Pitts <dpitts@cozx.com>
8844
8845 * config.sub (case $basic_machine): Change default for "ibm-*"
8846 to "openedition".
8847
8848 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
8849
8850 * Makefile.in (gdb-taz): New target. GDB specific archive.
8851 (do-md5sum): New target.
8852 (MD5PROG): Define.
8853 (PACKAGE): Default to TOOL.
8854 (VER): Default to a shell script.
8855 (taz): Rewrite target. Move real work to do-proto-toplev. Include
8856 md5 checksum generation.
8857 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
8858 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
8859 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
8860 insight.tar.bz2): Use gdb-taz to create archive.
8861
8862 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
8863
8864 * configure (warn_cflags): Delete.
8865
8866 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
8867 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
8868
8869 * configure.in (enable_libstdcxx_v3): Add.
8870 (target_libs): Add bits here to switch between libstdc++-v2 and
8871 libstdc++-v3.
8872 * config.if: And this file too.
8873 * Makefile.in: Add libstdc++-v3 targets.
8874
8875 2000-04-05 Michael Meissner <meissner@redhat.com>
8876
8877 * config.sub (d30v): Add d30v as a basic machine type.
8878
8879 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
8880
8881 * configure.in: -linux-gnu*, not -linux-gnu.
8882
8883 2000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
8884
8885 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
8886 (do-tar-bz2): Replace TOOL with PACKAGE.
8887 (gdb.tar.bz2): Remove GDBTK from GDB package.
8888 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
8889 dejagnu.tar.bz2): New packages.
8890
8891 2000-02-27 Andreas Jaeger <aj@suse.de>
8892
8893 * configure.in: Add entry for mips*-*-linux*, move catch all
8894 *-*-*linux* entry below this one.
8895
8896 2000-02-27 Ian Lance Taylor <ian@zembu.com>
8897
8898 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
8899
8900 2000-02-24 Nick Clifton <nickc@cygnus.com>
8901
8902 * config.sub: Support an OS of "wince".
8903
8904 2000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
8905
8906 * config.guess, config.sub: Updated to match config's 2000-02-15
8907 version.
8908
8909 2000-02-23 Linas Vepstas <linas@linas.org>
8910
8911 * config.sub: Add support for Linux/IBM 370.
8912 * configure.in: Likewise.
8913
8914 2000-02-22 Nick Clifton <nickc@cygnus.com>
8915
8916 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
8917
8918 2000-02-20 Christopher Faylor <cgf@cygnus.com>
8919
8920 * config.guess: Guess "cygwin" rather than "cygwin32".
8921
8922 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8923
8924 * configure (gcc_version): When setting, narrow search to
8925 lines containing `version_string'.
8926
8927 2000-02-15 Denis Chertykov <denisc@overta.ru>
8928
8929 * config.sub: Add support for avr target.
8930
8931 2000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
8932
8933 * config.sub: Add mmix-knuth-mmixware.
8934
8935 2000-01-27 Christopher Faylor <cgf@redhat.com>
8936
8937 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
8938 structure stuff to -L library search.
8939 (CXX_FOR_TARGET): Ditto.
8940 (CROSS_CHECK_MODULES): Fix spelling mistake.
8941
8942 2000-01-24 Mark Mitchell <mark@codesourcery.com>
8943
8944 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
8945 the C++ compiler.
8946
8947 2000-01-12 Richard Henderson <rth@cygnus.com>
8948
8949 * configure.in: Don't build some bits for beos.
8950
8951 2000-01-12 Joel Sherrill (joel@OARcorp.com)
8952
8953 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
8954 as include files.
8955
8956 2000-01-06 Geoff Keating <geoffk@cygnus.com>
8957
8958 * configure.in: Use mt-aix43 to handle *_TARGET defs,
8959 not mh-aix43.
8960
8961 1999-12-14 Richard Henderson <rth@cygnus.com>
8962
8963 * config.guess (alpha-osf, alpha-linux): Detect ev67.
8964 * config.sub: Accept alphaev[78], alphaev8.
8965
8966 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8967
8968 * config.guess, config.sub: Update from autoconf.
8969
8970 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8971
8972 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
8973 necessary libraries are missing.
8974
8975 1999-10-25 Andreas Schwab <schwab@suse.de>
8976
8977 * configure: Fix quoting inside arguments of eval.
8978
8979 1999-10-21 Nick Clifton <nickc@cygnus.com>
8980
8981 * config-ml.in: Allow suppression of some ARM multilibs.
8982
8983 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
8984
8985 * config.guess: Add OS/390 match pattern.
8986 * config.sub: Add mvs, openedition targets.
8987 * configure.in (i370-ibm-opened*): New.
8988
8989 1999-09-04 Steve Chamberlain <sac@pobox.com>
8990
8991 * config.sub: Add support for configuring for pj.
8992
8993 1999-08-31 Nick Clifton <nickc@cygnus.com>
8994
8995 * config.sub (maybe_os): Add support for configuring for fr30.
8996
8997 1999-08-25 Nick Clifton <nickc@cygnus.com>
8998
8999 * configure.in: Do not configure or build ld for AIX
9000 platforms. ld is known to be broken on these platforms.
9001
9002 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9003
9004 * config-ml.in: Pass compiler flag corresponding to multidirs to
9005 subdir configures.
9006
9007 1999-08-09 Ian Lance Taylor <ian@zembu.com>
9008
9009 * Makefile.in (LDFLAGS): Define.
9010
9011 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9012
9013 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9014 noconfigdirs.
9015 (*-*-cygwin*): Likewise.
9016
9017 1999-08-08 Ian Lance Taylor <ian@zembu.com>
9018
9019 * mkdep: New file.
9020 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9021 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9022
9023 From Eli Zaretskii <eliz@is.elta.co.il>:
9024 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9025 long file name when using DJGPP on MS-DOS.
9026
9027 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9028
9029 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9030
9031 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9032
9033 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9034 dependency as this causes "make check" to globally "make all"
9035
9036 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9037
9038 * configure.in (target_libs): Added target-zlib.
9039 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9040 (CONFIGURE_TARGET_MODULES): Likewise.
9041 (CHECK_TARGET_MODULES): Likewise.
9042 (INSTALL_TARGET_MODULES): Likewise.
9043 (CLEAN_TARGET_MODULES): Likewise.
9044 (configure-target-zlib): New target.
9045 (all-target-zlib): Likewise.
9046 (all-target-libjava): Depend on all-target-zlib.
9047 (configure-target-libjava): Depend on configure-target-zlib.
9048
9049 * Makefile.in (configure-target-libjava): Depend on
9050 configure-target-newlib.
9051 (configure-target-boehm-gc): New target.
9052 (configure-target-qthreads): New target.
9053
9054 * configure.in (target_libs): Added target-qthreads.
9055 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9056 (CONFIGURE_TARGET_MODULES): Likewise.
9057 (CHECK_TARGET_MODULES): Likewise.
9058 (INSTALL_TARGET_MODULES): Likewise.
9059 (CLEAN_TARGET_MODULES): Likewise.
9060 (all-target-qthreads): New target.
9061 (configure-target-libjava): Depend on configure-target-qthreads.
9062 (all-target-libjava): Depend on all-target-qthreads.
9063
9064 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9065 (CONFIGURE_TARGET_MODULES): Likewise.
9066 (CHECK_TARGET_MODULES): Likewise.
9067 (INSTALL_TARGET_MODULES): Likewise.
9068 (CLEAN_TARGET_MODULES): Likewise.
9069 (all-target-libjava): New target.
9070 (all-target-boehm-gc): Likewise.
9071 * configure.in (target_libs): Added libjava, boehm-gc.
9072
9073 1999-07-22 Ian Lance Taylor <ian@zembu.com>
9074
9075 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9076 configure.bat in SUPPORT_FILES.
9077 (gas+binutils.tar.bz2): Likewise.
9078
9079 * makeall.bat: Remove; obsolete.
9080
9081 1999-07-21 Ian Lance Taylor <ian@zembu.com>
9082
9083 From Mark Elbrecht:
9084 * configure.bat: Remove; obsolete.
9085
9086 1999-07-11 Ian Lance Taylor <ian@zembu.com>
9087
9088 * configure: Add -W -Wall to the default CFLAGS when compiling with
9089 gcc.
9090
9091 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9092
9093 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9094
9095 1999-06-30 Mark Mitchell <mark@codesourcery.com>
9096
9097 * configure.in: Build ld on IRIX6.
9098
9099 1999-06-12 Ian Lance Taylor <ian@zembu.com>
9100
9101 * Makefile.in: Change distribution targets to use bzip2 instead of
9102 gzip.
9103 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9104 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9105
9106 1999-06-04 Nick Clifton <nickc@cygnus.com>
9107
9108 * config.sub: Add mcore target.
9109
9110 1999-05-30 Cort Dougan <cort@cs.nmt.edu>
9111
9112 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9113
9114 1999-05-25 H.J. Lu (hjl@gnu.org)
9115
9116 * config.guess (dummy): Changed to $dummy.
9117
9118 1999-05-24 Nick Clifton <nickc@cygnus.com>
9119
9120 * config.sub: Tidied up case statements.
9121
9122 1999-05-22 Ben Elliston <bje@cygnus.com>
9123
9124 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9125 <jiro@din.or.jp>.
9126
9127 * config.guess: Merge with FSF version. Future changes will be
9128 more accurately recorded in this ChangeLog.
9129 * config.sub: Likewise.
9130
9131 1999-05-20 Stephen L Moshier <moshier@world.std.com>
9132
9133 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9134
9135 1999-04-30 Tom Tromey <tromey@cygnus.com>
9136
9137 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9138
9139 1999-04-23 Tom Tromey <tromey@cygnus.com>
9140
9141 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9142
9143 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
9144
9145 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9146 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9147 Bad merge removed these two changes.
9148
9149 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
9150 Martin Heller (Ing.-Buero_Heller@t-online.de)
9151
9152 * config.guess (interix Alpha): Add.
9153
9154 1999-04-11 Richard Henderson <rth@cygnus.com>
9155
9156 * configure.in (i?86-*-beos*): Do config gperf; don't config
9157 gdb, newlib, or libgloss.
9158
9159 1999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
9160
9161 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9162 link a trivial program with -mabi=64. If it fails, remove mabi=64
9163 from multidirs.
9164
9165 1999-04-10 Philipp Thomas (kthomas@gwdg.de)
9166
9167 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9168
9169 1999-04-08 Nick Clifton <nickc@cygnus.com>
9170
9171 * config.sub: Add support for mcore targets.
9172
9173 1999-04-07 Michael Meissner <meissner@cygnus.com>
9174
9175 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9176 not mt-ospace, in order to shut up assembler warning about using
9177 symbols that are named the same as registers.
9178
9179 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
9180
9181 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9182 dependency list for all-target-cygmon.
9183
9184 1999-04-05 Doug Evans <devans@casey.cygnus.com>
9185
9186 * config-ml.in: Check $host, not $target, for selective multilibs.
9187 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9188 thumb interworking, and underscore prefix multilibs.
9189
9190 1999-04-04 Ian Lance Taylor <ian@zembu.com>
9191
9192 * missing: Update to version from current automake.
9193
9194 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9195
9196 * configure (gxx_include_dir): Removed.
9197
9198 * configure.in (gxx_include_dir): Handle it.
9199 * Makefile.in: Likewise.
9200
9201 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9202
9203 * config.sub (mips64vr4111,mips64vr4111el) Add.
9204
9205 1999-03-21 Ben Elliston <bje@cygnus.com>
9206
9207 * config.guess: Correct typo for detecting ELF on FreeBSD.
9208
9209 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9210
9211 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9212 config/mh-djgpp.
9213
9214 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9215
9216 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9217 all-target-newlib to dependency list for all-target-bsp.
9218
9219 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9220
9221 * config.sub: Add i386-uwin support.
9222 * config.guess: Likewise.
9223
9224 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9225
9226 * configure.in: cleanup, add mh-*pic handling for arm, special
9227 case powerpc*-*-aix*
9228
9229 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
9230
9231 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9232 can be built.
9233
9234 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
9235
9236 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
9237 targets.
9238
9239 1999-03-02 Nick Clifton <nickc@cygnus.com>
9240
9241 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9242
9243 1999-02-28 Geoffrey Noer <noer@cygnus.com>
9244
9245 * config.sub: Check for "cygwin*" rather than "cygwin32*"
9246
9247 1999-02-24 Nick Clifton <nickc@cygnus.com>
9248
9249 * config.sub: Fix typo in arm recognition.
9250
9251 1999-02-24 Drew Moseley <dmoseley@cygnus.com>
9252
9253 * configure.in (noconfigdirs): Changed target_configdirs to
9254 include target-bsp only for m68k-*-elf* and m68k-*-coff*
9255 rather than m68k-*-* since it is not known to work on
9256 m68k-aout. Ditto for arm-*-*oabi.
9257
9258 1999-02-24 Stan Shebs <shebs@andros.cygnus.com>
9259
9260 * configure.in (*-*-windows*): Remove, no longer used.
9261
9262 1999-02-19 Ben Elliston <bje@cygnus.com>
9263
9264 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9265 Smart and improved by Andrew Cagney.
9266
9267 1999-02-18 Marc Espie <espie@cvs.openbsd.org>
9268
9269 * config.guess: Recognize openbsd-*-hppa.
9270
9271 1999-02-17 H.J. Lu (hjl@gnu.org)
9272
9273 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9274 only if it is not empty.
9275
9276 1999-02-17 Nick Clifton <nickc@cygnus.com>
9277
9278 Patch from: Scott Bambrough <scottb@corelcomputer.com>
9279
9280 * config.guess: Modified to recognize uname's armv* syntax.
9281
9282 * config.sub: Modified to recognize uname's armv* syntax.
9283
9284 1999-02-17 Mark Salter <msalter@cygnus.com>
9285
9286 * configure.in: Added target-bsp for sparclite.
9287
9288 1999-02-08 Richard Henderson <rth@cygnus.com>
9289
9290 * config.sub: Recognize alphapca5[67] and up to alphaev8.
9291
9292 1999-02-08 Nick Clifton <nickc@cygnus.com>
9293
9294 * configure.in: Add support for strongarm port.
9295 * config.sub: Add support for strongarm target.
9296
9297 1999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
9298
9299 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9300 the old name config/mh-cygwin32.
9301 Enable texinfo.
9302
9303 1999-02-04 Ian Lance Taylor <ian@cygnus.com>
9304
9305 * configure.in: Do build ld for ix86 Solaris.
9306
9307 1999-02-02 Jim Wilson <wilson@cygnus.com>
9308
9309 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
9310 $AR_FOR_TARGET. Likewise for RANLIB.
9311
9312 1999-02-02 Catherine Moore <clm@cygnus.com>
9313
9314 * config.sub (oabi): Recognize.
9315 * configure.in (arm-*-oabi): Handle.
9316
9317 1999-01-30 Robert Lipe (robertlipe@usa.net)
9318
9319 * config.guess: Improve detection of i686 on UnixWare 7.
9320
9321 1999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
9322
9323 * config.guess: Add support for i386-pc-interix.
9324 * config.sub: Likewise.
9325 * configure.in: Likewise.
9326
9327 1999-01-18 Christopher Faylor <cgf@cygnus.com>
9328
9329 * Makefile.in: Remove unneeded all-target-libio from
9330 from all-target-winsup target since it is now unneeded.
9331 Add all-target-libtermcap in its place since it is now
9332 needed.
9333
9334 1998-12-30 Christopher Faylor <cgf@cygnus.com>
9335
9336 * configure.in: makefile stub for cygwin target is probably
9337 unnecessary. Remove it for now.
9338
9339 1998-12-30 Christopher Faylor <cgf@cygnus.com>
9340
9341 * configure.in: libtermcap.a should be built when cygwin is the
9342 target as well as the host.
9343 * config.guess: Allow mixed case in cygwin uname output.
9344 * Makefile.in: Add libtermcap target.
9345
9346 1998-12-23 Jeffrey A Law (law@cygnus.com)
9347
9348 * config.sub: Clean up handling of hppa2.0.
9349
9350 1998-12-22 Rodney Brown (rodneybrown@pmsc.com)
9351
9352 * config.guess: Use C code to identify more HP machines.
9353
9354 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
9355
9356 * config.sub: Handle hppa2.0.
9357
9358 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
9359
9360 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
9361 cygmon for all sparclite targets, regardless of object format.
9362
9363 1998-12-15 Mark Salter <msalter@cygnus.com>
9364
9365 * configure.in: Added target-bsp for several target architectures.
9366
9367 * Makefile.in: Added rules for bsp.
9368
9369 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
9370
9371 * config.guess: Improve detection of hppa2.0 processors.
9372
9373 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
9374
9375 * config.guess: Recognize FreeBSD using ELF automatically.
9376
9377 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
9378
9379 * configure (skip-this-dir): Add handling for new shell script, which
9380 might be created by a sub-directory's configure to indicate, this particular
9381 directory is "unwanted".
9382 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9383
9384 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
9385
9386 * ltconfig: import from libtool, after changing libtool to
9387 account for the cygwin name change.
9388
9389 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
9390
9391 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9392 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9393
9394 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
9395
9396 * configure.in: Add libtermcap to list of cygwin dependencies.
9397
9398 1998-11-17 Geoffrey Noer <noer@cygnus.com>
9399
9400 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9401 they include winsup/include when it's a cygwin target.
9402
9403 1998-11-12 Tom Tromey <tromey@cygnus.com>
9404
9405 * configure.in (host_tools): Added zip.
9406 * Makefile.in (all-target-libjava): Depend on all-zip.
9407 (all-zip): New target.
9408 (ALL_MODULES): Added all-zip.
9409 (NATIVE_CHECK_MODULES): Added check-zip.
9410 (INSTALL_MODULES): Added install-zip.
9411 (CLEAN_MODULES): Added clean-zip.
9412
9413 1998-11-12 Geoffrey Noer <noer@cygnus.com>
9414
9415 * Makefile.in: lose "32" from comment about cygwin.
9416
9417 1998-11-05 Nick Clifton <nickc@cygnus.com>
9418
9419 * configure.in: Use -Os to build target libraries for the fr30.
9420
9421 1998-11-04 Dave Brolley <brolley@cygnus.com>
9422
9423 * config.sub: Add fr30.
9424
9425 1998-11-02 Geoffrey Noer <noer@cygnus.com>
9426
9427 * configure.in: drop "32" from config/mh-cygwin32. Check
9428 cygwin* instead of cygwin32*.
9429 * config.sub: Check cygwin* instead of cygwin32*.
9430
9431 1998-10-22 Robert Lipe <robertl@dgii.com>
9432
9433 * config.guess: Match any version of Unixware7.
9434
9435 1998-10-20 Syd Polk <spolk@cygnus.com>
9436
9437 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9438 if desired.
9439
9440 1998-10-18 Jeffrey A Law (law@cygnus.com)
9441
9442 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9443 these if the appropriate directories and files to not exist.
9444
9445 1998-10-14 Jeffrey A Law (law@cygnus.com)
9446
9447 * Makefile.in (DEVO_SUPPORT): Add config.if.
9448
9449 1998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
9450
9451 * configure: Add pattern to replace "build_tooldir"'s
9452 definition in the generated Makefile with "tooldir"'s
9453 actual value.
9454
9455 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
9456
9457 * config.sub: Bring back lost sparcv9.
9458
9459 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9460
9461 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
9462
9463 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9464 CC_FOR_TARGET and friends.
9465
9466 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9467
9468 * Makefile.in (build_tooldir): New variable, same as tooldir.
9469 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9470 -B$(build_tooldir)/bin/.
9471 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9472
9473 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
9474
9475 * config.sub: Add support for i[34567]86-pc-udk.
9476 * configure.in: Likewise.
9477
9478 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
9479
9480 * Makefile.in: add bzip2 package building bits for user
9481 tools module
9482 * configure.in: ditto
9483
9484 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
9485
9486 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9487 (ALL_TARGET_MODULES): Add all-target-libobjc.
9488 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9489 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9490 (all-target-libchill): Add dependencies.
9491 * configure.in (target_libs): Add libchill.
9492
9493 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
9494
9495 * configure.in (target_subdir): Remove duplicate line.
9496
9497 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
9498
9499 * Makefile.in (all-automake): fix dependencies.
9500
9501 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
9502
9503 * configure.in: Minor cleanups for building in the $(target_alias)
9504 subdir.
9505
9506 1998-09-22 Jim Wilson <wilson@cygnus.com>
9507
9508 * Makefile.in (bootstrap): Set r and s before make all. Use
9509 BASE_FLAGS_TO_PASS in make all.
9510 (cross): Likewise.
9511
9512 1998-09-20 Mark Mitchell <mark@markmitchell.com>
9513
9514 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9515
9516 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
9517
9518 * config.sub: Fix typo in last change.
9519
9520 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9521
9522 * config.sub: Add support for C4x target.
9523 * configure.in: Likewise.
9524
9525 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
9526
9527 * config.sub: Recognize sparcv9 just like sparc64.
9528
9529 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
9530
9531 * config.guess: Match "Pent II" or "PentII" for OpenServer.
9532
9533 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
9534
9535 * config.guess: Correctly identify Pentium II sco boxes.
9536
9537 * config.guess: Fix "tr" code. From Weiwen Liu.
9538
9539 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
9540
9541 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9542 stabs.
9543
9544 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
9545
9546 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9547 (ALL_TARGET_MODULES): Add all-target-libchill.
9548 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9549 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9550 (all-target-libchill): Add dependencies.
9551 * configure.in (target_libs): Add libchill.
9552
9553 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9554
9555 * config.guess: Avoid assumptions about "tr" behaves when
9556 LANG is set to something other than English.
9557
9558 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
9559
9560 * configure (gxx_include_dir): Changed to
9561 '${prefix}/include/g++'-${libstdcxx_interface}.
9562
9563 * config.if: New to determine the interfaces.
9564
9565 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
9566
9567 * config.guess: Detect and handle MPE/IX.
9568 * config.sub: Deal with MPE/IX.
9569
9570 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
9571
9572 * configure.in: Use mh-aix43.
9573
9574 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
9575
9576 * configure: Fix --without/--disable cases for gxx-include-dir.
9577
9578 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
9579
9580 * mdata-sh: Imported. Needed for automake support.
9581
9582 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
9583
9584 * Makefile.in (taz): Try "chmod -R og=u ." before
9585 "chmod og=u `find . -print`".
9586
9587 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
9588
9589 * configure.in: Add arm-elf and thumb-elf support.
9590
9591 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
9592
9593 * Makefile.in: Undo previous patch.
9594
9595 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
9596
9597 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
9598 to here ...
9599 (install-no-fixedincludes): and here
9600 (INSTALL_MODULES): ... from here.
9601
9602 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
9603
9604 * config.sub: Merge with FSF.
9605
9606 * config.guess: Merge with FSF.
9607
9608 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
9609
9610 * configure (extraconfigdirs): New variable.
9611 (SUBDIRS): Add extraconfigdirs and recurse on them too.
9612 * Makefile.in (all): Move higher in file.
9613 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
9614 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
9615 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
9616 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
9617 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
9618
9619 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
9620
9621 * Makefile.in (all-target-libjava): Depend on all-gcc and
9622 all-target-newlib.
9623 (configure-target-libjava): Depend on $(ALL_GCC).
9624
9625 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
9626
9627 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
9628 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
9629
9630 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
9631
9632 * ylwrap: Change absolute path checks to check for DOS style path
9633 names.
9634
9635 * ylwrap: Don't use a full path name if the source file is in the
9636 same directory. From hjl@lucon.org (H.J. Lu).
9637
9638 * config-ml.in: Default to being verbose, to match Feb 18 change to
9639 configure.
9640
9641 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
9642
9643 Brought over from egcs:
9644
9645 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9646
9647 * configure.in (target_subdir): Set to ${target_alias} instead
9648 of "libraries".
9649
9650 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9651
9652 * configure.in (target_subdir): Set to libraries if enable_multilib.
9653
9654 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
9655
9656 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
9657 multilibs, force reconfiguration the first time we create
9658 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
9659
9660 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
9661
9662 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
9663 avoid confusion with --no-recursion.
9664
9665 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
9666
9667 * configure.in: Win32 hosts shouldn't use install -x
9668 * install-sh: remove -x option, and special .exe-handling
9669 hack.
9670
9671 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
9672
9673 * config.guess: Recognize i586-pc-beos.
9674 * configure.in: Don't build some bits for beos.
9675
9676 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
9677
9678 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
9679 CFLAGS default to -O2.
9680
9681 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
9682 when using GNU ld.
9683
9684 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
9685
9686 * ltmain.sh: Correct install when using a different shell.
9687
9688 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
9689
9690 * ltconfig, ltmain.sh: Update to libtool 1.2b.
9691
9692 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
9693
9694 * makefile.vms: Update to build binutils/makefile.vms. Add install
9695 target.
9696
9697 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
9698
9699 * ltconfig: Update to correct AIX handling.
9700
9701 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9702
9703 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
9704
9705 * configure.in (target_subdir): Set to ${target_alias} instead
9706 of "libraries".
9707
9708 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
9709
9710 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
9711 (Makefile): Depend on $(gcc_version_trigger).
9712
9713 * configure (gcc_version): Change default initializer to empty
9714 string.
9715 (gcc_version_trigger): New variable; pass this variable down
9716 to subdir configures to enable them checking gcc's version
9717 themselves. Emit make macros for both gcc_version vars.
9718 (topsrcdir): Initialize reliably.
9719 (recursion line): Remove --with-gcc-version=${gcc_version}.
9720
9721 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9722
9723 * configure (enable_version_specific_runtime_libs): Implement new flag
9724 --enable-version-specific-runtime-libs which installs C++ runtime stuff
9725 in $(libsubdir); emit definition in each generated Makefile.
9726 (gxx_include_dir): Initialize depending on
9727 $enable_version_specific_runtime_libs.
9728
9729 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9730
9731 * configure (gcc_version): Initialize properly depending on
9732 how and where configure is started.
9733 (recursion line): Pass a --with-gcc-version=${gcc_version}
9734 to configures in subdirs.
9735
9736 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
9737
9738 * configure.in (noconfigdirs): Add configure pattern for mips tx39
9739 cygmon
9740
9741 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
9742
9743 * configure.in: Add cygmon and libstub support for mn10200.
9744
9745 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
9746
9747 * configure (gcc_version): Add new variable describing the
9748 particular gcc version we're building.
9749 * Makefile.in (libsubdir): Add new macro for the directory
9750 in which the compiler finds executables, libraries, etc.
9751 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
9752 and libsubdir.
9753
9754 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9755
9756 * Makefile.in (local-clean): Remove *.log.
9757 (warning.log): Built with warn_summary from build.log.
9758 (mail-report.log): Run test_summary.
9759 (mail-report-with-warnings.log): Run test_summary including
9760 warning.log in the report.
9761
9762 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
9763
9764 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
9765
9766 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
9767
9768 * Makefile.in (grep): Grep no longer depends on libiberty.
9769
9770 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
9771
9772 * Makefile.in: all-snavigator needs all-libgui.
9773
9774 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
9775
9776 * configure.in: Add cygmon and libstub support for mn10300.
9777
9778 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
9779
9780 * missing: Update to version from automake 1.3.
9781
9782 * ltmain.sh: On installation, don't get confused if the same name
9783 appears more than once in the list of library names.
9784
9785 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
9786
9787 * config.sub: Accept m68060 and m5200 as CPU names.
9788
9789 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
9790
9791 * configure: Use && rather than using -a in test, because odd
9792 strings can confuse test.
9793 * configure.in: Likewise.
9794
9795 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
9796
9797 * ltconfig, ltmain.sh: Bring in Visual C++ support.
9798
9799 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9800
9801 * Makefile.in (boostrap2-lean, bootstrap3-lean,
9802 bootstrap4-lean): New targets.
9803
9804 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
9805
9806 * mpw-* Delete. Not used.
9807
9808 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
9809
9810 * COPYING.LIB: Update FSF address.
9811
9812 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
9813
9814 * ltconfig, ltmain.sh: Update to libtool 1.2a.
9815
9816 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
9817 GAS_SUPPORT_DIRS.
9818
9819 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
9820
9821 * ltconfig, ltmain.sh: Avoid producing a version number if
9822 -version-info was not used.
9823
9824 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
9825
9826 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
9827 building with newlib.
9828
9829 1998-04-30 Paul Eggert <eggert@twinsun.com>
9830
9831 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
9832 Solaris `make' causes it to continue to next definition.
9833
9834 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
9835
9836 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
9837 the right GUI libraries and files are installed along with GDB.
9838
9839 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
9840
9841 * configure.in: Change alpha to alpha* in several places.
9842
9843 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
9844
9845 * config.sub: Recognize sparc86x.
9846
9847 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
9848
9849 * configure.in (--enable-target-optspace): Remove debug echo.
9850
9851 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
9852
9853 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
9854
9855 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
9856
9857 * ltconfig: Update cygwin32 support.
9858
9859 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
9860 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
9861 (GDB_SUPPORT_DIRS): Likewise.
9862
9863 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
9864
9865 * configure.in (target_makefile_frag): If --enable-target-optspace,
9866 use -Os to compile target libraries rather than -O2. Default to
9867 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
9868 not used.
9869 * configure.in (target_cflags): Ditto for d30v.
9870
9871 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
9872
9873 * Makefile.in (all-bfd): Depend on all-intl.
9874 (all-binutils): Likewise.
9875 (all-gas): Likewise.
9876 (all-gprof): Likewise.
9877 (all-ld): Likewise.
9878
9879 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
9880
9881 * configure.in (host_tools): Fix typo, lbtool -> libtool.
9882
9883 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
9884
9885 * Makefile.in (all-bfd): Depend upon all-libiberty.
9886
9887 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
9888
9889 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
9890
9891 * Makefile.in: Add libstub.
9892
9893 * configure.in: Ditto. Build libstub for targets that have cygmon
9894 support.
9895
9896 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
9897
9898 * configure.in: Don't set PICFLAG on ix86-cygwin32.
9899
9900 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
9901
9902 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
9903 use mh-sysv5 if specified. Support gprof on SCO Open Server.
9904
9905 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
9906
9907 * configure: Define DEFAULT_M4 by searching PATH.
9908 * Makfile.in: Use DEFAULT_M4.
9909
9910 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
9911
9912 * ltconfig: Add cygwin32 support.
9913
9914 * Makefile.in, configure.in: Add libtool as a native only directory
9915 to configure and build.
9916
9917 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
9918
9919 * Makefile.in (INSTALL_MODULES): Remove texinfo.
9920
9921 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
9922
9923 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
9924
9925 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
9926
9927 * Makefile.in: add ash make rules
9928 * configure.in: add ash to native_only and host_tools lists
9929
9930 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
9931
9932 * Makefile.in (all-gettext, all-intl): New targets.
9933 (ALL_MODULES): Added all-gettext, all-intl.
9934 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
9935 (INSTALL_MODULES): Added install-gettext, install-intl.
9936 (CLEAN_MODULES): Added clean-gettext, clean-intl.
9937
9938 * configure.in (host_tools): Added gettext.
9939 (native_only): Likewise.
9940 (noconfigdirs) [various cases]: Likewise.
9941 (host_libs): Added intl.
9942
9943 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
9944
9945 * configure: Do not disable building gdbtk for cygwin32 hosts.
9946
9947 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
9948
9949 * configure.in: Add thumb-coff target.
9950 * config.sub: Add thumb-coff target.
9951
9952 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9953
9954 * Makefile.in: Revert yesterday's change.
9955 (all-target-winsup): all-target-librx stays out of here.
9956
9957 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
9958
9959 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
9960 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
9961 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
9962 Remove references to librx and libg++.
9963
9964 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
9965
9966 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
9967 recursive makes
9968
9969 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
9970
9971 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
9972 for newlib directory.
9973 (CXX_FOR_TARGET): Likewise.
9974
9975 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
9976
9977 * ltconfig: Update after libtool/ltconfig.in change for
9978 hpux11.
9979
9980 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
9981
9982 * ltconfig, ltmain.sh: Update to libtool 1.2.
9983
9984 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
9985
9986 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
9987 (install-gcc-cross): Instead, override LANGUAGES here.
9988
9989 1998-03-18 Dave Love <d.love@dl.ac.uk>
9990
9991 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
9992 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
9993
9994 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
9995
9996 * configure.in: Add Thumb-pe target.
9997
9998 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
9999
10000 * Makefile.in - changed sn targets to snavigator
10001 * configure.in - changed sn targets to snavigator
10002
10003 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10004
10005 * config-ml.in: After building symlink tree call make distclean
10006 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10007 to be the case for libiberty.
10008
10009 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10010
10011 * configure: When making link, also check the current
10012 directory. The configure scripts may create one.
10013
10014 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10015
10016 * config.sub: Accept alphapca56 and alphaev6 properly.
10017
10018 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10019
10020 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10021
10022 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10023
10024 * config.sub (sco5): Fix typo.
10025
10026 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10027
10028 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10029 install-itcl.
10030 (install-itcl): Remove dependency on install-tcl.
10031
10032 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10033
10034 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10035
10036 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10037
10038 * configure.in: Don't build libgui for a cygwin32 target when not on
10039 a cygwin32 host.
10040
10041 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10042
10043 * configure (redirect): Set to null, so default behavior of
10044 configure is now --verbose.
10045
10046 1998-02-16 Dave Love <d.love@dl.ac.uk>
10047
10048 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10049 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10050
10051 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10052
10053 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10054 this change to sync Makefile.in with its ChangeLog entries.
10055
10056 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10057
10058 * ltmain.sh (mkdir): Check that the directory doesn't exist
10059 before we exit with error, so that we don't get races during
10060 parallel builds.
10061
10062 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10063
10064 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10065
10066 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10067
10068 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10069 PICFLAG_FOR_TARGET.
10070 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10071
10072 * configure: Emit a definition for the new macro enable_shared
10073 into each Makefile.
10074
10075 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10076
10077 * configure.in (host_tools, native_only): Add libtool.
10078
10079 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10080
10081 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10082 Fix typo in ming config comment.
10083
10084 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10085
10086 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10087
10088 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10089
10090 * config.sub: Add tic30 cases, and map c30 to tic30.
10091
10092 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10093
10094 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10095 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10096 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10097 (CLEAN_TARGET_MODULES): Similarly
10098 (all-target-libf2c): Add dependences.
10099 * configure.in (target_libs): Add libf2c.
10100
10101 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10102
10103 * configure.in: Remove expect from noconfigdirs when target
10104 is cygwin32. OK to build expect and dejagnu with Canadian
10105 Cross.
10106
10107 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10108
10109 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10110 host.
10111
10112 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10113 and mingw32.
10114
10115 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10116
10117 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10118 here as it is not defined in the toplevel Makefile.
10119
10120 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10121
10122 * configure (package_makefile_rules_frag): New variable, which names
10123 a file with generic rules, ...
10124 Change comment to mention we now have FIVE parts.
10125 * configure: Undo last change.
10126
10127 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10128
10129 * config.guess: More accurate determination of HP processor types.
10130 * config.sub: More accurate determination of HP processor types.
10131
10132 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10133
10134 * configure (package_makefile_frag): Move inserting the
10135 ${package_makefile_frag} to where it should be according
10136 to the comment.
10137
10138 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
10139
10140 * config.guess: Add support for Linux/ARM.
10141
10142 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10143
10144 * .cvsignore: Remove *-info and *-install since they match
10145 release-info and mpw-install, which we don't want to just ignore.
10146
10147 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10148
10149 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10150
10151 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10152
10153 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10154 local_prefix to sub-make invocations.
10155
10156 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10157
10158 * configure.in: Check makefile fragments in the source
10159 directory.
10160
10161 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10162
10163 * configure.in: Check whether host and target makefile
10164 fragments exist before adding them to *_makefile_frag.
10165
10166 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10167
10168 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10169
10170 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10171
10172 * configure.in: Make sure we only replace RPATH_ENVVAR on
10173 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10174 regexp to sed.
10175
10176 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10177 to sub-makes.
10178
10179 1998-01-13 Lee Iverson (leei@ai.sri.com)
10180
10181 * config-ml.in (multi-do): LDFLAGS must include multilib
10182 designator.
10183
10184 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10185
10186 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10187
10188 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10189
10190 * config.sub: Add mingw32 support.
10191 * configure.in: Likewise.
10192
10193 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10194
10195 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10196
10197 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10198
10199 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10200 * configure (gxx_include_dir): Provide a definition for subdirs
10201 which do not use autoconf.
10202
10203 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10204
10205 * config.guess: Sync with egcs. Picks up new alpha support,
10206 BeOS & some additional linux support.
10207
10208 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
10209
10210 * config.guess: HP 9000/803 is a PA1.1 machine.
10211
10212 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10213
10214 * configure.in: It's alpha*-...
10215
10216 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10217
10218 * configure.in (host_makefile_frag, target_makefile_frag):
10219 Handle multiple config files.
10220 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10221 alpha-*-*.
10222
10223 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10224
10225 * mkdep: New file.
10226
10227 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
10228
10229 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10230
10231 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
10232
10233 * Makefile.in: Add libgui directory.
10234 (GDB_TK): Add all-libgui.
10235 * configure.in: Add libgui directory.
10236 * configure: Add all-libgui to GDB_TK.
10237
10238 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
10239
10240 * config-ml.in (multidirs): Add m32r to multilib list.
10241
10242 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
10243
10244 * Makefile.in (all-target-gperf): Change dependency to
10245 all-target-libstdc++.
10246
10247 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
10248
10249 * config.guess: Add BeOS support.
10250
10251 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
10252
10253 Source directory cvs renamed to cvssrc:
10254 * configure.in (host_tools): Change cvs to cvssrc.
10255 (native_only): Likewise.
10256 (noconfigdirs) [various cases]: Likewise.
10257 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10258 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10259 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10260 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10261 (all-cvssrc): Rename target from all-cvs.
10262
10263 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
10264
10265 * configure (gxx_include_dir): Fix thinko.
10266
10267 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
10268
10269 * Makefile.in (INSTALL_TARGET_CROSS): Define.
10270 (install-cross, install-gcc-cross): New targets.
10271
10272 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
10273
10274 * configure.in (noconfigdirs): Add support for Thumb target.
10275
10276 * config.sub (maybe_os): Add support for Thumb target.
10277
10278 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
10279
10280 * Makefile.in: Add rules for cygmon.
10281
10282 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10283
10284 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
10285
10286 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10287 * configure (gxx_include_dir): Provide a definition for subdirs
10288 which do not use autoconf.
10289
10290 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
10291
10292 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
10293 11/18/97 build
10294
10295 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
10296
10297 * From Franz Sirl.
10298 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10299 found on RedHat Linux systems.
10300
10301 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
10302
10303 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10304 guesses.
10305
10306 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
10307
10308 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10309
10310 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
10311
10312 * ltmain.sh: If mkdir fails, check whether the directory was created
10313 anyhow by some other process.
10314
10315 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
10316
10317 * configure.in (d30v-*-*): Configure all directories.
10318
10319 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
10320
10321 * configure.in (d30v-*-*): Configure newlib, libiberty directories
10322 for the D30V.
10323
10324 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
10325
10326 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10327
10328 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
10329
10330 * include/libiberty.h: Add extern "C" { so it can be used with C++
10331 progrms.
10332 * include/remote-sim.h: Add extern "C" { so it can be used with C++
10333 programs.
10334
10335 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
10336
10337 * configure.in (d30v-*-*): Configure GCC now.
10338
10339 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
10340
10341 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10342 is no longer needed.
10343
10344 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
10345
10346 * Makefile.in: check-target-libio depends on all-target-libstdc++.
10347
10348 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
10349
10350 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10351 targets using "$@" to provide support for similar but not identical
10352 targets without having to duplicate code.
10353
10354 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
10355
10356 * makefile.vms: Fix to work with DEC C.
10357
10358 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
10359
10360 * config.sub: Add mips-tx39-elf to marketing names.
10361
10362 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
10363
10364 * ltmain.sh: Handle symlinks in generated script.
10365
10366 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
10367
10368 * configure: Handle autoconf style directory options: --bindir,
10369 --datadir, --includedir, --infodir, --libdir, --libexecdir,
10370 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10371 --sysconfdir.
10372 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10373 (sharedstatedir, localstatedir, oldincludedir): New variables.
10374 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10375 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10376 sbindir, sharedstatedir, and sysconfdir.
10377
10378 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10379
10380 * Makefile.in (bootstrap-lean): New target.
10381
10382 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
10383
10384 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
10385 sn, and gnuserv from noconfigdirs.
10386
10387 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
10388
10389 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10390
10391 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
10392
10393 * Makefile.in (cross): New target.
10394
10395 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
10396 Jeff Law <law@cygnus.com>
10397
10398 * Makefile.in (bootstrap2, bootstrap3): New targets.
10399 (all-bootstrap): Remove outdated and confusing target.
10400 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10401
10402 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
10403
10404 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
10405 windows. Consistent with gdb/configure.
10406
10407 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
10408
10409 * configure.in: Name Linux target fragment.
10410
10411 * configure: Rewrite so that project Makefile fragment is inserted
10412 first and appears last in the resulting Makefile.
10413
10414 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
10415
10416 * Makefile.in (install-itcl): Install tcl first.
10417
10418 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
10419
10420 * configure.in: remove bison from noconfigdirs for Cygwin32 host
10421
10422 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10423
10424 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10425
10426 * configure.in (skipdirs): Add target-librx for Linux.
10427 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10428
10429 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
10430
10431 * Makefile.in (bootstrap): New target.
10432
10433 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
10434
10435 * config.sub: Accept 'amigados' for backward compatability.
10436
10437 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
10438
10439 * config.guess: Merge with FSF.
10440
10441 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
10442
10443 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10444
10445 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
10446
10447 * config.sub: Add "marketing-names" patch.
10448
10449 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
10450
10451 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
10452
10453 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
10454
10455 * config.sub: Handle v850-elf.
10456
10457 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
10458
10459 * .cvsignore (*-install): Remove.
10460
10461 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
10462
10463 * ltconfig: Set CONFIG_SHELL in libtool.
10464 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10465
10466 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10467
10468 * configure.in (target_subdir): Set to libraries if enable_multilib.
10469
10470 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
10471
10472 * config.guess: Update from gcc directory.
10473
10474 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
10475
10476 * Makefile.in (all-sim): Depends on all-readline.
10477
10478 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10479
10480 * Makefile.in (BISON, YACC): Use $$s.
10481 (all-bison): Depend on all-texinfo.
10482
10483 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
10484
10485 * Makefile.in (BISON): Add -L flag.
10486 (YACC): Likewise.
10487
10488 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10489
10490 * configure.in (noconfigdirs): Add support for v850e target.
10491
10492 * config.sub (maybe_os): Add support for v850e target.
10493
10494 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10495
10496 * configure.in (noconfigdirs): Add support for v850ea target.
10497
10498 * config.sub (maybe_os): Add support for v850ea target.
10499
10500 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
10501
10502 * config.sub: Add mipstx39. Delete r3900.
10503
10504 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10505
10506 * Makefile.in (all-autoconf): Depends on all-texinfo.
10507
10508 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
10509
10510 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10511 eabi targets.
10512
10513 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
10514
10515 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10516
10517 * configure: When handling a Canadian Cross, handle YACC as well as
10518 BISON. Just set BISON to bison. When setting YACC, prefer bison.
10519 * Makefile.in (all-bison): Depend upon all-texinfo.
10520
10521 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
10522
10523 * Makefile.in (BISON): bison, not byacc or bison -y.
10524 (YACC): bison -y or byacc or yacc.
10525 (various): Add *-bison as appropriate.
10526 (taz): No need to mess with BISON anymore.
10527
10528 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
10529
10530 * configure: If OSTYPE matches *win32*, try to find a good value for
10531 CONFIG_SHELL.
10532
10533 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
10534
10535 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10536 configure.in if it is present.
10537
10538 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
10539
10540 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10541
10542 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
10543
10544 * config.sub: Recognize `arc' cpu.
10545 * configure.in: Likewise.
10546 * config-ml.in: Likewise.
10547
10548 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
10549
10550 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10551
10552 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
10553
10554 * configure: Changed sed delimiter from ':' to '|' when
10555 attempting to substitute ${config_shell} for SHELL. On
10556 NT ${config_shell} may contain a ':' in it.
10557
10558 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
10559
10560 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10561
10562 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
10563
10564 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
10565
10566 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
10567
10568 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
10569
10570 * ylwrap: If the program is a relative path, force it to be
10571 absolute.
10572
10573 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
10574
10575 * configure (tooldir): Set BISON to `bison -y' and not just bison.
10576
10577 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
10578
10579 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
10580 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
10581 for libraries.
10582
10583 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
10584
10585 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
10586 separated by spaces.
10587
10588 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
10589
10590 * ylwrap: New file.
10591 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
10592
10593 * ltmain.sh: Handle /bin/sh at start of install program.
10594
10595 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
10596
10597 * ltconfig, ltmain.sh: New files, from libtool 1.0.
10598 * missing: New file, from automake 1.2.
10599
10600 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
10601
10602 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
10603 check-tk to CHECK_X11_MODULES.
10604
10605 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
10606
10607 * config.sub: Merge with FSF.
10608
10609 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
10610
10611 * config.guess: Merge with FSF.
10612
10613 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
10614
10615 * configure: Treat msdosdjgpp like go32.
10616 * configure.in: Likewise. Don't remove gprof for go32.
10617
10618 * configure: Change Makefile.tem2 to Makefile.tm2.
10619
10620 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
10621
10622 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
10623
10624 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10625
10626 * install-sh (chmodcmd): Set to null if the DST directory already
10627 exists. Same as Nov 11th change.
10628
10629 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
10630
10631 * configure (GDB_TK): Needs itcl and tix.
10632
10633 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
10634
10635 * config.guess: Update from FSF.
10636
10637 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
10638
10639 * Makefile.in (GDB_TK): Depend on itcl and tix.
10640
10641 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
10642
10643 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
10644 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
10645 (INSTALL_SCRIPT): New variable.
10646 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
10647 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
10648 to -x.
10649 * install-sh: Add support for -x option.
10650
10651 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
10652
10653 * configure.in, Makefile.in: Treat tix like itcl.
10654
10655 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
10656
10657 * Makefile.in (WINDRES): New variable.
10658 (WINDRES_FOR_TARGET): New variable.
10659 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
10660 (EXTRA_HOST_FLAGS): Add WINDRES.
10661 (EXTRA_TARGET_FLAGS): Add WINDRES.
10662 (EXTRA_GCC_FLAGS): Add WINDRES.
10663 ($(DO_X)): Pass down WINDRES.
10664 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10665 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
10666 DLLTOOL_FOR_TARGET.
10667
10668 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
10669
10670 * configure.in: configure sim before gdb for win32-x-ppc
10671
10672 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10673
10674 Move gperf into the toplevel, from libg++.
10675 * configure.in (target_tools): Add target-gperf.
10676 (native_only): Add target-gperf.
10677 * Makefile.in (all-target-gperf): New target, depend on
10678 all-target-libg++.
10679 (configure-target-gperf): Empty rule.
10680 (ALL_TARGET_MODULES): Add all-target-gperf.
10681 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
10682 (CHECK_TARGET_MODULES): Add check-target-gperf.
10683 (INSTALL_TARGET_MODULES): Add install-target-gperf.
10684 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
10685
10686 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
10687
10688 * config.sub (mn10200): Recognize new basic machine.
10689
10690 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10691
10692 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
10693 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
10694
10695 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10696
10697 * configure.in: If we're building mips-sgi-irix6* native, turn on
10698 ENABLE_MULTILIB and set TARGET_SUBDIR.
10699
10700 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
10701
10702 * Makefile.in (all-sn): Depend on all-grep.
10703
10704 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
10705
10706 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
10707
10708 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
10709 Makefile. From Jeff Makey <jeff@cts.com>.
10710 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
10711
10712 * Makefile.in (DISTBISONFILES): Remove.
10713 (taz): Don't futz with DISTBISONFILES. Change BISON to use
10714 $(DEFAULT_YACC).
10715
10716 * configure.in: Build itl, db, sn, etc., when building for native
10717 cygwin32.
10718
10719 * Makefile.in (LD): New variable.
10720 (EXTRA_HOST_FLAGS): Pass down LD.
10721 ($(DO_X)): Likewise.
10722
10723 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
10724
10725 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
10726
10727 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
10728
10729 * configure.in (targargs): Strip out any supplied --build argument
10730 before adding our own. Always add --build.
10731
10732 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
10733
10734 * configure.in (targargs): Pass --build if we're doing
10735 a cross-compile.
10736
10737 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
10738
10739 * configure: Use '|' instead of ":" as the separator in
10740 sed. Otherwise sed chokes on NT path names with drive
10741 designators. Also look for "?:*" as the leading characters in an
10742 absolute pathname.
10743
10744 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
10745
10746 * config.sub: Support for r3900.
10747
10748 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
10749
10750 * configure.in: Use install-sh, not install.sh.
10751
10752 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
10753
10754 * Makefile.in (taz): Improve check for BISON so it doesn't try to
10755 apply it twice.
10756
10757 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
10758
10759 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
10760 install-binutils.
10761
10762 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
10763
10764 * Makefile.in: Add automake targets.
10765 * configure.in (host_tools): Add automake.
10766
10767 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
10768
10769 * configure: Default CXX to c++, not gcc.
10770 * Makefile.in (CXX): Set to c++, not gcc.
10771 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
10772
10773 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
10774
10775 * install-sh: try appending a .exe if source file doesn't
10776 exist
10777
10778 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
10779
10780 * configure.in: Turn on multilib by default.
10781 (cross_only): Remove target-libiberty.
10782
10783 * Makefile.in (all-gcc): Don't depend on libiberty.
10784
10785 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
10786
10787 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
10788
10789 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
10790
10791 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
10792 (DISTBISONFILES): Add ld/Makefile.in
10793
10794 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
10795
10796 * configure.in: if target is cygwin32 but host isn't cygwin32,
10797 don't configure gdb tcl tk expect, not just gdb.
10798
10799 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
10800
10801 * configure.in: Added gnuserv everywhere sn appears.
10802
10803 * Makefile.in (ALL_MODULES): Added all-gnuserv.
10804 (CROSS_CHECK_MODULES): Added check-gnuserv.
10805 (INSTALL_MODULES): Added install-gnuserv.
10806 (CLEAN_MODULES): Added clean-gnuserv.
10807 (all-gnuserv): New target.
10808
10809 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
10810
10811 * config.guess: Fixes for MIPS OpenBSD systems.
10812
10813 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
10814
10815 * Makefile.in (INSTALL_XFORM): Remove.
10816 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
10817
10818 * mkinstalldirs: New file, copied from automake.
10819 * Makefile.in (installdirs): Rename from install-dirs. Use
10820 mkinstalldirs. Change all users.
10821 (DEVO_SUPPORT): Add mkinstalldirs.
10822
10823 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
10824
10825 * install-sh: Rename from install.sh.
10826 * Makefile.in (INSTALL): Change install.sh to install-sh.
10827 (DEVO_SUPPORT): Likewise.
10828
10829 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
10830 Graichen <graichen@rzpd.de>.
10831
10832 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
10833
10834 * config.guess: Recognize OpenBSD systems correctly.
10835
10836 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10837
10838 * README, Makefile.in (ETC_SUPPORT): Remove references to
10839 cfg-paper*, configure.{texi,man,info*}._
10840
10841 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
10842
10843 * Makefile.in (all.normal): Ensure that gcc is built after all
10844 the x11 - ie gdb - targets.
10845
10846 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
10847
10848 * makefile.vms: Don't run conf-a-gas.
10849
10850 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
10851
10852 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
10853
10854 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
10855
10856 * configure.in: Remove noconfigdirs case since gdb also
10857 configures and builds for tic80-coff.
10858
10859 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
10860
10861 * configure: Set cache_file to config.cache.
10862 * Makefile.in (local-distclean): Remove config.cache.
10863
10864 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
10865
10866 * COPYING: Update FSF address.
10867
10868 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
10869
10870 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
10871 noconfigdirs.
10872
10873 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
10874
10875 * Makefile.in (install-dirs): Don't crash if prefix, and hence
10876 MAKEDIRS, is empty.
10877
10878 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
10879
10880 * config.sub: Tweak mn10300 entry.
10881
10882 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
10883
10884 * configure.in (host_tools): Put sim before gdb, so gdb's
10885 configure.tgt can determine if the simulator was configured.
10886
10887 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
10888
10889 * config.sub: Move BeOS $os case to be with other Cygnus
10890 local cases.
10891
10892 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
10893
10894 * config.sub: Remove misplaced comment that broke Linux.
10895
10896 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
10897
10898 * config.sub: Add BeOS support.
10899
10900 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
10901
10902 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
10903
10904 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
10905
10906 * configure.in (noconfigdirs): Remove tcl and tk from
10907 noconfigdirs for cygwin32 builds.
10908
10909 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
10910
10911 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
10912
10913 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
10914
10915 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
10916 make-all.com, use makefile.vms instead.
10917
10918 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
10919
10920 * config.sub: Accept -lnews*.
10921
10922 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
10923
10924 * configure.in (noconfigdirs): Disable target-newlib,
10925 target-examples and target-libiberty for d30v.
10926
10927 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10928
10929 * configure.in (noconfigdirs): Enable ld for d30v.
10930
10931 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
10932
10933 * configure.in (tic80-*-*): Build compiler.
10934
10935 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
10936
10937 * configure.in (d30v-*): Remove sim directory from list of
10938 unsupported d30v directories
10939
10940 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10941
10942 * config.sub, configure.in: Add d30v target cpu.
10943
10944 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
10945
10946 * makefile.vms: New file.
10947 * make-all.com: Remove.
10948
10949 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
10950
10951 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
10952
10953 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
10954
10955 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
10956
10957 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
10958
10959 * Makefile.in (ALL_MODULES): Added all-db.
10960 (CROSS_CHECK_MODULES): Addec check-db.
10961 (INSTALL_MODULES): Added install-db.
10962 (CLEAN_MODULES): Added clean-db.
10963
10964 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
10965
10966 * config.guess: Merge with latest FSF sources.
10967
10968 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
10969
10970 * Makefile.in (ALL_MODULES): Added all-itcl.
10971 (CROSS_CHECK_MODULES): Added check-itcl.
10972 (INSTALL_MODULES): Added install-itcl.
10973 (CLEAN_MODULES): Added clean-itcl.
10974
10975 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
10976
10977 * configure.in: build gdb for mn10200
10978
10979 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
10980
10981 * Makefile.in (all-target-winsup): Depend on all-target-libio.
10982
10983 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
10984
10985 * configure.in (tic80-*-*): Turn off most targets right now.
10986
10987 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
10988
10989 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
10990 rather than the makeinfo program.
10991 (do-info): Depend upon all-texinfo.
10992
10993 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
10994
10995 * configure.in: Remove uses of config/mh-linux.
10996
10997 * config.sub, config.guess: Merge with latest FSF sources.
10998
10999 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11000
11001 * config.sub (case $basic_machine): Add tic80 entries.
11002
11003 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11004
11005 * config.sub, config.guess: Merge with latest FSF sources.
11006
11007 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11008
11009 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11010 * mpw-config.in: Test for NewFolderRecursive.
11011 * mpw-install: Use symbolic name for startup filename.
11012 * mpw-README: Add various additional details.
11013
11014 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11015
11016 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11017
11018 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11019
11020 * configure.in: Do build gcc and the target libraries for
11021 the mn10200.
11022
11023 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11024
11025 * configure.in: don't avoid building gdb for mn10300 any more
11026 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11027 instead of single-quoting it.
11028
11029 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11030
11031 * configure.in: Don't use --with-stabs on IRIX 6.
11032
11033 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11034
11035 * configure.in (m32r): Build gdb, libg++ now.
11036
11037 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11038
11039 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11040 directories from noconfigdirs.
11041
11042 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11043
11044 * config.sub (basic_machine): added mips16 configuration
11045
11046 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11047
11048 * config.sub: Handle d10v-unknown.
11049
11050 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11051
11052 * config.sub: Handle v850-unknown.
11053
11054 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11055
11056 * Makefile.in: add findutils
11057 * configure.in: add findutils to list of host_tools
11058
11059 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11060
11061 * config.sub: Handle mn10200 and mn10300.
11062
11063 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11064
11065 * configure.in (d10v-*): Do not build librx.
11066
11067 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11068
11069 * configure.in (mn10300): Build everything except gdb & libgloss.
11070
11071 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11072
11073 * config.guess: Patch for Dansk Data Elektronik servers,
11074 from Niels Skou Olsen <nso@dde.dk>.
11075
11076 For ncr, use /bin/uname rather than uname, since GNU uname does not
11077 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11078
11079 Patch for MIPS R4000 running System V,
11080 from Eric S. Raymond <esr@snark.thyrsus.com>.
11081
11082 Fix thinko for nextstep.
11083
11084 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11085
11086 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11087 * config.guess: Guess mips-dec-mach_bsd4.3.
11088
11089 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11090 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11091 release numbers.
11092 * config.guess (mips-mips-riscos*): Emit just enough of the
11093 release number.
11094
11095 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11096 * config.guess (sparc-auspex-sunos*): Added.
11097 (f300-fujitsu-*): Added.
11098
11099 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11100 * config.guess: Recognize a Tadpole as a sparc.
11101
11102 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11103
11104 * config.guess: Don't assume that NextStep version is either 2 or
11105 3. NextStep 4 (aka OpenStep 4) has come out now.
11106
11107 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11108
11109 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11110 From Rik Faith <faith@cs.unc.edu>.
11111
11112 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11113
11114 * config.sub: Contributions from bug-gnu-utils to:
11115 Support plain "hppa" (no version given) architecture, reported by
11116 OpenStep.
11117 OpenBSD like NetBSD.
11118 LynxOs is not a hardware supplier.
11119
11120 * config.guess: Contributions from bug-gnu-utils to add support for:
11121 OpenBSD like NetBSD.
11122 Stratus systems.
11123 More Pyramid systems.
11124 i[n>4]86 Intel chips.
11125 M680[n>4]0 Motorola chips.
11126 Use unknown instead of lynx for hardware manufacturer.
11127
11128 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11129
11130 * install.sh (chmodcmd): Set to null if the DST directory already
11131 exists.
11132
11133 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11134
11135 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11136 not use mt-ppc target Makefile fragment any more.
11137
11138 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11139
11140 * configure.in (*-*-windows): Exclude everything but those dirs
11141 needed to build windows.
11142
11143 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11144
11145 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11146
11147 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11148
11149 * configure.in: Exclude mmalloc from i386-windows.
11150
11151 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11152
11153 * Undo my previous change.
11154
11155 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11156
11157 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11158 unconditionally.
11159 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11160
11161 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11162
11163 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11164 host to add it's own flags.
11165
11166 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11167
11168 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11169
11170 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11171
11172 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11173 (CXX_FOR_TARGET): Likewise.
11174 (GCC_FOR_TARGET): Define.
11175 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11176 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11177 CC_FOR_TARGET was specified on the command line.
11178 (MAKEOVERRIDES): Don't define.
11179
11180 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11181
11182 * configure.in (m32r): Fix spelling of libg++ libs.
11183
11184 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11185
11186 * config.sub (-apple*): Remove, now redundant.
11187
11188 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11189
11190 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11191
11192 * configure: Rework yesterday's sed script patch.
11193
11194 * config.sub: Merge with FSF.
11195
11196 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11197
11198 * config.guess: Merge from FSF.
11199
11200 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11201 * config.guess: Use pc instead of unknown, for pc clone systems.
11202 Change linux to linux-gnu.
11203
11204 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11205 * config.guess: Avoid non-portable tr syntax.
11206
11207 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11208
11209 * test-build.mk (HOLES): Add "xargs" for gdb.
11210
11211 * configure: Avoid hpux10.20 sed bug.
11212
11213 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11214
11215 * configure.in: Add support for windows host
11216 (that is a build done under the Microsoft build environment).
11217
11218 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11219
11220 * Makefile.in: Replace all uses of srcroot with s, to shrink
11221 command line lengths.
11222
11223 Patches from Geoffrey Noer <noer@cygnus.com>:
11224 * configure.in: If configuring for newlib, pass --with-newlib to
11225 subdirectories.
11226 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11227 -Bnewlib/ and -Lwinsup to gcc.
11228 (CXX_FOR_TARGET): Likewise.
11229
11230 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
11231
11232 * Makefile.in (ETC_SUPPORT): Add configure.
11233
11234 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
11235
11236 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
11237 host configuration file.
11238
11239 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
11240
11241 * configure.in: Break mn10x00 support into separate
11242 mn10200 and mn10300 configurations.
11243 * config.sub: Likewise.
11244
11245 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
11246
11247 * configure.in: Add lots of stuff to noconfigdirs for
11248 the mn10x00 targets.
11249
11250 * config.sub, configure.in: Add mn10x00 support.
11251
11252 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
11253
11254 * make-all.com: Call conf-a-gas, not config-a-gas.
11255
11256 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
11257
11258 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
11259 targets.
11260
11261 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
11262
11263 * mpw-README: Add much more detail for native PowerMac.
11264 * mpw-install: New file.
11265 * mpw-configure: Add --norecursion and --help options.
11266 * mpw-config.in: Translate readme and install files when
11267 copying to objdir.
11268 * mpw-build.in: Don't always depend on byacc and flex.
11269 (install-only-top): New action.
11270
11271 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
11272
11273 * configure.in: You can now configure GDB for the v850.
11274
11275 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
11276
11277 * configure.in (noconfigdirs): Don't configure any C++ dirs
11278 if targeting D10V.
11279
11280 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
11281
11282 * config.sub: Recognize mips64vr5000.
11283
11284 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
11285
11286 * configure.in: Use a single line for host_tools and native_only.
11287
11288 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
11289
11290 * config.sub, configure.in: Add entries for m32r.
11291
11292 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
11293
11294 * Makefile.in (inet-install): Don't run install-gzip.
11295
11296 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
11297
11298 * configure.in: Don't config lots of things for *-*-windows*.
11299
11300 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
11301
11302 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11303 (host_libs, host_tools): Copy from configure.in.
11304 * mpw-configure: Don't complain about directories not found.
11305
11306 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11307
11308 * configure.in (i[345]86): Recognize i686 for pentium pro.
11309 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11310 file.
11311
11312 * config.guess (i[345]86): Ditto.
11313
11314 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11315
11316 * configure.in (noconfigdirs): Removed gdb for D10V.
11317
11318 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
11319
11320 * configure.in: Remove ld, target-libio, target-libg++, and
11321 target-libstdc++ from noconfigdirs.
11322
11323 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
11324
11325 * configure: Fix three locations where shell scripts were
11326 being run directly rather than with config_shell.
11327
11328 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
11329
11330 * configure.in (v850-*-*): Set up initial $noconfigdirs.
11331 * config.sub (basic_machine): Recognize v850.
11332
11333 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
11334
11335 * mpw-configure: Handle multiple enable/disable options and
11336 pass them down recursively, handle -c and -s flags appropriately
11337 depending on choice of compiler, add escape mechanism for
11338 quoted arguments to gC.
11339
11340 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11341
11342 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11343 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11344 so that -mrelocatable-lib and -mno-eabi are used.
11345
11346 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11347 not support --print-multi-lib, don't abort.
11348
11349 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
11350
11351 * make-all.com: Run config-a-gas.
11352 * setup.com: Don't copy subdirectory files around.
11353
11354 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
11355
11356 * configure.in (*-*-ose): Remove exclusion of libgloss for this
11357 target, it now compiles correctly.
11358
11359 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
11360
11361 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11362
11363 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11364
11365 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
11366
11367 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11368
11369 * configure.in (native_only): Add prms.
11370
11371 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
11372
11373 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11374 (BINUTILS_SUPPORT_DIRS): Likewise.
11375
11376 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11377
11378 * configure.in (d10v-*-*): Don't configure ld or gdb until the
11379 d10v support is added.
11380
11381 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11382
11383 * configure.in (d10v-*-*): New target.
11384
11385 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
11386
11387 * config.guess (HP 9000/811): Recognize this as a PA1.1
11388 machine.
11389
11390 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
11391
11392 * Makefile.in (do-tar-gz): New target, split out from tail end of
11393 taz target. Run each command separately, don't use pipes.
11394 (taz): Use it.
11395
11396 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
11397
11398 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11399 * mpw-build.in: No builds should depend on building byacc or flex,
11400 they are assumed to be installed already.
11401
11402 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11403
11404 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11405 variable that CC_FOR_TARGET needs.
11406
11407 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11408
11409 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11410 options have changed since the last time the subdirectory was
11411 configured, and if it has, reconfigure.
11412 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11413 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11414
11415 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
11416
11417 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11418 CLEAN_MODULES): Add bash.
11419 (all-bash): New target.
11420
11421 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
11422
11423 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11424
11425 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11426
11427 * config.sub (basic_machine): Recognize d10v as a valid processor.
11428
11429 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
11430
11431 * mpw-configure: Add support for --bindir.
11432 * mpw-build.in: Use a GCC-specific build script for GCC actions.
11433
11434 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
11435
11436 * configure.in: add bash, time, gawk to list of hosttools and things
11437 to only build for native toolchains
11438
11439 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11440
11441 * Makefile.in (docdir): Remove.
11442
11443 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11444
11445 * Makefile.in (datadir): Set to $(prefix)/share.
11446
11447 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
11448
11449 * configure.in: build diff and patch for cygwin32-hosted
11450 toolchains.
11451
11452 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
11453
11454 * config.sub: Accept -rtems*.
11455
11456 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
11457
11458 * configure.in: enable dosrel for cygwin32-hosted builds,
11459 remove diff from the list of things not buildable
11460 via Canadian Cross
11461
11462 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
11463
11464 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
11465 don't get ". ".
11466
11467 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
11468
11469 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11470
11471 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
11472
11473 * Makefile.in (taz): Handle case where tex3patch didn't even get
11474 checked out. Also, if it was found, put the symlink in a new util
11475 subdirectory.
11476
11477 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11478
11479 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11480
11481 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
11482
11483 * config.sub: Recognize -openvms.
11484 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11485 * make-all.com, setup.com: New files.
11486
11487 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11488
11489 * Makefile.in (taz): tex3patch moved to texinfo/util.
11490
11491 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
11492
11493 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
11494 * configure.in: remove make from disable-if-Can-Cross list
11495 enable gdb if ${host} and ${target} are cygwin32
11496
11497 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
11498
11499 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
11500 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11501
11502 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11503
11504 * config.guess: Combine mips-mips-riscos cases, and use cpp to
11505 distinguish sysv/svr4/bsd variants.
11506 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11507
11508 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
11509
11510 * configure.in: Added copyright notice.
11511 * move-if-change: Added copyright notice.
11512
11513 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11514
11515 * configure.in (powerpcle-*-solaris*): Until we get shared
11516 libraries working, don't build gdb, sim, make, tcl, tk, or
11517 expect.
11518
11519 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
11520
11521 * config.guess: Merge with FSF:
11522
11523 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11524 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11525
11526 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
11527 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11528
11529 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
11530 * config.guess: Combine two OSF1 rules.
11531 Also recognize field test versions. From mjr@zk3.dec.com.
11532 * config.guess (dgux): Use /usr/bin/uname rather than uname,
11533 because GNU uname does not support -p. From pmr@pajato.com.
11534
11535 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
11536
11537 * Makefile.in (MAKEDIRS): Removed $(tooldir).
11538
11539 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
11540
11541 * mpw-README: Document GCCIncludes.
11542
11543 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
11544
11545 * configure.in (alpha-*-linux*): Set enable_shared to yes.
11546
11547 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11548
11549 * mpw-configure: Handle --enable-FOO and --disable-FOO.
11550
11551 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
11552
11553 * configure.in (*-*-cygwin32): Configure make.
11554
11555 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
11556
11557 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11558
11559 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
11560
11561 * Makefile.in (all-inet): Depend on all-perl.
11562
11563 * Makefile.in (inet-install): New target.
11564
11565 * Makefile.in (all-inet): Depend on all-tcl.
11566 (all-inet): Depend on all-send-pr.
11567
11568 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11569
11570 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
11571 temporarily.
11572
11573 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
11574
11575 * configure.in: Don't configure --with-gnu-ld on AIX.
11576
11577 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11578
11579 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
11580
11581 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
11582
11583 * Makefile.in (ALL_MODULES): Added all-inet.
11584 (CROSS_CHECK_MODULES): Added check-inet.
11585 (INSTALL_MODULES): Added install-inet.
11586 (CLEAN_MODULES): Added clean-inet.
11587 (all-indent): New target.
11588
11589 * configure.in (host_tools): Added inet.
11590 (native_only): Added inet.
11591 (noconfigdirs): Added inet.
11592
11593 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
11594
11595 * configure.in: Don't configure libgloss if we are not configuring
11596 newlib.
11597
11598 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
11599
11600 * configure.in: Don't configure libgloss for unsupported
11601 architectures.
11602
11603 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11604
11605 * Makefile.in (CLEAN_MODULES): Add clean-apache.
11606
11607 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
11608
11609 * Makefile.in (ALL_MODULES): Include all-apache.
11610 (CROSS_CHECK_MODULES): Include check-apache.
11611 (INSTALL_MODULES): Include install-apache.
11612 (all-apache): New target.
11613
11614 * configure.in: Added apache everywhere perl is seen.
11615
11616 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11617
11618 * Makefile.in: Add support for clean-{module} and
11619 clean-target-{module} rules.
11620
11621 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
11622
11623 * configure.in (*-*-ose) do not build libgloss.
11624
11625 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11626
11627 * config.guess (prep*:SunOS:5.*:*): Turn into
11628 powerpele-unknown-solaris2.
11629
11630 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
11631
11632 * configure.in: Permit --enable-shared to specify a list of
11633 directories.
11634
11635 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11636
11637 * configure.in (host==solaris): Pass only the first word of $CC
11638 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
11639
11640 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11641
11642 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
11643
11644 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
11645
11646 * Makefile.in (ALL_MODULES): Include all-perl.
11647 (CROSS_CHECK_MODULES): Include check-perl.
11648 (INSTALL_MODULES): Include install-perl.
11649 (ALL_X11_MODULES): Include all-guile.
11650 (CHECK_X11_MODULES): Include check-guile.
11651 (INSTALL_X11_MODULES): Include install-guile.
11652 (all-perl): New target.
11653 (all-guile): New target.
11654
11655 * configure.in (host_tools): Include perl and guile.
11656 (native_only): Include perl and guile.
11657 (noconfigdirs): Don't build guile and perl; no ports have been
11658 done.
11659
11660 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
11661
11662 * configure (--enable-*): Handle quoted option lists such as
11663 --enable-sim-cflags='-g0 -O' better.
11664
11665 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11666
11667 * Makefile.in ({,inst}all-target): New rule so we can make and
11668 install all of the target directories easily.
11669
11670 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11671
11672 * configure.in: Add missing global flag in sed substitution when
11673 deleting `target-' from ${configdirs}.
11674
11675 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
11676
11677 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
11678 option.
11679
11680 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
11681 config/mh-necv4.
11682
11683 * install.sh: Correct misspelling of transformbasename.
11684
11685 * config.guess: Recognize mips-*-sysv*.
11686
11687 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
11688
11689 * config.sub: Recognize mon960.
11690
11691 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
11692
11693 * configure: Restore Canadian Cross handling of BISON and LEX,
11694 removed in Feb 20 change.
11695
11696 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
11697
11698 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
11699 Mention make install. Remove the old copyright date as well the
11700 clumsy and rather pointless copyright on the README file.
11701
11702 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
11703
11704 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
11705 Makefile after running symlink-tree, then run `make distclean' to
11706 avoid clobbering any generated files in srcdir.
11707
11708 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
11709
11710 * configure.in (m68k-*-netbsd*): Build everything now.
11711
11712 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11713
11714 * Makefile.in (taz): Fix quoting.
11715
11716 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
11717
11718 * configure.in (sparclet-*-*): Build everything now.
11719
11720 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11721
11722 * configure.in (m68k-*-linux*): New host.
11723
11724 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
11725
11726 * configure: Check for bison before byacc.
11727
11728 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
11729
11730 * Makefile.in configure: Change the way LEX and BISON/YACC are
11731 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
11732 searching PATH. These are used as fallbacks by Makefile.in if
11733 flex/bison/byacc aren't in objdir.
11734
11735 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
11736
11737 * Makefile.in: Make everything which depends upon all-bfd also
11738 depend upon all-opcodes, in case --with-commonbfdlib is used.
11739
11740 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11741
11742 * configure.in (host *-*-cygwin32): Don't build gdb if we are
11743 building NT native compilers on Unix.
11744
11745 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
11746
11747 * configure.in: Don't get CC from the host Makefile fragment if we
11748 can find gcc in PATH, or if this is a Canadian Cross. Move the
11749 Solaris test for /usr/ucb/cc to the post target script, just after
11750 the compiler sanity test.
11751
11752 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
11753
11754 * config.sub: Merge with FSF.
11755
11756 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
11757
11758 * Makefile.in (RPATH_ENVVAR): New variable.
11759 (REALLY_SET_LIB_PATH): Use it.
11760 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
11761
11762 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
11763
11764 * config.sub, configure.in: Recognize sparclet cpu.
11765
11766 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
11767
11768 * config.guess: Support m68k-cbm-sysv4.
11769
11770 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11771
11772 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
11773 m68k-unknown-linuxaout from linker help string. Put quotes around
11774 $ld_help_string.
11775
11776 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
11777
11778 * config.guess (powerpc-harris-powerunix): Add guess for port
11779 to new target.
11780
11781 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11782
11783 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
11784
11785 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
11786
11787 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
11788 $(REALLY_SET_LIB_PATH) in Makefile.
11789 * Makefile.in (SET_LIB_PATH): New variable.
11790 (REALLY_SET_LIB_PATH): New variable.
11791 ($(DO_X)): Use $(SET_LIB_PATH).
11792 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
11793 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
11794 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
11795 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
11796 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
11797 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
11798 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
11799 (install-dosrel): Likewise.
11800 (all-opcodes): Depend upon all-libiberty.
11801
11802 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
11803
11804 * config.guess (*:CYGWIN*): New
11805
11806 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11807
11808 * Makefile.in (all-target-winsup): All all-target-libiberty.
11809
11810 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11811
11812 * configure.in (noconfigdirs): Add missing # in front of comment.
11813
11814 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
11815
11816 * configure.in: add second pass to things added to noconfigdirs
11817 so *-gm-magic can exclude libgloss properly.
11818
11819 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
11820
11821 * mpw-configure (extralibs_name, rez_name): Set correctly
11822 for MWC68K compiler.
11823
11824 * mpw-README: Add more info on the necessary build tools.
11825
11826 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
11827
11828 * configure.in, config.sub: Recognize cygwin32.
11829
11830 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
11831
11832 * config.guess, config.sub: Recognize A/UX.
11833
11834 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
11835
11836 * config.sub: Merge with gcc/config.sub.
11837
11838 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
11839
11840 * mpw-build.in (do-binutils): Add build of stamps.
11841
11842 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
11843
11844 * config.sub: Add recognition for mips64vr4100*-* targets.
11845
11846 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11847
11848 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
11849 Add creation of gconfigargs with `--enable-shared' turned on.
11850 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
11851 ($(host)-stamp-stage3-configured): Likewise.
11852 (HOLES): Add chatr and ldd.
11853 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
11854
11855 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
11856
11857 * configure: Pass --nfp to recursive configures.
11858
11859 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
11860
11861 * Makefile.in (DLLTOOL): New.
11862 (DLLTOOL_FOR_TARGET): New.
11863 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
11864 (EXTRA_TARGET_FLAGS): Ditto.
11865 (EXTRA_GCC_FLAGS): Ditto.
11866 (CONFIGURE_TARGET_MODULES): Ditto.
11867 (DO_X): Ditto.
11868 * configure: Add DLLTOOL.
11869
11870 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
11871
11872 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
11873 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
11874 mh-sco, since old workarounds no longer needed, and don't
11875 build ld, since libraries have weak symbols in COFF.
11876
11877 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
11878
11879 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
11880
11881 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
11882
11883 * configure.in: Make sure that ${CC} can be used to compile an
11884 executable.
11885
11886 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11887
11888 * Makefile.in (all-gdb): Depend on $(GDB_TK).
11889 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
11890 nothing depending on whether gdbtk is being built.
11891
11892 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
11893
11894 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
11895
11896 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
11897
11898 * configure.in (noconfigdirs): Put ld or gas in this early, if the
11899 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
11900
11901 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
11902
11903 * config-ml.in: Add support for
11904 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
11905 Simplify setting of multidirs from --disable-foo.
11906
11907 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11908
11909 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
11910 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
11911 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
11912 non-empty, pass them on to the GCC make.
11913 (all-bootstrap): New rule that is like all-gcc, except it executes
11914 the GCC bootstrap rule instead of the GCC all rule.
11915
11916 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
11917
11918 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
11919
11920 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11921
11922 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
11923 DG/UX support.
11924
11925 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
11926
11927 * config.sub (i*86*) Change [345] to [3456]
11928
11929 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11930
11931 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
11932 --with-gnu-ld=no.
11933
11934 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11935
11936 * config-ml.in (rs6000*, powerpc*): Add switches to control which
11937 AIX multilibs get built.
11938
11939 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11940
11941 * configure.in (i386-win32): Don't build expect if we're not
11942 building the tcl subdir.
11943
11944 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
11945
11946 * Makefile.in: (configure-target-examples, all-target-examples):
11947 New targets, configure and build example programs.
11948
11949 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11950
11951 * mpw-configure: If an mpw-config.in generated a file mk.sed,
11952 use it as input to sedit the generated MPW makefile.
11953 * mpw-README: Add a suggestion about Gestalt.h.
11954
11955 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
11956
11957 * config.sub: Accept *-*-ieee*.
11958
11959 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
11960
11961 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
11962 Ronald F. Guilmette <rfg@monkeys.com>.
11963
11964 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11965
11966 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
11967 for powerpc-pe native.
11968 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
11969 (target==powerpc-pe): duplicate i386-win32 entry.
11970
11971 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11972
11973 * configure.in (noconfigdirs): Exclude target-newlib for all versions
11974 of vxworks, not just vxworks5.1.
11975
11976 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
11977
11978 * mpw-configure: Add support for exec-prefix.
11979
11980 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11981
11982 * config.guess: Recognize HP model 816 machines as having
11983 a PA1.1 processor.
11984
11985 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
11986
11987 * configure: Ignore new autoconf configure options.
11988
11989 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11990
11991 * config.guess: Recognize Pentium under SCO.
11992 From Robert Lipe <robertl@arnet.com>.
11993
11994 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11995
11996 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
11997
11998 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
11999
12000 * configure.in: Don't configure gas for alpha-dec-osf*.
12001
12002 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12003
12004 * configure.in: Default to --with-stabs for some targets for which
12005 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12006 i[345]86*-*-unixware*.
12007
12008 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12009
12010 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12011 rather than basing it on the target. Simplify handling of options
12012 controlling which directories to configure. Remove extraneous
12013 slash in multi-clean target.
12014
12015 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12016
12017 * config-ml.in: Prefix more variables with ml_ so they don't collide
12018 with configure's.
12019
12020 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12021
12022 * configure: Don't turn -v into --v.
12023
12024 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12025
12026 * configure.in (targargs): Fix typo.
12027
12028 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12029
12030 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12031
12032 * configure.in: Strip --host and --target options from
12033 CONFIG_ARGUMENTS, and always configure for --host only. Add
12034 --with-cross-host option when building with a cross-compiler.
12035 * configure: Canonicalize the arguments put into config.status by
12036 always using `=' for an option with an argument. Pass a presumed
12037 --host or --target explicitly.
12038
12039 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12040
12041 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12042 into general OS recognition case.
12043
12044 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12045
12046 * configure.in (target_configdirs): add target-winsup only
12047 for win32 target systems.
12048
12049 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12050
12051 * Makefile.in (all-target-libgloss): Depend upon
12052 configure-target-newlib, since when libgloss is built it looks to
12053 see if the newlib directory exists.
12054
12055 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12056
12057 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12058 cfg-ml-*.in.
12059
12060 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12061
12062 * configure: Handle LD and LD_FOR_TARGET when configuring a
12063 Canadian Cross.
12064
12065 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12066
12067 * configure.in (target_libs): add target-winsup.
12068 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12069 (target==ppcle-pe): remove ld from $noconfigdirs.
12070
12071 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12072
12073 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12074 Preserve relative path names in $srcdir. Build symlink tree if
12075 configuring cross target dir and srcdir=. (= no VPATH support).
12076 (configure-target-libg++): Depend on configure-target-librx.
12077 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12078 * config-ml.in: New file.
12079 * symlink-tree: New file.
12080 * configure: Ensure srcdir="." if that's what it is.
12081
12082 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12083
12084 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12085 includes and FLEX_SKELETON setting.
12086 * mpw-configure (--with-gnu-ld): New option, controls whether
12087 to use PPCLink or ld with PowerMac GCC.
12088 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12089 * mpw-config.in: Configure grez if targeting Mac.
12090
12091 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12092 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12093 just macos.
12094 * configure.in: Configure grez resource compiler if targeting Mac.
12095 * Makefile.in (all-grez, install-grez): New targets.
12096
12097 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12098
12099 * configure: CXX defaults to gcc, not g++. If we find
12100 gcc in the path, set CC to gcc -O2.
12101
12102 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12103
12104 * configure: Default ${build} correctly. Avoid picking up extra
12105 spaces when reading CC and CXX from Makefile. When doing a
12106 Canadian Cross, use plausible default values for numerous
12107 variables.
12108 * configure.in: When doing a Canadian Cross, don't try to
12109 configure tools whose configure script can't handle it.
12110
12111 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12112
12113 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12114
12115 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12116
12117 * configure: Remove dubious bug reporting address.
12118
12119 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12120
12121 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12122 configure script, run that instead of this directory's configure.
12123 In either case, print a message that we're configuring the sub-dir.
12124
12125 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12126
12127 * configure.in: Before checking for the existence of various files,
12128 use sed to filter out "target-".
12129
12130 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12131
12132 * Makefile.in (DO_X): Split rule to decrease command line length
12133 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12134 (Philippe De Muyter).
12135
12136 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12137
12138 * Makefile.in (all-patch): depend on all-libiberty.
12139
12140 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12141
12142 * configure.in: If the only directory in target_configdirs which
12143 actually exists is libiberty, then set target_configdirs to empty,
12144 to avoid trying to build a target libiberty in a gas or gdb
12145 distribution.
12146
12147 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12148
12149 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12150 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12151 systems.
12152
12153 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12154
12155 * configure.in (copy_dirs): Use sys-include instead of include
12156 for --with-headers option.
12157
12158 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12159
12160 * Makefile.in, configure.in: Make winsup builds work with
12161 new scheme.
12162
12163 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12164
12165 * configure.in: Build the linker on AIX.
12166
12167 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12168
12169 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12170 where needed.
12171
12172 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12173
12174 * Makefile.in (all-gcc): Fix typo.
12175
12176 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12177
12178 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12179
12180 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12181
12182 * configure.in: Rename libFOO to target-libFOO, and xiberty
12183 to target-xiberty, to provide more flexibility.
12184 (target_subdir): Define. Create if cross.
12185 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12186 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12187 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12188 check-libFOO -> check-target-libFOO, etc.
12189 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12190 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12191 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12192 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12193 allow ALL_GCC="" to only configure.
12194 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12195 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12196 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12197
12198 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12199
12200 * Makefile.in (taz): Build "info" in etc explicitly.
12201
12202 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12203
12204 * configure.in: Make sure that CC is undefined (as opposed to
12205 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12206 problem with autoconf trying to configure on a host without GCC.
12207
12208 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12209
12210 * mpw-configure: Set host alias from choice of host compiler,
12211 only use generic MPW Makefile sed if present, edit a file
12212 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12213 * mpw-README: Add problem notes about CW6 and CW7.
12214
12215 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12216
12217 * Makefile.in (taz): Use ";" instead of ";;".
12218
12219 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12220
12221 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12222 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12223 DISTDOCDIRS.
12224 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12225 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12226
12227 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
12228
12229 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
12230 and gnats, because they are now subsumed by DISTSTUFFDIRS.
12231 Move bfd to DISTSTUFFDIRS.
12232
12233 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12234
12235 * Makefile.in (X11_LIB): Removed.
12236 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12237
12238 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12239
12240 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12241
12242 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12243 names.
12244
12245 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12246
12247 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12248
12249 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
12250
12251 * configure.in (i[345]86-*-win32): Always build newlib.
12252 Don't configure cvs, autoconf or texinfo.
12253 * Makefile.in (LD_FOR_TARGET): New.
12254 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12255 Pass down LD_FOR_TARGET.
12256
12257 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
12258
12259 * winsup: New directory.
12260 * Makefile.in: Build winsup.
12261 * configure.in: Winsup is configured when target is win32.
12262 Can only build win32 target GDB when native.
12263
12264 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
12265
12266 * config.guess: Recognize HP model 819 machines as having
12267 a PA 1.1 processor.
12268
12269 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
12270
12271 * configure: Fix sed loop which substitutes for CC and CXX to
12272 avoid bug found in various sed implementations.
12273
12274 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12275
12276 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12277 simulator. Use standard powerpc-*-eabi*.
12278
12279 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
12280
12281 * configure.in: Stop putting gas and binutils in noconfigdirs for
12282 powerpc-*-aix* and rs6000-*-*.
12283
12284 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
12285
12286 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12287 -mcall-aixdesc libraries.
12288
12289 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
12290
12291 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12292
12293 * config.sub (arm | armel | armeb): Fix shell syntax.
12294
12295 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12296
12297 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12298 -msoft-float and -mcpu=common support.
12299 (powerpc*-*-eabisim*): Add support for building -mcall-aix
12300 libraries.
12301
12302 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12303
12304 * configure.in: Allow configuration and build of emacs19 for the alpha.
12305
12306 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12307
12308 * configure.in (CC): Get ^CC, not just any old CC, from
12309 ${host_makefile_frag}.
12310
12311 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12312
12313 * configure.in (CC): Try to get CC from
12314 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12315
12316 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12317
12318 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12319 only if it exists in $(srcdir).
12320
12321 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
12322
12323 * configure: If CC and CXX are not set in the environment, set
12324 them, based on either an existing Makefile or on searching for gcc
12325 in PATH. Substitute for CC and CXX in Makefile.
12326 * configure.in: Remove libm from target_libs. Separate
12327 target_configdirs from configdirs. If CC is not set in
12328 environment, try to get it from a host Makefile fragment. Rewrite
12329 changes of configdirs to use skipdirs instead. A few minor
12330 tweaks. Take directories out of target_configdirs as they are
12331 taken out of configdirs. Remove existing Makefile files from
12332 subdirectories. Substitute for TARGET_CONFIGDIRS and
12333 CONFIG_ARGUMENTS in Makefile.
12334 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12335 by configure.in.
12336 (CONFIG_ARGUMENTS): Likewise.
12337 (CONFIGURE_TARGET_MODULES): New variable.
12338 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12339 ($(CONFIGURE_TARGET_MODULES)): New target.
12340 (configure-libg++, configure-libio): New targets.
12341 (all-libg++): Depend upon configure-libg++.
12342 (all-libio): Depend upon configure-libio.
12343 (configure-libgloss, all-libgloss): New targets.
12344 (configure-libstdc++): New target.
12345 (all-libstdc++): Depend upon configure-libstdc++.
12346 (configure-librx, all-librx): New targets.
12347 (configure-newlib): New target.
12348 (all-newlib): Depend upon configure-newlib
12349 (configure-xiberty): New target.
12350 (all-xiberty): Depend upon configure-xiberty.
12351
12352 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12353
12354 * configure.in (host i[345]86-*-win32): Expand the
12355 noconfigdirs again.
12356
12357 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
12358
12359 * mpw-configure: Fix sed command file name.
12360
12361 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
12362
12363 * configure.in (host i[345]86-*-win32): Reduce the
12364 noconfigdirs again.
12365
12366 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
12367
12368 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12369 or powerpc*-*-pe*, since they are not yet supported.
12370
12371 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12372
12373 Add PowerMac support and many other enhancements.
12374 * mpw-configure: New option --cc to select compiler to use,
12375 paste options set according to --cc into the generated
12376 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12377 if mpw-make.sed is present.
12378 * mpw-config.in: Don't test for gC1, test for mpw-touch,
12379 add forward includes for PowerPC include files.
12380 * mpw-build.in: Build using Makefile.PPC if present.
12381 (do-byacc, etc): Remove separate version resource builds.
12382 (do-gas): Build "stamps" before "all".
12383 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12384 * mpw-README: Update to reflect --cc option, PowerMac support,
12385 and recently-reported compatibility problems.
12386
12387 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
12388
12389 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12390 embedded m68k systems (-aout, -coff, -elf, -vxworks).
12391 (--with-multilib-top): Pass to recursive invocations.
12392
12393 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
12394
12395 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12396 v810-*-*.
12397
12398 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12399
12400 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12401 gdb, ld and opcodes on v810-*-*.
12402
12403 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
12404
12405 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12406 (local-maintainer-clean): New target.
12407 (maintainer-clean): New target.
12408 (realclean): Just depend upon maintainer-clean.
12409
12410 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12411
12412 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12413
12414 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
12415
12416 * configure.in: Build ld in mips*-*-bsd* case.
12417
12418 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
12419
12420 * config.sub: Accept -lites* OS. From Ian Dall.
12421
12422 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
12423
12424 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
12425 targets.
12426
12427 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12428
12429 * configure.in: treat i386-win32 canadian cross the same as
12430 i386-go32 canadian cross.
12431
12432 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12433
12434 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12435 running under the simulator to build a reduced set of libraries.
12436 (powerpc-*-eabiaix): Add fine grained multilib support added to
12437 other powerpc targets yesterday.
12438
12439 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12440
12441 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12442 -disable-softfloat, -disable-relocatable, -disable-aix, and
12443 -disable-sysv to control which multilib libraries get built.
12444
12445 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12446
12447 * configure: Add Makefile.tem to list of files to remove in trap
12448 handler.
12449
12450 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
12451
12452 * config.guess (*Linux*): Add missing "exit"s.
12453 Also, need specific check for alpha-unknown-linux (uses COFF).
12454
12455 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
12456
12457 * config.guess: Merge with FSF:
12458
12459 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
12460 * config.guess (AIX4): More robust release numbering discovery.
12461
12462 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
12463 * config.guess (i386-sequent-ptx): Properly get version number.
12464
12465 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
12466 * config.guess (mips:*:4*:UMIPS): New case.
12467
12468 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
12469
12470 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12471 (i386-win32 host): Likewise. Don't build readline.
12472
12473 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
12474
12475 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
12476 SUPPORT_FILES to submakes.
12477
12478 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
12479
12480 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12481 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12482 mpw-configure.
12483
12484 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
12485
12486 * configure.in (appdirs): Use =, not ==, in test expression when
12487 trying to build the text to print in the warning message for
12488 Solaris users.
12489
12490 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
12491
12492 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12493
12494 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12495
12496 * config.guess: Recognize lynx-2.3.
12497
12498 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
12499
12500 * config.sub (z8ksim): Deleted
12501 (z8k-*-coff): New, this is the one true name of the target.
12502
12503 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
12504
12505 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12506
12507 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
12508
12509 * config.guess (*:Linux:*:*): First try asking the linker what the
12510 default object file format is (elf, aout, or coff). Then if this
12511 fails, try previous methods.
12512
12513 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12514
12515 * configure.in: Don't build newlib for *-*-vxworks5.1.
12516
12517 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12518
12519 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12520 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12521
12522 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
12523
12524 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12525
12526 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
12527
12528 * cfg-ml-com.in: New file.
12529 * cfg-ml-pos.in: New file.
12530
12531 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12532
12533 * COPYING.NEWLIB: Add HP free copyright to list.
12534
12535 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12536
12537 * config.sub: Recognize -eabi* for the system, not just -eabi.
12538
12539 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
12540
12541 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12542 * config.sub, configure.in (win32): New target and host.
12543
12544 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
12545
12546 * configure.in: Add i386-pe configuration.
12547
12548 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
12549
12550 * mpw-build.in (install): Install GDB after LD.
12551
12552 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
12553
12554 * mpw-config.in (elf/mips.h): Always forward-include, needed
12555 for GDB to build.
12556
12557 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
12558
12559 * testsuite: New directory for customer acceptance and whole tool
12560 chain tests.
12561
12562 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12563
12564 * configure: If per-host line isn't found, but AC_OUTPUT is found
12565 and a configure script exists, run it instead.
12566
12567 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12568
12569 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
12570
12571 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
12572
12573 * configure: Set build_{cpu,vendor,os,alias} to host values when
12574 --build isn't specified.
12575
12576 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12577
12578 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
12579 (FLAGS_TO_PASS): Pass them.
12580 (EXTRA_TARGET_FLAGS): Ditto.
12581
12582 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12583
12584 * Makefile.in (all-libg++): Depend on all-libstdc++.
12585
12586 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12587
12588 * configure.in (noconfigdirs): Enable all packages for
12589 i386-unknown-netbsd.
12590
12591 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
12592
12593 * configure.in (noconfigdirs): Don't configure tk for i386-go32
12594 hosted builds (DOS builds)
12595
12596 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12597
12598 Changes for ARM based on patches from Richard Earnshaw:
12599 * config.sub: Handle armeb and armel.
12600 * configure.in: Omit arm linker only for riscix.
12601
12602 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
12603
12604 * config.guess: Update from FSF.
12605
12606 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
12607
12608 * config.sub: Recognize powerpcle as the little endian varient of
12609 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
12610 powerpcle variant. Convert pentium into i586, not i486. Add p5
12611 alias for i586. Map new x86 variants p6, k5, nexgen into i586
12612 temporarily.
12613
12614 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
12615
12616 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
12617
12618 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
12619
12620 * config.sub: Accept -lites* as a basic system type.
12621
12622 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
12623
12624 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
12625 installed, and if so return linuxoldld as the system name.
12626
12627 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
12628
12629 * config.guess: Add hppa1.1-hp-lites support.
12630
12631 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
12632
12633 * configure.in: Don't build newlib for m68k-vxworks5.1.
12634
12635 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12636
12637 * configure.in (mips-sgi-irix6): Use mh-irix5.
12638
12639 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
12640
12641 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
12642
12643 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12644
12645 * test-build.mk: Enable building of shared libraries on IRIX 5 and
12646 OSF/1. Fix compiler flags.
12647 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
12648
12649 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
12650
12651 * configure.in: Recognize --with-newlib.
12652 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
12653
12654 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12655
12656 * Makefile.in: move {all,check,install}-gdb from *_MODULES
12657 to *_X11_MODULES due to gdbtk needing X include files et al.
12658
12659 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
12660
12661 Merge in support for Mac MPW as a host.
12662 (Old change descriptions retained for informational value.)
12663
12664 * mpw-config.in: Add generic include forwards for cpu-specific
12665 include files in aout and elf directories.
12666
12667 * mpw-configure: Added copyright.
12668 * mpw-config.in: Check for presence of required build tools.
12669 (target_libs): Add newlib.
12670 (target_tools): Add examples.
12671 (Read Me): Generate as "Read Me for MPW" instead.
12672 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
12673 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
12674 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
12675
12676 * mpw-configure: Remove subdir-specific makefile hackery,
12677 delete mk.tmp after using it.
12678
12679 * mpw-build.in (all): Display start and end times.
12680
12681 * mpw-configure (host_canonical): Set.
12682 (target_cpu): Always add to makefiles.
12683 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
12684 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
12685 (mpw-mh-mpw): Look for in srcdir and srcroot.
12686 Use sed instead of mpw-edit-prefix to edit prefix definitions.
12687
12688 * mpw-build.in: (install-only): New target.
12689
12690 * mpw-configure (host_alias, target_alias): Rename from hostalias
12691 and targetalias, add into generated Makefile.
12692 (mk.tmp): If present, add into generated Makefile.
12693 * mpw-build.in (all-gas): Build config.h first before gas proper.
12694
12695 * mpw-configure (config.status): Write only if changed.
12696 * mpw-config.in (readline): Configure it (not built, just used for
12697 definitions).
12698
12699 * mpw-config.in (elf/mips.h): Add a forward include.
12700
12701 * mpw-config.in: Forward-include most .h files in include into
12702 extra-include.
12703 (readline): Don't build.
12704 mpw-build.in (install): Install GDB.
12705
12706 * mpw-configure (prefix, mpw_prefix): Handle it.
12707 * mpw-config.in (mmalloc, readline): Don't configure.
12708 * mpw-build.in (thisscript): Rename to ThisScript.
12709 Use mpw-build instead of BuildProgram everywhere.
12710 (mmalloc, readline): Don't build.
12711 * mpw-README: New file, basic documentation about the MPW port.
12712
12713 * mpw-config.in: Use forward-include to create include files.
12714
12715 * mpw-configure: Add more things to the top of each configured
12716 Makefile, including contents of config/mpw-mh-mpw.
12717 * mpw-config.in (extra-include): Create this directory and fill it
12718 with Posix-like include files when configuring.
12719
12720 * config.sub (apple, mac, mpw): Add various aliases.
12721
12722 * mpw-build.in: New file, top-level build script fragment for MPW.
12723 * mpw-configure: New file, configure script for MPW.
12724 * mpw-config.in: New file, config fragment for MPW.
12725
12726 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12727
12728 * configure.in (host_libs): Remove glob, since it is gone from the
12729 sources.
12730
12731 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12732
12733 * Makefile.in: define empty GDB_NLM_DEPS var.
12734
12735 * configure.in(target_makefile_frag): use config/mt-netware
12736 for netware targets.
12737
12738 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
12739
12740 * config.sub: Merge in recent FSF changes. Remove linux special
12741 cases.
12742
12743 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12744
12745 Revert this change:
12746
12747 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
12748
12749 * build-all.mk: Use CC=cc -Xs on Solaris.
12750
12751 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12752
12753 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
12754 stop using it.
12755 * Makefile.in: Nuke all references to glob subdirectory.
12756
12757 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12758
12759 * configure.in: Fix --enable-shared logic in per-host.
12760
12761 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
12762
12763 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
12764
12765 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12766
12767 * configure.in (noconfigdirs): Don't build gas on AIX, for
12768 powerpc*-*-aix* as well as for rs6000*-*-aix*.
12769
12770 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
12771
12772 * configure: Fix --cache-file to work if the file argument is a
12773 relative path.
12774
12775 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
12776
12777 * configure: If the --cache-file is used, pass it down to
12778 configure in subdirectories.
12779
12780 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
12781
12782 * config.sub: add vxworks29k configuration.
12783
12784 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12785
12786 * Makefile.in (taz): Do "diststuff" part quietly.
12787
12788 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
12789
12790 * config.sub: Mini-merge with gcc/config.sub.
12791
12792 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12793
12794 * config.guess (IRIX): Sed - to _.
12795
12796 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12797
12798 * Makefile.in (source-vault, binary-vault): New targets.
12799
12800 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
12801
12802 * config.sub: Recognize -eabi as a basic system type.
12803
12804 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12805
12806 * configure.in (enable_shared stuff): Fix typo.
12807
12808 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
12809
12810 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
12811
12812 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12813
12814 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
12815
12816 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12817
12818 * configure.in (rs6000-*-*): Don't build gas.
12819
12820 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
12821
12822 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
12823 reduce command line length.
12824 (AS_FOR_TARGET): Check for as.new, not Makefile.
12825 (NM_FOR_TARGET): Check for nm.new, not Makefile.
12826
12827 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
12828
12829 * config.guess: Merge from FSF.
12830
12831 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12832
12833 * configure: Don't use $ when handling program_suffix.
12834
12835 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
12836
12837 * configure.in: Configure tk for hppa/hpux.
12838
12839 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
12840
12841 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
12842
12843 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12844
12845 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
12846 to LIBCXXFLAGS. Tests are better run without it.
12847
12848 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
12849
12850 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
12851
12852 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
12853
12854 * configure.in (*-*-netware*): Don't configure xiberty.
12855
12856 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
12857
12858 * configure.in: Remove tk from native_only list.
12859
12860 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
12861
12862 * build-all.mk: Add mips-ncd-elf target to sun4 targets
12863 for special NCD build.
12864
12865 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12866
12867 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
12868 makeall.bat, they're only useful for binutils snapshots.
12869 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
12870 makeall.bat to specified SUPPORT_FILES.
12871
12872 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
12873
12874 * build-all.mk: Add Ericsson targets to sun4 and solaris
12875 hosts. Add BNR's sun4 target to solaris host, so their
12876 build-from-source will be tested in-house first.
12877
12878 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12879
12880 * Makefile.in (LIBCFLAGS): New variable.
12881 (CFLAGS_FOR_TARGET): Ditto.
12882 (LIBCFLAGS_FOR_TARGET): Ditto.
12883 (LIBCXXFLAGS): Ditto.
12884 (CXXFLAGS_FOR_TARGET): Ditto.
12885 (LIBCXXFLAGS_FOR_TARGET): Ditto.
12886 (BASE_FLAGS_TO_PASS): Pass them.
12887 (EXTRA_TARGET_FLAGS): Ditto.
12888
12889 * configure.in: Support --enable-shared.
12890
12891 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
12892
12893 * configure.in (target_libs): Include libstdc++ again.
12894 * config.guess: Update from FSF (for FreeBSD).
12895
12896 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12897
12898 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
12899 makeall.bat.
12900 (DISTDOCDIRS): Add `etc'.
12901 (ETC_SUPPORT_PFX): New variable.
12902 (taz): Include anything from etc starting with a word in
12903 ETC_SUPPORT_PFX.
12904
12905 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12906
12907 * config.sub: Update for recent FSF changes. Remove obsolete
12908 h8300hds entry. Add -windows* and -osx as basic os. Minor
12909 spacing changes.
12910
12911 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12912
12913 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
12914
12915 * config.guess: Merge with FSF.
12916 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
12917
12918 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12919
12920 * configure: Since the "trap 0" handler will override the exit
12921 status on many systems, only use it for "exit 1", and make it set
12922 a non-zero exit status; reset it before "exit 0". Also, check
12923 exit status of config.sub, and error out if it failed.
12924
12925 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
12926
12927 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
12928 and install libgloss.
12929
12930 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12931
12932 * Makefile.in (all-binutils): Depend upon all-byacc.
12933
12934 * configure.in: Don't build emacs on Irix 5.
12935
12936 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12937
12938 * configure.in (*-*-netware*): Add libio.
12939
12940 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12941
12942 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
12943 (CHECK_TARGET_MODULES): Ditto.
12944 (INSTALL_TARGET_MODULES): Ditto.
12945 (TARGET_LIBS): Ditto.
12946 (all-libstdc++): Note dependencies.
12947
12948 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12949
12950 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
12951
12952 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12953
12954 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
12955 -fexternal-templates.
12956
12957 * configure.in (target_libs): Add libstdc++.
12958 (noconfigdirs): Add libstdc++ as appropriate.
12959
12960 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12961
12962 * config.guess: Update from FSF.
12963
12964 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12965
12966 * configure: Use ${config_shell} when running ${configsub}.
12967
12968 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
12969
12970 * config.sub: No longer recognize h8300h.
12971
12972 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12973
12974 * config.sub: Remove extraneous differences between config.sub and
12975 gcc/config.sub.
12976
12977 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12978
12979 * Makefile.in (DISTSTUFFDIRS): Add gas.
12980
12981 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
12982
12983 * COPYING.NEWLIB: New file.
12984
12985 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
12986
12987 * config.guess (HP-UX): Patch from Harlan Stenn
12988 <harlan@landmark.com> to also emit release level.
12989
12990 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12991
12992 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
12993
12994 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
12995
12996 * config.sub: Merge nextstep cleanup from FSF.
12997
12998 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12999
13000 * configure.in (arm-*-*): Don't configure ld for this target.
13001
13002 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13003
13004 * configure.in (*-*-netware): don't configure libg++, libio,
13005 librx, or newlib.
13006
13007 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13008
13009 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13010 configure ld--it works, but it doesn't support shared libraries.
13011
13012 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13013
13014 * config.guess (*-unknown-freebsd*): Get rid of possible
13015 trailing "(Release)" in version string.
13016 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13017
13018 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13019
13020 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13021 Fix type: *-next-neststep -> *-next-nextstep.
13022
13023 * config.guess: Merge from FSF:
13024
13025 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13026
13027 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13028
13029 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13030
13031 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13032 instead of UNIX_SV for UnixWare 1.0).
13033
13034 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13035
13036 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13037 to make gdb/nlm/* build after the compiler and linker.
13038
13039 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13040
13041 * config.guess (netbsd, freebsd, linux): Accept any machine,
13042 not just i[34]86.
13043 (m68k-atari-sysv4): Relocate to match FSF version.
13044
13045 * config.guess: More merges from the FSF:
13046
13047 Add a space before function call or macro invocation.
13048
13049 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13050
13051 * config.guess: Add trap cmd to remove dummy.c and dummy when
13052 interrupted.
13053
13054 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13055
13056 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13057 (dummy): Redirect stderr from compilation of dummy.c.
13058
13059 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13060
13061 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13062
13063 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13064
13065 * configure: Accept and ignore --cache*, for compatibility with
13066 new autoconf.
13067
13068 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13069
13070 * config.guess: Merge from FSF:
13071
13072 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13073
13074 * config.guess (Pyramid*:OSx*:*:*): New case.
13075 (PATH): Add /.attbin at end for finding uname.
13076 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
13077
13078 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13079
13080 * config.guess (M88*:DolphinOS:*:*): New case.
13081
13082 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13083
13084 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13085 to select whether to use ELF or COFF.
13086
13087 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13088
13089 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13090
13091 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13092
13093 * config.guess: Guess the OS version for HPUX.
13094
13095 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13096
13097 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13098
13099 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13100
13101 * configure.in: Recognize --with-headers, --with-libs, and
13102 --without-newlib.
13103 * Makefile.in (all-xiberty): Depend upon all-ld.
13104
13105 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13106
13107 * configure.in: Change i[34]86 to i[345]86.
13108
13109 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13110
13111 * configure (version): A few more tweaks to help message.
13112
13113 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13114
13115 * Makefile.in: Remove (for now) librx as a host library,
13116 now that we're building it for target.
13117
13118 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13119
13120 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13121 (Karl Berry).
13122
13123 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13124
13125 * configure.in: Also configure librx.
13126
13127 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13128
13129 * Makefile.in: Update various rules to reflect that librx
13130 is now needed for libg++.
13131
13132 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13133
13134 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13135
13136 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13137
13138 * configure.in: Configure the examples directory.
13139
13140 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13141
13142 * configure: Simplify Jun 2 1994 change.
13143
13144 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13145
13146 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13147 /bin/gcc isn't good enough to build gcc.
13148
13149 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13150
13151 * Makefile.in (GDB_SUPPORT_FILES): Remove
13152 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13153 (gdb.tar.gz): Add new rule to use standard distribution building
13154 mechanism.
13155
13156 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13157
13158 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13159 Bill Cox <bill@cygnus.com>.
13160
13161 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13162
13163 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13164
13165 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13166
13167 * configure: Search current dir first in .gdbinit.
13168
13169 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13170
13171 * config.sub: Recognize freebsd (merged from gcc config.sub).
13172
13173 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13174
13175 * config.sub: Refer to NeXT's operating system as nextstep.
13176
13177 * config.sub (case $basic_machine): Re-order the cases, to match
13178 the order in the FSF version (which is mostly alphabethical).
13179 Merge in some additions and changes from the FSF.
13180
13181 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13182
13183 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13184 * config.sub: Recognize cxux7.
13185 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13186
13187 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13188
13189 * config.sub: Fix typo powerpc -> powerpc-*.
13190
13191 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13192
13193 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13194
13195 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13196 parallel with all-emacs and install-emacs). Top-level command
13197 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13198
13199 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13200
13201 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13202 $(relbindir)/make before doing ``make install'', and use
13203 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13204 installing over running make binary.
13205 ($(host)-stamp-stage3-installed): Likewise.
13206
13207 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13208
13209 * config.guess: Recognize Mach.
13210
13211 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13212
13213 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13214 see whether --exec-prefix was used.
13215
13216 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13217
13218 * README: Explicitly mention libg++/README. (Zoo's idea.)
13219
13220 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13221
13222 * Makefile.in: Add all-librx target similar to all-libproc.
13223
13224 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13225
13226 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13227 with post 1.2 uname bogosity.
13228
13229 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13230
13231 * configure: Remove temporary files on receipt of a signal.
13232
13233 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
13234
13235 * configure: If there is a package_makefile_frag, remove
13236 ${subdir}/Makefile.tem after copying it in.
13237
13238 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13239
13240 * build_all.mk: support rs6000 lynx identifies itself as
13241 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
13242 since /bin/gcc is too feeble to compile a modern gcc.
13243
13244 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13245
13246 * brought devo/test-build.mk update-to-date with progressive/
13247 test-build.mk. Add lynx targets and hppa flag info.
13248
13249 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13250
13251 * configure.in: Use mh-ncrsvr43. Patch from
13252 Tom McConnell <tmcconne@sedona.intel.com>.
13253
13254 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
13255
13256 * config.guess (i386-unknown-bsdi): No longer need to
13257 check #if defined(__bsdi__) && defined(__i386__).
13258
13259 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13260
13261 * configure: Set program_transform_nameoption correctly.
13262
13263 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13264
13265 * brought build-all.mk update-to-date with progressive build-all.mk,
13266 added new targets and hppa info.
13267
13268 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13269
13270 * configure: If config.guess result is a prefix of the user
13271 specified target, assume a native build and use the user specified
13272 target as the host alias. Remove SunOS patch suffix removal hack.
13273 * configure.in: Remove SunOS patch suffix removal hack.
13274
13275 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13276 in NATIVE_CHECK_MODULES.
13277
13278 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
13279
13280 * Makefile.in: Rename HOST_ONLY to NATIVE.
13281 * configure: Delete SunOs patch suffix from host_canonical
13282 and build_canonical variables that are prepended to Makefiles.
13283 * configure.in: Add comments for easier maintenance.
13284
13285 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13286
13287 * Makefile.in: Add all-libproc target similar to all-gui.
13288
13289 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
13290
13291 * Makefile.in (CHECK_MODULES): split into
13292 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13293
13294 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
13295
13296 * config.guess (i386-unknown-bsdi): New system to guess.
13297
13298 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13299
13300 * Makefile.in: Add all-gui target (but not yet build by "all").
13301
13302 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
13303
13304 * config.sub: Move deletion of patch suffix from here...
13305 * configure.in: To here, at Ian's suggestion. The top-
13306 level scripts might need to know of a patch level.
13307
13308 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
13309
13310 * config.sub: Strip off patch suffix so rtl is recognized
13311 as a sunos4.1.3 machine, even though it's been patched.
13312
13313 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
13314
13315 * Makefile.in (INSTALL_LAST): Delete.
13316 (INSTALL_DOSREL): New.
13317
13318 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13319
13320 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13321 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13322 whether we pass down --with-gnu-ld anyhow.
13323
13324 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
13325
13326 * Makefile.in (INSTALL_LAST): Change operation so it works
13327 on more flavors of make.
13328 * configure.in (go32): Don't build libg++ or libio.
13329
13330 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
13331
13332 * Makefile.in (Move HOST_PREFIX_1 and friends up so
13333 they can be overriden by templates.
13334
13335 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
13336
13337 * configure.in (target==go32): Don't build gdb.
13338 * dosrel: New directory.
13339
13340 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
13341
13342 * configure.in (host==go32): Configure dosrel too.
13343 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13344 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13345 be set by incoming names or templates.
13346 (INSTALL_LAST): New rule.
13347
13348 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
13349
13350 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13351
13352 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13353
13354 * configure.in (appdirs): New variable. Currently empty, but will
13355 be used in gas distribution. If nonempty, lists a set of
13356 directories at least one of which must get configured, or top
13357 level configuration is considered to have failed.
13358 (rs6000-*-lynxos*): Use new file name.
13359
13360 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13361
13362 Eliminate XTRAFLAGS.
13363 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13364 newlib include files using -idirafter, and also use -nostdinc.
13365 (CXX_FOR_TARGET): Likewise.
13366 (XTRAFLAGS): Removed.
13367 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13368 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13369 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13370 ($(DO_X)): Don't pass down XTRAFLAGS.
13371
13372 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13373
13374 * configure.in (mips*-dec-bsd*): New target; do build linker.
13375 (mips*-*-bsd*): New target; don't build linker.
13376
13377 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13378
13379 * configure.in: support rs6000-*-lynxos* configuration.
13380 support sunos4 as a cross target.
13381
13382 * config.sub: look for lynx*, not lynx since the OS version may
13383 legitimately be part of the name.
13384
13385 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13386
13387 * configure.in (i[34]86-*-sco*): Move to be with other i386
13388 targets.
13389 (romp-*-*): New target. Skip various binary utilities.
13390 (vax-*-*): New target. Don't build newlib.
13391 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
13392
13393 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13394
13395 * configure.in: Only set host_makefile_frag if config
13396 directory exists.
13397
13398 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13399
13400 * install.sh: If $dstdir exists, don't check whether each
13401 component does.
13402
13403 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13404
13405 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13406
13407 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
13408
13409 * configure.in (*-*-lynxos*): Don't configure newlib for either
13410 native or cross Lynx.
13411
13412 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
13413
13414 * config.sub (sparc64-elf): Fix os.
13415 (z8k): Remove duplicate.
13416
13417 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13418
13419 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13420 gcc/stmp-fixproto, to try to prevent fixproto from being run.
13421
13422 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
13423
13424 * configure: Make file links cleanly even if Lynx fails on
13425 an NFS symlink (at least fail cleanly).
13426
13427 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13428
13429 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13430 -XNh2000.
13431
13432 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13433
13434 * configure: Unknown options are fatal again.
13435
13436 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
13437
13438 * configure: Ignore --x-includes and --x-libraries, for Autoconf
13439 compatibility.
13440
13441 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
13442
13443 * build-all.mk: Add `clean' target.
13444
13445 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13446
13447 * config.guess: Add SINIX support.
13448 * configure.in: Add mips-*-sysv4* support.
13449
13450 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
13451
13452 * build-all.mk: Document all useful targets.
13453 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13454 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13455
13456 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13457
13458 * configure: Support --silent, --quiet.
13459
13460 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13461
13462 * configure: Support --disable-FEATURE.
13463
13464 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13465
13466 * config.guess: Recognize NCR running SVR4.3.
13467
13468 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
13469
13470 * config.guess: Make BSDI generate i386-unknown-bsd386.
13471 Patch from Paul Eggert <eggert@twinsun.com>.
13472
13473 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13474
13475 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13476
13477 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13478
13479 * configure: Make unrecognized options give nonfatal warnings
13480 instead of fatal errors, and pass them to any subdirectory
13481 configures in case they recognize them.
13482 Make --x equivalent to --with-x.
13483
13484 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13485
13486 * configure: Add --enable-* options. Clean up usage message and
13487 some comments.
13488
13489 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
13490
13491 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13492
13493 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13494
13495 * configure.in (hppa*-*-*): Enable binutils.
13496
13497 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13498
13499 * config.sub: Recognize cisco.
13500
13501 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
13502
13503 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13504
13505 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13506
13507 * config.guess: about target *-hitachi-hiuxwe2, don't print more
13508 than one configuration name. Add comment.
13509
13510 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
13511
13512 * config.guess: about target *-hitachi-hiuxwe2, fixed
13513 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
13514 macro is incorrect.]
13515
13516 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13517
13518 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13519 than the "make ls" stuff which used to be here.
13520
13521 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13522
13523 * config.guess: Recognize i[34]86-unknown-freebsd.
13524 From Shawn M Carey <smcarey@rodan.syr.edu>.
13525
13526 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
13527
13528 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13529
13530 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
13531
13532 * config.guess: Check for ptx.
13533
13534 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
13535
13536 * config.sub: Add os9k checking.
13537
13538 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13539
13540 * config.guess: Handle OSF1 running on HPPA processors
13541
13542 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13543
13544 * configure: If subdir configure fails, print out a message with
13545 subdirectory name, in case subdir's configure code didn't identify
13546 itself.
13547
13548 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
13549
13550 * configure.in: Remove embedded newlines from configdirs.
13551 Avoid mismatches of substrings. Fix matching strings at end
13552 of configdirs.
13553
13554 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
13555
13556 * config.guess: Add Lynx/rs6000 config support.
13557
13558 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13559
13560 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13561
13562 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
13563
13564 * configure.in (hppa*-*-osf*): Treat this just like most other
13565 PA configurations (eg no binutils or ld).
13566 (hppa*-*-*elf*): These configurations have binutils and ld.
13567
13568 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13569
13570 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
13571
13572 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13573
13574 * configure.in (rs6000-*-*): Build gas.
13575
13576 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13577
13578 * Makefile.in: Avoid bug in losing hpux sed.
13579
13580 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13581
13582 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
13583 for GDB and GDB has been fixed to not need it.
13584
13585 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13586
13587 * config.guess: Recognize vax hosts.
13588
13589 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13590
13591 * configure (while loop): Don't use "break 2" inside case
13592 statement -- the case statement isn't an enclosing loop.
13593
13594 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
13595
13596 * config.guess: Clean up NeXT support, to allow nextstep
13597 on Intel machines. Make OS be nextstep.
13598
13599 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
13600
13601 * config.guess: Add alternate forms for Convex.
13602
13603 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
13604
13605 * configure: Completely rewrite option processing. Take
13606 advantage of pattern-matching to avoid invoking test frequently.
13607 Also clean up host and target defaulting logic.
13608
13609 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13610
13611 * Makefile.in: Replace all occurrances of "rootme" with "r" and
13612 "$${rootme}" with "$$r", to increase the likelihood that the do-*
13613 commands (plus user environment) will fit SCO limits.
13614
13615 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13616
13617 * configure.in: Don't issue warnings about directories which are
13618 not being configured if -norecursion is set. Correct test for
13619 --with-gnu-as and --with-gnu-ld to not get confused by substring
13620 matches.
13621
13622 * configure.in: Don't build gas for alpha-dec-osf1*.
13623
13624 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
13625
13626 * configure: Back out Per's change of 12/19/1993. It changes the
13627 behavior of configure in unexpected and confusing ways.
13628
13629 Also, use different delim char when calculating
13630 program_transform_name so that the name can contain slashes.
13631
13632 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
13633
13634 * configure.in, config.sub: Add support for VSTa micro-kernel.
13635
13636 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
13637
13638 * configure.in: Nuke hacks which were used to get a special
13639 version of GAS for HPPA configurations.
13640
13641 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
13642
13643 * configure: If only ${target_alias} is given, use that
13644 as the default for ${host_alias}.
13645 * configure: Add missing back-slashes before nested quotes.
13646
13647 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13648
13649 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
13650
13651 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
13652
13653 * config.guess: Recognize some Tektronix configurations.
13654 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
13655
13656 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13657
13658 * config.sub: Match any flavor of SH.
13659
13660 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
13661
13662 * configure.in: Don't try to configure newlib for Alpha.
13663
13664 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13665
13666 * configure.in: Don't build ld for Irix 5. Don't build gas,
13667 libg++ or libio for any Alpha target.
13668
13669 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
13670
13671 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
13672
13673 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
13674 default arguments -- so it tried to compress itself.
13675
13676 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13677
13678 * configure.in (notsupp): ensure that a space is always at the end
13679 of the configdirs list, since the grep checks for an explicit space
13680
13681 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13682
13683 * configure.in (target i386-sysv4.2): don't build ld, since static
13684 versions of many libraries are not available.
13685
13686 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13687
13688 * config.guess: Recognize Apollos (using environment variables).
13689 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
13690
13691 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13692
13693 * config.guess: Recognize Sony news mips running newsos.
13694
13695 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
13696
13697 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
13698 "fi ; else" for bash.
13699
13700 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
13701
13702 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
13703
13704 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
13705
13706 * config.sub: accept unixware as an alias for svr4.2.
13707 Fix some inconsistancies with the gcc version.
13708
13709 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13710
13711 * Makefile.in (DISTDOCDIRS): Add gdb.
13712
13713 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
13714
13715 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
13716
13717 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13718
13719 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
13720 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
13721 this now.
13722
13723 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13724
13725 * config.sub: Accept hiux* as an OS name.
13726
13727 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
13728 etc/make-stds.texi. The underscore came from gcc, and dje now
13729 agrees that RUNTESTFLAGS is the correct name.
13730
13731 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
13732
13733 * install.sh: Remove 'set -e'. It makes any conditionals
13734 in the script useless.
13735
13736 * config.guess: Automatically recognize arm-acorn-riscix
13737 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
13738
13739 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
13740
13741 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
13742
13743 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13744
13745 * Makefile.in (DISTDOCDIRS): New variable.
13746 (taz): Edit local Makefile.in sooner, instead of proto-toplev
13747 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
13748
13749 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13750
13751 * configure.in (hppa target): check the source directory for the
13752 pagas sub-directory
13753
13754 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
13755
13756 * config.sub: Allow -aout* and -elf*.
13757
13758 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13759
13760 * configure.in: Don't build ld on i386-solaris2, same as for
13761 sparc-solaris2.
13762
13763 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
13764
13765 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
13766
13767 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13768
13769 * configure.in: Configure gdb for alpha.
13770
13771 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13772
13773 * Makefile.in (CXXFLAGS): Add -O.
13774
13775 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13776
13777 * config.guess: added support for DG Aviion
13778
13779 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13780
13781 * configure.in: Produce warning message for subdirectories not
13782 configurable for this host/target combination. Don't try to
13783 configure gdb for vms.
13784
13785 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13786
13787 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
13788 appropriate files before making "diststuff".
13789 (DISTBISONFILES): New var: list of files to be edited.
13790 (DISTSTUFFDIRS): Add binutils.
13791
13792 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13793
13794 * config.sub: also handle mipsel and mips64el (for little endian mips)
13795
13796 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13797
13798 * configure.in: Add * to end of all OS names.
13799
13800 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
13801
13802 * configure.in: Build newlib for LynxOS native.
13803
13804 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13805
13806 * config.guess: Add support for delta 88k running SVR3.
13807
13808 * configure.in: Add comment about HP compiler vs. emacs.
13809
13810 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13811
13812 * configure.in: don't build ld on solaris2 (not a viable option
13813 due to bugs in getpwnam & getpwuid)
13814
13815 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13816
13817 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
13818 config.guess will produce a full version number.
13819
13820 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13821
13822 * configure.in: Build linker and binutils for alpha-dec-osf1.
13823
13824 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13825
13826 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
13827 and gdb/testsuite/Makefile.in.
13828
13829 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13830
13831 * configure.in: recognize mips*- instead of mips-
13832
13833 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
13834
13835 * config.sub: Accept linux*coff and linux*elf as operating
13836 systems.
13837
13838 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13839
13840 * config.sub: Recognize mips64, and mips3 as an alias for it.
13841
13842 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13843
13844 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
13845 gdb knows how to handle OSF/1 shared libraries.
13846
13847 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13848
13849 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
13850 * config.guess: Recognize Hitachi's HIUX.
13851 * config.sub: Recognize h3050r* and hppahitachi.
13852 Remove redundant cases for hp9k[23]*.
13853
13854 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13855
13856 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
13857 if gas and ld are in the source tree and are in ${configdirs}.
13858 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
13859 --with options (but still pass them down on the command line,
13860 if they were explicitly specified).
13861
13862 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13863
13864 * configure: substitute SHELL value in Makefile.in with
13865 ${CONFIG_SHELL}
13866
13867 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13868
13869 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
13870 *-*-solaris2* targets.
13871
13872 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13873
13874 * Makefile.in: define M4, and pass it down to sub-makes;
13875 all-autoconf now depends on all-m4
13876
13877 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13878
13879 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
13880 presence of {ar,ranlib} instead of a configured directory
13881
13882 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
13883
13884 * config.guess: Accept 34?? as well as 33?? for NCR.
13885
13886 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13887
13888 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
13889 of 'gas' in sed commands, since 'gash' is now in the tree as well.
13890
13891 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13892
13893 * configure: grab values for $(CC) and $(CXX) from the
13894 environment, so that someone can do "CC=gcc configure; make" and
13895 have it work right (matching the way that autoconf works now)
13896
13897 * configure.in, Makefile.in: add support for gash, the tcl
13898 interface to Galaxy
13899
13900 * config.guess: add NetBSD variants (hp300, x86)
13901
13902 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
13903
13904 * install.sh: Support -d option (in the manner of SunOS 4 install,
13905 as it is more deterministic than that of GNU install)
13906 (chmodcmd): Set file to mode 755 by default (should also do default
13907 chgrp and chown, but I don't feel like dealing with that now)
13908
13909 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
13910
13911 * config.sub: Remove h8300hhms alias.
13912
13913 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13914
13915 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
13916
13917 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13918
13919 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
13920 as stmp-fixinc
13921
13922 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13923
13924 * config.sub: recognize m88110-bug-coff.
13925
13926 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13927
13928 * Makefile.in (all-libio): all dependencies on the toolchain used
13929 to build this (gcc, gas, ld, etc)
13930
13931 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13932
13933 * config.guess: Deal with OSF/1 1.3 on alpha.
13934
13935 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13936
13937 * install.sh: add some 'else true' clauses for portability
13938
13939 * configure.in: don't build libio for h8[35]00-*-* targets
13940
13941 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
13942
13943 * Makefile.in: Add support for new libio.
13944
13945 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13946
13947 * install.sh: If one command fails, don't try the rest. Don't try
13948 to remove $dsttmp (via trap) unless we have already created it.
13949 If $src doesn't exist, detect it and exit with an error.
13950
13951 * config.guess: Recognize BSD on hp300.
13952
13953 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
13954
13955 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
13956 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
13957
13958 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
13959
13960 * Makefile.in (all-send-pr): depends on all-prms
13961
13962 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13963
13964 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
13965
13966 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13967
13968 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
13969 Added test for mips-mips-riscos5.
13970
13971 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13972
13973 * configure.in: use mh-hp300 for 68k HP hosts
13974
13975 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13976
13977 * configure: add support for CONFIG_SHELL, so that you can use
13978 some alternate shell for evaluating configure scripts
13979
13980 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
13981
13982 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
13983 in configure script to bug-gdb@prep.ai.mit.edu when building
13984 distribution archive.
13985 * Makefile.in (COMPRESS): Remove def.
13986 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
13987 gdb.tar.Z and make-gdb.tar.Z respectively.
13988 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
13989 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
13990 to convergence with 'taz' target in Makefile.in.
13991
13992 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13993
13994 * install.sh (dsttmp): use trap to ensure that tmp files go
13995 away on error conditions
13996
13997 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13998
13999 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14000
14001 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14002
14003 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14004 its parent is '/' not ''.
14005
14006 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14007
14008 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14009
14010 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14011 that ${newsrcdir}/configure.in does.
14012
14013 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14014
14015 * test-build.mk: support for CONFIG_SHELL
14016
14017 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14018
14019 * config.sub (netware): Add as a basic system type.
14020
14021 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14022
14023 * Makefile.in (Makefile): depend on configure.in. Also drop the
14024 $(srcdir)/ from the dependency on Makefile.in.
14025
14026 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14027
14028 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14029 (h8300hhms is temporary until multi-libraries are implemented).
14030 * configure.in: Handle h8300h too.
14031
14032 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14033
14034 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14035
14036 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14037
14038 * configure: Remove extraneous output when guessing host type.
14039 * config.guess: Remove extraneous output when guessing using C
14040 compiler rather than uname, or when guessing fails.
14041
14042 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14043
14044 * Makefile.in: remove all.cross and install.cross targets
14045
14046 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14047 definitions
14048
14049 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14050
14051 * configure.in (target sh): Build gprof.
14052
14053 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14054
14055 * config.sub: change -solaris to -solaris2
14056
14057 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14058
14059 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14060
14061 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14062
14063 * configure: Correct error message for missing Makefile.in to
14064 print correct directory.
14065
14066 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14067
14068 * install.sh: kludge around 386BSD shell bug
14069
14070 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14071
14072 * config.guess: Recognize NeXT.
14073 * config.guess: Recognize i486-ncr-sysv4.
14074 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14075
14076 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14077
14078 * Makefile.in (MAKEINFOFLAGS): New variable.
14079 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14080 * build-all.mk, test-build.mk: Pass down --no-split as
14081 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14082
14083 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14084
14085 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14086
14087 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14088
14089 * Makefile.in (libg++.tar.z): New rule.
14090 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14091 * Makefile.in (taz): Only do a single chmod.
14092
14093 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14094
14095 * install.sh: don't use dirname anymore (replaced with sed usage)
14096
14097 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14098
14099 * Makefile.in: Change extension for gzip'd files from '.z' to
14100 '.gz' per new FSF standard usage.
14101
14102 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14103
14104 * configure: put quotes around the final value of program_transform_name
14105
14106 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14107
14108 * Makefile.in: new install.sh support; update install-info rules
14109
14110 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14111
14112 * configure.in: Build diff for crosses, but not for go32 host.
14113
14114 * configure.in: Build gprof only for native, and don't build it
14115 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14116
14117 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14118
14119 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14120
14121 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14122
14123 * configure.in (host_tools): Add prms.
14124
14125 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14126
14127 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14128 with $(FLAGS_TO_PASS) on the command line
14129
14130 * config.sub: Recognize lynx and lynxos
14131
14132 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14133
14134 * config.sub: Accept -ecoff*, not just -ecoff.
14135
14136 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14137
14138 * Makefile.in (taz): Use .gz suffix instead of .z.
14139 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14140 names.
14141
14142 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14143
14144 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14145
14146 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14147
14148 * Makefile.in (install-no-fixedincludes): install gcc last, so
14149 that rebuilds that might happen during 'make install' don't get
14150 bogus gcc include files
14151
14152 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14153
14154 Change from Utah for HPPA support:
14155 * config.guess: Recognize hppa1.x-hp-bsd.
14156
14157 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14158
14159 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14160 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14161
14162 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14163
14164 * config.sub: Add support for rom68k and bug boot monitors.
14165
14166 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14167
14168 * Makefile.in: Make all-opcodes depend on all-bfd.
14169
14170 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14171
14172 * config.guess: Added special check for i[34]86-univel-sysv4*.
14173
14174 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14175
14176 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14177 the processor rather than assuming i486.
14178
14179 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14180
14181 * config.guess: Recognize SunOS6 as Solaris3.
14182
14183 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14184
14185 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14186 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14187
14188 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14189
14190 * build-all.mk (all-cross): New target for Canadian Cross.
14191 Added Q2 go32 targets.
14192 * test-build.mk: Configure go32 cross sparclite-aout and
14193 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14194 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14195
14196 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14197
14198 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14199 GO32 hosted toolchains
14200
14201 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14202
14203 * configure: change so "-exec-prefix" gets passed down rather
14204 than "-exec_prefix" so autoconf generated Makefiles get the
14205 exec_prefix set right.
14206
14207 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14208
14209 * config.guess: get the Solaris2 minor version number
14210
14211 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14212
14213 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14214
14215 * config.guess: Recognize some Sequent platforms.
14216
14217 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14218
14219 * Makefile.in: added the vault-install target
14220
14221 * configure.in: actually use the Sun3 makefile fragment that's in
14222 config, also added the release dir to configdirs
14223
14224 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14225
14226 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14227
14228 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14229
14230 * configure.in: remove some program from Alpha targetted toolchains
14231
14232 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
14233
14234 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
14235 gprof.
14236 (taz): Run "make diststuff" in those directories instead of "make
14237 proto-dir". Look for "VERSION=" only at start of line in subdir
14238 Makefile. Use "gzip -9" for compression.
14239 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14240 (binutils.tar.z): New target.
14241
14242 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14243
14244 * Makefile.in (taz): Include gpl.texinfo.
14245
14246 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14247
14248 * Makefile.in (setup-dirs): Merged into "taz" target.
14249 (taz): Only do `proto-dir' stuff if a directory is actually needed
14250 for this target.
14251
14252 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
14253
14254 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14255 (FLAGS_TO_PASS): Pass down MUNCH_NM.
14256 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14257 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14258 (gcc-no-fixedincludes): Correct for current gcc Makefile.
14259
14260 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
14261
14262 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
14263 config.sub, and move-if-change to gdb testsuite distribution
14264 archive, so the testsuite can be extracted, configured, and
14265 run separately from the gdb distribution. Blow away the Chill
14266 tests that require a Chill compiled executable, since GNU Chill
14267 is not yet publically available.
14268
14269 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14270
14271 * test-build.mk: set environment variables in a single command,
14272 instead of a list of assignments and exports
14273
14274 * config.guess: recognize Alpha/OSF1 systems
14275
14276 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14277
14278 * configure: Change help message to prefer --options rather than
14279 -options.
14280
14281 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14282
14283 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14284 zippy@ecst.csuchico.edu.
14285 * config.guess: Recognize miniframe.
14286
14287 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
14288
14289 * Makefile.in: Use srcroot to find runtest rather than rootme.
14290 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
14291
14292 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
14293
14294 * test-build.mk: Extensive additions to support building on a
14295 machine other than the host.
14296
14297 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14298
14299 * configure (tooldir): Fix for i386-aix again.
14300
14301 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
14302
14303 * configure, Makefile.in: Change definition of $(tooldir)
14304 to match the FSF.
14305
14306 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
14307
14308 * config.guess: Recognize i[34]86/SVR4.
14309
14310 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14311
14312 * Makefile.in (all-gdb): gdb depends on sim.
14313
14314 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
14315
14316 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
14317 at the same time we make the prototype gdb directory.
14318 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
14319 files at the same time as the gdb base release distribution.
14320
14321 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
14322
14323 * Makefile.in (check): Use individual check targets rather than
14324 DO_X rule.
14325 (check-gcc): Added.
14326
14327 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
14328
14329 * config.sub: Use sysv3.2 not sysv32 for canonical OS
14330 for System V release 3.2.
14331
14332 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14333
14334 * config.sub: Recognize hppaosf.
14335 * configure.in: Do configure ld/binutils/gas for it.
14336
14337 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14338
14339 * configure (tooldir): Alter syntax used to set this, for systems
14340 where "\$" isn't handled right, like i386-aix.
14341
14342 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
14343
14344 * configure: Pass program-transform-name, not
14345 program_transform_name, to recursive configures.
14346
14347 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
14348
14349 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14350 of gas+ld+binutils.
14351
14352 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
14353
14354 * config.guess: Recognize AIX3.2 as distinct from 3.1.
14355
14356 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14357
14358 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14359
14360 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14361
14362 * Makefile.in (PRMS): Set back to all-prms.
14363
14364 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
14365
14366 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14367 targets, rather than for MIPS hosts.
14368
14369 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14370
14371 * configure.in: add comment for --with-x default values
14372
14373 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14374
14375 * Makefile.in: add check-* targets for each of the directories in
14376 the tree. Add a definition of RUNTEST that will use the one we
14377 just built, if it exists. Pass this down via FLAGS_TO_PASS.
14378
14379 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
14380
14381 * configure.in: Removed obsolete references to bfd_target and
14382 target_makefile_frag.
14383
14384 * build-all.mk: Set assorted targets for Q2.
14385 * config.sub: Recognize z8k-sim and h8300-hms.
14386 * test-build.mk: Really don't pass host to configure.
14387 (HOLES): Added uname.
14388
14389 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
14390
14391 * configure: Handle an empty program-prefix, program-suffix or
14392 program-transform-name correctly.
14393
14394 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
14395
14396 * build-all.mk: -G 8 no longer required for MIPS targets.
14397 * test-build.mk: Don't pass host argument to configure; make it
14398 guess.
14399
14400 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
14401
14402 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
14403 * Makefile.in (COMPRESS): New macro, like GZIP.
14404
14405 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
14406
14407 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14408
14409 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14410 with gas currently defaults to -G 0.
14411
14412 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
14413
14414 * Makefile.in (all-flex): flex depends on byacc.
14415
14416 * build-all.mk: If host not specified, use config.guess. Pass TAG
14417 to test-build.mk as RELEASE_TAG.
14418 * test-build.mk (configargs): New variable containing arguments to
14419 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
14420 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14421
14422 * config.guess: Use /bin/uname when checking -X argument on SCO,
14423 to avoid invoking GNU uname which doesn't understand -X.
14424
14425 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14426
14427 * configure.in: Build gas for mips-*-*.
14428
14429 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14430
14431 * Makefile.in (all.normal): insert missing backslash.
14432
14433 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
14434
14435 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
14436
14437 * Makefile.in: Complete overhaul to merge many almost identical
14438 targets.
14439
14440 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14441
14442 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14443 (gdb.tar.Z): Adjusted.
14444
14445 * Makefile.in (setup-dirs, taz): New targets; should be general
14446 enough to adapt for gdb sometime. Build only .z file.
14447 (gas.tar.z): New target.
14448
14449 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14450
14451 * build-all.mk: Use CC=cc -Xs on Solaris.
14452
14453 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
14454
14455 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
14456 for handling BISON for FSF releases.
14457
14458 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14459
14460 * configure: Actually implement the change zoo just documented.
14461
14462 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
14463
14464 * configure: when using config.guess, only set target_alias when
14465 it's not already been set (ie, on the command line)
14466
14467 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14468
14469 * Makefile.in: add installcheck target, set PRMS to install-prms
14470
14471 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14472
14473 * configure: add support for package_makefile_fragment, handle the
14474 case where a directory has a configure.in file but no Makefile.in
14475 more gracefully (with an actual understandable error message, even);
14476 add support for --without (and add this to the usage message); also
14477 explicitly add a --host=${host_alias} to the command line when
14478 config.guess is used
14479
14480 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14481
14482 * configure: Must use both --host and --target in recursive calls.
14483
14484 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
14485
14486 * Makefile.in: Change deja-gnu to dejagnu.
14487
14488 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
14489
14490 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14491
14492 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14493
14494 * configure.in: canonicalize all instances to *-*-solaris2*,
14495 also strip out a number of tools to not build for go32 host
14496
14497 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14498
14499 * config.guess: add GPL.
14500
14501 * Makefile.in, config.guess, config.sub, configure: bump
14502 copyrights to 93.
14503
14504 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
14505
14506 * Makefile.in (do-info): Removed obsolete check for existence of
14507 localenv file.
14508
14509 * Makefile.in (MAKEOVERRIDES): Define to be empty.
14510
14511 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14512
14513 * Makefile.in: a couple of 'else true' for decstation,
14514 support for TclX
14515
14516 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14517
14518 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
14519
14520 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14521
14522 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
14523
14524 * config.guess: Recognize i386-ibm-aix (PS/2).
14525 * configure.in: Use config/mh-aix386 file for it.
14526
14527 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
14528
14529 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14530 CC_FOR_TARGET instead.
14531 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14532
14533 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
14534
14535 * Makefile.in: Add sim to list of directories sent with gdb
14536
14537 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
14538
14539 * configure.in: Put back mips-dec-bsd* case.
14540
14541 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
14542
14543 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14544 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
14545 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
14546
14547 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14548
14549 * configure.in: remove no-op mips-dec-bsd* in "case $target"
14550
14551 * Makefile.in (dir.info): only run gen-info-dir if it exists,
14552 (install-info): install dir.info only if it exists,
14553 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14554
14555 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
14556
14557 * configure.in: For vms target, skip bfd, ld, binutils. Do build
14558 gas for mips-dec-bsd.
14559
14560 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
14561
14562 * configure (makesrcdir): If ${srcdir} is relative and not ".",
14563 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
14564
14565 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
14566
14567 * configure.in: Added "dejagnu" to hosttools list.
14568
14569 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
14570
14571 * config.sub, configure.in, config.guess: Add support
14572 for Bosx, an AIX variant from Bull.
14573 Patches from F.Pierresteguy@frcl.bull.fr.
14574
14575 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
14576
14577 * devo/dejagnu: Initial creation of devo/dejagnu.
14578 Migrated dejagnu testcases and support files for testing software
14579 tools to reside as subdirectories, currently called "testsuite",
14580 within the directory of the software tool. Migrated all programs,
14581 support libraries, etc. beloging to dejagnu proper from
14582 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
14583 with no modifications. The changes to these files which will
14584 allow them to configure, build, and execute properly will be made
14585 in a future update.
14586
14587 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14588
14589 * Makefile.in: Change send_pr to send-pr.
14590 * configure.in: Likewise.
14591 * send_pr: Renamed directory to send-pr.
14592
14593 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
14594
14595 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
14596
14597 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
14598
14599 * README: Update for gdb-4.8 release.
14600 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
14601 gdb-xxx.tar.z (gzip'd) file also.
14602
14603 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14604
14605 * Makefile.in: make all-diff depend on all-libiberty
14606
14607 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
14608
14609 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
14610
14611 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14612
14613 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
14614
14615 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
14616
14617 * Makefile.in (DEVO_SUPPORT): Remove etc directory
14618 (ETC_SUPPORT): Only add the files GDB wants from etc/.
14619 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
14620
14621 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14622
14623 * Makefile.in: makeinfo binary is in a new location
14624
14625 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
14626
14627 * config.sub: Accept -ecoff as an OS.
14628
14629 * Makefile.in: Various changes to eliminate a level of make
14630 recursion and reduce the required command line length.
14631 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
14632 sub-makes.
14633 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
14634 variables holding settings for specific sub-makes.
14635 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
14636 in terms of BASE_FLAGS_TO_PASS.
14637 (TARGET_LIBS): New variable listing directories which use
14638 TARGET_FLAGS_TO_PASS.
14639 (subdir_do): Eliminated.
14640 (do-*): New set of targets to replace subdir_do.
14641 (various): All targets which used subdir_do now depend on do-*.
14642 (local-clean): Renamed from do_clean.
14643 (local-distclean): New target, dependency of distclean and
14644 realclean.
14645 (install-info): Don't create directories. Depend on dir.info
14646 rather than calling make recursively.
14647 (install-dir.info): Eliminated.
14648 (install-info-dirs): Create all info directories here.
14649 (dir.info): Depend upon do-install-info.
14650
14651 * test-build.mk (HOLES): Added false.
14652
14653 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
14654
14655 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
14656
14657 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14658
14659 * Makefile.in (info): remove dependency on all-texinfo. The
14660 problem was really in texinfo/C, not at this level.
14661
14662 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
14663
14664 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
14665
14666 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
14667
14668 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
14669 GDB releases.
14670
14671 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14672
14673 * configure: Include srcdir in message about target of link not
14674 being found. Don't convert `-' to `_' in `with' options being
14675 passed to subdirs.
14676
14677 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14678
14679 * configure.in: add uudecode to host_tools
14680
14681 * Makefile.in: added {all,install}-uudecode targets, added them to
14682 the appropriate lists
14683
14684 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
14685
14686 * Makefile.in (all-gcc): Added dependency on all-gas.
14687
14688 * configure.in (mips-*-*): Build ld and binutils.
14689
14690 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14691
14692 * configure: check return code from mkdir, print error message and
14693 exit on failure.
14694
14695 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
14696
14697 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
14698
14699 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
14700
14701 * test-build.mk (HOLES): Added tar, cpio and uudecode.
14702
14703 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14704
14705 * config.sub (h8500): Recognize this as a cpu type.
14706
14707 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14708
14709 * configure: source directory missing is no longer a warning
14710
14711 * configure.in: recognize irix[34]* instead of irix[34]
14712
14713 * Makefile.in: define and pass down X11_LIB
14714
14715 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
14716
14717 * guess-systype: Renamed to ...
14718 * config.guess: ... by popular request.
14719 * configure.in, Makefile.in: Update accordingly.
14720
14721 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
14722
14723 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
14724 + Add Convex, Cray/Unicos, and Encore/Multimax support.
14725 + Execute ./dummy instead of assuming . is in PATH.
14726
14727 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
14728
14729 * guess-systype: New shell script. Attempts to guess the
14730 canonical host name of the executing host.
14731 Only a few hosts are supported so far.
14732 * configure: Call guess-systype if no host is specified.
14733
14734 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
14735
14736 * Makefile.in (gcc-no-fixedincludes): Made to work with current
14737 gcc Makefile.
14738
14739
14740 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
14741
14742 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
14743 (all-gcc, install-gcc, subdir_do): Use it.
14744
14745 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14746
14747 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
14748
14749 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
14750
14751 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
14752 set exclusively by configure, using configure.in .
14753
14754 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14755
14756 * test-build.mk: set $PATH for all builds
14757
14758 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
14759
14760 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
14761
14762 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
14763 the one used in gcc/Makefile.in, so that a null expansion doesn't
14764 override the one needed to build gcc with a native cc.
14765
14766
14767 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14768
14769 * configure: Accept -with arguments.
14770
14771 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14772
14773 * Makefile.in: added h8300sim
14774
14775 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
14776
14777 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
14778 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
14779 (all-cygnus, native, build-cygnus): Make
14780 $(canonhost)-stamp-3stage-done, not $(host)....
14781 * test-build.mk (stamp-3stage-compared): Use tail +10c for
14782 i386-sco3.2v4. Added else true to if command.
14783
14784 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
14785
14786 * config.sub: (from FSF) Sequent uses a BSD-like OS.
14787
14788 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
14789
14790 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
14791
14792 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14793
14794 * configure.in: don't remove binutils from Solaris builds
14795
14796 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
14797
14798 * Makefile.in: get rid of earlier definitions for *clean,
14799 also handle the recursive info rule better
14800
14801 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
14802
14803 * Makefile.in (mostlyclean, distclean, realclean): Fix to
14804 do more-or-less the right thing.
14805
14806 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
14807
14808 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
14809 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
14810
14811 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14812
14813 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
14814 $(host_canonical).
14815
14816 * configure.in: split the configdirs list into 4 categories (native
14817 v. cross, library v. tool) and handle the cross-only and native-
14818 only in more reasonable (and correct!) way.
14819
14820 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
14821
14822 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
14823 configdirs anymore.
14824
14825 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14826
14827 * Makefile.in: extensive cleanup:: removed all of the explicit
14828 clean-* targets, collapsed many wrappers around subdir_do into
14829 one, added additional targets to satisfy standards.texi, deleted
14830 some old targets, some changes for consistency
14831
14832 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14833
14834 * configure.in: handle some programs as cross-only, and others as
14835 native only
14836
14837 * test-build.mk: handle partial holes in a more generic manner
14838
14839 * Makefile.in: m4 depends on libiberty
14840
14841 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14842
14843 * configure.in: add m4, textutils, fileutils, sed, shellutils,
14844 time, wdiff, and find to configdirs
14845
14846 * Makefile.in: all, clean, and install rules for the new programs
14847 added to configure.in
14848
14849 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14850
14851 * configure.in: use mh-sun for all *-sun-* hosts
14852
14853 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14854
14855 * Makefile.in: define flags for X11 include files and library file
14856 locations, pass them down to the programs that need this info
14857
14858 * build-all.mk: added a 'native' target, to 3stage the native toolchain
14859
14860 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14861
14862 * configure.in: start building libg++ for HP-UX targets
14863
14864 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
14865
14866 * README: Update references to files moved into etc/.
14867
14868 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
14869
14870 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
14871 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
14872
14873 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
14874
14875 * configure: accept dash as well as underscore in long option
14876 names for FSF compatibility.
14877
14878 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
14879
14880 * config.sub: added -sco3.2v4 support from FSF.
14881
14882 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14883
14884 * configure.in: expand the section that adds or removes
14885 directories from the list of programs to build, to handle native
14886 vs. cross in addition to host v. native
14887
14888 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
14889
14890 * Makefile.in: Replace C++ in macro names with CXX.
14891 This is less likely to break ...
14892
14893 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14894
14895 * test-build.mk: add -w to GNU_MAKE
14896
14897 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14898
14899 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
14900 add 'sparc' to list of recognized cpus. This needed to make
14901 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
14902 Delete some redundant ose68 variants. Recognize -wrs as an os,
14903 then changes that into $CPU-wrs-vxworks.
14904
14905 * configure.in: remove most references to gdbtest, regularize
14906 target based program removal
14907
14908 * test-build.mk: import from p3 tree (many fixes and changes)
14909
14910 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14911
14912 * Makefile.in: added rules to handle tcl, tk, and expect
14913
14914 * configure.in: handle those directories if they exist
14915
14916 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14917
14918 * config.sub: removed bogus hppabsd and hppahpux names, since
14919 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
14920
14921 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14922
14923 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
14924 depends upon all-xiberty
14925
14926 * Makefile.in: changes from p3, including:
14927
14928 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
14929
14930 * Makefile.in (XTRAFLAGS): include newlib directories if
14931 newlib/Makefile exists, rather than if host != target.
14932
14933 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
14934
14935 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14936 from the same source tree and not building a cross-compiler. This
14937 matters for the libg++ configuration if reconfiguring a tree that
14938 has already been installed.
14939
14940 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
14941
14942 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14943 pick up the machine and system specific header files.
14944
14945 * Makefile.in: added AS_FOR_TARGET, passed down in
14946 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14947 the C compiler to use to create programs which are run in the
14948 build environment, set it to default to $(CC), and passed it down
14949 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14950
14951 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
14952
14953 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
14954 We need them for unusual native builds, like systems without
14955 ranlib.
14956
14957 * configure: also define $(host_canonical) and
14958 $(target_canonical), which are the full, canonical names for the
14959 given host and target
14960
14961 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
14962
14963 * Makefile.in: Added separate definitions for C++.
14964
14965 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
14966
14967 * configure.in (configdirs): Add deja-gnu.
14968
14969 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
14970
14971 * README: Update for configure.texi and gdb-4.7 release.
14972
14973 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
14974
14975 * Makefile.in: Move "all" target to top of file.
14976 Previously, first target was ".PHONY" which caused BSD4.4 make
14977 to build .PHONY when make was run without arguments.
14978
14979 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
14980
14981 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
14982 Library-copylefted code in libiberty.
14983
14984 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
14985
14986 * config.sub: Replace m68kmote with plain old m68k.
14987
14988 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
14989
14990 * Makefile.in: Remove space from blank line, avoid Make complaints.
14991
14992 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
14993
14994 * config.sub: Complain if no argument is given. Added support for
14995 386bsd as OS and target alias.
14996
14997 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
14998
14999 * Makefile.in (XTRAFLAGS): include newlib directories if
15000 newlib/Makefile exists, rather than if host != target.
15001
15002 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15003
15004 * config.sub: recognize sparclite-wrs-vxworks.
15005
15006 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15007 p3.) Added clean-xiberty to clean.
15008
15009 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15010
15011 * configure.in: use *-*-* instead of nested cases for host and target
15012
15013 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15014
15015 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15016 from the same source tree and not building a cross-compiler. This
15017 matters for the libg++ configuration if reconfiguring a tree that
15018 has already been installed.
15019
15020 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15021
15022 * config.sub (i486v/i486v4): Merge in from FSF version.
15023
15024 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15025
15026 * configure: only set PWD if it is already set.
15027
15028 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15029
15030 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15031 doesn't have unset and all success paths (and most error paths)
15032 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15033 to just ${PWD} to avoid confusion.)
15034
15035 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15036
15037 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15038 even for a native compilation.
15039
15040 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15041
15042 Changes to make the gdb.tar.Z rule work better.
15043
15044 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15045 (DEVO_SUPPORT): Add configure.texi.
15046 (bfd-ilrt.tar.Z): Remove ancient rule.
15047
15048 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15049
15050 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15051 pick up the machine and system specific header files.
15052
15053 * configure.in, config.sub: added new target m68010-adobe-scout,
15054 with alias of adobe68k. Changed configure.in to check for
15055 -scout before -sco* to avoid a false match.
15056
15057 * Makefile.in: added AS_FOR_TARGET, passed down in
15058 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15059 the C compiler to use to create programs which are run in the
15060 build environment, set it to default to $(CC), and passed it down
15061 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15062
15063 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15064
15065 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15066 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15067 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15068 FOR_TARGET variants, to newlib and libg++.
15069
15070 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15071
15072 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15073 first.
15074
15075 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15076
15077 * config.sub: Accept `elf' as an environment.
15078
15079 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15080
15081 * Makefile.in (all-opcodes): cd into the right directory
15082
15083 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15084
15085 * configure: added -program_transform_name option, used as
15086 argument to sed when installing programs.
15087 configure.texi: added documentation for -program_prefix,
15088 -program_suffix and -program_transform_name.
15089
15090 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15091
15092 * config.sub: Accept i486 where i386 ok.
15093
15094 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15095
15096 * config.sub: accept we32k
15097
15098 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15099
15100 * config.sub, configure.in: accept OSE68000 and OSE68k.
15101
15102 * Makefile.in: don't create all directories for ``make install'';
15103 let the subdirectories create the ones they need.
15104
15105 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15106
15107 * COPYING: new file, GPL v2
15108
15109 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15110
15111 * Makefile.in: use the new gen-info-dir, which needs a template
15112 argument (which also lives in texinfo)
15113
15114 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15115
15116 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15117
15118 * config.sub (ncr3000): Change i386 to i486.
15119
15120 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15121
15122 * Makefile.in: add install-rcs, install-grep to
15123 install-no-fixedincludes, removed install-bison and install-libgcc
15124
15125 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15126
15127 * configure.in: grab the HPUX makefile fragment if on HPUX
15128
15129 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15130
15131 * Makefile.in: eradicate bison spoor (ditto libgcc).
15132 configure.in: recognise m68{k,000}-ericsson-OSE.
15133 es1800 is alias for m68k-ericsson-OSE
15134
15135 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15136
15137 * configure.in: rearrange the parts that remove programs from
15138 configdirs, based now on HOST==TARGET or by canonical triple.
15139
15140 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15141
15142 * test-build.mk: recurse explicitly with -f test-build.mk when
15143 appropriate. predicate stage3 and comparison on the existence
15144 of gcc. That is, if gcc isn't around, we aren't three-staging.
15145 On very clean, also remove ...stamp-co. Build in-place before
15146 doing other builds.
15147
15148 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15149
15150 * Makefile.in, configure.in: add tgas
15151
15152 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15153
15154 * Makefile.in: a number of changes merged in from progressive.
15155
15156 * configure.in: add libm.
15157
15158 * .cvsignore: ignore some stuff that comes from test-build.mk.
15159
15160 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15161
15162 * config.sub: Add es1800 (m68k-ericsson-es1800).
15163
15164 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15165
15166 * configure: Add program_suffix (parallel to program_prefix)
15167 * Makefile.in: adjust directory-creating script for losing decstation
15168
15169 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15170
15171 * configure: Minor $subdir-related fixes.
15172
15173 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15174
15175 * configure: fix various problems with propogating
15176 makefile_target_frag in subdirs.
15177 * configure.in: config libgcc if its there
15178
15179 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15180
15181 * config.sub: HPPA merge.
15182
15183 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15184
15185 * Makefile.in: Replace all-bison with all-byacc in all
15186 dependency lines for other tools (which now use byacc).
15187
15188 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15189
15190 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15191
15192 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15193
15194 * Makefile.in: make gprof rules similar to byacc rules (instead of
15195 vestigal $(unsubdir) that didn't work...)
15196
15197 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15198
15199 * config.sub: Add support for Linux.
15200 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15201 (at least for libg++).
15202
15203 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15204
15205 * configure.texi: fix doc for the -nfp option to configure
15206
15207 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15208
15209 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15210
15211 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15212
15213 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15214 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15215 * configure.in: added solaris* host_makefile_frag hook.
15216
15217 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15218
15219 * config.sub: changed recognition of m68000 so that various
15220 m68k types can be specified via m680[01234]0
15221
15222 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15223
15224 * config.sub (basic_machine): fix sed so that '-foo' isn't
15225 completely substituted out while .+'-foo' loses the '-foo'
15226
15227 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15228
15229 * config.sub ($os): Add -aout.
15230
15231 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
15232
15233 * configure: If host_makefile_frag is absolute, don't
15234 prefix ${invsubdir} (relevant to libg++ auto-configure).
15235
15236 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15237
15238 * Makefile.in (tooldir): Define it.
15239 (all-ld): Depend on all-flex.
15240
15241 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
15242
15243 * Makefile.in (check): Fix libg++ special case.
15244
15245 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
15246
15247 * configure: do not bury `pwd` into config.status, thus do fewer
15248 pwd's.
15249
15250 * configure: print the "Building in" message only when building in
15251 other than "." AND verbose.
15252
15253 * configure: remove -s, rework -v to better accomodate guested
15254 configures.
15255
15256 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15257
15258 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
15259
15260 * Makefile.in: macroize flags passed on recursion. remove
15261 fileutils.
15262
15263 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
15264
15265 * configure: get makesrcdir right for subdirs deeper than 1.
15266
15267 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15268 install.
15269
15270 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
15271
15272 * Makefile.in: don't print subdir_do or recursion lines.
15273
15274 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
15275
15276 * standards.texi: added menu item.
15277
15278 * Makefile.in: build and install standards.info.
15279
15280 * standards.texi: new file.
15281
15282 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15283
15284 * configure: test for and move config.status pieces from
15285 ${subdir}/.
15286
15287 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
15288
15289 * configure: Test for existance of files before trying to mv
15290 them, to avoid numerous non-existance messages.
15291
15292 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
15293
15294 * configure: correct final line of config.status.
15295
15296 * configure: patch from eggert. Avoids a protection problem if
15297 the original Makefile.in is read only.
15298
15299 * configure: use move-if-change from gcc to create config.status.
15300 Some makefiles depend on config.status to tell if a directory
15301 has been reconfigured for a different host. This change
15302 prevents those directories from remaking everything in the case
15303 where the reconfig was only intended to rebuild a Makefile.
15304
15305 * configure: test for config.sub with "config.sub sun4" rather
15306 than "config.sub ${host_alias}". Otherwise we can't tell a bad
15307 host alias from a missing config.sub.
15308
15309 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15310
15311 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15312 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
15313
15314 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
15315
15316 * configure: mkdir ${subdir} as needed.
15317
15318 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
15319
15320 * Makefile.in,configure.in: added autoconf.
15321
15322 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15323
15324 * Makefile.in: no longer pass against on recursion.
15325
15326 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15327 definitions are not inherited.
15328
15329 * configure: correct makesrcdir when subdir is .
15330
15331 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
15332
15333 * configure: Add support for 'subdirs' variable, which is
15334 like 'configdirs', except that configure doesn't re-invoke
15335 itself for subdirs, it just creates a Makefile for each subdir.
15336 * configure.texi: Document subdirs.
15337
15338 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15339
15340 * configure.in: added flex to configdirs
15341
15342 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
15343
15344 * Makefile.in: remove clean-stamps from clean.
15345
15346 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
15347
15348 * configure.in: Add gdbtest to configdirs.
15349
15350 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
15351
15352 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
15353 to recursive makes.
15354 * configure.in: Recognize new ncr3000 config.
15355
15356 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
15357
15358 * Makefile.in, configure.in: removed references to gdbm.
15359
15360 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
15361
15362 * config.sub: Don't canonicalize os value
15363 newsos* to bsd (readline needs to check for newsos).
15364 (This fix was earlier made Jan 31, but got re-broken.)
15365
15366 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
15367
15368 * configure.in: sco is an os, not a vendor!
15369
15370 * configure: Quote $( better. Keep various shells happy.
15371
15372 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
15373
15374 * Makefile.in: eliminate stamp-files.
15375
15376 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
15377
15378 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
15379 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15380
15381 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
15382
15383 * config.sub: fix iris/iris3.
15384
15385 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
15386
15387 * configure: re-add -rm.
15388
15389 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
15390
15391 * Maskefile.in: add .stmp-rcs to all.
15392
15393 * configure.in: remove gas from rs6000 build, use aix host fragment.
15394
15395 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
15396
15397 * configure: pass down site_option during recursion.
15398
15399 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
15400
15401 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
15402
15403 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
15404
15405 * configure: Change exec_prefix so that it really defaults to prefix.
15406
15407 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
15408
15409 * Makefile.in, configure.in: Add support for mmalloc library.
15410
15411 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
15412
15413 * Makefile.in: add stmp dependencies for a few more things.
15414
15415 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
15416
15417 * configure: adjusted error message on objdir/srcdir configure
15418 collision, per john's suggestion.
15419
15420 * Makefile.in: add libiberty stmp to all and all.cross.
15421
15422 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
15423
15424 * Makefile.in: remove force dependencies, add grep to all.
15425
15426 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
15427
15428 * Makefile.in: drop flex. make stamp files work.
15429
15430 * configure: added test for conflicting configuration in srcdir,
15431 remove trailing slashes from srcdir. Otherwise emacs gdb mode
15432 gets cranky. use relative paths for configure and srcdir
15433 whenever possible. Send some error messages to stderr that were
15434 going to stdout.
15435
15436 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
15437
15438 * Makefile.in: Fix libg++ rule to check for gcc directory
15439 before using gcc/gcc. Also pass XTRAFLAGS.
15440
15441 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
15442
15443 * Makefile.in: added stmp-files so that directories aren't polled
15444 when they are already built.
15445
15446 * configure.texi: fixed a node pointer problem.
15447
15448 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
15449
15450 * config.sub configure.in gdb/configure.in
15451 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15452 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15453 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
15454
15455 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15456
15457 * configure: -recurring becomes -silent. corrected help message
15458 for -site= option.
15459
15460 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15461
15462 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15463
15464 * configure: when building Makefile for crosses, replace
15465 tooldir and program_prefix. default srcdir from location of
15466 config.sub. remove "for host in hosts" and "for target in
15467 targets" loops.
15468
15469 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15470
15471 * Makefile.in: Do not pass bindir or mandir to cvs.
15472
15473 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
15474
15475 * Makefile.in, configure.in: removed traces of namesubdir,
15476 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
15477 copyrights to '92, changed some from Cygnus to FSF.
15478
15479 * configure.texi: remove most references to multiple hosts,
15480 multiple targets, subdirs, etc.
15481
15482 * configure.man: removed rcsid. reference config.sub not
15483 config.subr.
15484
15485 * Makefile.in: mkdir $(infodir) on install-info.
15486
15487 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
15488
15489 * configure.texi: Explain better about .gdbinit and about
15490 the environment that configure.in sections run in.
15491
15492 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
15493
15494 * configure.in: Ultrix is only a decstation if it's a MIPS.
15495
15496 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
15497
15498 * README: DOC.configure => cfg-paper.texi.
15499
15500 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
15501
15502 * config.sub (near case $os): Don't convert newsos* to bsd!
15503
15504 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
15505
15506 * Makefile.in: Reinstall change from gdb-4.3 that reduces
15507 the number of copies of COPYING that go into the GDB tar file.
15508
15509 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
15510
15511 * bfd/configure.in, gdb/config/mh-i386sco,
15512 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15513 Fix SCO configuration stuff.
15514
15515 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
15516
15517 * Makefile.in: For libg++, make sure the -I pointing
15518 to the gcc directory goes *after* all the libg++-local -I flags.
15519 Also, move just-gcc dependency from just-libg++ to all-libg++.
15520
15521 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
15522
15523 * configure: Change -x to -f to keep Ultrix /bin/test happy.
15524
15525 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
15526
15527 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
15528
15529 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
15530
15531 * config.sub: Add stratus configuration frags. Also
15532 submitted to FSF.
15533
15534 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
15535
15536 * Makefile.in (DEV_SUPPORT): add configure.man.
15537
15538 * config.sub(Decode manufacturer-specific): add -none*.
15539
15540 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
15541
15542 * Makefile.in: remove form feeds to make Sun's make happy.
15543 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
15544
15545 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
15546
15547 * Makefile.in (AR_FLAGS): Make quieter.
15548
15549 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
15550
15551 * configure.in: Add libg++.
15552 * configure: When verbose, don't output the command line at each
15553 level; it will be unremarkably the same as the previous version,
15554 which will be the same as what the user typed.
15555
15556 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
15557
15558 * configure.in, Makefile.in: fix clean-info, add flex. add
15559 fileutils.
15560
15561 * configure: be less sensitive to spaces in Makefile.in. Do not
15562 look for sources in "..". Doing so breaks subdirectories that
15563 might have their own configure. If a subdir has it's own
15564 configure script, use it.
15565
15566 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
15567
15568 * cfg-paper.texi: some changes suggested by rms.
15569
15570 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
15571
15572 * config.sub: Merge in some small additions from the FSF version,
15573 taken from the gcc distribution, to bring the Cygnus and FSF
15574 versions into closer sync.
15575
15576 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
15577
15578 * configure.in: Changed svr4 references to sysv4.
15579
15580 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
15581
15582 * configure: added -V for version number option.
15583
15584 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
15585
15586 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
15587 renamed from DOC.configure to cfg-paper.texi.
15588
15589 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15590
15591 * configure, config.subr, config.sub: config.subr is now
15592 config.sub again.
15593
15594 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
15595
15596 * configure.texi: new file, in progress.
15597
15598 * Makefile.in: build info file and install the man page for
15599 configure.
15600
15601 * configure.man: new file, first cut.
15602
15603 * configure: find config.subr again now that configuration "none"
15604 has gone. removed all traces of the -ansi option. removed all
15605 traces of the -languages option.
15606
15607 * config.subr: resync from rms.
15608
15609 1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
15610
15611 * configure, config.sub, config.subr: merge config.sub into
15612 config.subr, call the result config.subr, remove config.sub, use
15613 config.subr.
15614
15615 * Makefile.in: revised install for dir.info.
15616
15617 1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
15618
15619 * configure.in: add decstation host makefile frag.
15620
15621 * Makefile.in: BISON now bison -y again. also install-gcc on
15622 install. clean-gdbm on clean. infodir belongs in datadir.
15623 Make directories for info install. Build dir.info here then
15624 install it.
15625
15626 1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
15627
15628 * Makefile.in: fix for bad directory tests.
15629
15630 1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
15631
15632 * configure: \{1,2\} appears to be a sysv'ism. Use a different
15633 regexp. -srcdir relative was being handled incorrectly.
15634
15635 * Makefile.in: unwrapped some for loops so that parallel makes
15636 work again and so one can focus one's attention on a particular
15637 package.
15638
15639 1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
15640
15641 * configure: added PWD as a stand in for `pwd` (for speed). use
15642 elif wherever possible. make -srcdir work without -objdir.
15643 -objdir= commented out.
15644
15645 1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
15646
15647 * configure: +options become --options. -subdirs commented out.
15648 added -host, -datadir. Renamed -destdir to -prefix. Comment in
15649 Makefile now at top of generated Makefile. Removed cvs log
15650 entries. added -srcdir. create .gdbinit only if there is one
15651 in ${srcdir}.
15652
15653 * Makefile.in: idestdir and ddestdir go away. Added copyrights
15654 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
15655 and mandir now keyed off datadir by default.
15656
15657 1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
15658
15659 * Freshly created ChangeLog.
15660
15661 \f
15662 Local Variables:
15663 mode: change-log
15664 left-margin: 8
15665 fill-column: 76
15666 version-control: never
15667 End:
This page took 0.336927 seconds and 5 git commands to generate.