[ARC] Fix parsing dtpoff relocation expression.
[deliverable/binutils-gdb.git] / ChangeLog
1 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
2
3 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
4 * configure: Regenerated.
5
6 2016-06-28 Walter Lee <walt@tilera.com>
7
8 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
9 * configure: Regenerate.
10
11 2016-05-28 Alan Modra <amodra@gmail.com>
12
13 * Makefile.tpl (configure): Depend on m4 files included.
14 * Makefile.in: Regenerate.
15
16 2016-05-27 Nick Clifton <nickc@redhat.com>
17
18 * config.guess (Alpha OSF1): Fix typo introduced during the most
19 recent synchronization update.
20
21 2016-05-23 Nick Clifton <nickc@redhat.com>
22
23 * Import these patches from the gcc mainline:
24
25 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
26
27 * config.guess: Import version 2016-04-02 (newest).
28 * config.sub: Import version 2016-05-10 (newest).
29
30 2016-04-19 Nick Clifton <nickc@redhat.com>
31
32 * Import this patch from the GCC mainline:
33
34 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
35
36 PR bootstrap/70173
37 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
38 and gotools directories. Delete the stage_final file.
39 * Makefile.in: Regenerate.
40
41 2016-03-17 Cary Coutant <ccoutant@gmail.com>
42
43 * configure.ac: Add mips and s390 to the gold target check.
44 * configure: Regenerate.
45
46 2016-02-10 Nick Clifton <nickc@redhat.com>
47
48 Import these patches from the GCC mainline:
49
50 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
51
52 * configure.ac: Enable LTO for DJGPP
53 * configure: Regenerate
54
55 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
56
57 PR bootstrap/69329
58 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
59 * Makefile.in: Regenerate.
60
61 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
62 Sebastian Pop <s.pop@samsung.com>
63
64 * Makefile.in: Regenerate.
65 * Makefile.tpl: Export ISLVER.
66 * configure: Regenerate.
67 * config/isl.m4: Detect isl-0.15.
68
69 2016-01-29 Sebastian Pop <s.pop@samsung.com>
70
71 * config/isl.m4: Add comments about isl-0.16.
72 * configure: Regenerate.
73
74 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
75
76 Sync with GCC
77 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
78
79 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
80 symbols.
81
82 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
83
84 PR bootstrap/69134
85 * Makefile.def (mpfr): Disable assembler.
86 * Makefile.in: Regenerate.
87
88 2016-01-11 Nick Clifton <nickc@redhat.com>
89
90 Import the following changes from the GCC mainline:
91
92 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
93
94 * configure.ac: Enable libmpx by default.
95 * configure: Regenerated.
96
97 2015-11-19 Martin Liska <mliska@suse.cz>
98
99 * .gitignore: Add .clang-format to ignored files.
100 * Makefile.tpl: Add clang-format.
101 * Makefile.in: Regenerate.
102
103 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
104
105 PR libffi/65726
106 * Makefile.def (lang_env_dependencies): Make libffi depend
107 on cxx.
108 * Makefile.in: Regenerate.
109
110 2015-12-02 Ian Lance Taylor <iant@google.com>
111
112 PR go/66147
113 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
114 * Makefile.in: Regenerate.
115
116 2015-12-17 Nathan Sidwell <nathan@acm.org>
117
118 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
119 * configure: Regenerate.
120
121 2015-12-17 Sebastian Pop <s.pop@samsung.com>
122
123 * Makefile.in: Replace ISL with isl.
124 * Makefile.tpl: Same.
125 * config/isl.m4: Same.
126 * configure.ac: Same.
127 * contrib/download_prerequisites: Same.
128 * configure: Regenerate.
129
130 2016-01-01 Ben Elliston <bje@gnu.org>
131
132 * config.guess: Import version 2016-01-01.
133 * config.sub: Likewise.
134
135 2015-11-20 Tristan Gingold <gingold@adacore.com>
136
137 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
138 * configure: Regenerate.
139
140 2015-10-21 Nick Clifton <nickc@redhat.com>
141
142 PR gas/19109
143 * configure.ac: Note the 'none' is an acceptable argument to
144 --enable-compressed-debug-sections.
145 * configure: Regenerate.
146
147 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
148
149 PR gas/19109
150 * configure.ac: Add
151 --enable-compressed-debug-sections={all,gas,gold,ld}.
152 * configure: Regenerated.
153
154 2015-09-30 Nick Clifton <nickc@redhat.com>
155
156 Import the following patches from the GCC mainline:
157
158 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
159
160 PR libfortran/54572
161 * Makefile.def: Make libgfortran depend on libbacktrace.
162 * Makefile.in: Regenerate.
163
164 2015-08-12 Tom de Vries <tom@codesourcery.com>
165
166 PR other/67092
167 PR other/67098
168 * configure.ac: Remove --with_host_libstdcxx support.
169 * configure: Regenerate.
170
171 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
172 Jakub Jelinek <jakub@redhat.com>
173
174 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
175 nvptx*-*-*.
176 * configure: Regenerate.
177
178 2015-08-07 H.J. Lu <hongjiu.lu@intel.com>
179
180 Sync with GCC
181 2015-07-28 Ben Elliston <bje@gnu.org>
182
183 * config.sub, config.guess: Import from upstream.
184
185 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
186
187 * Makefile.def (libiconv): Define bootstrap=true.
188 Mark pdf/html/info as missing.
189 (configure-gcc): Depend on all-libiconv.
190 (all-gcc): Ditto.
191 (configure-libcpp): Ditto.
192 (all-libcpp): Ditto.
193 (configure-intl): Ditto.
194 (all-intl): Ditto.
195 * Makefile.in: Regenerate.
196
197 2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
198
199 Sync with GCC
200 2015-07-24 Michael Darling <darlingm@gmail.com>
201
202 PR other/66259
203 * config-ml.in: Reflects renaming of configure.in to configure.ac
204 * configure: Likewise
205 * configure.ac: Likewise
206
207 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
208
209 * Makefile.in: Regenerated.
210
211 Sync with GCC
212 2015-05-21 Jason Merrill <jason@redhat.com>
213
214 * Makefile.tpl: Update comments.
215
216 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
217
218 * Makefile.tpl: Remove surplus whitespace throughout.
219
220 2015-03-25 Martin Liska <mliska@suse.cz>
221 Yury Gribov <y.gribov@samsung.com>
222
223 * Makefile.tpl: Fix ln source location for vimrc file.
224
225 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
226
227 Sync with GCC
228 2015-05-16 James Bowman <james.bowman@ftdichip.com>
229
230 * configure.ac: FT32 target added.
231 * configure: Regenerate.
232
233 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
234
235 Sync with GCC
236 2015-06-02 Jason Merrill <jason@redhat.com>
237
238 PR bootstrap/66319
239 * configure.ac: Use -std=gnu++98.
240
241 2015-05-28 Mike Frysinger <vapier@gentoo.org>
242
243 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
244 * configure: Regenerate.
245
246 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
247
248 * configure.ac: Fix typo.
249 * configure: Regenerate.
250
251 2015-05-03 Matthias Klose <doko@ubuntu.com>
252
253 * configure.ac: Match $host configured with triplets.
254 * configure: Regenerate.
255
256 2015-04-17 Jakub Jelinek <jakub@redhat.com>
257
258 PR bootstrap/62077
259 * configure.ac (--enable-stage1-checking): Default to
260 release,misc,gimple,rtlflag,tree,types if --disable-checking
261 or --enable-checking is not specified and DEV-PHASE is not
262 experimental.
263 * configure: Regenerated.
264
265 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
266
267 Install back PR target/47230 fix (Revert the revert).
268
269 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
270
271 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
272 target.
273 * configure: Regenerate.
274
275 2015-05-13 John David Anglin <dave.anglin@bell.net>
276
277 * configure.ac: Disable configuration of GDB for HPUX targets.
278 * configure: Regenerate.
279
280 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
281
282 PR ld/18355
283 * Makefile.def: Add extra_configure_flags to host zlib.
284 * configure.ac (extra_host_zlib_configure_flags): New. Set
285 to --enable-host-shared When bfd is to be built as shared
286 library. AC_SUBST.
287 * Makefile.in: Regenerated.
288
289 2015-04-15 Mike Frysinger <vapier@gentoo.org>
290 Hans-Peter Nilsson <hp@axis.com>
291
292 Adjust src-release.sh for sim using the gdb create-version.sh.
293 * src-release.sh (tar_compress): If there's a fifth parameter,
294 use that in the getver call instead of $tool.
295 (sim_release): Pass gdb as fifth parameter to tar_compress.
296 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
297
298 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
299
300 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
301 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
302 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
303 * Makefile.in: Regenerate.
304
305 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
306
307 * configure.ac: Add --with-system-zlib.
308 * configure: Regenerated.
309
310 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
311
312 * src-release.sh: Don't configure with --with-target-subdir=.
313 --disable-multilib.
314
315 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
316
317 * src-release.sh (DEVO_SUPPORT): Replace src-release with
318 src-release.sh.
319
320 2015-03-30 Ed Schouten <ed@nuxi.nl>
321
322 * config.sub: Update from upstream, to 2015-03-04 version.
323 * config.guess: Likewise.
324
325 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
326
327 * Makefile.def (dependencies): Add all-zlib to all-bfd.
328 * Makefile.in: Regenerated.
329
330 2015-03-28 H.J. Lu <hongjiu.lu@intel.com>
331
332 * src-release.sh (do_proto_toplev): Configure with --target
333 --with-target-subdir and --disable-multilib.
334 (BINUTILS_SUPPORT_DIRS): Add zlib.
335 (GAS_SUPPORT_DIRS): Likewise.
336 (GDB_SUPPORT_DIRS): Likewise.
337 (SIM_SUPPORT_DIRS): Likewise.
338
339 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
340
341 * configure.ac (target_configdirs): Exclude target-zlib if
342 target-libjava isn't built.
343 * configure: Regenerated.
344
345 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
346
347 Sync with GCC
348 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
349
350 * config-ml.in: Robustify ac_configure_args parsing.
351
352 2015-03-16 H.J. Lu <hongjiu.lu@intel.com>
353
354 * Makefile.def: Updated from GCC trunk.
355 * Makefile.tpl: Likewise.
356 * configure.ac: Likewise.
357 * Makefile.in: Regenerated.
358 * configure: Likewise.
359
360 2015-01-28 James Bowman <james.bowman@ftdichip.com>
361
362 * configure.ac: Add FT32 support.
363 * configure: Regenerate.
364
365 2015-01-12 Anthony Green <green@moxielogic.com>
366
367 * configure.ac: Don't disable gprof for moxie.
368 * configure: Rebuild.
369
370 2015-01-03 Andrew Pinski <apinski@cavium.com>
371
372 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
373 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
374 (BASE_TARGET_EXPORTS): Add OBJCOPY.
375 (OBJCOPY_FOR_TARGET): New variable.
376 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
377 * Makefile.in: Regenerate.
378 * configure.ac: Check for already installed target objcopy.
379 Also GCC_TARGET_TOOL on objcopy.
380 * configure: Regenerate.
381
382 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
383
384 * config.sub: Update from upstream, to 2015-01-01 version.
385 * config.guess: Ditto.
386
387 2014-12-06 Eric Botcazou <ebotcazou@adacore.com>
388
389 * config.sub: Update from upstream config repo.
390
391 2014-11-24 H.J. Lu <hongjiu.lu@intel.com>
392
393 * libtool.m4: Updated from GCC trunk.
394
395 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
396
397 * config.guess: Update from upstream config repo.
398 * config.sub: Ditto.
399
400 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
401
402 * move-if-change: Update from upstream gnulib.
403
404 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
405
406 * compile: Sync with upstream Automake.
407 * depcomp: Ditto.
408 * install-sh: Ditto.
409 * missing: Ditto.
410 * mkinstalldirs: Ditto.
411 * ylwrap: Ditto.
412
413 2014-10-15 Tristan Gingold <gingold@adacore.com>
414
415 * src-release.sh (do_proto_toplev): Configure with --target.
416
417 2014-10-03 Jing Yu <jingyu@google.com>
418
419 * configure.ac: Add aarch64 to list of targets that support gold.
420 * configure: Regenerate.
421
422 2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
423
424 * configure.ac: Add mips*-img-elf* target triple.
425 * configure: Regenerate.
426
427 2014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
428 * configure: Disable gdb for nds32*-*-* until supported.
429 * configure.ac: Disable gdb for nds32*-*-* until supported.
430
431 2014-09-05 Joel Brobecker <brobecker@adacore.com>
432
433 * configure: Regenerate.
434
435 2014-08-27 Will Newton <will.newton@linaro.org>
436
437 * src-release.sh: New file.
438 * src-release: Remove file.
439
440 2014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
441
442 GDB not supported for or1k*-*-rtems*
443 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
444 of the stanzas results in this not being caught by or1k*-*-* later.
445 * configure. Regenerated.
446
447 2014-07-25 Samuel Bronson <naesten@gmail.com>
448
449 * .gitattributes: New file for use with git-merge-changelog.
450
451 2014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
452
453 Disable gdb for or1k*-*-* until supported
454 * configure.ac (or1k*-*-*): Disable gdb.
455 * configure: Regenerated.
456
457 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
458
459 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
460 * configure: Regenerated.
461
462 2014-03-26 Jakub Jelinek <jakub@redhat.com>
463
464 PR sanitizer/56781
465 * Makefile.def: Set bootstrap=true; for host fixincludes.
466 * configure.ac: Don't bootstrap host fixincludes unless
467 --with-build-config=bootstrap-{a,ub}san.
468 * Makefile.in: Regenerated.
469 * configure: Regenerated.
470
471 2014-03-21 Jakub Jelinek <jakub@redhat.com>
472
473 * configure.ac: Move BUILD_CONFIG set up earlier. Add
474 --enable-vtable-verify option parsing. Don't add
475 target-libsanitizer to bootstrap_target_libs unless
476 --with-build-config=bootstrap-asan or
477 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
478 to bootstrap_target_libs unless --enable-vtable-verify.
479 * configure: Regenerated.
480
481 2014-03-07 Jakub Jelinek <jakub@redhat.com>
482
483 PR bootstrap/58572
484 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
485 -I for libstdc++-v3 includes if $(LEAN).
486 * Makefile.in: Regenerated.
487
488 2014-02-24 Walter Lee <walt@tilera.com>
489
490 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
491 (tilegx-*-*): Change to tilegx*-*-*.
492 * configure: Regenerate.
493
494 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
495
496 * config.sub, config.guess: Import from upstream.
497
498 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
499
500 PR bootstrap/60620
501 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
502 * Makefile.in: Regenerate.
503
504 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
505
506 * Makefile.def (dependencies): Make all-ld depend on all-binutils
507 for WINDRES_FOR_TARGET in default-manifest.o rule.
508 * Makefile.in: Regenerate.
509
510 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
511
512 PR target/59788
513 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
514 *solaris2*.
515
516 2013-12-19 Keven Boell <keven.boell@intel.com>
517
518 * cp-namespace.c (cp_lookup_nested_symbol): Enable
519 nested lookups for fortran modules.
520 * dwarf2read.c (read_module): Add fortran module to
521 the symbol table.
522 (add_partial_symbol, add_partial_module): Add fortran
523 module to the partial symbol table.
524 (new_symbol_full): Create full symbol for fortran module.
525 * f-exp.y (yylex): Add new module domain to be parsed.
526 * symtab.h: New domain for fortran modules.
527
528 2013-12-19 Keven Boell <keven.boell@intel.com>
529
530 * f-exp.y (yylex): Add domain array to enable lookup
531 in multiple domains. Loop over lookup domains and try
532 to find requested symbol. Add STRUCT_DOMAIN to lookup
533 domains to be able to query for user defined types.
534
535 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
536
537 * configure.ac: Add user-friendly check for native x86_64-linux
538 multilibs.
539 * configure: Regenerate.
540
541 2013-11-23 Alan Modra <amodra@gmail.com>
542
543 * config.sub, config.guess: Import from upstream.
544
545 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
546
547 * Makefile.in: Regenerate.
548
549 * Makefile.tpl: Fix typo.
550 * Makefile.in: Regenerate partially.
551
552 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
553
554 * configure.ac: Added libcilkrts to noconfig list when C++ is not
555 supported.
556 * configure: Regenerated.
557
558 2013-10-30 Jason Merrill <jason@redhat.com>
559
560 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
561 --disable-build-format-warnings.
562
563 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
564
565 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
566 depend on libstdc++ and libgcc.
567 * configure: Regenerate.
568 * configure.ac: Added libcilkrts to target binaries. Also, restrict
569 libcilkrts for POSIX and i*86, and x86_64 architectures.
570 * Makefile.in: Added libcilkrts related fields to support building it.
571
572 2013-10-26 Jeff Law <law@redhat.com>
573
574 * Makefile.def (target_modules): Remove libmudflap
575 (languages): Remove check-target-libmudflap).
576 * Makefile.in: Rebuilt.
577 * Makefile.tpl (check-target-libmudflap-c++): Remove.
578 * configure.ac (target_libraries): Remove target-libmudflap.
579 Remove checks which disabled libmudflap on some systems.
580 * configure: Rebuilt.
581 * libmudflap: Directory removed.
582
583 2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
584
585 * configure.ac: Update from GCC.
586 * configure: Regenerate.
587
588 2013-10-15 Hans-Peter Nilsson <hp@axis.com>
589
590 * src-release (do-proto-toplevel): Support subdir-path-prefixed
591 files in SUPPORT_FILES.
592 (SIM_SUPPORT_DIRS): New variable.
593 (sim.tar.bz2): New rule.
594
595 2013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
596
597 * configure.ac: Update from GCC.
598 * configure: Regenerate.
599
600 2013-10-01 Jeff Johnston <jjohnstn@redhat.com>
601
602 * COPYING.NEWLIB: Update with new copyright.
603
604 2013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
605
606 * configure.ac: Update from GCC.
607 * configure: Regenerate.
608
609 2013-09-20 Alan Modra <amodra@gmail.com>
610
611 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
612 ppc host match. Support little-endian powerpc linux hosts.
613
614 2013-08-16 Joel Brobecker <brobecker@adacore.com>
615
616 * src-release (VER): When using $(TOOL)/common/create-version.sh,
617 strip the "-cvs" suffix from the version number if present.
618
619 2013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
620
621 * configure.ac: Sync with GCC repo.
622 * Makefile.def: Ditto.
623 * configure: Regenerate.
624 * Makefile.in: Ditto.
625
626 2013-07-22 Joel Brobecker <brobecker@adacore.com>
627
628 * src-release (VER): Use $(TOOL)/common/create-version.sh
629 if it exists.
630
631 2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
632
633 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
634 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
635 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
636 * configure: Regenerate.
637
638 2013-06-01 George Thomas <george.thomas@atmel.com>
639
640 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
641 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
642
643 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
644
645 * COPYING.NEWLIB: Add Altera Corporation copyright.
646
647 2013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
648
649 * config.guess: Update from config repo.
650 * config.sub: Ditto.
651
652 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
653
654 * Makefile.def: Sync with GCC.
655 * Makefile.in: Regenerate.
656
657 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
658
659 * configure.ac: Sync with GCC.
660 * configure: Regenerate.
661
662 2013-03-22 Mike Frysinger <vapier@gentoo.org>
663
664 * src-release (VER): Change bfd/configure.in sed to use the new
665 `bfd/configure --version` output.
666
667 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
668
669 * configure.ac: Sync with GCC repo.
670 * configure: Ditto.
671
672 2013-02-05 Ian Lance Taylor <iant@google.com>
673
674 PR go/55969
675 * configure.ac: Disable libgo on some systems where it does not
676 work.
677 * configure: Rebuild.
678
679 2013-02-05 Alan Modra <amodra@gmail.com>
680
681 * configure: Regenerate after syncing config/.
682
683 2013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
684
685 * configure.ac: Sync with GCC repo.
686 * configure: Ditto.
687 * Makefile.def: Ditto.
688 * Makefile.in: Ditto.
689
690 2013-01-11 Joel Brobecker <brobecker@adacore.com>
691
692 Sync with GCC, merge:
693
694 2013-01-09 Jason Merrill <jason@redhat.com>
695
696 * .gitignore: Import from gdb repository.
697
698 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
699
700 * config.sub: Update from config repo.
701
702 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
703
704 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
705 * Makefile.in: Regenerate.
706
707 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
708
709 * Makefile.def (configure-gcc): Depend on all-gmp.
710 (all-gcc): Remove dependency on all-gmp.
711 * Makefile.in: Regenerated.
712
713 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
714
715 * config.guess: Update from config repo.
716 * config.sub: Ditto.
717
718 2013-01-07 Jeff Johnston <jjohnstn@redhat.com>
719
720 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
721 exists and replace the new bfin license in its location.
722
723 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
724
725 PR gas/14899
726 * Makefile.def (dependencies): Make all-binutils, all-gprof,
727 all-ld and all-gold depend on all-gas.
728 * Makefile.in: Regenerated.
729
730 2012-12-29 Ben Elliston <bje@gnu.org>
731
732 * config.guess: Update to 2012-12-29 version.
733 * config.sub: Likewise.
734
735 2012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
736
737 * Makefile.def (install-target-libgo): Depend on
738 install-target-libatomic. Merged from GCC repo.
739 * Makefile.in: Regenerate.
740
741 2012-12-17 Jeff Johnston <jjohnstn@redhat.com>
742
743 * COPYING.LIBGLOSS: Add license for bfin libgloss.
744
745 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
746
747 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
748 * configure: Regenerate.
749
750 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
751
752 * Makefile.def (target_modules): Add bootstrap=true and
753 raw_cxx=true to libsanitizer.
754 * configure.ac (bootstrap_target_libs): Add libsanitizer.
755 * Makefile.in: Regenerated.
756 * configure: Likewise.
757
758 2012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
759
760 * config.sub: Merge from config repo.
761
762 2012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
763
764 * configure.ac: Merge from GCC.
765 * Makefile.tpl: Ditto.
766 * Makefile.in: Ditto.
767 * configure: Ditto.
768
769 2012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
770
771 * configure.ac (noconfigdirs): Merge from GCC.
772 * configure: Regenerate.
773
774 2012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
775
776 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
777
778 2012-11-14 Roland McGrath <mcgrathr@google.com>
779
780 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
781 * configure: Regenerate.
782
783 2012-11-13 Richard Henderson <rth@redhat.com>
784
785 * configure.ac: Move libsanitizer logic to subdirectory.
786 * configure: Regenerate.
787
788 2012-11-13 Dodji Seketeli <dodji@redhat.com>
789
790 * configure.ac: Enable libsanitizer just on x86 linux for now.
791 * configure: Re-generate.
792
793 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
794
795 * configure.ac: Merge libquadmath sections.
796 * configure: Regenerate.
797
798 2012-11-12 Wei Mi <wmi@google.com>
799
800 * configure.ac: Add libsanitizer to target_libraries.
801 * Makefile.def: Ditto.
802 * configure: Regenerate.
803 * Makefile.in: Regenerate.
804
805 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
806
807 * configure: Regenerated.
808
809 2012-11-03 Robert Mason <rbmj@verizon.net>
810
811 * configure.ac: add --disable-libstdcxx configure option
812 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
813
814 2012-10-24 Corinna Vinschen <corinna@vinschen.de>
815
816 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
817 against Mingw64 w32api.
818 * configure: Regenerate.
819
820 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
821
822 PR bootstrap/54820
823 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
824 * configure: Regenerate.
825
826 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
827
828 PR bootstrap/54820
829 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
830 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
831 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
832 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
833 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
834 * Makefile.in: Regenerate.
835 * configure.ac (have_static_libs): New variable and associated check.
836 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
837 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
838 * configure: Regenerate.
839
840 2012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
841
842 * config.guess, config.sub: Include updated version from
843 config-patches. Adds microblaze little endian support.
844
845 2012-09-28 Ian Lance Taylor <iant@google.com>
846
847 * Makefile.def: Make all-target-libgo depend on
848 all-target-libbacktrace.
849 * Makefile.in: Rebuild.
850
851 2012-09-26 Ian Lance Taylor <iant@google.com>
852
853 * Makefile.def: Make all-gcc depend on all-libbacktrace.
854 * Makefile.in: Rebuild.
855
856 2012-09-06 Diego Novillo <dnovillo@google.com>
857
858 * configure.ac: Bump minimum GMP version to 4.2.3.
859 * configure: Re-generate.
860
861 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
862
863 PR target/54461
864 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
865 target-libgloss if not configured --with-avrlibc=no.
866 * configure: Regenerate.
867
868 2012-09-04 Jason Merrill <jason@redhat.com>
869
870 * configure.ac: Fix --enable-languages=all.
871
872 2012-09-03 Richard Guenther <rguenther@suse.de>
873
874 PR bootstrap/54138
875 * configure.ac: Re-organize ISL / CLOOG checks to allow
876 disabling with either --without-isl or --without-cloog.
877 * configure: Regenerated.
878
879 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
880
881 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
882 * configure: Regenerate.
883
884 2012-09-21 Steve Ellcey <sellcey@mips.com>
885
886 * configure.ac: Add mips*-mti-elf* target.
887 * configure: Regenerate.
888
889 2012-09-19 Ian Lance Taylor <iant@google.com>
890
891 * configure.ac (host_libs): Add libbacktrace.
892 (target_libraries): Add libbacktrace.
893 * Makefile.def (host_modules): Add libbacktrace.
894 (target_modules): Likewise.
895 * configure, Makefile.in: Rebuild.
896
897 2012-09-15 Jiong Wang <jiwang@tilera.com>
898
899 * configure.ac (ENABLE_GOLD): support tilegx*
900 * configure: rebuild
901
902 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
903
904 PR target/38607
905 Merge upstream change.
906 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
907
908 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
909 Add libgomp*.o to compare_exclusions for AIX.
910 * configure: Regenerate.
911
912 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
913
914 PR binutils/4970
915 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
916 and opcodes.
917 * Makefile.in: Regenerated.
918
919 2012-08-14 Diego Novillo <dnovillo@google.com>
920
921 Merge from cxx-conversion branch.
922
923 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
924 POSTSTAGE1_CONFIGURE_FLAGS.
925 * Makefile.in: Regenerate.
926 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
927 Force C++ when bootstrapping.
928 * configure: Regenerate.
929
930 2012-07-06 Richard Guenther <rguenther@suse.de>
931
932 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
933 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
934 --with-gmp=system.
935 * Makefile.in: Regenerated.
936 * configure: Likewise.
937
938 2012-07-06 Richard Guenther <rguenther@suse.de>
939
940 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
941 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
942 supply V=1 as extra_make_flags.
943 * configure: Regenerated.
944 * Makefile.in: Likewise.
945
946 2012-07-03 Richard Guenther <rguenther@suse.de>
947
948 * Makfile.def (isl): Remove not necessary extra_exports and
949 extra_make_flags.
950 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
951 * Makefile.in: Regenerated.
952
953 2012-07-03 Richard Guenther <rguenther@suse.de>
954
955 * Makefile.def (cloog): Add V=1 to extra_make_flags.
956 * configure.ac: If either the ISL or the CLooG check failed
957 do not try to build in-tree versions.
958 * Makefile.in: Regenerated.
959 * configure: Regenerated.
960
961 2012-07-02 Richard Guenther <rguenther@suse.de>
962 Michael Matz <matz@suse.de>
963 Tobias Grosser <tobias@grosser.es>
964 Sebastian Pop <sebpop@gmail.com>
965
966 * Makefile.def: Add ISL host module, remove PPL host module.
967 Adjust ClooG host module to use the proper ISL.
968 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
969 * configure.ac: Include config/isl.m4. Add ISL host library,
970 remove PPL. Remove PPL configury, add ISL configury, adjust
971 ClooG configury.
972 * Makefile.in: Regenerated.
973 * configure: Likewise.
974
975 2012-07-02 Richard Guenther <rguenther@suse.de>
976
977 Merge from graphite branch
978 2011-07-21 Tobias Grosser <tobias@grosser.es>
979
980 * configure: Regenerated.
981 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
982 both cloog.org and legacy versions. The only supported version will
983 be CLooG with the isl backend.
984
985 2011-07-21 Tobias Grosser <tobias@grosser.es>
986
987 * configure: Regenerated.
988 * configure.ac: Require cloog isl 0.17.0
989
990 2011-07-21 Tobias Grosser <tobias@grosser.es>
991
992 * configure: Regenerated.
993 * config/cloog.m4: Do not define CLOOG_ORG
994
995 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
996
997 * configure.ac: Skip C if explicitly selected.
998 * configure: Regenerate.
999
1000 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1001
1002 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1003 they contain -O2.
1004 * configure: Regenerate.
1005
1006 2012-06-20 Jason Merrill <jason@redhat.com>
1007
1008 * Makefile.tpl (check-target-libgomp-c++): New.
1009 (check-target-libitm-c++): New.
1010 * Makefile.def (c++): Add them.
1011 * Makefile.in: Regenerate.
1012
1013 2012-05-16 Olivier Hainque <hainque@adacore.com>
1014
1015 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1016 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1017 (install-no-fixedincludes): Adjust accordingly.
1018 * Makefile.in: Regenerate.
1019
1020 2012-05-09 Nick Clifton <nickc@redhat.com>
1021 Paul Smith <psmith@gnu.org>
1022
1023 PR bootstrap/50461
1024 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1025 allow for the fact that from release v3.1.0 of MPFR the source
1026 files were moved into a src sub-directory.
1027 * configure: Regenerate.
1028
1029 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1030
1031 * configure.ac: Bump minimum MPFR version to 2.4.0.
1032 * configure: Regenerated.
1033
1034 2012-05-01 Richard Henderson <rth@redhat.com>
1035
1036 * Makefile.def (libatomic): New target_module.
1037 * configure.ac (target_libraries): Add libatomic.
1038 (noconfigdirs): Check if libatomic is supported.
1039 * Makefile.in, configure: Rebuild.
1040
1041 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1042
1043 Merge upstream change
1044 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1045
1046 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
1047
1048 * libtool.m4: Additional FreeBSD 10 fixes.
1049
1050 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1051
1052 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1053 they contain -O2.
1054 * configure: Regenerate.
1055
1056 2012-05-14 Catherine Moore <clm@codesourcery.com>
1057
1058 * NEWS: Mention PowerPC VLE port.
1059
1060 2012-05-11 Mike Frysinger <vapier@gentoo.org>
1061
1062 * MAINTAINERS (config/): Move to intl/ section.
1063 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1064
1065 2012-05-09 Nick Clifton <nickc@redhat.com>
1066 Paul Smith <psmith@gnu.org>
1067
1068 PR bootstrap/50461
1069 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1070 allow for the fact that from release v3.1.0 of MPFR the source
1071 files were moved into a src sub-directory.
1072 * configure: Regenerate.
1073
1074 2012-05-02 Roland McGrath <mcgrathr@google.com>
1075
1076 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1077 * configure: Regenerate.
1078
1079 2012-04-25 Joel Brobecker <brobecker@adacore.com>
1080
1081 * config.sub: Update to 2012-04-18 version from official repo.
1082
1083 2012-03-19 Tristan Gingold <gingold@adacore.com>
1084
1085 * configure.ac (ia64*-*-*vms*): Add support for ld.
1086 * configure: Regenerate.
1087
1088 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1089
1090 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1091 (unsupported_languages): Remove mips-sgi-irix6.*.
1092 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1093 (with_stabs): Remove.
1094 * configure: Regenerate.
1095
1096 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1097
1098 * configure.ac (enable_libgomp): Remove *-*-osf*.
1099 (with_stabs): Remove alpha*-*-osf*.
1100 * configure: Regenerate.
1101
1102 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1103
1104 * COPYING.NEWLIB: Modify DJ Delorie license to include
1105 modification rights in clause as permitted by DJ Delorie.
1106 * COPYING.LIBGLOSS: Ditto.
1107
1108 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1109
1110 * COPYING.NEWLIB: Remove two unused licenses.
1111
1112 2012-03-05 Tristan Gingold <gingold@adacore.com>
1113
1114 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1115 * configure: Regenerate.
1116
1117 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1118
1119 * COPYING.NEWLIB: Add Adapteva notice.
1120 * COPYING.LIBGLOSS: Add Adapteva notice.
1121
1122 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1123
1124 * configure: Regenerate.
1125
1126 2011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1127
1128 * COPYING.LIBGLOSS: Add GPL with exception license.
1129
1130 2011-11-09 Roland McGrath <mcgrathr@google.com>
1131
1132 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1133 * configure: Rebuild.
1134 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1135 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1136 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1137 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1138 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1139 Add READELF.
1140 * Makefile.in: Rebuild.
1141
1142 2011-11-08 Richard Henderson <rth@redhat.com>
1143
1144 * configure.ac: Test for libitm directory present first.
1145
1146 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1147
1148 * configure.ac: Test libitm/configure.tgt to disable libitm.
1149 * configure: Rebuild.
1150
1151 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1152
1153 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1154 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1155 * Makefile.in: Regenerate.
1156
1157 2011-11-01 DJ Delorie <dj@redhat.com>
1158
1159 * configure.ac (rl78-*-*) New case.
1160 * configure: Regenerate.
1161
1162 2011-11-01 DJ Delorie <dj@redhat.com>
1163
1164 * config.sub: Update to version 2011-10-29 (added rl78)
1165
1166 2011-10-27 Nick Clifton <nickc@redhat.com>
1167
1168 * config.sub: Import these changes from the config project:
1169
1170 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
1171 Ben Elliston <bje@gnu.org>
1172
1173 * config.sub (epiphany): New.
1174
1175 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1176 Ben Elliston <bje@gnu.org>
1177
1178 * config.sub (hexagon, hexagon-*): New.
1179
1180 2011-08-23 Roland McGrath <mcgrathr@google.com>
1181
1182 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1183 64eb to be64.
1184
1185 2011-08-16 Roland McGrath <mcgrathr@google.com>
1186
1187 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1188 (nacl): Grok as alias for 32el-unknown-nacl.
1189
1190 2011-08-19 Joel Brobecker <brobecker@adacore.com>
1191
1192 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
1193
1194 2011-08-14 Yao Qi <yao@codesourcery.com>
1195
1196 Merge from gcc:
1197
1198 2011-08-14 Yao Qi <yao@codesourcery.com>
1199 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1200 * configure: Regenerate.
1201
1202 2011-07-26 Ian Lance Taylor <iant@google.com>
1203
1204 Merge from gcc:
1205
1206 2011-07-26 Ian Lance Taylor <iant@google.com>
1207 * configure.ac: Set have_compiler based on whether gcc directory
1208 exists, rather than on whether gcc is in configdirs.
1209 * configure: Rebuild.
1210
1211 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1212 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1213 link directories.
1214 * Makefile.in: Rebuild.
1215
1216 2011-07-20 Ian Lance Taylor <iant@google.com>
1217 PR bootstrap/49787
1218 * configure.ac: Move --enable-bootstrap handling earlier in file.
1219 If --enable-bootstrap and either --enable-build-with-cxx or
1220 --enable-build-poststage1-with-cxx, enable C++ automatically.
1221 * configure: Rebuild.
1222
1223 2011-07-19 Ian Lance Taylor <iant@google.com>
1224 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1225 make C++ a boot_language. Set and substitute
1226 POSTSTAGE1_CONFIGURE_FLAGS.
1227 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1228 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1229 * configure, Makefile.in: Rebuild.
1230
1231 2011-07-16 Jason Merrill <jason@redhat.com>
1232 * Makefile.def (language=c++): Add check-c++0x and
1233 check-target-libmudflap-c++.
1234 * Makefile.tpl (check-target-libmudflap-c++): New.
1235 * Makefile.in: Regenerate.
1236
1237 2011-07-16 Matthias Klose <doko@ubuntu.com>
1238 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1239 * Makefile.def (target_modules/libjava): Pass
1240 $(EXTRA_CONFIGARGS_LIBJAVA).
1241 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1242 if not configured with --enable-static-libjava.
1243 * Makefile.in: Regenerate.
1244 * configure: Likewise.
1245
1246 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
1247 PR regression/47836
1248 PR bootstrap/23656
1249 PR other/47733
1250 PR bootstrap/49247
1251 PR c/48825
1252 * configure.ac (target_libraries): Remove target-libiberty.
1253 Remove case-statement setting skipdirs=target-libiberty for
1254 multiple targets. Remove checking target_configdirs and
1255 removing target-libiberty but keeping target-libgcc if
1256 otherwise empty.
1257 * Makefile.def (target_modules): Don't add libiberty.
1258 (dependencies): Remove all traces of target-libiberty.
1259 * configure, Makefile.in: Regenerate.
1260
1261 2011-07-22 Jason Merrill <jason@redhat.com>
1262
1263 * Makefile.def (language=c++): Add check-c++0x and
1264 check-target-libmudflap-c++.
1265 * Makefile.tpl (check-target-libmudflap-c++): New.
1266 * Makefile.in: Regenerate.
1267
1268 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1269
1270 * configure: Regenerate.
1271
1272 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1273
1274 PR target/39150
1275 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1276 x86_64-*-solaris2.1[0-9]*.
1277 * configure: Regenerate.
1278
1279 2011-06-13 Walter Lee <walt@tilera.com>
1280
1281 * configure.ac (tilepro-*-*) New case.
1282 (tilegx-*-*): Likewise.
1283 * configure: Regenerate.
1284
1285 2011-06-06 Nick Clifton <nickc@redhat.com>
1286
1287 * config.sub: Sync from upstream.
1288
1289 2011-05-08 Doug Kwan <dougkwan@google.com>
1290
1291 Merge from gcc:
1292
1293 2011-05-08 Doug Kwan <dougkwan@google.com>
1294
1295 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1296 * configure: Regenerated.
1297 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1298 value from configure.
1299 * Makefile.in: Regenerated.
1300
1301 2011-05-05 Joseph Myers <joseph@codesourcery.com>
1302
1303 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1304 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1305 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1306 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1307 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1308 *-*-vxworks*): Disable newlib and libgloss in separate case
1309 statement.
1310 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1311 to separate case statement.
1312 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1313 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1314 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1315 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1316 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1317 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1318 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1319 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1320 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1321 i[[3456789]]86-*-rdos*, m32r-*-*,
1322 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1323 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1324 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1325 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1326 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1327 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1328 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1329 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1330 and libgloss in main case over targets. Remove most empty cases
1331 in main case over targets.
1332 * configure: Regenerate.
1333
1334 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1335
1336 * configure.ac: Remove code setting special library locations for
1337 hppa*64*-*-hpux11*. Remove code setting compiler for
1338 sparc-sun-solaris2*.
1339 * configure: Regenerate.
1340
1341 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1342
1343 * configure.ac: Separate libgloss_dir settings from general case
1344 over targets.
1345 * configure: Regenerate.
1346
1347 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1348
1349 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1350 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1351 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1352 cases in libgcj-disabling case statement.
1353 (hppa*64*-*-linux*): Set unsupported_languages instead of
1354 disabling target-zlib.
1355 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1356 to hppa*64*-*-hpux*.
1357 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1358 hppa*-*-hpux*.
1359 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1360 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1361 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1362 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1363 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1364 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1365 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1366 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1367 libgcj-disabling case statement.
1368 * configure: Regenerate.
1369
1370 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1371
1372 * configure.ac: Disable Java for targets not supporting libffi.
1373 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1374 Remove cases in Java-disabling statement.
1375 (*arm-wince-pe): Change to arm-wince-pe.
1376 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1377 cases in Java-disabling statement.
1378 (bfin-*-*): Don't disable Java again.
1379 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1380 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1381 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1382 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1383 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1384 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1385 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1386 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1387 Java-disabling statement.
1388 (mmix-*-*): Don't disable Java again.
1389 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1390 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1391 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1392 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1393 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1394 statement.
1395 * configure: Regenerate.
1396
1397 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1398
1399 Merge from GCC:
1400
1401 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1402
1403 PR lto/48086
1404 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1405 * configure: Regenerate.
1406
1407 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1408
1409 * configure.ac: Separate cases disabling Java and Java libraries
1410 from general case over targets.
1411 * configure: Regenerate.
1412
1413 2011-04-06 Joseph Myers <joseph@codesourcery.com>
1414
1415 * configure.ac (build_tools): Remove build-byacc.
1416 (host_libs): Remove mmalloc.
1417 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1418 autoconf automake libtool diff rcs fileutils shellutils time
1419 textutils wdiff find uudecode hello tar gzip indent recode release
1420 sed perl gawk findutils gettext zip.
1421 (libgcj): Remove target-qthreads.
1422 (target_tools): Remove target-examples target-gperf.
1423 (YACC): Don't handle building byacc.
1424 * configure: Regenerate.
1425 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1426 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1427 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1428 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1429 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1430 handle building components.
1431 * Makefile.in: Regenerate.
1432
1433 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1434
1435 * config.sub: Sync from upstream.
1436
1437 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1438
1439 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1440 (microblaze*): Don't disable libssp.
1441 * configure: Regenerate.
1442
1443 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1444
1445 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1446 moveifchange.
1447 * configure: Regenerate.
1448 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1449 * Makefile.in: Regenerate.
1450
1451 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1452
1453 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1454 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1455 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1456 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1457 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1458 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1459 md_exec_prefix cases.
1460 * configure: Regenerate.
1461
1462 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1463
1464 * configure.ac: Separate cases disabling target-libssp,
1465 target-libiberty, target-libstdc++-v3 and Fortran from general
1466 case over targets.
1467 * configure: Regenerate.
1468
1469 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1470
1471 * configure.ac (*-*-chorusos): Don't disable libgcj.
1472 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1473 Remove case.
1474 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1475 (arm-*-coff): Don't disable libgcj.
1476 (arm*-*-linux-gnueabi): Remove useless assignment.
1477 (arm-*-riscix*): Don't disable libgcj.
1478 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1479 configuration.
1480 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1481 (c54x*-*-*): Remove case.
1482 (tic54x-*-*): Don't disable GCC or GCC libraries.
1483 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1484 to *.
1485 (d10v-*-*): Don't disable GCC libraries.
1486 (d30v-*-*): Don't disable libgcj.
1487 (h8500-*-*): Don't disable GCC libraries.
1488 (i960-*-*): Don't disable libgcj.
1489 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1490 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1491 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1492 libgcj.
1493 (m68k-*-coff*): Remove case.
1494 (mmix-*-*): Don't disable libgloss on host.
1495 (mn10200-*-*, mn10300-*-*): Remove cases.
1496 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1497 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1498 Don't disable libgcj.
1499 (romp-*-*): Remove case.
1500 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1501 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1502 case.
1503 (v810-*-*): Don't disable GCC libraries.
1504 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1505 (ip2k-*-*): Don't disable GCC libraries.
1506 * configure: Regenerate.
1507
1508 2011-03-28 Joseph Myers <joseph@codesourcery.com>
1509
1510 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1511 libffi on host.
1512 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1513 on host.
1514 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1515 * configure: Regenerate.
1516
1517 2011-03-26 John Marino <binutils@marino.st>
1518
1519 * configure.ac: Add support for *-*-dragonfly*
1520 * configure: Regenerate.
1521
1522 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1523
1524 * configure.ac (native_only): Remove.
1525 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1526 send-pr uudecode guile gnuserv on host.
1527 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1528 send-pr rcs guile perl texinfo libtool on host.
1529 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1530 automake send-pr rcs guile perl texinfo libtool on host.
1531 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1532 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1533 (alpha*-dec-osf*): Don't disable fileutils on target.
1534 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1535 texinfo send-pr expect dejagnu on target.
1536 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1537 target-qthreads on target.
1538 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1539 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1540 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1541 x86_64-*-mingw*): Don't disable expect on target.
1542 (*-*-cygwin*): Don't disable target-gperf on target.
1543 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1544 gnuserv on target.
1545 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1546 target.
1547 * configure: Regenerate.
1548
1549 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1550
1551 * configure.ac (target_tools): Remove target-groff.
1552 (native_only): Remove target-groff.
1553 (hppa*64*-*-*): Don't disable byacc.
1554 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1555 setting.
1556 (*-*-kaos*): Don't skip target-librx and target-groff.
1557 (*-*-netware*): Don't skip target-libmudflap.
1558 (*-*-tpf*): Don't skip target-libmudflap.
1559 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1560 directories on the host.
1561 (ia64*-*-*vms*): Don't skip tix.
1562 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1563 host.
1564 * configure: Regenerate.
1565
1566 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
1567
1568 * configure.ac: Remove references to mt-mep, mt-netware,
1569 mt-wince.
1570 * Makefile.def: Add all-utils soft dependencies.
1571 * Makefile.tpl: Remove GDB_NLM_DEPS.
1572 * configure: Regenerate.
1573 * Makefile.in: Regenerate.
1574
1575 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1576
1577 Sync from GCC:
1578
1579 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1580
1581 * configure.ac: Do not include mh-x86omitfp.
1582 * configure: Regenerate.
1583
1584 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1585
1586 * configure.ac: Remove empty cases.
1587 * configure: Regenerate.
1588
1589 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1590
1591 * Makefile.def: Add dependency from termcap to gdb.
1592 * Makefile.in: Regenerate.
1593
1594 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1595
1596 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1597 * configure: Regenerate.
1598 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1599 * Makefile.tpl: Likewise.
1600 * Makefile.in: Regenerate.
1601
1602 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1603
1604 * configure.ac: Remove all mentions of tentative_cc.
1605 * configure: Regenerate.
1606
1607 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
1608
1609 PR lto/48086
1610 * configure.ac: Re-enable LTO on *-apple-darwin9.
1611 * configure: Regenerate.
1612
1613 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1614
1615 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1616 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1617 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1618 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1619 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1620 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1621 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1622 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1623 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1624 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1625 *-*-rhapsody*): Remove host cases.
1626 * configure: Regenerate.
1627
1628 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1629
1630 * configure.ac (ppc*-*-pe): Remove host case.
1631 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1632 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1633 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1634 cases.
1635 * configure: Regenerate.
1636
1637 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1638
1639 * config.sub: Update to version 2011-03-23.
1640
1641 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1642
1643 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1644 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1645 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1646 * configure: Regenerate.
1647
1648 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1649
1650 * config-ml.in: Don't handle arc-*-elf*.
1651 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1652 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1653 handle GCC libraries.
1654 * configure: Regenerate.
1655
1656 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1657
1658 PR bootstrap/48120:
1659 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1660 Add -lstdc++ -lm to LIBS.
1661 * configure: Regenerate.
1662
1663 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
1664
1665 * config.guess: Update to version 2011-02-02
1666 * config.sub: Update to version 2011-02-24
1667
1668 2011-03-03 Sebastian Pop <sebastian.pop@amd.com>
1669
1670 * configure.ac: Adjust test of with_ppl.
1671 * configure: Regenerated.
1672
1673 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1674
1675 * configure.ac: Add -lpwl to ppllibs.
1676 * config/cloog.m4: Add -lisl to clooglibs.
1677 * configure: Regenerated.
1678
1679 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1680
1681 Import from Libtool and gnulib:
1682
1683 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
1684
1685 Prepare for supporting FreeBSD 10.
1686 * config.rpath: Remove handling of freebsd1* which soon would
1687 match FreeBSD 10.0.
1688
1689 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
1690
1691 Remove support for FreeBSD 1.x.
1692 * libtool.m4 (_LT_LINKER_SHLIBS)
1693 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1694 soon would incorrectly match FreeBSD 10.0.
1695
1696 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1697
1698 PR binutils/12283
1699 * MAINTAINERS (mkinstalldirs): Comes from Automake.
1700 (move-if-change): Comes from gnulib.
1701 * move-if-change: Import version from gnulib.
1702
1703 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1704
1705 Sync from GCC:
1706
1707 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
1708
1709 PR lto/47225
1710 * Makefile.def (lto-plugin): Double dash for enable-shared.
1711 (configure-gcc): Depend on all-lto-plugin.
1712 * Makefile.in: Rebuilt.
1713
1714 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1715
1716 * configure.ac: Remove extra bracket.
1717 * configure: Regenerate.
1718
1719 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
1720
1721 PR lto/47225
1722 * Makefile.def: Add dependency for install-gcc
1723 on install-lto-plugin.
1724 * Makfile.in: Regenerated
1725
1726 2011-01-25 Jakub Jelinek <jakub@redhat.com>
1727
1728 * configure.ac: If with_ppl is no, move setting with_cloog=no
1729 after CLOOG_REQUESTED check.
1730 * configure: Regenerated.
1731
1732 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1733
1734 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1735 CLooG has been requested.
1736 * configure: Regenerated.
1737
1738 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1739
1740 * configure: Regenerated.
1741 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1742
1743 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1744
1745 * configure: Regenerated.
1746 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1747
1748 2011-01-07 Jan Hubicka <jh@suse.cz>
1749
1750 PR lto/47225
1751 * Makefile.in: Regenerate.
1752 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1753 configure.
1754
1755 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
1756
1757 PR libgcj/44341
1758 * configure.ac: Discard --with-* flags for host when configuring
1759 target libraries for cross build.
1760 * configure: Rebuilt.
1761
1762 2011-01-21 Andreas Schwab <schwab@redhat.com>
1763
1764 Sync from GCC:
1765
1766 2011-01-21 Andreas Schwab <schwab@redhat.com>
1767
1768 * configure.ac: Use AS_HELP_STRING throughout.
1769 * configure: Regenerate.
1770
1771 2011-01-18 Jie Zhang <jie.zhang@analog.com>
1772
1773 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1774 * configure: Regenerate.
1775
1776 2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1777
1778 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1779
1780 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1781
1782 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1783 for ia64-hpux.
1784 * configure: Regenerate.
1785
1786 2011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1787
1788 Sync from GCC:
1789 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1790
1791 * configure.ac: (picochip): Disable libiberty.
1792 * configure: Regenerate.
1793
1794 2010-12-18 Jeff Johnston <jjohnstn@redhat.com>
1795
1796 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
1797
1798 2010-12-10 Ian Lance Taylor <iant@google.com>
1799
1800 PR bootstrap/46819
1801 * configure.ac: For --disable-libgcj clear libgcj_saved.
1802 * configure: Rebuild.
1803
1804 2010-12-10 Tobias Burnus <burnus@net-b.de>
1805
1806 PR fortran/46540
1807 * configure.ac: Add --disable-libquadmath and
1808 --disable-libquadmath-support.
1809 * configure: Regenerate.
1810
1811 2010-12-10 Tristan Gingold <gingold@adacore.com>
1812
1813 * src-release (ETC_SUPPORT): add gnu-oids.texi
1814
1815 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
1816
1817 PR libffi/46792
1818 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1819 * configure: Regenerate.
1820
1821 2010-12-02 Ian Lance Taylor <iant@google.com>
1822
1823 * configure.ac: Always set default for poststage1_ldflags to
1824 -static-libstdc++ -static-libgcc.
1825
1826 2010-12-02 Jeff Johnston <jjohnstn@redhat.com>
1827
1828 * COPYING.NEWLIB: Add National Semiconductor notice.
1829
1830 2010-11-29 Andreas Schwab <schwab@redhat.com>
1831
1832 * configure.ac: Move comment to remove extra space in last argument
1833 of GCC_TARGET_TOOL.
1834
1835 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
1836
1837 PR other/46026
1838 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1839 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1840 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1841 (BASE_FLAGS_TO_PASS): Use it.
1842 * configure: Rebuilt.
1843 * Makefile.in: Rebuilt.
1844
1845 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
1846
1847 PR binutils/12258
1848 * configure.ac: Correct comments for --enable-gold/--enable-ld.
1849 Properly check default linker.
1850 * configure: Regnerated.
1851
1852 2010-11-23 Matthias Klose <doko@ubuntu.com>
1853
1854 * configure.ac: For --enable-gold, handle value `default' instead of
1855 `both*'. New configure option --{en,dis}able-ld.
1856 * configure: Regenerate.
1857
1858 2010-11-20 Ian Lance Taylor <iant@google.com>
1859
1860 * configure.ac: Only disable a language library if no language needs
1861 it. Don't let --disable-libgcj uncondtionally disable libffi.
1862 * configure: Rebuild.
1863
1864 2010-11-20 Paolo Bonzini <bonzini@gnu.org>
1865
1866 * configure: Regenerate.
1867
1868 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1869
1870 PR other/46202
1871 * configure.ac: Fix just-built in-tree STRIP name to be
1872 binutils/strip-new.
1873 * configure: Regenerate.
1874 * Makefile.def (install-strip-gcc, install-strip-binutils)
1875 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1876 (install-strip-sid): Mirror dependencies on non-strip variants
1877 of these targets on the respective -strip prerequisites.
1878 * Makefile.tpl (install-strip, install-strip-host)
1879 (install-strip-target): New targets.
1880 (install-strip-[+module+], install-strip-target-[+module+]):
1881 New targets.
1882 * Makefile.in: Regenerate.
1883
1884 2010-11-19 Ian Lance Taylor <iant@google.com>
1885 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1886
1887 * configure.ac: Add target-libgo to target_libraries. Set
1888 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1889 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1890 (HOST_EXPORTS): Add GOC.
1891 (BASE_TARGET_EXPORTS): Add GOC.
1892 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1893 (GOCFLAGS_FOR_TARGET): New variable.
1894 (EXTRA_HOST_FLAGS): Add GOC.
1895 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1896 * Makefile.def (target_modules): Add libgo.
1897 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1898 (dependencies): Add dependency from configure-target-libgo to
1899 configure-target-libffi and all-target-libstdc++-v3. Add
1900 dependencies from all-target-libgo to all-target-libffi.
1901 (languages): Add go.
1902 * configure: Rebuild.
1903 * Makefile.in: Rebuild.
1904
1905 2010-11-19 Ian Lance Taylor <iant@google.com>
1906
1907 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1908 compiler/flag environment variables.
1909
1910 2010-11-18 Ian Lance Taylor <iant@google.com>
1911
1912 * configure.ac: Check for lang_requires_boot_languages in
1913 config-lang.in files.
1914 * configure: Rebuild.
1915
1916 2010-11-17 Mike Frysinger <vapier@gentoo.org>
1917
1918 * .gitignore: New file.
1919
1920 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1921 Tobias Burnus <burnus@net-b.de>
1922
1923 PR fortran/32049
1924 * Makefile.def: Add libquadmath; build it with language=fortran.
1925 * configure.ac: Add libquadmath.
1926 * Makefile.tpl: Handle multiple libs in check-[+language+].
1927 * Makefile.in: Regenerate.
1928 * configure: Regenerate.
1929
1930 2010-11-15 Andreas Schwab <schwab@redhat.com>
1931
1932 * configure.ac: Fix spelling in option names.
1933 * configure: Regenerated.
1934
1935 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
1936
1937 PR bootstrap/39622
1938 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1939 * configure: Regenerated.
1940
1941 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1942
1943 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
1944 define the cloog backend to use. Furthermore, only pass the ppllibs to
1945 the configure checks, if necessary.
1946 * configure: Regenerate.
1947
1948 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1949
1950 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
1951 * configure: regenerate
1952
1953 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1954
1955 * config/cloog.m4: Fix typo. verison -> version.
1956 * configure: Regenerate.
1957
1958 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1959
1960 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
1961 * configure: Regenerate.
1962
1963 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1964
1965 * configure.ac: Support official CLooG.org versions.
1966 * configure: Regenerate.
1967 * config/cloog.m4: New.
1968
1969 2010-11-05 Michael Eager <eager@eagercon.com>
1970
1971 * COPYING.LIBGLOSS: Correct typo in microblaze.
1972 * COPYING.NEWLIB: Same.
1973
1974 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1975
1976 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1977 * configure: Regenerate.
1978
1979 2010-11-03 Ian Lance Taylor <iant@google.com>
1980 Dave Korn <dave.korn.cygwin@gmail.com>
1981
1982 PR lto/46273
1983 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
1984 and on other supported platforms whenever LTO is enabled.
1985 * configure: Rebuild.
1986
1987 2010-11-02 Alan Modra <amodra@gmail.com>
1988
1989 PR binutils/12110
1990 * configure.ac: Error when source path contains spaces.
1991 * configure: Regenerate.
1992
1993 2010-10-20 Ian Lance Taylor <iant@google.com>
1994
1995 * Makefile.def (target_modules): Set lib_path to src/.libs for
1996 libstdc++-v3 module.
1997 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1998 * Makefile.in: Rebuild.
1999
2000 2010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2001 Joseph Myers <joseph@codesourcery.com>
2002
2003 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2004 notices.
2005 * COPYING.NEWLIB: Add Texas Instruments notice.
2006
2007 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2008
2009 * configure.ac (build_lto_plugin): New shell variable.
2010 (--enable-lto): Turn on by default for all non-ELF platforms that
2011 have had LTO support added so far. Set build_lto_plugin appropriately
2012 for both ELF and non-ELF.
2013 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2014 * configure: Regenerate.
2015
2016 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2017
2018 PR bootstrap/45326
2019 PR bootstrap/45174
2020 * configure.ac: Honor initial values of $build_configargs,
2021 $host_configargs, $target_configargs. Mark the precious, so
2022 environment settings get recorded.
2023 * configure: Regenerate.
2024
2025 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2026
2027 Sync from GCC:
2028
2029 2010-09-30 Michael Eager <eager@eagercon.com>
2030
2031 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2032 * configure: Regenerate.
2033
2034 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2035
2036 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2037 targets and amend comment.
2038 * configure: Regenerate.
2039
2040 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2041
2042 * configure.ac: Enable LTO by default on Darwin.
2043 * configure: Regenerate.
2044
2045 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2046
2047 PR bootstrap/44455
2048 * configure.ac (extra_mpfr_configure_flags): Copy from
2049 extra_mpc_gmp_configure_flags.
2050 * configure: Re-generated.
2051
2052 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2053
2054 Sync from GCC:
2055
2056 PR bootstrap/45796
2057 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2058 Depend on all-build-libiberty.
2059 * Makefile.in: Regenerate.
2060
2061 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2062
2063 Sync from GCC:
2064
2065 PR bootstrap/44621
2066 * configure.ac: Fix unportable shell quoting.
2067 * configure: Regenerate.
2068
2069 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2070
2071 * configure.ac: Support all v850 targets.
2072 * configure: Regenerate.
2073
2074 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2075
2076 PR target/44862
2077 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2078 Provide -B option to allow for link spec %s substitutions for
2079 libstdc++.a on darwin.
2080 * Makefile.in: Regenerate.
2081
2082 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
2083
2084 * Makefile.def (configure-gcc): Depend on all-libelf.
2085 * Makefile.in: Rebuild.
2086
2087 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2088
2089 * config.sub, config.guess: Update from upstream sources.
2090
2091 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2092
2093 Sync from GCC:
2094
2095 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2096 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2097 * configure: Regenerated.
2098
2099 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2100 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2101 * configure: Regenerate.
2102
2103 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2104 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2105 * configure: Regenerate.
2106
2107 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2108 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2109 separately.
2110 * configure: Regenerate.
2111
2112 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2113 * configure: Regenerate after change to elf.m4.
2114
2115 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2116 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2117 * configure: Regenerated.
2118
2119 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2120 * configure.ac: Print "buggy but acceptable" when CLooG
2121 revision is less than 9.
2122 * configure: Regenerated.
2123
2124 2010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2125
2126 Merge from gcc:
2127
2128 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2129 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2130 * configure: Regenerate.
2131
2132 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2133 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2134 a platform that supports LTO.
2135 * configure: Regenerate.
2136
2137 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2138 PR lto/42776
2139 * configure.ac (--enable-lto): Refactor handling so libelf tests
2140 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2141 and allow LTO to be explicitly enabled on non-ELF platforms that
2142 are known to support it inside else-clause.
2143 * configure: Regenerate.
2144
2145 2010-04-27 Roland McGrath <roland@redhat.com>
2146 H.J. Lu <hongjiu.lu@intel.com>
2147
2148 * configure.ac (--enable-gold): Support both, both/gold and
2149 both/bfd to add gold to configdirs without removing ld.
2150 * configure: Regenerated.
2151
2152 * Makefile.def: Add install-gold dependency to install-ld.
2153 * Makefile.in: Regenerated.
2154
2155 2010-04-14 Tristan Gingold <gingold@adacore.com>
2156
2157 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2158 * configure: Regenerate.
2159
2160 2010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2161
2162 Merge from gcc:
2163 PR bootstrap/43615
2164 PR bootstrap/43328
2165 Revert:
2166 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2167 * configure.ac: Do not pass --enable-multilib nor
2168 --disable-multilib in baseargs. Accept explicitly passed
2169 --enable_multilib.
2170 * configure: Regenerate.
2171
2172 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2173
2174 PR bootstrap/43328
2175 * configure.ac: Do not pass --enable-multilib nor
2176 --disable-multilib in baseargs. Accept explicitly passed
2177 --enable_multilib.
2178 * configure: Regenerate.
2179
2180 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2181
2182 * configure.ac (tic6x-*-*): New case.
2183 * configure: Regenerate.
2184
2185 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2186
2187 Merge from gcc:
2188 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2189 PR ada/42554
2190 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2191 * configure: Regenerate.
2192
2193 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2194
2195 * config.sub: Update to version 2010-03-22.
2196 * config.guess: Update to version 2009-12-30.
2197
2198 2010-03-14 Joseph Myers <joseph@codesourcery.com>
2199
2200 Merge from gcc:
2201 2010-01-11 Richard Guenther <rguenther@suse.de>
2202 PR lto/41569
2203 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2204 * Makefile.in: Regenerated.
2205
2206 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2207
2208 PR libstdc++/32499
2209 * configure.ac (RANLIB): Default to true.
2210 (STRIP): Likewise.
2211 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2212 * configure: Regenerate.
2213
2214 2010-02-17 Nick Clifton <nickc@redhat.com>
2215
2216 PR 11238
2217 * Makefile.tpl (local-distclean): Also remove config.cache files in
2218 sub-directories as there may not be Makefiles present in the
2219 sub-directories.
2220 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2221 the config.cache files found by the find command.
2222
2223 * Makefile.in: Regenerate.
2224 * configure.ac: Revert previous delta.
2225 * configure: Regenerate.
2226
2227 2010-02-15 Nick Clifton <nickc@redhat.com>
2228
2229 PR 11238
2230 * configure.ac: Delete config.cache files in sub-directories when
2231 deleting Makefiles.
2232 * configure: Regenerate.
2233
2234 2010-02-15 Nick Clifton <nickc@redhat.com>
2235
2236 * configure.ac: Sync from gcc.
2237 * configure: Regenerate.
2238
2239 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2240
2241 Sync from gcc:
2242 * configure.ac: Add "recommended" version checks for GMP/MPC.
2243 Update recommended GMP/MPFR/MPC versions.
2244 * configure: Regenerate.
2245
2246 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
2247
2248 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2249 * configure.ac (bootstrap_target_libs): Make inclusion of
2250 target-libgomp conditional on libgomb being in target_configdirs.
2251 * configure: Regenerate.
2252
2253 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
2254
2255 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2256 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2257 * configure: Regenerate.
2258
2259 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
2260
2261 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2262 * configure.ac (target_configdirs): Substitute.
2263 * Makefile.def: Bootstrap target module libgomp.
2264 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2265 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2266 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2267 * configure, Makefile.in: Regenerate.
2268
2269 2009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2270
2271 * libtool.m4: Sync from git Libtool.
2272 * ltmain.sh: Likewise.
2273 * ltoptions.m4: Likewise.
2274 * ltversion.m4: Likewise.
2275 * lt~obsolete.m4: Likewise.
2276
2277 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2278 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2279
2280 PR bootstrap/42424
2281 * configure.ac: Include libtool m4 files.
2282 (_LT_CHECK_OBJDIR): Call it.
2283 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2284 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
2285
2286 * configure: Regenerate.
2287
2288 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2289
2290 PR bootstrap/41818
2291 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2292 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2293 * Makefile.in: Regenerate.
2294
2295 2009-12-18 Ben Elliston <bje@au.ibm.com>
2296
2297 * config.sub, config.guess: Update from upstream sources.
2298
2299 2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
2300
2301 * COPYING.NEWLIB: Update copyright date.
2302 * COPYING.LIBGLOSS: Ditto.
2303
2304 2009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2305
2306 PR middle-end/30447
2307 PR middle-end/30789
2308 PR other/40302
2309
2310 * configure.ac: Require MPC.
2311 * configure: Regenerate.
2312
2313 * configure.ac: Update minimum MPC version to 0.8.
2314 * configure: Regenerate.
2315
2316 2009-11-20 Paolo Bonzini <bonzini@gnu.org>
2317
2318 * config.guess: Sync with upstream and gcc.
2319 * config.sub: Sync with upstream and gcc.
2320
2321 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2322
2323 * Makefile.def: Restore host and target settings for gmp.
2324 * Makefile.in: Rebuild.
2325
2326 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2327
2328 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2329 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2330 Fix portability of test of C++ as bootstrap language. Add
2331 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2332 * configure: Rebuild.
2333 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2334 and cloog. Fix in-tree ppl configuration. Introduce libelf
2335 in-tree building.
2336 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2337 (POSTSTAGE1_HOST_EXPORTS): Use it.
2338 (STAGE[+id+]_CXXFLAGS): New.
2339 (BASE_FLAGS_TO_PASS): Pass it down.
2340 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2341 extra_exports.
2342 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2343 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2344 extra_exports.
2345 * Makefile.in: Rebuild.
2346
2347 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2348
2349 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2350 paths for *-w64-mingw* and x86_64-*mingw*.
2351 * configure: Regenerated.
2352
2353 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
2354
2355 * configure.ac: Disable target-winsup & co for
2356 x86_64-*-mingw* and *-w64-mingw* targets.
2357 * configure: Regenerated.
2358
2359 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2360
2361 * configure.ac (CLooG test): Use = with test.
2362 * configure: Regenerate.
2363
2364 2009-10-22 Richard Guenther <rguenther@suse.de>
2365
2366 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2367 cloog if the ppl version check failed. Move flags saving
2368 before setting in libelf check.
2369 * configure: Regenerate.
2370
2371 2009-10-21 Richard Guenther <rguenther@suse.de>
2372
2373 * configure.ac: Adjust the ppl and cloog configure to work as
2374 documented. Disable cloog if ppl was disabled. Omit the version
2375 checks if they were disabled.
2376 * configure: Re-generate.
2377
2378 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2379
2380 * configure.ac: Add 'lto' to enable_languages, not
2381 new_enable_languages, and only if not already present.
2382 * configure: Regenerate.
2383
2384 2009-10-06 Ian Lance Taylor <iant@google.com>
2385
2386 * Makefile.def: check-gold depends upon all-gas.
2387 * Makefile.in: Rebuild.
2388
2389 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2390
2391 * Makefile.def: all-lto-plugin depends on all-libiberty.
2392 set bootstrap=true for lto-plugin.
2393 Add lto-plugin.
2394 * Makefile.in: Regenerate.
2395 * configure.ac (host_libs): Add lto-plugin.
2396 * configure: Regenerate.
2397
2398 2009-10-03 Diego Novillo <dnovillo@google.com>
2399
2400 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2401 (HOST_LIBELFLIBS): Define.
2402 (HOST_LIBELFINC): Define.
2403 * Makefile.in: Regenerate.
2404 * configure.ac: Add --enable-lto.
2405 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2406 If --enable-lto is used, add 'lto' to new_enable_languages.
2407 If --enable-lto is used and gold is enabled, add
2408 lto-plugin to configdirs.
2409 * configure: Regenerate.
2410
2411 2009-10-03 Simon Baldwin <simonb@google.com>
2412
2413 * configure.ac: If --with-system-zlib, suppress local zlib and
2414 pass --with-system-zlib to subdir configure scripts.
2415 * configure: Regenerate.
2416
2417 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
2418 Paolo Bonzini <bonzini@gnu.org>
2419
2420 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2421 $(srcdir).
2422 * Makefile.in: Rebuilt.
2423
2424 2009-09-29 Paolo Bonzini <bonzini@gnu.org>
2425
2426 Sync from gcc:
2427 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2428
2429 * configure.ac: Update minimum MPC version to 0.7.
2430 * configure: Regenerate.
2431
2432 2009-09-25 Nick Clifton <nickc@redhat.com>
2433
2434 * configure.ac: Pass any --cache-file=/dev/null option on to
2435 subconfigures.
2436 * configure: Regenerate.
2437
2438 2009-09-23 Nick Clifton <nickc@redhat.com>
2439
2440 * config.sub, config.guess: Update from upstream sources.
2441
2442 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
2443
2444 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2445 * Makefile.in: Rebuilt.
2446
2447 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2448
2449 PR bootstrap/32272
2450 * configure.ac: Error out if $srcdir isn't '.' but contains
2451 host-${host_noncanonical}.
2452 * configure: Regenerate.
2453
2454 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2455
2456 * configure.ac: If bootstrapping a combined tree with
2457 --enable-gold, require c++ in stage1_languages.
2458 * configure: Regenerate.
2459
2460 * configure.ac: Also add target_libs of stage1_languages to
2461 bootstrap_target_libs.
2462 * configure: Regenerate.
2463
2464 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2465 with --enable-languages not containing c++.
2466 * configure: Regenerate.
2467
2468 2009-09-16 Jie Zhang <jie.zhang@analog.com>
2469
2470 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2471 * configure: Regenerate.
2472
2473 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2474
2475 * configure.ac: Do not use $extrasub for replacing @if/@endif
2476 parts in Makefile; instead, use additional arguments to
2477 AC_CONFIG_COMMANDS to do the replacement manually, with several
2478 sed invocations, to avoid HP-UX sed command limits.
2479 * configure: Regenerate.
2480
2481 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
2482
2483 * configure.ac (with-build-config): Document. Handle without.
2484 Handle missing argument.
2485 * configure: Rebuilt.
2486
2487 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
2488
2489 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2490 Default to bootstrap-debug only if compare-debug works.
2491 * configure: Rebuilt.
2492 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2493 * Makefile.in: Rebuilt.
2494
2495 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
2496
2497 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2498 * Makefile.in: Rebuilt.
2499
2500 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
2501
2502 * Makefile.tpl (AWK): Fix typo.
2503 * Makefile.in: Regenerate.
2504
2505 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
2506
2507 * configure.ac: Detect awk and sed.
2508 * Makefile.def (flags_to_pass): Add AWK and SED.
2509 * Makefile.tpl (AWK, SED): New.
2510 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2511 * configure: Regenerate.
2512 * Makefile.in: Regenerate.
2513
2514 2009-09-01 Tristan Gingold <gingold@adacore.com>
2515
2516 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
2517 Remove logical names.
2518
2519 2009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
2520
2521 * ltmain.sh (func_normal_abspath): New function.
2522 (func_relative_path): Likewise.
2523 (func_mode_help): Document new -bindir option for link mode.
2524 (func_mode_link): Add new -bindir option, and use it to place
2525 output DLL if specified.
2526
2527 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2528
2529 * configure.ac (AC_PREREQ): Bump to 2.64.
2530
2531 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2532
2533 * README-maintainer-mode: Point directly to upstream locations
2534 for autoconf, automake, libtool, gettext, instead of copies on
2535 sources.redhat.com. Document required versions.
2536 * configure.ac: Do not substitute datarootdir, htmldir,
2537 pdfdir, docdir. Do not process --with-datarootdir,
2538 --with-htmldir, --with-pdfdir, --with-docdir.
2539 * configure: Regenerate.
2540
2541 * configure: Regenerate.
2542
2543 * compile: Sync from Automake 1.11.
2544 * depcomp: Likewise.
2545 * install-sh: Likewise.
2546 * missing: Likewise.
2547 * mkinstalldirs: Likewise.
2548 * ylwrap: Likewise.
2549
2550 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2551
2552 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2553 (baseargs): Add --disable-option-checking.
2554 * configure: Regenerate.
2555
2556 * Makefile.def (configure-target-libiberty): Depend on
2557 all-binutils and all-ld.
2558 (configure-target-newlib): Likewise.
2559 * Makefile.in: Regenerate.
2560
2561 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2562
2563 Sync with GCC, merge:
2564
2565 2009-07-31 Christian Bruel <christian.bruel@st.com>
2566
2567 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2568 * configure: Regenerate.
2569
2570 2009-07-06 Ian Lance Taylor <iant@google.com>
2571
2572 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2573 * configure: Rebuild.
2574
2575 2009-06-26 Steve Ellcey <sje@cup.hp.com>
2576
2577 PR bootstrap/40338
2578 * configure.ac (comparestring): Create new variable.
2579 * Makefile.tpl (comparestring): Use to skip some comparisions.
2580 * configure: Regenerate.
2581 * Makefile.in: Regenerate.
2582
2583 2009-06-23 Ian Lance Taylor <iant@google.com>
2584
2585 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
2586 boot_languages. Only bootstrap target libraries listed in
2587 target_libs for some boot language. Add --with-stage1-ldflags,
2588 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
2589 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
2590 if not building with C++.
2591 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2592 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2593 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2594 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2595 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
2596 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2597 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2598 * configure, Makefile.in: Rebuild.
2599
2600 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2601
2602 * configure.ac: Detect MPC in default directory.
2603 * configure: Regenerate.
2604
2605 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
2606
2607 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2608 to noconfdirs.
2609 * configure: Regenerate.
2610
2611 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2612
2613 * Makefile.def: Add MPC support and dependencies.
2614 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
2615
2616 * Makefile.in, configure: Regenerate.
2617
2618 2009-05-24 Nicolas Roche <roche@adacore.com>
2619
2620 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2621 * Makefile.in: Regenerate.
2622
2623 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
2624
2625 * configure.ac (cygwin noconfigdirs): Remove libgcj.
2626 * configure: Regenerate.
2627
2628 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
2629
2630 * configure.ac ($with_ppl): Default to no if not supplied.
2631 ($with_cloog): Likewise.
2632 configure: Regenerate.
2633
2634 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2635
2636 PR bootstrap/39739
2637 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2638 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2639
2640 * configure, Makefile.in: Regenerate.
2641
2642 2009-04-14 Jakub Jelinek <jakub@redhat.com>
2643
2644 * configure.ac: Change copyright header to refer to version
2645 3 of the GNU General Public License and to point readers at the
2646 COPYING3 file and the FSF's license web page.
2647 * Makefile.def: Likewise.
2648 * Makefile.tpl: Likewise.
2649 * Makefile.in: Regenerate.
2650
2651 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
2652
2653 * configure.ac: Restore match for darwin9 or later. Use double
2654 brackets since regeneration eats one pair.
2655 * configure: Regenerate.
2656
2657 2009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
2658
2659 * MAINTAINERS: Perform some obvious fixups.
2660
2661 2009-08-17 Ben Elliston <bje@au.ibm.com>
2662
2663 * config.sub, config.guess: Update from upstream sources.
2664
2665 2009-08-06 Michael Eager <eager@eagercon.com>
2666
2667 * configure.ac: Add Microblaze target.
2668 * configure: Regenerate.
2669
2670 2009-07-02 Tristan Gingold <gingold@adacore.com>
2671
2672 * configure.ac: Do not exclude gas for i386-*-darwin.
2673 Add a case for x86_64-*-darwin.
2674 * configure: Regenerate.
2675
2676 2009-06-26 Doug Evans <dje@sebabeach.org>
2677
2678 * Makefile.def (host_modules): Add cgen.
2679 * Makefile.in: Regenerate.
2680 * configure.ac (host_tools): Add cgen.
2681 * configure: Regenerate.
2682
2683 2009-06-17 Michael Eager <eager@eagercon.com>
2684
2685 * COPYING.LIBGLOSS: Add Xilinx license.
2686
2687 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
2688
2689 * configure.ac: Define is_elf for QNX Neutrino targets.
2690 * configure: Regenerate.
2691
2692 2009-06-03 Jerome Guitton <guitton@adacore.com>
2693 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2694
2695 * Makefile.tpl (all): Avoid a trailing backslash.
2696 * Makefile.in: Regenerate.
2697
2698 2009-06-03 Ben Elliston <bje@au.ibm.com>
2699
2700 * config.sub, config.guess: Update from upstream sources.
2701
2702 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
2703
2704 * Makefile.tpl ([+compare-target+]): Compare all stage
2705 directories, rather than just gcc.
2706 * Makefile.in: Rebuilt.
2707
2708 2009-05-28 Doug Kwan <dougkwan@google.com>
2709
2710 * configure.ac: Support gold for target arm*-*-*.
2711 * configure: Regenerate.
2712
2713 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
2714
2715 * Makefile.tpl (all): Avoid harmless warning in make all when
2716 gcc-bootstrap is enabled but stage_last does not exist.
2717 * Makefile.in: Rebuilt.
2718
2719 2009-05-25 Tristan Gingold <gingold@adacore.com>
2720
2721 * setup.com: Complete the file with configuration and build.
2722
2723 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2724
2725 PR other/40159
2726 * Makefile.tpl (all): Don't assume gcc-bootstrap and
2727 gcc-no-bootstrap are mutually exclusive.
2728 * Makefile.in: Rebuilt.
2729
2730 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2731
2732 PR other/40159
2733 * Makefile.tpl (all): Don't end with unconditional success.
2734 * Makefile.in: Rebuilt.
2735
2736 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
2737
2738 PR target/37137
2739 * Makefile.def (flags_to_pass): Remove redundant and incomplete
2740 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2741 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2742 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
2743 stage_configureflags, stage_cflags and stage_libcflags into
2744 explicit Makefile macros.
2745 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2746 GFORTRAN.
2747 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2748 CC. Set CC_FOR_BUILD from CC.
2749 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2750 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2751 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2752 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
2753 and GFORTRAN.
2754 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2755 (_LIBCFLAGS): Renamed to _TFLAGS.
2756 (do-compare-debug, do-compare3-debug): Drop.
2757 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2758 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2759 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2760 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2761 (XGCC_FLAGS_FOR_TARGET): New.
2762 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2763 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2764 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2765 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2766 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
2767 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
2768 TFLAGS.
2769 (BUILD_CONFIG): Include if requested.
2770 (all): Set TFLAGS on bootstrap.
2771 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2772 (all-stageid-prefixmodule): Likewise.
2773 (do-clean, distclean-stageid): Set TFLAGS.
2774 (restrap): Fix whitespace.
2775 * Makefile.in: Rebuilt.
2776
2777 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
2778
2779 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2780 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2781 * Makefile.in: Regenerate.
2782
2783 2009-04-24 Eli Zaretskii <eliz@gnu.org>
2784
2785 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
2786 consistency with config.sub. (Update from upstream sources.)
2787
2788 2009-04-21 Joseph Myers <joseph@codesourcery.com>
2789
2790 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
2791
2792 2009-04-17 Ben Elliston <bje@au.ibm.com>
2793
2794 * config.sub, config.guess: Update from upstream sources.
2795
2796 2009-04-15 Anthony Green <green@moxielogic.com>
2797
2798 * configure.ac: Add moxie support.
2799 * configure: Rebuilt.
2800
2801 2009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2802
2803 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2804 * configure: Regenerate.
2805
2806 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
2807
2808 PR gas/10039
2809 * configure.ac: Require texinfo 4.7.
2810 * configure: Regenerated.
2811
2812 2009-04-09 Steve Ellcey <sje@cup.hp.com>
2813
2814 * Makefil.def (languages): New entries.
2815 * Makefile.tpl (check-gcc-*): New generic target.
2816 * Makefile.in: Regenerate.
2817
2818 2009-03-27 Eli Zaretskii <eliz@gnu.org>
2819
2820 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
2821 Windows builds of Sed.
2822
2823 2009-03-18 Tom Tromey <tromey@redhat.com>
2824
2825 * configure: Rebuild.
2826 * configure.ac (host_libs): Add libiconv.
2827 * Makefile.in: Rebuild.
2828 * Makefile.def (host_modules): Add libiconv.
2829 (configure-gdb, all-gdb): Depend on libiconv.
2830
2831 2009-03-16 Tristan Gingold <gingold@adacore.com>
2832
2833 * configure.ac: Treat gdb as supported on x86_64-darwin.
2834 * configure: Regenerate.
2835
2836 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2837
2838 Merge from GCC:
2839
2840 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2841
2842 * configure.ac (--with-host-libstdcxx): New option.
2843 * configure: Regenerate.
2844
2845 2009-01-29 Robert Millan <rmh@aybabtu.com>
2846
2847 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2848 * configure: Regenerate.
2849
2850 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
2851
2852 PR tree-optimization/38515
2853 * configure.ac (cloog-polylib): Removed.
2854 (with_ppl, with_cloog): Test for "no".
2855 * configure: Regenerated.
2856
2857 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2858
2859 Backport from git Libtool:
2860
2861 2009-01-19 Robert Millan <rmh@aybabtu.com>
2862 Support GNU/kOpenSolaris.
2863 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2864 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2865 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2866 GNU/kOpenSolaris.
2867
2868 2009-02-05 Andreas Schwab <schwab@suse.de>
2869
2870 * Makefile.tpl (stage_last): Define $r and $s before using
2871 $(RECURSE_FLAGS_TO_PASS).
2872 * Makefile.in: Regenerate
2873
2874 2009-01-21 Jeff Johnston <jjohnstn@redhat.com>
2875
2876 * COPYING.NEWLIB: Add ARM license.
2877
2878 2009-01-16 Alan Modra <amodra@bigpond.net.au>
2879
2880 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2881 (all-opcodes): Depend on all-libiberty.
2882 * Makefile.in: Regenerate.
2883
2884 2009-01-15 Douglas B Rupp <rupp@gnat.com>
2885
2886 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2887 * configure: Regenerate.
2888
2889 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2890
2891 Backport link test fix from upstream Libtool:
2892
2893 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2894 Add cache variables to tests that require the linker to work.
2895 For shlibpath_overrides_runpath, this also changes the semantics
2896 to let the result from the C compiler take precedence.
2897 compiler take precedence.
2898
2899 2008-12-02 Ben Elliston <bje@au.ibm.com>
2900
2901 * config.sub, config.guess: Update from upstream sources.
2902
2903 2008-12-17 Jeff Johnston <jjohnstn@redhat.com>
2904
2905 * COPYING.NEWLIB: Updated.
2906 * COPYING.LIBGLOSS: Ditto.
2907
2908 2008-12-16 Paolo Bonzini <bonzini@gnu.org>
2909
2910 Sync with GCC:
2911
2912 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
2913
2914 * configure.ac (ppllibs): Add by default the lib flags.
2915 * configure: Regenerate.
2916
2917 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2918
2919 * configure.ac: Add double brackets on darwin[912].
2920 * configure: Regenerate.
2921
2922 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
2923
2924 * configure.ac: Expand to darwin10 and later.
2925 * configure: Regenerate.
2926
2927 2008-12-02 Andreas Schwab <schwab@suse.de>
2928
2929 * Makefile.def: configure-target-boehm-gc depends on
2930 all-target-libstdc++-v3.
2931 * Makefile.in: Regenerate.
2932
2933 2008-12-02 Ben Elliston <bje@au.ibm.com>
2934
2935 * config.sub, config.guess: Update from upstream sources.
2936
2937 2008-11-27 Joseph Myers <joseph@codesourcery.com>
2938
2939 Merge from GCC:
2940
2941 2007-12-02 Matthias Klose <doko@ubuntu.com>
2942
2943 * config-ml.in: Remove 64bit configure tests.
2944
2945 2008-05-14 Rafael Espindola <espindola@google.com>
2946
2947 * config-ml.in: don't handle --enable-shared and --enable-static.
2948
2949 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
2950 Tobias Grosser <grosser@fim.uni-passau.de>
2951 Jan Sjodin <jan.sjodin@amd.com>
2952 Harsha Jagasia <harsha.jagasia@amd.com>
2953 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2954 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2955 Adrien Eliche <aeliche@isty.uvsq.fr>
2956
2957 Merge from graphite branch.
2958 * configure: Regenerate.
2959 * Makefile.in: Regenerate.
2960 * configure.ac (host_libs): Add ppl and cloog.
2961 Add checks for PPL and CLooG.
2962 * Makefile.def (ppl, cloog): Added modules and dependences.
2963 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2964 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2965
2966 2008-09-03 Richard Guenther <rguenther@suse.de>
2967
2968 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2969 cloog test.
2970 * configure: Re-generate.
2971
2972 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
2973
2974 * configure.ac (--with-cloog-polylib): New.
2975 (--disable-cloog-version-check): New.
2976 (--disable-ppl-version-check): New.
2977 * configure: Re-generate.
2978
2979 2008-09-05 Richard Guenther <rguenther@suse.de>
2980
2981 * configure.ac: Initialize clooglibs to -lcloog.
2982 * configure: Re-generate.
2983
2984 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2985
2986 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2987 recommended version to 2.3.2.
2988
2989 * configure: Regenerate.
2990
2991 2008-10-31 Ben Elliston <bje@au.ibm.com>
2992
2993 * configure.ac (spu-*-*): Remove special case.
2994 * configure: Regenerate.
2995
2996 Complete comment text from GCC version of:
2997
2998 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2999
3000 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3001 (GCC_SHLIB_SUBDIR): New.
3002 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3003 * configure: Regenerate.
3004 * Makefile.in: Regenerate.
3005
3006 2008-11-27 Tristan Gingold <gingold@adacore.com>
3007
3008 * configure.ac: Build gdb for i?86-*-darwin*
3009 * configure: Regenerated.
3010
3011 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3012
3013 PR bootstrap/38014
3014 PR bootstrap/37923
3015
3016 Revert:
3017
3018 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3019
3020 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3021 * Makefile.in: Regenerated.
3022
3023 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3024
3025 PR gdb/921
3026 PR gdb/1646
3027 PR gdb/2175
3028 PR gdb/2176
3029
3030 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3031 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3032 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3033 (HOST_EXPORTS): Pass CPPFLAGS.
3034 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3035 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3036 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3037 * Makefile.in, configure: Regenerated.
3038 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3039 and CPPFLAGS_FOR_BUILD.
3040
3041 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3042
3043 * configure.ac [spu-*-*]: Do not set skipdirs.
3044 * configure: Re-generate.
3045
3046 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3047
3048 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3049 * Makefile.in: Regenerated.
3050
3051 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3052
3053 PR gdb/921
3054 PR gdb/1646
3055 PR gdb/2175
3056 PR gdb/2176
3057
3058 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3059 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3060 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3061 (HOST_EXPORTS): Pass CPPFLAGS.
3062 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3063 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3064 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3065 * Makefile.in, configure: Regenerated.
3066 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3067 and CPPFLAGS_FOR_BUILD.
3068
3069 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3070
3071 * libtool.m4: Update to libtool 2.2.6.
3072 * lt~obsolete.m4: Update to libtool 2.2.6.
3073 * ltmain.sh: Update to libtool 2.2.6.
3074 * ltsugar.m4: Update to libtool 2.2.6.
3075 * ltversion.m4: Update to libtool 2.2.6.
3076 * ltoptions.m4: Update to libtool 2.2.6.
3077 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3078
3079 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3080
3081 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3082 (GCC_SHLIB_SUBDIR): New.
3083 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3084 * configure: Regenerate.
3085 * Makefile.in: Regenerate.
3086
3087 2008-08-28 Tristan Gingold <gingold@adacore.com>
3088
3089 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3090 Enable bfd, binutils and opcodes.
3091 * configure: Regenerate.
3092
3093 2008-08-16 Nicolas Roche <roche@adacore.com>
3094
3095 * Makefile.tpl: Add BOOT_ADAFLAGS.
3096 * Makefile.in: Regenerate.
3097
3098 2008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3099
3100 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3101 * configure: Regenerate.
3102
3103 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3104
3105 Sync with gcc:
3106 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3107
3108 * configure.ac: Add makefile fragments for hpux.
3109 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3110 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3111 * configure: Regenerate.
3112 * Makefile.in: Regenerate.
3113
3114 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3115
3116 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3117 * Makefile.in: Regenerate.
3118 * configure: Regenerate.
3119
3120 2008-06-18 Ian Lance Taylor <iant@google.com>
3121
3122 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3123
3124 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3125
3126 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3127
3128 * configure: Regenerate.
3129
3130 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3131
3132 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3133 "$@" is still intact with both Autoconf 2.59 and 2.62.
3134 * configure: Regenerate.
3135
3136 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3137
3138 * Makefile.tpl: Fix comment errors.
3139 * Makefile.in: Regenerate.
3140
3141 2008-06-13 Julian Brown <julian@codesourcery.com>
3142
3143 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3144 of libobjc for ARM EABI Linux.
3145 * configure: Regenerate.
3146
3147 2008-06-12 David S. Miller <davem@davemloft.net>
3148 David Edelsohn <edelsohn@gnu.org>
3149
3150 * configure.ac: Add powerpc*-*-* to gold supported targets.
3151 * configure: Regenerate.
3152
3153 2008-06-08 Joseph Myers <joseph@codesourcery.com>
3154
3155 PR tree-optimization/36218
3156 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3157 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3158 (all prefix="build-"): Pass them to build-system sub-makes.
3159 * Makefile.in: Regenerate.
3160
3161 2008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3162
3163 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3164 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3165 mkdep, and compile. Update comments.
3166 (ETC_SUPPORT): Add ChangeLog and update comments.
3167
3168 2008-05-11 Ian Lance Taylor <iant@google.com>
3169
3170 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3171
3172 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3173
3174 Sync with gcc:
3175 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3176
3177 PR bootstrap/35457
3178 * configure.ac: Include override.m4.
3179 * configure: Regenerate.
3180
3181 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3182
3183 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3184 * Makefile.in: Regenerate.
3185
3186 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3187
3188 * configure.ac: Do not build libssp for the AVR.
3189 * configure: Regenerate.
3190
3191 2008-04-18 Nick Clifton <nickc@redhat.com>
3192
3193 * MAINTAINERS: Replace reference to configure.in with reference to
3194 configure.ac.
3195
3196 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3197
3198 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3199 as nonconfigurable directories list.
3200 * configure: Regenerate.
3201
3202 2008-04-14 David S. Miller <davem@davemloft.net>
3203
3204 * configure.ac: Add sparc*-*-* to gold supported targets.
3205 * configure: Regenerate.
3206
3207 2008-04-14 Ben Elliston <bje@au.ibm.com>
3208
3209 * config.sub, config.guess: Update from upstream sources.
3210
3211 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
3212
3213 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3214 * Makefile.in: Regenerate.
3215
3216 2008-04-07 Ian Lance Taylor <iant@google.com>
3217
3218 * Makefile.def: check-gold depends upon all-binutils.
3219 * Makefile.in: Regenerate.
3220
3221 2008-04-04 Nick Clifton <nickc@redhat.com>
3222
3223 PR binutils/4334
3224 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3225 builds.
3226 * configure: Regenerate.
3227
3228 2008-04-04 NightStrike <NightStrike@gmail.com>
3229
3230 PR other/35151
3231 * configure.ac: Combine rules for mingw32 and mingw64.
3232 * configure: Regenerate.
3233
3234 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
3235
3236 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3237 * Makefile.in: Regenerate.
3238
3239 2008-03-20 Ian Lance Taylor <iant@google.com>
3240
3241 * configure.ac: Add support for --enable-gold.
3242 * Makefile.def: Add gold as a directory like ld.
3243 * configure, Makefile.in: Regenerate.
3244
3245 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
3246
3247 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3248 (s390_cond_extensions): Reduced extensions to the compare related.
3249 (main): z10 cpu type option added.
3250 (expandConditionalJump): Renamed to ...
3251 (insertExpandedMnemonic): ... this.
3252
3253 * opcodes/s390-opc.c: Re-group the operand format makros.
3254 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
3255 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
3256 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
3257 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
3258 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
3259 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
3260 INSTR_SIL_RDU): New instruction formats added.
3261 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
3262 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
3263 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
3264 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
3265 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
3266 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
3267 masks added.
3268 (s390_opformats): New formats added "ris", "rrs", "sil".
3269 * opcodes/s390-opc.txt: Add the conditional jumps with the
3270 extensions removed from automatic expansion in s390-mkopc.c manually.
3271 (asi - trtre): Add new System z10 EC instructions.
3272 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3273
3274 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3275
3276 * configure.ac: m4_include config/proginstall.m4.
3277 * configure: Regenerate.
3278
3279 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3280
3281 Backport from upstream Libtool:
3282
3283 2007-10-12 Eric Blake <ebb9@byu.net>
3284
3285 Deal with Autoconf 2.62's semantic change in m4_append.
3286 * ltsugar.m4 (lt_append): Replace broken versions of
3287 m4_append.
3288 (lt_if_append_uniq): Don't require separator to be overquoted,
3289 and avoid broken m4_append.
3290 (lt_dict_add): Fix typo.
3291 * libtool.m4 (_LT_DECL): Don't overquote separator.
3292
3293 2008-03-13 David Edelsohn <edelsohn@gnu.org>
3294
3295 * config.rpath: Add AIX 6 support.
3296
3297 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
3298
3299 * Makefile.def (stageprofile). Remove -fprofile-generate
3300 from stage_libcflags.
3301 * Makefile.in: Regenerate.
3302
3303 2008-03-13 Ben Elliston <bje@au.ibm.com>
3304
3305 * config.sub, config.guess: Update from upstream sources.
3306
3307 2008-03-06 Florian Krohm <fkrohm@us.ibm.com>
3308
3309 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
3310 * s390-opc.txt (cmpsc): Duplicate entry removed.
3311 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
3312 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
3313 fier, cu42, cu41): Fix operand format.
3314
3315 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
3316
3317 PR bootstrap/32009
3318 PR bootstrap/32161
3319
3320 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3321 * configure: Regenerate.
3322
3323 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3324 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3325 STAGE4_LIBCFLAGS): New.
3326 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3327 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3328 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3329 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3330 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3331 for target modules. Don't export LIBCFLAGS.
3332 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3333 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3334 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3335 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3336 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3337 * Makefile.in: Regenerate.
3338
3339 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3340
3341 PR libgcj/33085
3342 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3343 Do not use -DDLL_EXPORT. Backport from upstream.
3344
3345 2008-02-14 Nick Clifton <nickc@redhat.com>
3346
3347 Import this patch from gcc:
3348 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3349
3350 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3351
3352 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
3353
3354 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3355 * configure: Regenerate.
3356
3357 2008-01-31 Marc Gauthier <marc@tensilica.com>
3358
3359 * configure.ac (xtensa*-*-*): Recognize processor variants.
3360 * configure: Regenerate.
3361
3362 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3363
3364 PR bootstrap/34922
3365 * configure.ac (PARSE_ARGS): Push suitable setting of
3366 ac_subdirs_all, for `./configure --help=recursive'.
3367 Handle `+' in generic toplevel directory disabling.
3368 * configure: Regenerate.
3369
3370 2008-01-23 Ben Elliston <bje@au.ibm.com>
3371
3372 * config.sub, config.guess: Update from upstream sources.
3373
3374 2008-01-08 Ben Elliston <bje@au.ibm.com>
3375
3376 * config.sub, config.guess: Update from upstream sources.
3377
3378 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3379
3380 * COPYING.LIBGLOSS: Update default copyright.
3381
3382 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3383
3384 * COPYING.NEWLIB: Update default copyright.
3385
3386 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3387
3388 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3389 Change recommended MPFR from 2.2.1 > 2.3.0.
3390 * configure: Regenerate.
3391
3392 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3393
3394 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3395 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3396 * Makefile.in: Regenerate.
3397
3398 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3399
3400 * configure.ac: Enable libjava for x86_64-*-darwin9.
3401 * configure: Regenerate.
3402
3403 2007-12-05 Ben Elliston <bje@au.ibm.com>
3404
3405 * config.sub, config.guess: Update from upstream sources.
3406
3407 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3408
3409 * config-ml.in: Robustify against white space in absolute file
3410 names.
3411
3412 * config-ml.in (multi-clean): Substitute ${Makefile}.
3413 Remove superfluous ${Makefile} in list.
3414
3415 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3416
3417 * Makefile.def (dependencies): Make configure-gdb depend on
3418 all-intl.
3419 * Makefile.in: Regenerated.
3420
3421 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3422
3423 * Makefile.def: To avoid problems running with parallel makes,
3424 build newlib before libgloss so that target specific header
3425 files are availble.
3426 * Makefile.in: Regenerate.
3427
3428 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3429
3430 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3431 * Makefile.in: Regenerate.
3432
3433 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3434
3435 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
3436 * libdecnumber: New directory, imported from GCC.
3437
3438 2007-10-08 Mike Frysinger <vapier@gentoo.org>
3439
3440 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3441 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3442 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3443 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3444 * configure: Regenerate.
3445
3446 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
3447
3448 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3449 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3450 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3451 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3452 * configure.ac: Default them to host tools for $host = $build.
3453 Subst them.
3454
3455 * configure: Regenerate.
3456 * Makefile.in: Regenerate.
3457
3458 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3459
3460 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3461 * configure: Regenerate.
3462
3463 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3464
3465 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3466 libstdc++.
3467 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3468 * configure: Regenerate.
3469 * Makefile.in: Regenerate.
3470
3471 2007-09-17 Andreas Schwab <schwab@suse.de>
3472
3473 * configure.ac: Raise minimum makeinfo version to 4.6.
3474 * configure: Regenerate.
3475
3476 2007-09-15 Alan Modra <amodra@bigpond.net.au>
3477
3478 * configure.ac: Correct makeinfo version check.
3479 * configure: Regenerate.
3480
3481 2007-09-14 Richard Sandiford <richard@codesourcery.com>
3482
3483 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3484 to $skipdirs and only disable gprof for newlib. Use the normal
3485 mips*-elf* handling in other respects.
3486 * configure: Regnerate.
3487
3488 2007-09-12 David Daney <ddaney@avtrex.com>
3489
3490 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3491 enabling libgcj.
3492 * configure: Regenerate.
3493
3494 2007-09-12 Richard Guenther <rguenther@suse.de>
3495
3496 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3497 nor --disable-checking is provided also turn on yes and types
3498 checking for stage1.
3499 * configure: Re-generate.
3500
3501 2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3502
3503 PR target/33281
3504 * configure.ac: Use config/mh-mingw on mingw.
3505 * configure: Regenerate.
3506
3507 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3508
3509 PR other/32154
3510 * configure.ac: For libgloss targets, point the linker to the linker
3511 script, startup code and simulator library.
3512 * configure: Regenerate.
3513
3514 2007-09-09 Andrew Haley <aph@redhat.com>
3515
3516 * configure.ac (noconfigdirs): Remove target-libffi and
3517 target-libjava.
3518
3519 2007-08-29 Nick Clifton <nickc@redhat.com>
3520
3521 * config.sub, config.guess: Update from upstream sources.
3522
3523 2007-08-21 Richard Guenther <rguenther@suse.de>
3524
3525 * configure.ac: Add types checking to stage1 checking flags.
3526 * configure: Regenerate.
3527
3528 2007-08-18 Paul Brook <paul@codesourcery.com>
3529 Joseph Myers <joseph@codesourcery.com>
3530
3531 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3532 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3533 * Makefile.in: Regenerate.
3534 * configure.ac (--with-debug-prefix-map): New.
3535 * configure: Regenerate.
3536
3537 2007-08-17 Richard Sandiford <richard@codesourcery.com>
3538 Nigel Stephens <nigel@mips.com>
3539
3540 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3541 as target_makefile_frag.
3542 * configure: Regenerate.
3543
3544 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3545
3546 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3547 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3548 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3549 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3550 (do-compare, do-compare3, do-compare-debug): New.
3551 ([+compare-target+]): Use them.
3552
3553 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3554
3555 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3556 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3557 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3558 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3559 (do-compare, do-compare3, do-compare-debug): New.
3560 ([+compare-target+]): Use them.
3561
3562 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3563 Ben Elliston <bje@au.ibm.com>
3564
3565 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3566 --silent if $silent.
3567 * configure: Regenerate.
3568
3569 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
3570
3571 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
3572
3573 2007-07-17 Nick Clifton <nickc@redhat.com>
3574
3575 * COPYING3: New file. Contains version 3 of the GNU General
3576 Public License.
3577 * COPYING3.LIB: New file. Contains version 3 of the GNU
3578 Lesser General Public License.
3579
3580 2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
3581
3582 * configure.ac: Fix my previous change to really match GCC.
3583 * configure: Regenerate.
3584
3585 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3586
3587 * configure.ac: Rewrite 'configure --help' strings to look nicer.
3588 * configure: Regenerate.
3589
3590 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3591
3592 * configure.ac: Add some missing m4 quotation.
3593 * configure: Regenerate.
3594
3595 2007-07-09 Kai Tietz <kai.tietz@onevision.com>
3596
3597 * Makefile.def: Add windmc tool to build.
3598 * Makefile.tpl: Likewise.
3599 * configure.ac: Likewise.
3600 * Makefile.in: Regenerate.
3601 * configure: Regenerate.
3602
3603 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
3604
3605 * lt~obsolete.m4: New. Import from 20070318 libtool.
3606
3607 2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
3608
3609 * configure.ac: Don't add target-libmudflap to noconfigdirs for
3610 uclinux and linux-uclibc targets.
3611 * configure: Regenerate.
3612
3613 2007-06-28 DJ Delorie <dj@redhat.com>
3614
3615 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3616 not building newlib.
3617 * configure: Regenerated.
3618
3619 2007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
3620
3621 * src-release (DEVO_SUPPORT): Correct typos.
3622
3623 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3624
3625 * Makefile.def: Add dependency from configure-gdb to all-bfd.
3626 * Makefile.in: Regenerated.
3627
3628 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
3629
3630 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3631 (distclean-stage[+id+]): Possibly delete stage_last.
3632 * Makefile.in: Regenerate.
3633
3634 2007-06-07 Ben Elliston <bje@au.ibm.com>
3635
3636 * config.sub, config.guess: Update from upstream sources.
3637
3638 2007-06-07 Ben Elliston <bje@au.ibm.com>
3639
3640 * Makefile.tpl: Fix spelling error.
3641 * Makefile.in: Regenerate.
3642
3643 2007-06-04 Paolo Bonzini <bonzini@gnu.org>
3644
3645 Sync with gcc:
3646 2007-05-30 Jakub Jelinek <jakub@redhat.com>
3647
3648 PR bootstrap/29382
3649 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3650 * configure: Rebuilt.
3651
3652 2007-06-01 Steve Ellcey <sje@cup.hp.com>
3653
3654 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3655 lt_cv_sys_max_cmd_len.
3656
3657 2007-05-31 Paolo Bonzini <bonzini@gnu.org>
3658
3659 * ltgcc.m4: Update from GCC.
3660
3661 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
3662
3663 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3664
3665 2007-05-24 Steve Ellcey <sje@cup.hp.com>
3666
3667 * ltmain.sh: Update from GCC.
3668 * libtool.m4: Update from GCC.
3669 * ltsugar.m4: New. Update from GCC.
3670 * ltversion.m4: New. Update from GCC.
3671 * ltoptions.m4: New. Update from GCC.
3672 * ltconfig: Remove.
3673 * ltcf-c.sh: Remove.
3674 * ltcf-cxx.sh: Remove.
3675 * ltcf-gcj.sh: Remove.
3676 * src-release: Update with new libtool file list.
3677
3678 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
3679
3680 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3681 stage_cflags.
3682 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3683 Remove CFLAGS/LIBCFLAGS.
3684 (configure-stage[+id+]-[+prefix+][+module+],
3685 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3686 * Makefile.in: Regenerate.
3687
3688 2007-04-14 Steve Ellcey <sje@cup.hp.com>
3689
3690 * config-ml.in: Update from GCC.
3691
3692 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
3693
3694 * src-release (do-proto-toplev): Process the support directories before
3695 the tool directory.
3696
3697 2007-03-21 Richard Sandiford <richard@codesourcery.com>
3698
3699 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3700 of glob. Quote arguments with single quotes too.
3701 * configure: Regenerate.
3702
3703 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
3704
3705 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3706 * Makefile.in: Regenerate
3707
3708 2007-03-07 Andreas Schwab <schwab@suse.de>
3709
3710 * configure: Regenerate.
3711
3712 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3713
3714 * configure.ac: Add "--with-pdfdir" configure option,
3715 which defines pdfdir variable.
3716 * Makefile.def (target=fixincludes): Add install-pdf to
3717 missing targets.
3718 (recursive_targets): Add install-pdf target.
3719 (flags_to_pass): Add pdfdir.
3720 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3721 target.
3722 * configure: Regenerate
3723 * Makefile.in: Regenerate
3724
3725 2007-02-28 Eric Christopher <echristo@apple.com>
3726
3727 Revert:
3728 2006-12-07 Mike Stump <mrs@apple.com>
3729
3730 * Makefile.def (dependencies): Add dependency for
3731 install-target-libssp and install-target-libgomp on
3732 install-gcc.
3733 * Makefile.in: Regenerate.
3734
3735 2007-02-27 Matt Kraai <kraai@ftbfs.org>
3736
3737 * configure: Regenerate.
3738 * configure.ac: Move statements after variable declarations.
3739
3740 2007-02-19 Joseph Myers <joseph@codesourcery.com>
3741
3742 * configure.ac: Adjust for loop syntax.
3743 * configure: Regenerate.
3744
3745 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
3746
3747 * configure: Rebuilt.
3748
3749 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
3750
3751 * configure.ac: Drop multiple occurrences of --enable-languages,
3752 and fix its quoting.
3753 * configure: Rebuilt.
3754
3755 2007-02-17 Mark Mitchell <mark@codesourcery.com>
3756 Nathan Sidwell <nathan@codesourcery.com>
3757 Vladimir Prus <vladimir@codesourcery.com
3758 Joseph Myers <joseph@codesourcery.com>
3759
3760 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3761 * configure: Regenerate.
3762
3763 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3764
3765 * configure.ac (target_libraries): Move libgcc before libiberty.
3766 * configure: Regenerated.
3767
3768 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
3769
3770 * configure: Regenerate again?
3771
3772 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
3773
3774 * configure: Reapply PR30748 fix which was lost in the previous commit.
3775
3776 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3777 Paolo Bonzini <bonzini@gnu.org>
3778
3779 PR bootstrap/30753
3780 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
3781 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
3782 * configure: Regenerated.
3783
3784 2007-02-10 Paolo Bonzini <bonzini@gnu.org>
3785
3786 * configure: Regenerate.
3787
3788 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3789
3790 PR bootstrap/30748
3791 * configure.ac: Correct syntax for Solaris ksh.
3792 * configure: Regenerated.
3793
3794 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
3795
3796 * Makefile.def: Sync with GCC.
3797 * Makefile.tpl: Sync with GCC.
3798 * Makefile.in: Regenerate.
3799 * configure: Regenerate.
3800
3801 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3802
3803 * Makefile.tpl (build_alias, host_alias, target_alias): Use
3804 noncanonical equivalents.
3805 * configure.in: Rename to...
3806 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
3807 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
3808 target_noncanonical. Use them. Rewrite removal of configure
3809 arguments for autoconf 2.59. Discard variable settings. Force
3810 program_transform_name for native tools.
3811
3812 * Makefile.in: Regenerated.
3813 * configure: Regenerated with autoconf 2.59.
3814
3815 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
3816
3817 2007-02-08 Jeff Johnston <jjohnstn@redhat.com>
3818
3819 * COPYING.LIBGLOSS: Reformat default Red Hat
3820 license to fit within 80 columns.
3821 * COPYING.NEWLIB: Ditto.
3822
3823 2007-02-05 Dave Brolley <brolley@redhat.com>
3824
3825 * Contribute the following changes:
3826 2006-11-28 DJ Delorie <dj@redhat.com>
3827
3828 * configure.in: Fix typo for mep's target_makefile_frag.
3829 * configure: Regenerated.
3830
3831 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
3832
3833 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
3834 * configure: Regenerate.
3835
3836 2001-09-19 DJ Delorie <dj@redhat.com>
3837
3838 * configure.in (target_makefile_frag): use mt-mep
3839
3840 2001-06-12 Don Howard <dhoward@redhat.com>
3841
3842 * configure.in: Remove gdb from MeP skip list.
3843
3844 2001-04-05 DJ Delorie <dj@redhat.com>
3845
3846 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
3847
3848 2001-03-20 Ben Elliston <bje@redhat.com>
3849
3850 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
3851
3852 2001-03-19 Ben Elliston <bje@redhat.com>
3853
3854 * config.sub (mep, mep-*): Add.
3855
3856 2007-01-31 Andreas Schwab <schwab@suse.de>
3857
3858 * Makefile.tpl (LDFLAGS): Substitute it.
3859 * Makefile.in: Regenerate.
3860
3861 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
3862
3863 * configure.in: Change == to = in test command.
3864 * configure: Regenerate.
3865
3866 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
3867 Nick Clifton <nickc@redhat.com>
3868 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
3869
3870 * configure.in (build_configargs, host_configargs, target_configargs):
3871 Remove build/host/target parameters.
3872 (host_libs): Add gmp and mpfr.
3873 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3874 * Makefile.def (gmp, mpfr): New.
3875 (gcc): Remove target.
3876 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3877 target_os, target_vendor): New.
3878 (configure): Add host_alias/target_alias arguments. Adjust invocations.
3879 * configure: Regenerate.
3880 * Makefile.in: Regenerate.
3881
3882 2007-01-11 Matt Fago <fago@earthlink.net>
3883
3884 * configure.in: Try to link to functions only in mpfr 2.2.x
3885 to improve robustness of configure tests.
3886 * configure: Regenerate.
3887
3888 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
3889
3890 * configure.in: Add support for an x86_64-mingw* target.
3891 * configure: Regenerate.
3892
3893 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
3894
3895 * Makefile.tpl (all-target): Correct @if conditional for target
3896 modules.
3897 * configure.in: Omit libiberty if building only target libgcc.
3898 * configure, Makefile.in: Regenerated.
3899
3900 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
3901
3902 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
3903 * configure: Regenerate.
3904
3905 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
3906
3907 * Makefile.def (target_modules): Add libgcc.
3908 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
3909 * Makefile.tpl (clean-target-libgcc): Delete.
3910 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3911 on gcc even for bootstrapped modules. Rewrite handling of
3912 lang_env_dependencies to loop over target_modules.
3913 * configure.in (target_libraries): Add target-libgcc.
3914 * Makefile.in, configure: Regenerated.
3915
3916 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3917
3918 Sync with gcc:
3919 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3920
3921 * configure.in: Reorganize recognition of languages. Add
3922 --enable-stage1-languages. Show supported languages for the chosen
3923 target rather than all recognized languages.
3924 * configure: Regenerate.
3925
3926 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3927
3928 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3929 * Makefile.in: Regenerate.
3930
3931 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3932
3933 * configure.in: Warn that MPFR 2.2.0 is buggy.
3934 * configure: Regenerate.
3935
3936 2006-12-27 Ian Lance Taylor <iant@google.com>
3937
3938 * configure.in: When removing Makefiles to force a reconfigure, also
3939 remove prev-DIR*/Makefile.
3940 * configure: Regenerate.
3941
3942 2006-12-23 Kazu Hirata <kazu@codesourcery.com>
3943
3944 * config.bfd: Recognize fido.
3945
3946 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3947
3948 Sync with gcc:
3949
3950 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3951
3952 * configure.in: Remove "$build" case for powerpc-*-darwin* since
3953 it only affects bootstrap and could be tested on "$host" as well.
3954 * configure: Regenerate.
3955 * config/mh-ppc-darwin: Add to the stage1 cflags here.
3956
3957 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3958
3959 PR bootstrap/29544
3960 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3961 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3962 move here comment from Makefile.tpl.
3963 * Makefile.tpl: Move some definitions higher in the file.
3964 (STAGE1_CHECKING): New.
3965 * configure.in: Add --enable-stage1-checking.
3966 * configure: Regenerate.
3967 * Makefile.in: Regenerate.
3968
3969 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3970
3971 * configure.in: Update error message for missing GMP/MPFR.
3972
3973 * configure: Regenerate.
3974
3975 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3976
3977 * configure.in: Update MPFR version in error message.
3978
3979 * configure: Regenerate.
3980
3981 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3982
3983 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3984 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3985 --with-gmp-lib): New flags.
3986
3987 * configure: Regenerate.
3988
3989 2006-12-12 Andreas Tobler <a.tobler@schweiz.org>
3990
3991 PR bootstrap/30134
3992 * configure.in: Correct x86 darwin support for libjava to powerpc
3993 and i?86 only.
3994 * configure: Regenerate.
3995
3996 2006-12-11 Alan Modra <amodra@bigpond.net.au>
3997
3998 * configure.in: Handle spu makefile frag.
3999 * Makefile.tpl (MAINT): Define
4000 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4001 * configure: Regenerate.
4002 * Makefile.in: Regenerate.
4003
4004 2006-12-11 Ben Elliston <bje@au.ibm.com>
4005
4006 * config.sub, config.guess: Update from upstream sources.
4007
4008 2006-12-11 Ben Elliston <bje@au.ibm.com>
4009
4010 * configure.in: Sync with GCC (spu-*-*).
4011 * configure: Sync with GCC.
4012
4013 2006-12-07 Mike Stump <mrs@apple.com>
4014
4015 * Makefile.def (dependencies): Add dependency for
4016 install-target-libssp and install-target-libgomp on
4017 install-gcc.
4018 * Makefile.in: Regenerate.
4019
4020 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4021
4022 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4023 (unstage): Test for stage_last presence.
4024
4025 PR bootstrap/29802
4026 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4027 * Makefile.in: Regenerate.
4028
4029 2006-11-14 DJ Delorie <dj@redhat.com>
4030
4031 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4032 * Makefile.in: Sync with GCC.
4033 * configure.in: Sync with GCC (mpfr, gmp).
4034 * configure: Sync with GCC.
4035
4036 2006-11-08 Jie Zhang <jie.zhang@analog.com>
4037
4038 * configure.in: Remove target-libgloss from noconfigdirs for
4039 bfin-*-*.
4040 * configure: Regenerated.
4041
4042 2006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4043
4044 * COPYING.NEWLIB: Add spu license.
4045 * COPYING.LIBGLOSS: Ditto.
4046
4047 2006-10-17 Brooks Moses <bmoses@stanford.edu>
4048
4049 * Makefile.def: Added pdf target handling.
4050 * Makefile.tpl: Added pdf target handling.
4051 * Makefile.in: Regenerated.
4052
4053 2006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4054
4055 * COPYING.NEWLIB: Updated.
4056 * COPYING.LIBGLOSS: Ditto.
4057
4058 2006-09-27 Dave Brolley <brolley@redhat.com>
4059
4060 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4061 $s instead of $r.
4062 * configure: Regenerated.
4063
4064 2006-09-26 Ben Elliston <bje@au.ibm.com>
4065
4066 * config.sub, config.guess: Update from upstream sources.
4067
4068 2006-09-20 Thiemo Seufer <ths@mips.com>
4069
4070 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4071 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4072 * configure: Regenerate.
4073
4074 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
4075
4076 * configure.in: Never build newlib for a Mingw host.
4077 Never build newlib as Mingw target library.
4078 Test the existence of winsup/cygwin for building a Cygwin newlib,
4079 rather than just winsup.
4080 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4081 building a Mingw target.
4082 * configure: Regenerate.
4083
4084 2006-08-15 Thiemo Seufer <ths@mips.com>
4085 Nigel Stephens <nigel@mips.com>
4086 David Ung <davidu@mips.com>
4087
4088 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4089
4090 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
4091
4092 Sync from GCC:
4093 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4094
4095 PR bootstrap/18058
4096 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4097 if the bootstrap compiler is a GCC version that supports it.
4098 * configure: Regenerate.
4099
4100 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4101
4102 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4103 * configure: Regenerated.
4104
4105 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
4106
4107 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4108 for stages after the first.
4109
4110 2006-07-17 Jakub Jelinek <jakub@redhat.com>
4111
4112 * Makefile.def: Add dependencies for configure-opcodes
4113 on configure-intl and all-opcodes on all-intl.
4114 * Makefile.in: Regenerated.
4115
4116 2006-07-04 Peter O'Gorman <peter@pogma.com>
4117
4118 * ltconfig: chmod 644 before ranlib during install.
4119
4120 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4121
4122 * configure.in: Fix thinkos in previous check-in.
4123 * configure: Regenerate.
4124
4125 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4126
4127 Sync from gcc:
4128
4129 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4130
4131 PR other/27063
4132 * configure.in: Test subdir_requires and give an appropriate
4133 error message.
4134 * configure: Regenerate.
4135
4136 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4137
4138 PR target/27540
4139 * configure.in: Only enable libgomp on IRIX 6.
4140 * configure: Regenerate.
4141
4142 2006-06-20 David Ayers <d.ayers@inode.at>
4143
4144 PR bootstrap/28072
4145 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4146 whether target-libjava is being configured instead of whether the
4147 java front end is enabled.
4148 * configure: Regenerate.
4149
4150 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4151
4152 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4153 to R_ARM_LDC_SB_G{0,1,2} respectively.
4154
4155 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
4156
4157 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4158 too.
4159 * Makefile.in: Regenerate.
4160
4161 2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4162
4163 Sync from gcc:
4164
4165 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4166 * configure.in: Don't enable libgomp on hpux10.
4167 * configure: Rebuilt.
4168
4169 2006-06-13 David Ayers <d.ayers@inode.at>
4170
4171 Sync from gcc:
4172
4173 2006-06-12 David Ayers <d.ayers@inode.at>
4174
4175 PR bootstrap/27963
4176 PR target/19970
4177 * configure.in: Remove target-boehm-gc from noconfigdirs where
4178 ${libgcj} is specified.
4179 * configure: Regenerate.
4180
4181 2006-06-08 Jeff Johnston <jjohnstn@redhat.com>
4182
4183 Sync from gcc:
4184
4185 2005-01-12 David Edelsohn <edelsohn@gnu.org>
4186 Andreas Schwab <schwab@suse.de>
4187
4188 PR bootstrap/18033
4189 * config-ml.in: Eval option if surrounded by single quotes.
4190
4191 2006-06-07 Carlos O'Donell <carlos@codesourcery.com>
4192
4193 Sync from gcc:
4194
4195 2006-06-06 David Ayers <d.ayers@inode.at>
4196
4197 PR libobjc/13946
4198 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4199 * Makefile.in: Regenerate.
4200 * configure.in: Add --enable-objc-gc at toplevel and have it
4201 enable boehm-gc for Objective-C.
4202 Remove target-boehm-gc from libgcj.
4203 Add target-boehm-gc to target_libraries.
4204 Add target-boehm-gc to noconfigdirs where ${libgcj}
4205 is specified.
4206 Assert that boehm-gc is supported when requested for Objective-C.
4207 Only build boehm-gc if needed either for Java or Objective-C.
4208 * configure: Regenerate.
4209
4210 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
4211
4212 PR 27674
4213 * Makefile.tpl (configure-[+prefix+][+module+],
4214 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4215 Remove rule to unstage bootstrapped modules.
4216 (stage_current): New.
4217 * Makefile.in: Regenerate.
4218
4219 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4220 Andreas Tobler <a.tobler@schweiz.ch>
4221
4222 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4223 * configure: Rebuilt.
4224
4225 Revert
4226 2006-01-31 Richard Guenther <rguenther@suse.de>
4227 Paolo Bonzini <bonzini@gnu.org>
4228
4229 * Makefile.def (target_modules): Add libgcc-math target module.
4230 * configure.in (target_libraries): Add libgcc-math target library.
4231 (--enable-libgcc-math): New configure switch.
4232 * Makefile.in: Re-generate.
4233 * configure: Re-generate.
4234
4235 2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
4236
4237 * config-ml.in: Alter CCASFLAGS to include special
4238 multilib options the same as is done for CFLAGS.
4239
4240 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4241
4242 * Makefile.def: Added dependencies from sim and gdb on intl, and
4243 added configure dependencies to everything with an all dependency
4244 on intl.
4245 * gettext.m4: Removed.
4246 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
4247 (GDB_SUPPORT_DIRS): Add intl.
4248 * Makefile.in: Regenerated.
4249
4250 2006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
4251
4252 * src-release (DEVO_SUPPORT): Add config.rpath.
4253
4254 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
4255
4256 * Makefile.def (bfd, opcodes): Fix lib_path.
4257 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4258 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4259 * Makefile.in: Regenerate.
4260
4261 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4262
4263 * configure.in: Enable gprof for cross builds.
4264 * configure: Regenerate.
4265
4266 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4267
4268 * src-release (MAKEINFOFLAGS): Define.
4269 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
4270
4271 2006-05-14 Ben Elliston <bje@au.ibm.com>
4272
4273 * config.sub, config.guess: Update from upstream sources.
4274
4275 2006-05-12 Ben Elliston <bje@au.ibm.com>
4276
4277 * config.sub, config.guess: Update from upstream sources.
4278
4279 2006-05-04 Steve Ellcey <sje@cup.hp.com>
4280
4281 * blt, iwidgets, mmalloc: Remove directories.
4282
4283 2006-05-01 DJ Delorie <dj@redhat.com>
4284
4285 * configure.in: Restore CFLAGS if GMP isn't present.
4286 * configure: Regenerate.
4287
4288 2006-04-18 DJ Delorie <dj@redhat.com>
4289
4290 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4291 reference libgloss so that libssp can be built in a combined
4292 tree.
4293 * configure: Regenerate.
4294
4295 2006-04-10 Ben Elliston <bje@au.ibm.com>
4296
4297 * contrib: Remove directory.
4298
4299 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
4300
4301 * Makefile.tpl: Add install-html target.
4302 * Makefile.def: Add install-html target.
4303 * Makefile.in: Regenerate.
4304 * configure.in: Add --with-datarootdir, --with-docdir,
4305 and --with-htmldir options.
4306 * configure: Regenerate.
4307
4308 2006-03-31 Ben Elliston <bje@au.ibm.com>
4309
4310 PR binutils/1860
4311 * configure.in: Require makeinfo 4.4 or higher.
4312 * configure: Regenerate.
4313
4314 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
4315
4316 * Makefile.in: Regenerate.
4317
4318 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
4319
4320 Sync with gcc:
4321 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
4322
4323 * configure.in: Handle --disable-<component> generically.
4324 * configure: Regenerate.
4325
4326 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
4327
4328 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4329 (TARGET_CONFIGDIRS): Remove.
4330 * configure.in: Remove AC_SUBST(target_configdirs).
4331 * Makefile.in, configure: Regenerated.
4332
4333
4334 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4335
4336 PR libgcj/17311
4337 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4338
4339 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
4340
4341 PR bootstrap/25670
4342
4343 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4344
4345 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4346 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4347 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4348 BUILD_PREFIX, BUILD_PREFIX_1.
4349 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4350
4351 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4352 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4353
4354 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4355 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4356 of `cat stage_current`. Always provide the `r' and `s' variables.
4357 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4358 a single shell execution.
4359 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4360 bootstrapped modules, make the stage1 module if the build was not
4361 started yet, else build the current stage.
4362 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4363 (all-build, all-host, all-target, [+make_target+]-host,
4364 [+make_target+]-target): Do not use \-continued lines.
4365 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4366 (current_stage, restrap, stage_last): New.
4367
4368 * Makefile.in: Regenerate.
4369 * configure: Regenerate.
4370
4371 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4372
4373 Sync from gcc:
4374
4375 2006-01-31 Richard Guenther <rguenther@suse.de>
4376 Paolo Bonzini <bonzini@gnu.org>
4377
4378 * Makefile.def (target_modules): Add libgcc-math target module.
4379 * configure.in (target_libraries): Add libgcc-math target library.
4380 (--enable-libgcc-math): New configure switch.
4381 * Makefile.in: Re-generate.
4382 * configure: Re-generate.
4383 * libgcc-math: New toplevel directory.
4384
4385 2006-01-18 Richard Henderson <rth@redhat.com>
4386 Jakub Jelinek <jakub@redhat.com>
4387 Diego Novillo <dnovillo@redhat.com>
4388
4389 * libgomp: New directory.
4390 * Makefile.def: Add target_module libgomp.
4391 * Makefile.in: Regenerate.
4392 * configure.in (target_libraries): Add target-libgomp.
4393 * configure: Regenerate.
4394
4395 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4396 Andreas Schwab <schwab@suse.de>
4397
4398 * configure: Regenerate.
4399
4400 2006-01-16 Paolo Bonzini <bonzini@gnu.org>
4401
4402 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4403 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4404 the assembler, linker and binutils.
4405 * configure: Regenerate.
4406
4407 2006-01-16 Nick Clifton <nickc@redhat.com>
4408
4409 * config.sub, config.guess: Sync from config repository.
4410
4411 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
4412
4413 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4414 @ from continuation.
4415 * Makefile.in: Rebuilt.
4416
4417 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4418
4419 Sync from gcc:
4420
4421 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4422
4423 PR bootstrap/24252
4424
4425 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4426 * Makefile.tpl (OBJDUMP): New.
4427 (EXTRA_HOST_FLAGS): Add it.
4428 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4429
4430 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4431 to use symbolic links between directories. Avoid race conditions
4432 or make them harmless.
4433 * configure.in: Do not try to use symbolic links between directories.
4434
4435 * Makefile.def (LEAN): Pass.
4436 * Makefile.tpl (LEAN): Define.
4437 (stage[+id+]-start): Accept that the previous directory does not
4438 exist, if the bootstrap is lean.
4439 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4440 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4441 configure substitution.
4442 ([+compare-target+]): Likewise.
4443 ([+bootstrap-target+]-lean): New.
4444 * configure.in: Remove lean bootstrap support from here.
4445
4446 * Makefile.in: Regenerate.
4447 * configure: Regenerate.
4448
4449 2006-01-02 Andreas Schwab <schwab@suse.de>
4450
4451 * configure.in: When reconfiguring remove Makefile in
4452 all stage directories.
4453 * configure: Regenerate.
4454
4455 2005-12-27 Leif Ekblad <leif@rdos.net>
4456
4457 * configure.in: Add support for RDOS target.
4458 * configure: Regenerate.
4459
4460 2005-12-27 Nick Clifton <nickc@redhat.com>
4461
4462 PR binutils/1990
4463 * libtool.m4: Synchronize with version in GCC sources.
4464
4465 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
4466
4467 Revert Ada-related part of the previous change.
4468
4469 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4470 Do not pass.
4471 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4472 * Makefile.in: Regenerate.
4473 * configure.in: Do not include mt-ppc-aix target fragment.
4474 * configure: Regenerate.
4475
4476 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
4477
4478 * configure.in: Select appropriate fragments for PowerPC/AIX.
4479 * configure: Regenerate.
4480
4481 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4482 BOOT_CFLAGS, BOOT_LDFLAGS.
4483 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4484 BOOT_CFLAGS, BOOT_LDFLAGS.
4485 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4486 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4487 (stage): Fail if we cannot complete the work.
4488 * Makefile.in: Regenerate.
4489
4490 2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
4491
4492 * COPYING.NEWLIB: Update copyright year for default
4493 copyright.
4494
4495 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
4496
4497 * Makefile.tpl (all, do-[+make_target+], do-check, install,
4498 install-host-nogcc): Don't invoke $(stage) at the end.
4499 * Makefile.in: Regenerate.
4500
4501 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
4502
4503 * configure.in: Flip the top-level bootstrap switch.
4504 * configure: Regenerate.
4505
4506 Merge from gcc:
4507
4508 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
4509
4510 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4511 $(stage) and $(unstage).
4512 (EXTRA_TARGET_FLAGS): Correct double-quoting.
4513 (all): Remove stray semicolon.
4514 (local-distclean): Don't handle multilib.tmp and multilib.out.
4515 (install.all): Set $s for consistency.
4516 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4517 check_multilibs setting. Always make the install directory.
4518 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4519 Correct @if/@endif.
4520 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4521 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4522 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4523 (multilib.out): Remove.
4524 * Makefile.in: Regenerated.
4525
4526 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4527
4528 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4529 * configure.in: Replace ms1 arch with mt.
4530 * configure: Rebuilt.
4531
4532 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4533
4534 Sync with gcc:
4535
4536 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4537
4538 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4539 * configure.in: Replace ms1 arch with mt.
4540 * configure: Rebuilt.
4541
4542 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4543
4544 Sync with gcc:
4545
4546 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4547
4548 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4549 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4550 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
4551 Find in-tree tools if available.
4552 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4553 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4554 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4555 (COMPILER_*_FOR_TARGET): New.
4556 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4557 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4558 (CONFIGURED_*, USUAL_*): Remove.
4559 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4560 STRIP): Use autoconf substitutions.
4561 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4562 COMPILER_NM_FOR_TARGET): New.
4563 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4564
4565 (all): Make all-host and all-target in parallel.
4566 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4567 that $$r and $$s are set before invoking a recursive make.
4568 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4569 ([+bootstrap-target+]): Inline most of the `all' target.
4570
4571 2005-11-29 Ben Elliston <bje@au.ibm.com>
4572
4573 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4574 from the gcc build directory.
4575 * Makefile.in: Regenerate.
4576
4577 2005-11-29 Ben Elliston <bje@au.ibm.com>
4578
4579 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
4580 depend on all-libdecnumber.
4581 * configure.in (host_libs): Include libdecnumber.
4582 * Makefile.in: Regenerate.
4583 * configure: Likewise.
4584
4585 2005-11-21 Kean Johnston <jkj@sco.com>
4586
4587 * config.sub, config.guess: Sync from upstream sources.
4588
4589 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
4590
4591 * Makefile.def: Remove gdb dependencies for gdbtk.
4592 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4593 (configure-gdb, install-gdb): New rules.
4594 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4595 * Makefile.in, configure: Regenerated.
4596
4597 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
4598
4599 PR bootstrap/24297
4600 * Makefile.tpl (do-[+make-target+], do-check, install,
4601 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4602 are set before recursing.
4603 * Makefile.in: Regenerate.
4604
4605 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
4606
4607 PR bootstrap/18939
4608 * Makefile.def (gcc) <target>: Fix thinko.
4609 * Makefile.in: Regenerate.
4610
4611 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
4612
4613 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4614 * configure: Regenerate.
4615
4616 2005-10-09 Kazu Hirata <kazu@codesourcery.com>
4617
4618 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4619 target-libffi, target-qthreads, target-libjava, and
4620 targetlibobjc.
4621 * configure: Regenerate.
4622
4623 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
4624
4625 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4626 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4627 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4628 (USUAL_OBJDUMP_FOR_TARGET): New.
4629 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4630 * configure.in: Check for $OBJDUMP_FOR_TARGET.
4631 * configure, Makefile.in: Regenerated.
4632
4633 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
4634
4635 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4636 before other host packages.
4637
4638 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
4639
4640 PR bootstrap/22340
4641
4642 * configure.in (default_target): Remove.
4643 * Makefile.tpl (all): Do not use prerequisites as subroutines
4644 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4645 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4646 use prerequisites as subroutines.
4647 (check-host, check-target): New.
4648 (bootstrap configure & all targets): Do not use stage*-start
4649 if the directory layout is already ok.
4650 (non-bootstrap configure & all targets): Prepend a $(unstage).
4651 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
4652 (NOTPARALLEL): Remove.
4653 (unstage, stage variables): New variables.
4654 (unstage, stage targets): Simply expand to those variables.
4655
4656 * configure: Regenerate.
4657 * Makefile.in: Regenerate.
4658
4659 2005-10-04 James E Wilson <wilson@specifix.com>
4660
4661 * Makefile.def (lang_env_dependencies): Add libmudflap.
4662 * Makefile.in: Regenerate.
4663
4664 2005-10-03 Catherine Moore <clm@cm00re.com>
4665
4666 * configure.in (bfin-*-*): Support bfin.
4667 * configure: Regenerated.
4668
4669 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
4670
4671 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4672 * configure: Regenerated.
4673
4674 2005-09-28 Geoffrey Keating <geoffk@apple.com>
4675
4676 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4677 (LIPO_FOR_TARGET): New.
4678 (CONFIGURED_LIPO_FOR_TARGET): New.
4679 (USUAL_LIPO_FOR_TARGET): New.
4680 (STRIP_FOR_TARGET): New.
4681 (CONFIGURED_STRIP_FOR_TARGET): New.
4682 (USUAL_STRIP_FOR_TARGET): New.
4683 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4684 STRIP_FOR_TARGET.
4685 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4686 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4687 * Makefile.in: Regenerate.
4688 * configure: Regenerate.
4689
4690 2005-09-19 David Edelsohn <edelsohn@gnu.org>
4691
4692 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4693 (rs6000-*-aix*): Same.
4694 * configure: Regenerate.
4695
4696 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
4697
4698 * configure.in: Recognize f95 in the --enable-languages option,
4699 and substitute it for fortran, issuing a warning.
4700 * configure: Regenerate.
4701
4702 2005-09-07 Ben Elliston <bje@au.ibm.com>
4703
4704 Import from Autoconf sources:
4705
4706 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
4707 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
4708 Elliston. Handle weird characters correctly.
4709
4710 2005-08-30 Phil Edwards <phil@codesourcery.com>
4711
4712 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
4713 * configure: Regenerated.
4714
4715 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
4716
4717 * Makefile.def (libssp): Add to lang_env_dependencies.
4718 * Makefile.in: Regenerate.
4719
4720 2005-08-17 Christian Groessler <chris@groessler.org>
4721
4722 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4723 * Makefile.in: Regenerate.
4724
4725 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
4726
4727 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4728 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4729 Look for alternate names of the target cc and c++
4730 * configure: Regenerate.
4731
4732 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
4733
4734 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4735 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4736 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4737 tools; remove code to manually set them.
4738 (Target tools): Look in the environment for them.
4739 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4740 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4741 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4742 build directory.
4743 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4744 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4745 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4746 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4747 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4748 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4749 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4750 * configure: Regenerate.
4751 * Makefile.in: Regenerate.
4752
4753 2005-07-27 Mark Mitchell <mark@codesourcery.com>
4754
4755 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4756 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4757 * Makefile.in: Regenerated.
4758
4759 2005-07-26 Mark Mitchell <mark@codesourcery.com>
4760
4761 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4762 (CFLAGS_FOR_TARGET): Use it.
4763 (CXXFLAGS_FOR_TARGET): Likewise.
4764 * Makefile.in: Regenerated.
4765 * configure.in (--with-build-sysroot): New option.
4766 * configure: Regenerated.
4767
4768 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
4769
4770 * Makefile.tpl: Wrap install between unstage and stage
4771 * Makefile.in: Regenerate.
4772
4773 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
4774
4775 * all files: Update FSF address.
4776
4777 2005-07-14 Jim Blandy <jimb@redhat.com>
4778
4779 * configure.in: Add cases for Renesas m32c.
4780 * configure: Regenerated.
4781
4782 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
4783
4784 * COPYING, compile, config-ml.in, config.guess,
4785 config.sub, install-sh, missing, mkinstalldirs,
4786 symlink-tree, ylwrap: Sync from upstream sources.
4787
4788 2005-07-13 Eric Christopher <echristo@redhat.com>
4789
4790 * configure.in: Add toplevel noconfigdir support for tpf.
4791 * configure: Regenerate.
4792
4793 2005-07-11 Jakub Jelinek <jakub@redhat.com>
4794
4795 * Makefile.def (target_modules): Add libssp.
4796 * configure.in (target_libraries): Add target-libssp.
4797 * configure: Rebuilt.
4798 * Makefile.in: Rebuilt.
4799
4800 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
4801
4802 PR ada/22340
4803
4804 * Makefile.def: Sync with gcc.
4805 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4806 * Makefile.in: Regenerate.
4807
4808 2005-07-07 Andreas Schwab <schwab@suse.de>
4809
4810 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4811 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4812 * Makefile.in: Regenerated.
4813
4814 2005-07-07 Kazu Hirata <kazu@codesourcery.com>
4815
4816 * configure.in: Add --enable-libssp and --disable-libssp.
4817 * configure: Regenerate with autoconf-2.13.
4818
4819 2005-07-06 Geoffrey Keating <geoffk@apple.com>
4820
4821 * configure.in: Don't build sim or rda when targetting darwin.
4822 * configure: Regenerate.
4823
4824 2005-07-04 Ben Elliston <bje@gnu.org>
4825
4826 * src-release (do-proto-toplev): Remove dejagnu bits.
4827 (DEJAGNU_SUPPORT_DIRS): Remove.
4828 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
4829 (GDBD_SUPPORT_DIRS): Likewise.
4830 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
4831 (INSIGHTD_SUPPORT_DIRS): Likewise.
4832 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
4833
4834 2005-06-30 Ben Elliston <bje@gnu.org>
4835
4836 * setup.com (mpw): Remove unused directive.
4837
4838 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
4839
4840 * Makefile.def (stagefeedback): Come after profile.
4841 Define profiledbootstrap target.
4842 * Makefile.tpl (profiledbootstrap): Remove.
4843 (stageprofile-end): Zap stagefeedback.
4844 (stagefeedback-start): Copy all .gcda files, not only GCC's.
4845 * Makefile.in: Regenerate.
4846
4847 2005-06-13 Zack Weinberg <zack@codesourcery.com>
4848
4849 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
4850 In 'cpp' stanza, support '#line' as well as '# '.
4851
4852 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
4853
4854 * configure.in (unsupported_languages): New macro.
4855 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
4856 non-ported target libraries in noconfigdirs.
4857 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4858 non-linux-gnu. Remove libgcj_ex_libffi.
4859 <lang_frag loop>: Set add_this_lang=no if the language is in
4860 unsupported_languages.
4861 * configure: Regenerate.
4862
4863 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
4864
4865 * configure.in: Fix typo in handling of --with-mpfr-dir.
4866 * configure: Regenerate.
4867
4868 2005-06-02 Jim Blandy <jimb@redhat.com>
4869
4870 * config.sub: Add cases for the Renesas m32c. (This patch has been
4871 accepted into the master sources.)
4872
4873 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
4874 Michael Snyder <msnyder@redhat.com>
4875 Stan Cox <scox@redhat.com>
4876
4877 * configure.in: Set noconfigdirs for ms1.
4878
4879 * configure: Regenerate.
4880
4881 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
4882
4883 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4884 (Dependencies): Consider target modules for bootstrap dependencies.
4885 Make target bootstrap modules depend on each stage's gcc.
4886 * Makefile.in: Regenerate.
4887
4888 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
4889
4890 * Makefile.def (configure-gcc): Depend on binutils having been built.
4891 (all-gcc): No need to do it here.
4892 * Makefile.in: Regenerate.
4893
4894 2005-05-19 Paul Brook <paul@codesourcery.com>
4895
4896 * configure.in: Rewrite misleading error message when requested
4897 language cannot be built.
4898 * configure: Regenerate.
4899
4900 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4901
4902 * ylwrap: Import from Automake 1.9.5.
4903
4904 2005-05-04 Mike Stump <mrs@apple.com>
4905
4906 * configure.in: Always pass --target to target configures as
4907 otherwise rebuilds that do --recheck will fail.
4908 * configure: Rebuilt.
4909
4910 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
4911
4912 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4913 STAGE_HOST_EXPORTS.
4914 (configure, all): Add bootstrap support.
4915 (Host modules, target modules): Pass post-stage1 flags and exports.
4916 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4917 * Makefile.in: Regenerate.
4918
4919 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
4920
4921 Sync from gcc:
4922
4923 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
4924
4925 * config.sub: Update from master copy.
4926
4927 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
4928
4929 * configure.in <crisv32-*-*, cris-*-*>: New local variable
4930 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
4931 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
4932 "*-*-elf" and "*-*-linux*".
4933 * configure: Regenerate.
4934
4935 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
4936
4937 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
4938 (TARGET_CONFIGARGS): Include --with-target-subdir.
4939 (configure, all): New macros. Use them throughout.
4940
4941 2005-04-05 Paolo Bonzini <bonzini@gnu.org>
4942
4943 * Makefile.tpl: Sync with gcc.
4944 * Makefile.in: Regenerate.
4945
4946 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
4947
4948 * config/mh-mingw32: Delete.
4949 * configure.in: Don't use it.
4950 * configure: Regenerate.
4951
4952 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
4953
4954 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4955 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4956 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
4957 (HOST_LIB_PATH): Generate from Makefile.def.
4958 (TARGET_LIB_PATH): Likewise.
4959 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4960 * Makefile.in: Regenerate.
4961 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4962 (RPATH_ENVVAR): Include Darwin case.
4963 * configure: Regenerate.
4964
4965 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
4966
4967 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4968 * configure: Regenerate.
4969
4970 2005-03-21 Zack Weinberg <zack@codesourcery.com>
4971
4972 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4973 gcc_version, and gcc_version_trigger from set of flags to pass.
4974 * Makefile.tpl: Remove definitions of above variables.
4975 (config.status): Remove dependency on $(gcc_version_trigger).
4976 * Makefile.in: Regenerate.
4977 * configure.in: Do not reference config/gcc-version.m4 nor
4978 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
4979 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
4980 * configure: Regenerate.
4981
4982 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
4983 Andrew Pinski <pinskia@physics.uc.edu>
4984
4985 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4986 * Makefile.in: Regenerate.
4987
4988 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
4989
4990 PR libgcj/20160
4991 * ltmain.sh: Avoid creating archives with components that have
4992 duplicate basenames.
4993
4994 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
4995
4996 PR bootstrap/20250
4997 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4998 instead of check.
4999 * Makefile.in: Regenerate.
5000
5001 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5002
5003 Sync from gcc.
5004
5005 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5006
5007 PR bootstrap/17383
5008 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5009 * Makefile.tpl (HOST_SUBDIR): New substitution.
5010 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5011 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5012 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5013 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5014 (Host modules, Bootstrapped modules): Use it.
5015 (Build modules, Target modules): Do not create symlink trees,
5016 always configure out-of-srcdir.
5017 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5018 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5019 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5020 $(HOST_SUBDIR). Create a symlink for host_subdir.
5021
5022 * Makefile.in: Regenerate.
5023 * configure: Regenerate.
5024
5025 Merged from libada-gnattools-branch:
5026 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5027
5028 * Makefile.def: Add gnattools as a module, depending on target-libada.
5029 * Makefile.in: Regenerate.
5030 * configure.in: Include gnattools in host_tools; disable it if ada
5031 is disabled.
5032 * configure: Regenerate.
5033
5034 2005-02-23 Nick Clifton <nickc@redhat.com>
5035
5036 * configure: Regenerate.
5037
5038 2005-02-22 Paul Schlie <schlie@comcast.net>
5039
5040 * configure.in: Allow darwin targeted ports to build tk, itcl and
5041 libgui.
5042
5043 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5044
5045 PR libgcj/10353
5046 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5047 * configure: Regenerate.
5048
5049 2005-02-08 Andrew Cagney <cagney@gnu.org>
5050
5051 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5052 gdb/ section. Update GDB's URL.
5053
5054 2005-01-31 Andrew Cagney <cagney@gnu.org>
5055
5056 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5057
5058 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
5059
5060 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5061 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5062 target-libgloss when not *-*-elf and *-*-aout.
5063 * configure: Regenerate.
5064
5065 2005-01-27 Andrew Cagney <cagney@gnu.org>
5066
5067 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5068
5069 2005-01-24 Andrew Cagney <cagney@gnu.org>
5070
5071 * gettext.m4: Only fall back to ../intl/ when it's present.
5072
5073 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5074
5075 * install-sh, config.sub: Import from upstream.
5076
5077 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5078
5079 PR bootstrap/18222
5080 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5081 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5082 * Makefile.in: Regenerate.
5083
5084 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
5085
5086 Revert 2004-12-28 Makefile changes, a better fix will be
5087 applied to mainline and src after GCC 4.0 branches.
5088
5089 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
5090
5091 PR bootstrap/17383
5092
5093 * Makefile.def (target_modules): Remove stage parameter,
5094 it is always true now.
5095 * Makefile.tpl (configure-build-[+module+],
5096 configure-target-[+module+]): Always build symlink tree
5097 for the directory and for include. BUILD_SUBDIR and
5098 TARGET_SUBDIR cannot be . anymore.
5099 * Makefile.in: Regenerate.
5100
5101 2004-12-25 David Edelsohn <edelsohn@gnu.org>
5102
5103 Revert 2004-12-08 Makefile changes.
5104
5105 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5106
5107 * configure.in (sh64-*-*): Reenable gprof.
5108 * configure: Regenerate.
5109
5110 2004-12-09 Jim Blandy <jimb@redhat.com>
5111
5112 * MAINTAINERS: List 'depcomp' as part of automake.
5113
5114 2004-12-08 David Edelsohn <edelsohn@gnu.org>
5115
5116 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5117 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5118 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5119 * Makefile.in: Regenerate.
5120
5121 2004-12-07 Matt Kraai <kraai@ftbfs.org>
5122
5123 * Makefile.tpl: Generate normal dependencies if the LHS module is
5124 not bootstrapped.
5125 * Makefile.in: Regenerate.
5126
5127 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5128
5129 * configure.in: Include config/gxx-include-dir.m4. Use
5130 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5131 * configure: Regenerate.
5132
5133 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5134
5135 * config.if: Delete.
5136 * configure.in: Set libstdcxx_incdir directly.
5137 * configure: Regenerate.
5138 * MAINTAINERS: Remove mention of config.if.
5139 * src-release (DEVO_SUPPORT): Remove config.if.
5140
5141 2004-12-02 Eric Christopher <echristo@redhat.com>
5142
5143 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5144 of things to remove.
5145 * Makefile.in: Regenerate.
5146
5147 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5148
5149 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5150 * configure: Regenerate.
5151
5152 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5153
5154 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5155 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5156 * configure: Regenerate.
5157
5158 2004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5159
5160 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5161 (hppa*64*-*-*): Delete incorrect comment.
5162 * configure: Rebuilt.
5163
5164 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5165
5166 * install-sh, compile: Import from automake.
5167
5168 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5169
5170 * config.guess, config.sub: Import from savannnah.
5171
5172 2004-11-12 Mike Stump <mrs@apple.com>
5173
5174 * Makefile.def: Add html support.
5175 * Makefile.tpl: Likewise.
5176 * Makefile.in: Regenerate.
5177
5178 2004-11-11 Geoffrey Keating <geoffk@apple.com>
5179
5180 PR 18423
5181 * configure.in: Remove all instances of build-fixincludes from
5182 noconfigdirs.
5183 (build_configargs): Supply --target to subdirectories.
5184 * configure: Regenerate.
5185
5186 * Makefile.def: Make gcc install depend on fixincludes install.
5187 * Makefile.in: Regenerate.
5188
5189 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5190
5191 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5192 target-libgfortran.
5193 * configure: Regenerate.
5194
5195 2004-11-07 David Edelsohn <edelsohn@gnu.org>
5196
5197 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5198 like CC.
5199
5200 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
5201
5202 * Makefile.def (host fixincludes): Specify missing targets.
5203 * Makefile.in: Regenerate.
5204
5205 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5206
5207 PR other/17783
5208 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5209 * configure: Regenerated.
5210
5211 2004-11-04 Daniel Jacobowitz <dan@debian.org>
5212
5213 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5214 * configure: Regenerated.
5215
5216 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
5217
5218 PR target/18151
5219 * configure.in (case ${target}): Do not build fixincludes for avr.
5220 * configure: Regenerated.
5221
5222 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
5223
5224 * configure.in (case ${target}): Do not build fixincludes
5225 on platforms where it is not used.
5226 * configure: Regenerated.
5227
5228 2004-10-23 Daniel Jacobowitz <dan@debian.org>
5229
5230 * configure.in: Use an absolute path to install-sh.
5231 * configure: Regenerated.
5232
5233 2004-10-19 Andrew Cagney <cagney@gnu.org>
5234
5235 * src-release (do-djunpack, do-md5sum): Install the generated file
5236 directly into the proto-toplev/ directory.
5237
5238 2004-10-19 Andrew Cagney <cagney@gnu.org>
5239
5240 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
5241
5242 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
5243
5244 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5245 * configure: Regenerate.
5246
5247 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
5248
5249 Fix wrong conflict resolution in:
5250
5251 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
5252
5253 * Makefile.in: Regenerate.
5254 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5255 in the recursive `make', instead of hardwiring `all'.
5256 (Autogenerated TARGET-* variables): New.
5257
5258 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5259
5260 Merged from GCC / libtool upstream:
5261 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
5262 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5263 * ltcf-cxx.sh (tpf*): Likewise.
5264 * ltconfig (tpf*): Add TPF OS configuration support.
5265
5266 2004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
5267
5268 * configure.in: Enable target-libgloss for crx-*-*.
5269 * configure: Regenerate.
5270
5271 2004-09-24 Michael Roth <mroth@nessie.de>
5272
5273 * configure.in (--without-headers): Add missing double quotes.
5274 * configure: Regenerate.
5275
5276 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
5277
5278 * ylwrap: Revert to previous version.
5279
5280 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
5281
5282 PR bootstrap/17369
5283 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5284 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5285 SET_GCC_LIB_PATH_CMD.
5286 (BASE_TARGET_EXPORTS): Likewise.
5287 * Makefile.in: Regenerated.
5288
5289 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5290 * configure: Regenerated.
5291
5292 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
5293
5294 * config.guess: New upstream version
5295 * compile, depcomp, install-sh, ylwrap: Likewise.
5296
5297 2004-09-19 Roger Sayle <roger@eyesopen.com>
5298
5299 * config/mh-x86omitfp: New host makefile fragment. Add
5300 -fomit-frame-pointer to the default BOOT_CFLAGS.
5301 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5302 * configure: Regenerate.
5303
5304 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
5305
5306 PR target/11572
5307 * configure.in (*-*-darwin*): Renable libobjc.
5308 * configure: Regenerate.
5309
5310 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
5311
5312 * Makefile.def: Remove libbanshee.
5313 * Makefile.tpl: Ditto.
5314 * configure.in: Ditto.
5315 * Makefile.in: Regen.
5316 * configure: Ditto.
5317
5318 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
5319
5320 * missing: Import latest version from master repository.
5321
5322 2004-09-04 Nick Clifton <nickc@redhat.com>
5323
5324 * config.sub: Import latest version from master repository.
5325 * config.guess: Likewise.
5326 This includes these changes:
5327
5328 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
5329
5330 * config.sub: Handle crisv32, alias etraxfs.
5331 * config.guess (crisv32:Linux:*:*): Handle.
5332
5333 2004-08-13 Brad Smith <brad@comstyle.com>
5334
5335 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5336 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5337
5338 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
5339
5340 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5341 assume the processor is a powerpc. This is because coreutils
5342 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5343 in this case, due to a MacOS X bug that causes
5344 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5345 to return a negative number.
5346 Problem reported by Petter Reinholdtsen in:
5347 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5348
5349 2004-07-19 Ben Elliston <bje@gnu.org>
5350
5351 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5352
5353 2004-06-24 Ben Elliston <bje@gnu.org>
5354
5355 * config.guess: Update copyright years.
5356 * config.sub: Likewise.
5357
5358 2004-06-22 Robert Millan <robertmh@gnu.org>
5359
5360 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5361 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5362
5363 2004-06-22 Stanley F. Quayle <stan@stanq.com>
5364
5365 * config.guess (*:*VMS:*:*): New entry. Replaces
5366 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5367 manufacturer.
5368
5369 2004-06-22 Ben Elliston <bje@gnu.org>
5370
5371 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5372 * config.sub: Likewise.
5373
5374 2004-06-22 Ben Elliston <bje@gnu.org>
5375
5376 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5377 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5378
5379 2004-06-11 Ben Elliston <bje@gnu.org>
5380
5381 * config.guess (pegasos:OpenBSD:*:*): Remove.
5382
5383 2004-06-11 Ben Elliston <bje@gnu.org>
5384
5385 From Wouter Verhelst <wouter@grep.be>:
5386 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5387
5388 2004-06-11 Ben Elliston <bje@gnu.org>
5389
5390 * config.guess (luna88k:OpenBSD:*:*): New.
5391
5392 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5393
5394 * config.guess (m32r*:Linux:*:*): New case.
5395 * config.sub: Handle m32rle.
5396
5397 2004-03-12 Ben Elliston <bje@wasabisystems.com>
5398
5399 From Jens Petersen <petersen@redhat.com>:
5400 * config.sub: Handle sparcv8.
5401
5402 2004-03-03 Ben Elliston <bje@wasabisystems.com>
5403
5404 From Tom Smith <smith@cag.lkg.hp.com>:
5405 * config.guess: Version suffixes are equally significant on Tru64
5406 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
5407 prefix of "P" (patched kernel).
5408
5409 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
5410
5411 * config.sub: Add support for National Semiconductor CRX target.
5412
5413 2004-09-03 Jan Beulich <jbeulich@novell.com>
5414
5415 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5416 *-*-netware, but add target-libmudflap.
5417 Consolidate *-*-netware targets (of which really only i?86 exists)
5418 into a single entry.
5419 * configure: Likewise.
5420
5421 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
5422
5423 * Makefile.tpl (sorry): Remove.
5424 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5425 (cleanstrap targets): Depend on distclean, not distclean-stage1.
5426 (do-clean): Clean per-stage directories too.
5427 (do-distclean): Run distclean-stage1 too.
5428 (.NOTPARALLEL): Enable during toplevel bootstrap.
5429 (stage[+id+]-bubble): Enable parallel execution during
5430 the recursive invocation.
5431 * Makefile.in: Regenerate.
5432
5433 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
5434
5435 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
5436
5437 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5438 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5439 * configure: regenerate
5440 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5441 -mdynamic-no-pic
5442
5443 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
5444
5445 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5446 include.
5447 * configure.in: Fix indentation.
5448 * configure: Regenerate.
5449
5450 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
5451
5452 * Makefile.def (build_modules): Add fixincludes.
5453 (dependencies): Make gcc depend on fixincludes.
5454 * configure.in (build_tools): Add fixincludes.
5455 (build_configdirs): Always include build_libs.
5456 * Makefile.in: Regenerate.
5457 * configure: Regenerate.
5458
5459 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
5460
5461 * Makefile.def (bootstrap stages): Add 'lean' parameter.
5462 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5463 phony targets; do not generate timestamp files.
5464 (distclean-stageN): Remove references to their timestamp files.
5465 (restageN, touch-stageN): Remove.
5466 (stageN-bubble): Rewritten.
5467 (compare): Support lean bootstraps.
5468 * Makefile.in: Regenerate.
5469
5470 * configure.in: Only warn when bootstrapping but
5471 build != host or build != target. Support lean bootstraps.
5472 * configure: Regenerate.
5473
5474 Sync from gcc:
5475 2004-08-26 Phil Edwards <phil@codesourcery.com>
5476
5477 * configure.in: Give a better error message if GMP/MPFR are missing
5478 and a language needing them has been requested.
5479 * configure: Regenerated.
5480
5481 2004-08-25 Phil Edwards <phil@codesourcery.com>
5482
5483 * configure.in: Print a list of available language front-ends if
5484 a requested one is missing. Tidy stray tab characters.
5485 * configure: Regenerated.
5486
5487 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
5488
5489 * Makefile.in: Regenerate.
5490 * configure: Regenerate.
5491
5492 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5493 stage_*_flags.
5494 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5495 for bootstrapped modules if toplevel bootstrap is going.
5496 (GCC bootstrap): Generate per-stage targets for all bootstrapped
5497 modules. Adjust for changes in Makefile.def. Enable several
5498 rules even in non-bootstrap mode, just to avoid peppering the
5499 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5500 (stage-[+prev+]-bubble): Remove.
5501
5502 * Makefile.def (Dependencies): Depend on all-build-bison,
5503 all-build-flex, all-build-byacc, all-build-texinfo, rather
5504 than the host variations.
5505 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
5506 with BUILD_SUBDIR.
5507 (BISON): Update for recent Bisons.
5508 (YACC): Fix typo.
5509 (cross): Depend on all-build.
5510 (all): Do not depend on all-build.
5511 (prebootstrap): Remove.
5512 (dep-kind): Accept separate prefixes for MODULE and ON variables.
5513 (Prebootstrap dependencies): Add them to the per-stage targets
5514 and to all-prebootstrap.
5515 * configure.in (build_configdirs): Always enable build_tools.
5516 (BUILD_DIR_PREFIX): Remove.
5517
5518 * Makefile.def (gcc): Add target variable.
5519 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5520 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5521 in the recursive `make', instead of hardwiring `all'.
5522 (Autogenerated TARGET-* variables): New.
5523
5524 2004-08-17 Robert Millan <robertmh@gnu.org>
5525
5526 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5527 (instead of FreeBSD).
5528 * configure: Regenerate.
5529
5530 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
5531
5532 * Makefile.def, configure.in, src-release: Remove useless, bogus
5533 references to tix.
5534 * Makefile.in, configure: Regenerate.
5535
5536 * src-release: Stop distributing mmalloc with gdb (which doesn't
5537 use it).
5538 * Makefile.def: GDB doesn't depend on mmalloc anymore.
5539 * Makefile.in: Regenerate.
5540
5541 2004-08-09 Mark Mitchell <mark@codesourcery.com>
5542
5543 * configure.in (arm*-*-eabi*): New target.
5544 * configure: Regenerate.
5545
5546 2004-08-01 Robert Millan <robertmh@gnu.org>
5547
5548 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5549 libmudflap for all GNU-based systems (with Glibc).
5550 * configure: Regenerate.
5551
5552 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
5553
5554 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5555 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5556 (Dependencies): New section.
5557 * Makefile.tpl (Dependencies): Generate from Makefile.def.
5558 (configure-target-[+module+]): Depend on maybe-all-gcc
5559 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
5560 (toplevel profiledbootstrap): Fix dependencies.
5561 * Makefile.in: Regenerate.
5562
5563 2004-08-03 Mark Mitchell <mark@codesourcery.com>
5564
5565 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5566 target-libiberty to noconfigdirs.
5567
5568 2004-08-03 Paul Brook <paul@codesourcery.com>
5569
5570 * configure.in: Check for MPFR as well as GMP.
5571 * configure: Regenerate.
5572
5573 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
5574
5575 * Makefile.def (host-modules): Add gcc.
5576 * Makefile.in: Regenerate.
5577 * Makefile.tpl (sorry): New rule.
5578 (configure-host, all-host, [+make_target+]-host, do-check,
5579 install-host): Do not add gcc as a special case.
5580 (host modules): Add a small special-casing for gcc. Export
5581 extra_make_flags through the environment.
5582 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5583 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5584 other recursive targets for gcc): Remove.
5585
5586 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5587 (stage, unstage): New rules.
5588 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5589 distclean-stage[+id+]): Use stage_current.
5590 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5591 the stage*-start rules.
5592
5593 2004-07-19 Robert Millan <robertmh@gnu.org>
5594
5595 Synced from gcc:
5596
5597 2004-04-26 Robert Millan <robertmh@gnu.org>
5598
5599 Add patches from libtool CVS.
5600 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5601 * ltconfig: Likewise.
5602 * ltcf-c.sh: Likewise.
5603 * ltcf-cxx.sh: Likewise.
5604 * ltcf-gcj.sh: Likewise.
5605
5606 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
5607
5608 * configure.in: Add noconfigdirs for crx-*-*.
5609 * configure: Regenerate.
5610
5611 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
5612
5613 Synced from gcc:
5614
5615 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
5616
5617 * configure.in: Build libmudflap by default on FreeBSD.
5618 * configure: Regenerated.
5619
5620 2004-07-09 Mark Mitchell <mark@codesourcery.com>
5621
5622 * configure.in: Do not build libmudflap by default on non-GNU/Linux
5623 systems.
5624 * configure: Regenerated.
5625
5626 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5627
5628 PR target/16344
5629 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5630 feedback based compiler.
5631 * Makefile.in: Rebuilt.
5632
5633 2004-07-05 Phil Edwards <phil@codesourcery.com>
5634
5635 * configure.in: Do not prepend $srcdir to /dev/null in
5636 makefile fragments.
5637 * configure: Regenerate.
5638
5639 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
5640
5641 * Makefile.def (host_modules): Set bootstrap=true for flex.
5642 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5643 * Makefile.in: Rebuilt.
5644
5645 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
5646
5647 * Makefile.def (build_modules): Add bison, byacc, flex,
5648 m4, texinfo.
5649 (flags_to_pass): Add FLEX.
5650 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5651 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5652 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5653 DEFAULT_MAKEINFO): Remove.
5654 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5655 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5656 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5657 objdir or else use configured tool.
5658 (all-build): New.
5659 (all): Depend on it.
5660 (Build module dependencies): Add.
5661 * Makefile.in: Regenerate.
5662 * configure.in: Better support for multiple build modules,
5663 matching what is done for host/target modules. Do not look
5664 for "plausible" locations of build tools if Canadian cross.
5665 Use autoconf's AC_PROG_CC to find a C compiler. Define
5666 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
5667 * configure: Regenerate.
5668
5669 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
5670
5671 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5672 * Makefile.in: Regenerate.
5673
5674 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
5675
5676 * Makefile.tpl (configure-build-[+module+],
5677 configure-[+module+], configure-target-[+module+]): Pass
5678 [+extra_configure_args+].
5679 (all-build-[+module+], all-[+module+], check-[+module+],
5680 install-[+module+], [+make_target+]-[+module+],
5681 all-target-[+module+], check-target-[+module+],
5682 install-target-[+module+], [+make_target+]-target-[+module+]):
5683 Pass [+extra_make_args+].
5684 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5685 (GCC_HOST_EXPORTS): Remove.
5686 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5687 cross, check-gcc, check-gcc-c++, install-gcc,
5688 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5689 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5690 * Makefile.in: Regenerate.
5691
5692 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
5693
5694 * configure.in: Check for srcdir/winsup rather than build directory
5695 winsup.
5696 * configure: Regenerate.
5697
5698 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
5699
5700 * configure.in: Don't build Cygwin native newlib if winsup
5701 directory is missing. Emit warning instead.
5702 * configure: Regenerate.
5703
5704 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
5705
5706 * Makefile.tpl (touch-stage[+id+]): New.
5707 (restage[+prev+]): Depend on touch-stage[+id+].
5708
5709 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5710 Use it throughout.
5711
5712 * Makefile.def: Add profile and feedback bootstrap stages.
5713 Remove next field from bootstrap stages.
5714 * Makefile.tpl (LN, LN_S): Substitute.
5715 (stageN-start, stageN-end): Use double-colon rules, to
5716 provide a hook for additional setup commands.
5717 (distclean-stageN-gcc, restageN): Create dependencies from
5718 [+prev+], not from [+next+].
5719 (stageN-bubble): Add commands for successive stages from
5720 [+prev+], using double-colon rules.
5721 (all-stageN-gcc): Fix typo.
5722 (stagefeedback-start, profiledbootstrap): New.
5723 * Makefile.in: Regenerate.
5724 * configure.in: Call ACX_PROG_LN.
5725 * configure: Regenerate.
5726
5727 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
5728
5729 * configure.in: Fix --enable-bootstrap breakage introduced in trees
5730 without gcc.
5731 * configure: Regenerate.
5732
5733 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5734
5735 * Makefile.tpl: Fix typo.
5736 * Makefile.in: Regenerate.
5737
5738 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5739
5740 * configure.in: Remove new- prefix from toplevel
5741 bootstrap targets.
5742 * configure: Regenerate.
5743
5744 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5745
5746 Merge this patch from the gcc tree:
5747
5748 2004-05-30 Andreas Jaeger <aj@suse.de>
5749 Jim Wilson <wilson@specifixinc.com>
5750
5751 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5752 like CC.
5753
5754 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5755
5756 * Makefile.tpl (all.normal): Rename to all.
5757 (all): Replace with a rule to pick the default
5758 target from configure.
5759 (all-gcc, configure-gcc): Use conditionals to
5760 do nothing when toplevel bootstrap is going on.
5761 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5762 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5763 * configure.in: Support --enable-bootstrap.
5764
5765 * Makefile.def: Remove new- prefix from toplevel
5766 bootstrap targets.
5767 * Makefile.tpl: Likewise.
5768
5769 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
5770 target.
5771
5772 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5773 $(RECURSE_FLAGS) to recursive invocation of make.
5774
5775 * Makefile.in: Regenerate.
5776 * configure: Regenerate.
5777
5778 2004-05-27 Daniel Jacobowitz <dan@debian.org>
5779
5780 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5781 * configure: Regenerate.
5782
5783 2004-05-25 Daniel Jacobowitz <drow@false.org>
5784
5785 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5786 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5787 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
5788 targets.
5789 * Makefile.in: Regenerate.
5790
5791 2005-05-24 Paolo Bonzini <bonzini@gnu.org>
5792
5793 * configure.in: Test the ability to symlink directories.
5794 * configure: Regenerate.
5795
5796 * Makefile.def (bootstrap-stage): New definitions.
5797 * Makefile.tpl (configure-stage1-gcc,
5798 configure-stage2-gcc, configure-stage3-gcc,
5799 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5800 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5801 new-restage3, compare): Autogenerate, see Makefile.in
5802 entry for behavioral changes.
5803 (distclean-stage1, new-stage1-start, new-stage1-end,
5804 new-stage1-bubble, distclean-stage2, new-stage2-start,
5805 new-stage2-end, new-stage2-bubble, distclean-stage3,
5806 new-stage3-start, new-stage3-end): New autogenerated targets.
5807 (objext, prebootstrap, BOOT_CFLAGS,
5808 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5809 targets.
5810
5811 * Makefile.in: Regenerate.
5812 (distclean-stage1, new-stage1-start, new-stage1-end,
5813 new-stage1-bubble, distclean-stage2, new-stage2-start,
5814 new-stage2-end, new-stage2-bubble, distclean-stage3,
5815 new-stage3-start, new-stage3-end): New targets.
5816 (all-stage1-gcc): Move prebootstrap dependency from here...
5817 (configure-stage1-gcc): ...to here.
5818 (new-bootstrap): Use bubble targets.
5819 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5820 Use per-stage distclean targets.
5821 (configure-stage1-gcc, configure-stage2-gcc,
5822 configure-stage3-gcc, all-stage1-gcc,
5823 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5824 Use new-stageN-start to prepare the tree.
5825
5826 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
5827
5828 * Makefile.def (host_modules): add libcpp.
5829 * Makefile.tpl: Add dependencies on and for libcpp.
5830 * Makefile.in: Regenerate.
5831 * configure.in: Add libcpp host module.
5832 * configure: Regenerate.
5833
5834 2004-05-17 Zack Weinberg <zack@codesourcery.com>
5835
5836 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5837 of libf2c.
5838 * configure, Makefile.in: Regenerate.
5839
5840 2004-05-13 Diego Novillo <dnovillo@redhat.com>
5841
5842 Merge from tree-ssa-20020619-branch.
5843
5844 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5845 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5846 (HOST_GMPLIBS): Define.
5847 (HOST_GMPINC): Define.
5848 (TARGET_LIB_PATH): Add libmudflap.
5849 (GFORTRAN_FOR_TARGET): Define.
5850 (configure-build*): Export GFORTRAN.
5851 (configure-gcc): Export GMPLIBS and GMPINC.
5852 (all-gcc): Add maybe-all-libbanshee.
5853 (configure-target-libgfortran): Define.
5854 * Makefile.in: Regenerate.
5855 * configure.in (host_libs): Add libbanshee.
5856 (target_libraries): Add target-libmudflap and target-libgfortran.
5857 Add --with-libbanshee.
5858 Handle --disable-libmudflap.
5859 (*-*-freebsd*): Use with_gmp.
5860 Add $(libgcj) to noconfigdirs.
5861 * configure: Regenerate.
5862 * depcomp: New file.
5863 * MAINTAINERS: Add tree-ssa maintainers.
5864
5865 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
5866
5867 * config/acx.m4: Fix fastcompare support for new-bootstrap.
5868 * configure: Regenerate.
5869
5870 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
5871
5872 Revert:
5873 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5874
5875 * Makefile.def (flags_to_pass): Remove *dir variables that
5876 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5877 as well as prefix and exec_prefix.
5878 * Makefile.in: Regenerate.
5879
5880 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5881
5882 * Makefile.def (host_modules): Mark with the bootstrap
5883 flag packages on which gcc depends.
5884 * Makefile.tpl (all-bootstrap): Use it.
5885 * Makefile.in: Regenerate.
5886
5887 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5888
5889 * Makefile.def (flags_to_pass): Remove *dir variables that
5890 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5891 as well as prefix and exec_prefix.
5892 * Makefile.in: Regenerate.
5893
5894 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5895
5896 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5897 * configure: Regenerate.
5898 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5899 * gcc/Makefile.tpl (compare): Use the result of the test.
5900 * gcc/Makefile.in: Regenerate.
5901
5902 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
5903
5904 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5905 Always relocate gcc and prev-gcc to the original names, even
5906 if the build fails.
5907 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5908 New targets.
5909
5910 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5911
5912 * configure.in (mips*-*-irix5*): Enable ld.
5913 * configure: Regenerate.
5914
5915 2004-04-15 James E Wilson <wilson@specifixinc.com>
5916
5917 * Makefile.tpl (configure-[+module+], configure-gcc,
5918 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5919 Set and export LDFLAGS.
5920 * Makefile.in: Regenerate.
5921
5922 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
5923
5924 PR bootstrap/14871
5925 * Makefile.tpl: If we don't have built-in-tree target tools,
5926 use the ones found by configure rather than hacking around with
5927 program_transform_name.
5928 * configure.in: Give Makefile.tpl the information necessary
5929 to do that.
5930 * Makefile.in: Regenerate.
5931 * configure: Regenerate.
5932
5933 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
5934
5935 PR bootstrap/14760
5936 * configure.in: When computing baseargs, strip *all* copies of
5937 offending options. Also, don't match/substitute the trailing space,
5938 so that this actually works when two similar options are separated by
5939 only one space.
5940 * configure: Regenerate.
5941
5942 2004-04-06 David Edelsohn <edelsohn@gnu.org>
5943
5944 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5945 (rs6000-*-aix*): Same.
5946 * configure: Regenerate.
5947
5948 2004-03-25 Stan Shebs <shebs@apple.com>
5949
5950 Remove MPW support, no longer used.
5951 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
5952 mpw-install: Remove files.
5953 * src-release (DEVO_SUPPORT): Remove names of removed files.
5954 * MAINTAINERS: Likewise.
5955
5956 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
5957
5958 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5959 STRICT_WARN, WARN_CFLAGS flags passed down to make.
5960 * Makefile.in: Regenerate.
5961
5962 * configure.in (top level bootstrap support): Rework --enable-werror
5963 to set @stage2_werror_flag@.
5964 * configure: Regenerate.
5965 * Makefile.tpl (top level bootstrap support): Pass
5966 @stage2_werror_flag@ down to configure in stages 2 and 3.
5967 * Makefile.in: Regenerate.
5968
5969 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
5970
5971 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5972 for stages 2 and 3 as well as in make. As a consequence, remove
5973 OUTPUT_OPTION (now detected by configure) from the flags passed down
5974 to make.
5975 * Makefile.in: Regenerate.
5976
5977 * Makefile.tpl (new-bootstrap): Fix typo.
5978 * Makefile.in: Regenerate.
5979
5980 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
5981
5982 * Makefile.tpl: Rearrange by moving recursive_targets rules
5983 into their proper sections.
5984 * Makefile.tpl (top level bootstrap support): Move disabling
5985 of coverage flags from 'make' to 'configure'; improve comments.
5986 * Makefile.in: Regenerate.
5987
5988 * Makefile.tpl (experimental top level bootstrap) Move stage1
5989 language setting from all- target to configure- target; disable
5990 intermodule optimization in stage 1; prevent gratuitous rebuilds
5991 of stage 1.
5992 * Makefile.in: Regenerate.
5993 * configure.in: Comma-separate stage 1 language list for top
5994 level bootstrap.
5995 * configure: Regenerate.
5996
5997 * Makefile.tpl: Clean up experimental top level bootstrap support:
5998 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5999 prev-gcc in configure- targets as well as all- targets.
6000 * Makefile.in: Regenerate.
6001
6002 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
6003
6004 * configure.in: Remove symbolic link section.
6005 * configure: Regenerate.
6006 * Makefile.tpl (links): Remove.
6007 * Makefile.in: Regenerate.
6008
6009 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
6010 Nathanael Nerode <neroden@gcc.gnu.org>
6011
6012 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6013 Set with AC_CHECK_PROGS.
6014 * configure.in: Fix comment typo from last patch.
6015 * configure: Regenerate.
6016
6017 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6018
6019 * Makefile.tpl: Introduce experimental top level bootstrap support.
6020 * Makefile.in: Regenerate.
6021 * configure.in: Introduce support for top level bootstrap.
6022 * configure: Regenerate.
6023
6024 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
6025 Paolo Bonzini <bonzini@gnu.org>
6026
6027 PR bootstrap/14522
6028 * configure.in: Cope with shells that do not support unquoted ^
6029 * configure: Regenerate.
6030
6031 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
6032 Paolo Bonzini <bonzini@gnu.org>
6033
6034 PR bootstrap/14522
6035 * configure.in: Cope with shell that do not support nesting
6036 quotes inside quoted backquote substitutions.
6037 * configure: Regenerate.
6038
6039 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6040
6041 PR bootstrap/14522
6042 * configure.in: Fix escaping of $.
6043 * configure: Regenerate.
6044
6045 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6046
6047 * configure: Regenerate.
6048
6049 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
6050
6051 PR ada/14131
6052 Move language detection to the top level.
6053 * configure.in: Find default values for the tools as
6054 soon as possible. Disable ada if GNAT is not found.
6055 Emit error message about missing languages. Expand
6056 --enable-languages=all for the gcc subdirectory.
6057
6058 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
6059
6060 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6061 and disable libgcj.
6062 * configure: Regenerated.
6063
6064 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6065
6066 PR bootstrap/7087
6067 * Makefile.tpl: Guard XFOO sed statements better.
6068 * Makefile.tpl: Add dependency for configure-target-libada.
6069 * Makefile.in: Regenerate (incidentally fixes broken
6070 commit when libada-branch was merged).
6071
6072 2004-02-28 Andrew Cagney <cagney@redhat.com>
6073
6074 * src-release (CVS_NAMES): Define.
6075 (do-tar, do-tar): Prune $(CVS_NAMES).
6076
6077 2004-02-23 Andrew Cagney <cagney@redhat.com>
6078
6079 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6080 2004-02-19.09.
6081
6082 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6083
6084 PR bootstrap/11932
6085 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6086
6087 2004-02-19 Andrew Cagney <cagney@redhat.com>
6088
6089 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6090 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6091
6092 2004-02-11 David Edelsohn <edelsohn@gnu.org>
6093
6094 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6095 (rs6000-*-aix*): Same.
6096 * configure: Regenerate.
6097
6098 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6099
6100 * configure.in (host): Add in missing $noconfigdirs to defines.
6101 * configure: Regenerate.
6102
6103 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6104 Nathanael Nerode <neroden@gcc.gnu.org>
6105
6106 PR ada/6637, PR ada/5911
6107 Merge with libada-branch:
6108 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6109 with appropriate dependencies. Add --enable-libada configure switch.
6110 * configure, Makefile.in: Regenerate.
6111
6112 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6113
6114 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6115 * configure: Regenerate.
6116
6117 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6118
6119 * COPYING.NEWLIB: Update Red Hat license to 2004.
6120
6121 2004-01-23 DJ Delorie <dj@redhat.com>
6122
6123 * Makefile.def (target_modules) [libiberty]: Don't stage.
6124 * Makefile.in: Rebuilt.
6125
6126 2004-01-23 Jeff Johnston <jjohnstn@redhat.com>
6127
6128 * COPYING.NEWLIB: Update to include copyrights for new
6129 iconv code.
6130
6131 2004-01-15 Andrew Cagney <cagney@redhat.com>
6132
6133 * src-release: Update copyright year.
6134 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6135 (NEWLIB_SUPPORT_DIRS): Delete macro.
6136 (newlib.tar.bz2): Delete rule.
6137
6138 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
6139
6140 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6141 * Makefile.tpl (configure-target-[+module+]): Support stage.
6142 * Makefile.in: Rebuilt.
6143
6144 2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6145
6146 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6147 throughout.
6148
6149 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6150
6151 * configure.in: Use ./config.cache, not config.cache.
6152 * configure: Regenerate.
6153 * Makefile.tpl: Special-casing not needed for GCC any more.
6154 * Makefile.in: Regenerate.
6155
6156 * configure.in: Don't share a cache file for host dirs.
6157 * configure: Regenerate.
6158
6159 * config-ml.in: Don't mess with the cache file.
6160
6161 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6162
6163 * Makefile.tpl: Make GCC use a separate config.cache.
6164 * Makefile.in: Regenerate.
6165
6166 PR bootstrap/11932, PR bootstrap/11933
6167 (I don't know if it will fix either of them, but it relates
6168 to them.)
6169 * configure.in: Don't use shared config.cache for target
6170 directories.
6171 * configure: Regenerate.
6172
6173 2003-12-31 Roger Sayle <roger@eyesopen.com>
6174
6175 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6176 * configure: Regenerated.
6177
6178 2003-12-21 Bernardo Innocenti <bernie@develer.com>
6179
6180 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6181 * configure: Regenerated.
6182
6183 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6184
6185 Port change over from GCC:
6186 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6187 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6188 (configure-build-[+module+], configure-[+module+]): Likewise.
6189 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6190 * Makefile.in: Regenerate.
6191
6192 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6193
6194 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6195 * configure: Regenerate.
6196
6197 2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
6198
6199 * COPYING.NEWLIB: Add license info for long long routines added to
6200 stdlib.
6201
6202 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
6203
6204 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6205 * Makefile.in: Regenerate.
6206
6207 2003-10-20 Phil Edwards <phil@codesourcery.com>
6208
6209 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
6210 * configure: Regenerate.
6211
6212 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
6213
6214 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6215 HOST_FLAGS_TO_PASS.
6216 * Makefile.in: Regenerate.
6217
6218 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
6219
6220 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6221 * configure: Rebuilt
6222 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6223 * Makefile.in: Rebuilt
6224
6225 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
6226
6227 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6228
6229 2003-10-01 Phil Edwards <pme@gcc.gnu.org>
6230
6231 * config-ml.in: Use ac_configure_args directly instead of
6232 ml_arguments. Only set ml_norecursion if --no[-]recursion is
6233 actually seen.
6234
6235 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
6236
6237 * config-ml.in: Propagate INSTALL variables.
6238
6239 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
6240
6241 * configure.in: Pass a computed --program-transform-name
6242 to subconfigures.
6243 * configure: Regenerated.
6244
6245 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6246
6247 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6248 * Makefile.in: Regenerate.
6249
6250 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6251 * Makefile.in: Regenerate.
6252
6253 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
6254
6255 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6256 quoting.
6257 * configure: Regenerated.
6258
6259 2003-09-12 Michael Chastain <mec@shout.net>
6260
6261 Fix PR gdb/857.
6262 * src-release (do-proto-topleve): Remove junk files
6263 intl/config.cache, intl/config.status,
6264 intl/config.h, intl/stamp-h.
6265
6266 2003-09-14 Andrew Cagney <cagney@redhat.com>
6267
6268 * src-release (dejagnu.tar): New target.
6269 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
6270 (do-djunpack): Use $(PACKAGE) for the package name.
6271
6272 2003-09-04 DJ Delorie <dj@redhat.com>
6273
6274 * configure: Regenerate.
6275
6276 2003-09-04 Robert Millan <robertmh@gnu.org>
6277
6278 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6279
6280 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6281
6282 * configure.in: Ensure arguments to sed are properly spaced.
6283 * configure: Regenerate.
6284
6285 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
6286
6287 Merge from gcc:
6288 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
6289 * install-sh: Update to newer upstream versions (associated with
6290 aclocal 1.7).
6291 * missing: Likewise, plus $1Help2man -> $1 typo fix.
6292
6293 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
6294
6295 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6296 * configure: Regenerated.
6297
6298 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
6299
6300 * configure.in: Use newline instead of semicolon when assuming
6301 shell arguments in a for loop.
6302 * configure: Regenerated.
6303
6304 2003-08-20 Geoffrey Keating <geoffk@apple.com>
6305
6306 PR 8180
6307 * configure.in: When testing with_libs and with_headers, treat
6308 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
6309 * configure: Regenerate.
6310
6311 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6312 make, shell, etc.
6313 (baseargs): Likewise.
6314 * configure: Regenerate.
6315
6316 2003-08-19 Geoffrey Keating <geoffk@apple.com>
6317
6318 * configure.in: Disable libgcj for darwin not on powerpc.
6319 * configure: Rebuild.
6320
6321 2003-08-15 Michael Chastain <mec@shout.net>
6322
6323 * src-release (do-proto-toplev): Remove junk files
6324 dejagnu/example/calc/config.status,
6325 dejagnu/example/calc/config.log.
6326
6327 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
6328
6329 * config-ml.in, symlink-tree: Add license.
6330
6331 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
6332
6333 Merge from gcc:
6334
6335 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
6336 * Makefile.tpl (check, check-c++): Express dependencies using
6337 dependencies rather than commands.
6338 * Makefile.in: Regenerate.
6339
6340 2003-07-31 Geoffrey Keating <geoffk@apple.com>
6341 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6342 * Makefile.in: Update.
6343
6344 2003-08-01 Andrew Cagney <cagney@redhat.com>
6345
6346 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6347 * configure: Ditto.
6348
6349 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
6350
6351 * configure.in: Enable libgcj for darwin.
6352 * configure: Rebuild.
6353
6354 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
6355
6356 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
6357
6358 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
6359
6360 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6361 creating target and build subdirs to build all parent dirs as needed.
6362 * Makefile.in: Rebuild.
6363 * configure.in: Don't build dirs explicitly here.
6364 * configure: Rebuild.
6365
6366 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
6367
6368 * Makefile.tpl (all-make): Depend on intl.
6369 * Makefile.in: Rebuilt.
6370
6371 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
6372
6373 * config.if: Remove unused libc_interface determination.
6374
6375 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
6376
6377 * Makefile.in: Regenerate, correctly this time.
6378
6379 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
6380
6381 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
6382 unused INSTALL_PROGRAM_ARGS.
6383 * configure.in: Use AC_PROG_INSTALL.
6384 * Makefile.in: Regenerate.
6385 * configure: Regenerate.
6386
6387 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
6388
6389 * configure: Rebuilt.
6390 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
6391 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6392 newlib nor libgloss.
6393 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
6394 * configure.in (am33_2.0-*-linux*): Added.
6395
6396 2003-07-09 Bob Wilson <bob.wilson@acm.org>
6397
6398 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6399 * configure: Regenerate.
6400
6401 2003-07-06 H.J. Lu <hongjiu.lu@intel.com>
6402
6403 * config-ml.in: Replace PWD with PWD_COMMAND.
6404 * Makefile.tpl: Likewise.
6405 * Makefile.in: Regenerated.
6406
6407 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
6408
6409 * configure.in: Clean up config-lang.in handling. Delete
6410 useless assignment to "subdirs".
6411 * configure: Regenerate.
6412
6413 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
6414
6415 * configure.in: Rename 'target_libs' to 'target_libraries'.
6416 Remove useless reference to 'target_libs'.
6417 * configure: Regenerate.
6418
6419 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
6420
6421 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6422 * Makefile.in: Regenerate.
6423
6424 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
6425
6426 * Makefile.def: Introduce flags_to_pass.
6427 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6428 * Makefile.in: Regenerate.
6429
6430 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
6431
6432 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6433 and target-libgloss.
6434 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6435 <h8300*-*-*>: Disable libf2c and ${libgcj}.
6436 * configure: Regenerate.
6437
6438 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
6439
6440 * configure.in: Update testsuite_flags to new location.
6441 * configure. Regenerate.
6442
6443 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
6444
6445 * Makefile.tpl: Remove BUILD_CC stuff.
6446 * Makefile.in: Regenerate.
6447
6448 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6449
6450 * config.guess: Update to 2003-06-12 version.
6451 * config.sub: Update to 2003-06-13 version.
6452
6453 2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6454
6455 * MAINTAINERS: Add myself as MIPS co-maintainer.
6456
6457 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
6458
6459 * config.guess: Update to 2003-06-06 version.
6460 * config.sub: Update to 2003-06-06 version.
6461
6462 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6463
6464 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6465 * configure. Regenerate.
6466
6467 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
6468
6469 * configure.in: Disable serial configure by default.
6470 * configure: Regenerate.
6471 * Makefile.tpl: Abolish .NOTPARALLEL.
6472 * Makefile.in: Regenerate.
6473
6474 * Makefile.tpl: Replace {build,host,target}_canonical by
6475 {build,host,target}.
6476 * Makefile.in: Regenerate.
6477
6478 * Makefile.tpl: Fix stupid pasto.
6479 * Makefile.in: Regenerate.
6480
6481 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
6482
6483 * Makefile.tpl: Remove bogus conditional.
6484 * Makefile.in: Regenerate.
6485
6486 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
6487
6488 * Makefile.tpl: Make 'recursive targets' using autogen rather
6489 than shell loop. Remove duplicate 'clean' targets and false
6490 comments.
6491 * Makefile.def: Add systematic dependencies to 'recursive' targets.
6492 Add systematic method of specifying missing targets in subdirs.
6493 Add copyright boilerplate.
6494 * Makefile.in: Regenerate.
6495 * configure.in: Add 'recursive targets' to maybe list.
6496 * configure: Regenerate.
6497
6498 * Makefile.tpl: Rename [+target+] to [+make_target+].
6499 * Makefile.def: Rename 'target' to 'make_target'.
6500
6501 2003-05-30 Nick Clifton <nickc@redhat.com>
6502
6503 * README-maintainer-mode: Update URL for locating blessed config
6504 tools.
6505
6506 2003-05-29 Robert Millan <rmh@debian.org>
6507
6508 * ltconfig: Import this patch and modify for use with current
6509 version of ltconfig:
6510
6511 2003-05-21 Bruno Haible <bruno@clisp.org>
6512
6513 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
6514 GNU/FreeBSD.
6515
6516 2003-05-28 DJ Delorie <dj@redhat.com>
6517
6518 * Makefile.tpl: Make maybe-check-gcc .PHONY.
6519 * Makefile.in: Regenerate.
6520
6521 2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
6522
6523 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
6524
6525 2003-05-21 DJ Delorie <dj@redhat.com>
6526
6527 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6528 newlib or libgloss.
6529 * Makefile.in: Regenerate.
6530
6531 2003-05-21 DJ Delorie <dj@redhat.com>
6532
6533 * Makefile.tpl: Add missing empty maybe-check-gcc target.
6534 * Makefile.in: Regenerate.
6535
6536 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6537
6538 * configure.in: Use curly braces in the definition of tooldir.
6539 * configure: Regenerate.
6540
6541 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
6542
6543 * configure.in: Switch more things to use maybe dependencies.
6544 * Makefile.tpl: Switch more things to use maybe dependencies.
6545 Factor out common code from autogen IF statements.
6546 * configure: Regenerate.
6547 * Makefile.in: Regenerate.
6548
6549 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
6550
6551 * configure.in: Accept i[3456789]86 for machine type.
6552 * configure: Regenerate.
6553
6554 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
6555
6556 * configure.in: Switch more things to use maybe dependencies.
6557 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
6558 * configure: Regenerate.
6559 * Makefile.tpl: Switch more things to use maybe dependencies.
6560 * Makefile.in: Regenerate.
6561
6562 2003-05-16 Andreas Schwab <schwab@suse.de>
6563
6564 * Makefile.tpl (install-opcodes): Define.
6565 * Makefile.in: Rebuild.
6566
6567 2003-05-13 Andreas Jaeger <aj@suse.de>
6568
6569 * config.guess: Update to 2003-05-09 version.
6570 * config.sub: Update to 2003-05-09 version.
6571
6572 2003-05-13 Michael Eager <eager@mvista.com>
6573
6574 * configure.in: Correct sed script so that options in quotes are not
6575 deleted.
6576 * configure: Rebuild.
6577
6578 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
6579
6580 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6581 and $$s/newlib/libc/sys/cygwin32 include paths.
6582 * configure: Ditto.
6583
6584 2003-05-05 H.J. Lu <hjl@gnu.org>
6585
6586 * config-ml.in: Restored from gcc repository.
6587
6588 2003-05-02 Chris Demetriou <cgd@broadcom.com>
6589
6590 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6591 * Makefile.in: Regenerate.
6592
6593 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
6594
6595 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
6596 and Makefile.def.
6597
6598 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
6599
6600 * Makefile.tpl: Clean $(BUILD_SUBDIR).
6601 * Makefile.in: Regenerated.
6602
6603 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6604
6605 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6606 * Makefile.in: Regenerate.
6607
6608 2003-04-18 Jakub Jelinek <jakub@redhat.com>
6609
6610 * configure.in (powerpc64*-*-linux*): Remove.
6611 * configure: Rebuilt.
6612
6613 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
6614
6615 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
6616 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6617 and restrap.
6618 * Makefile.in: Regenerate.
6619
6620 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
6621
6622 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6623 * configure: Regenerated.
6624
6625 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
6626
6627 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6628 * */configure: Rebuilt.
6629
6630 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
6631
6632 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6633 * Makefile.in: Regenerate.
6634
6635 2003-03-14 Michael Chastain <mec@shout.net>
6636
6637 * Makefile.in: Regenerate with correct Makefile.def.
6638
6639 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
6640
6641 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
6642 Make macro.
6643 * Makefile.in: Regenerate.
6644 * configure.in: Clean up gxx_include_dir logic.
6645 * configure: Regenerate.
6646
6647 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6648
6649 * configure.in (gxx_include_dir): Fix typo.
6650 * configure: Regenerated.
6651
6652 2003-03-06 Andrew Cagney <cagney@redhat.com>
6653
6654 * texinfo/texinfo.tex: Import version 2003-02-03.16.
6655
6656 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
6657
6658 * configure.in: Include $(build_tooldir)/sys-include in
6659 FLAGS_FOR_TARGET.
6660 * configure: Regenerated.
6661
6662 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
6663
6664 * Makefile.tpl: Reindent.
6665 * Makefile.in: Regenerate.
6666 * configure.in: Reindent. Don't set unused variables.
6667 * configure: Regenerate.
6668
6669 * Makefile.tpl: Always pass down RANLIB.
6670 * Makefile.in: Regenerate.
6671
6672 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6673 * Makefile.in: Regenerate.
6674 * configure.in: Remove unused logic relating to --enable-shared
6675 and --enable-threads. Remove bogus comments. Remove redundant
6676 noconfigdirs.
6677 * configure: Regenerate.
6678
6679 * configure.in: Replace ${libstdcxx_version} by its value.
6680 Remove reference to mh-dgux.
6681 * configure: Regenerate.
6682
6683 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6684
6685 * Makefile.tpl: Rearrange.
6686 * Makefile.in: Regenerate.
6687
6688 2003-02-25 Nick Clifton <nickc@redhat.com>
6689
6690 * configure: Remove site-file supprot - it is obsolete.
6691
6692 2003-02-24 Uwe Stieber <uwe@wwws.de>
6693
6694 * configure.in: Add support for kaOS as cross build target system.
6695 * configure: Regenerated.
6696
6697 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
6698
6699 * Makefile.tpl: Add definition of CPPFLAGS to pass into
6700 configure-target-* as some target builds may require additional
6701 flags for preprocessor tests.
6702 * Makefile.in: Regenerated.
6703
6704 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
6705
6706 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6707 * ltconfig: Handle it.
6708 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6709 auto-detecting it.
6710
6711 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
6712
6713 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6714 it is used as argument to $CC.
6715 * ltcf-gcj.sh: Likewise.
6716
6717 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
6718
6719 * configure.in: Introduce --enable-maintainer-mode.
6720 * configure: Rebuilt.
6721 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6722 for maintainer mode.
6723 * Makefile.in: Rebuilt.
6724
6725 2003-02-19 Andrew Cagney <ac131313@redhat.com>
6726
6727 * configure: Regenerate using autoconf 2.13.
6728
6729 2003-02-19 Alan Modra <amodra@bigpond.net.au>
6730
6731 * config.guess: Import latest version.
6732 * config.sub: Import latest version.
6733
6734 2003-02-18 Jason Merrill <jason@redhat.com>
6735
6736 * Makefile.tpl (check-c++): Allow parallelism.
6737
6738 2003-02-17 Andrew Cagney <ac131313@redhat.com>
6739
6740 * configure: Regenerate using autoconf 000227.
6741
6742 2003-02-15 Geoffrey Keating <geoffk@apple.com>
6743
6744 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6745 don't configure target-libobjc.
6746 * configure: Regenerate.
6747
6748 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6749
6750 * Makefile.tpl (RANLIB): Define.
6751 * Makefile.in: Regenerate.
6752
6753 2003-02-06 Keith R Seitz <keiths@redhat.com>
6754
6755 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6756 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6757 * Makefile.in: Regenerated.
6758 * configure.in: Remove all traces of snavigator, db, and grep.
6759 * configure: Regenerated.
6760
6761 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
6762
6763 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6764 * Makefile.in: Regenerated.
6765
6766 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
6767
6768 * config.if: Copy from GCC.
6769
6770 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
6771
6772 * configure.in: Revert 24Jan change.
6773 * configure: Regenerate.
6774
6775 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6776
6777 * configure.in: Revert previous change.
6778 * configure: Regenerate.
6779
6780 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6781
6782 * configure.in: Make rda native-only.
6783 * configure: Regenerate.
6784
6785 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
6786
6787 * configure.in: Add missing \.
6788 * configure: Rebuilt.
6789
6790 2003-01-17 Jakub Jelinek <jakub@redhat.com>
6791
6792 * configure.in (baseargs): Avoid using \| in sed regular
6793 expressions.
6794 * configure: Rebuilt.
6795
6796 2003-01-16 Jakub Jelinek <jakub@redhat.com>
6797
6798 * configure.in (baseargs): Remove all supported forms of
6799 --cache-file, --srcdir, --host, --build and --target options
6800 from argument lists.
6801 * configure: Rebuilt.
6802
6803 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
6804
6805 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6806 * configure: Rebuilt.
6807
6808 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
6809
6810 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6811 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6812 * Makefile.in: Regenerate.
6813 * configure: Regenerate.
6814
6815 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
6816
6817 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6818 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6819 * Makefile.in: Regenerate.
6820
6821 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
6822
6823 * configure.in: Remove Makefile in build, host and target modules
6824 unless configure was run with --no-recursion.
6825 * configure: Rebuilt.
6826
6827 2003-01-08 Chris Demetriou <cgd@broadcom.com>
6828
6829 * config.guess: Update to 2003-01-03 version.
6830 * config.sub: Update to 2003-01-03 version.
6831
6832 2003-01-07 Christopher Faylor <cgf@redhat.com>
6833
6834 * configure: Regenerate with proper autoconf 2.13.
6835
6836 2003-01-07 Christopher Faylor <cgf@redhat.com>
6837
6838 * configure.in: Add AC_PREREQ for consistency.
6839 * configure: Regenerate.
6840
6841 2003-01-06 Andrew Cagney <ac131313@redhat.com>
6842
6843 * configure.in (GDB_TK): Add tcl directories conditional on
6844 gdb/gdbtk directory being present.
6845 * configure: Regenerate.
6846
6847 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
6848
6849 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
6850 by gcc if LD is not defined and we are not doing a Canadian Cross.
6851 * configure: Rebuilt.
6852
6853 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
6854
6855 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
6856
6857 2002-12-31 Tom Tromey <tromey@redhat.com>
6858
6859 * Makefile.in: Rebuilt.
6860 * Makefile.def (target_modules) [libffi]: Allow installation.
6861
6862 2002-12-31 Andreas Schwab <schwab@suse.de>
6863
6864 * configure.in: Fix use of $program_transform_name.
6865 * configure: Regenerated.
6866
6867 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
6868
6869 * configure.in (baseargs): Don't remove first configure argument.
6870 * configure: Regenerated.
6871
6872 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
6873
6874 * Makefile.tpl (local-distclean): Don't remove...
6875 (multilib.ts): ... this. Moved into...
6876 (multilib.out): ... this. Don't use sub-make.
6877 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6878 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6879 (configure-build-[+module+], configure-[+module+],
6880 configure-target-[+module+], configure-gcc): ... these. Test
6881 for Makefile existence. Drop config.status from dependencies.
6882 * Makefile.in: Rebuilt.
6883 * configure.in: Move gcc-version-trigger to the end of
6884 ac_configure_args. Add comments to maybedep.tmp and
6885 serdep.tmp. Introduce --disable-serial-configure. Remove
6886 nonopt from baseargs, matching and removing corresponding
6887 whitespace while at it.
6888 * configure: Rebuilt.
6889
6890 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
6891
6892 * configure.in (host_configargs): Replace reference to
6893 no-longer-defined buildopts with --build=${build_alias}.
6894 * configure: Rebuilt.
6895
6896 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
6897
6898 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
6899 program_transform_name to standard idiom.
6900 (AUTOGEN, AUTOCONF): Define.
6901 (Makefile.in): Use $(AUTOGEN).
6902 (Makefile): Depend on config.status, and use autoconf-style rule to
6903 build it. Move original commands to...
6904 (config.status): ... this new target.
6905 (configure): Add $(srcdir). Depend on config/acx.m4. Use
6906 $(AUTOCONF).
6907 * Makefile.in: Rebuilt.
6908
6909 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
6910
6911 * Makefile.tpl: Fix dramatic bustage due to change in
6912 program_transform_name.
6913 * Makefile.in: Regenerate.
6914
6915 * configure.in: Remove unnecessary PATH setting.
6916 * configure: Regnerate.
6917
6918 * configure.in: Don't default to unprefixed tools unless
6919 the native tools will work.
6920 * configure: Regenerate.
6921
6922 * configure.in: Convert to autoconf script. Blow away lots
6923 of now-redundant Makefile fragments.
6924 * configure: Generate using Autoconf.
6925 * Makefile.tpl: Rewrite to reflect autoconfiscation.
6926 * Makefile.in: Regenerate.
6927
6928 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
6929
6930 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
6931 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6932
6933 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
6934 where they belong.
6935
6936 2002-12-24 Andreas Schwab <schwab@suse.de>
6937
6938 * Makefile.tpl (multilib.out): Fix missing space.
6939 * Makefile.in: Regenerate.
6940
6941 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
6942
6943 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
6944 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
6945 * Makefile.in: Regenerate.
6946 * configure.in: Remove unnecessary leftovers.
6947
6948 2002-12-21 Geoffrey Keating <geoffk@apple.com>
6949
6950 * configure.in (extra_ranlibflags_for_target): New variable.
6951 (*-*-darwin): Add -c to ranlib commands.
6952 * configure (tooldir): Handle extra_ranlibflags_for_target.
6953
6954 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
6955
6956 * COPYING.NEWLIB: Updated.
6957 * COPYING.LIBGLOSS: Ditto.
6958
6959 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6960
6961 * Makefile.tpl: Revert HJL's change.
6962 * Makefile.in: Regenerated.
6963 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6964 always.
6965
6966 2002-12-19 Andreas Schwab <schwab@suse.de>
6967
6968 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6969 * Makefile.in: Regenerate.
6970
6971 2002-12-18 H.J. Lu <hjl@gnu.org>
6972
6973 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6974 * Makefile.in: Regenerated.
6975
6976 * configure.in (build_prefix): New. Substitute.
6977
6978 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
6979
6980 * Makefile.tpl: Don't let real targets depend on phony targets.
6981 * Makefile.in: Regenerate.
6982
6983 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6984 * Makefile.in: Regenerate.
6985
6986 2002-12-16 Jason Merrill <jason@redhat.com>
6987
6988 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6989 previous 'make bootstrap'.
6990 * Makefile.in: Regenerate.
6991
6992 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
6993
6994 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6995
6996 2002-12-13 Jason Merrill <jason@redhat.com>
6997
6998 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
6999 library tests.
7000 (check-c++): Just depend on it and check-target-libstdc++-v3.
7001 * Makefile.in: Regenerate.
7002
7003 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7004
7005 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7006 * Makefile.in: Regenerate.
7007
7008 2002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7009
7010 * COPYING.NEWLIB: Update list of alternate Regent of California
7011 licenses and discuss official revoking of advertising clause.
7012 * COPYING.LIBGLOSS: Ditto.
7013
7014 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
7015
7016 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7017 * Makefile.in: Rebuilt.
7018
7019 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
7020
7021 * configure: Fix bug put in by gremlins.
7022
7023 * Makefile.tpl: Substitute more autoconfily.
7024 * configure: Substitute more autoconfily.
7025 * Makefile.in: Regenerate.
7026
7027 2002-12-08 Andrew Cagney <ac131313@redhat.com>
7028
7029 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7030 * Makefile.in (all-sim): Ditto.
7031
7032 2002-12-06 DJ Delorie <dj@redhat.com>
7033
7034 * Makefile.tpl: Change configure dependencies to not have real
7035 targets depend on phony targets.
7036
7037 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7038
7039 * configure.in: Revert unintentional change.
7040
7041 * src-release: Configure host subdirs.
7042
7043 * Makefile.tpl: Change dependency for */multilib.out so that
7044 it works when gcc isn't in the tree.
7045
7046 * configure.in: Substitute more.
7047 * configure: Run subconfigures from the Makefile.
7048 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7049 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7050
7051 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7052
7053 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7054 and corresponding dependencies.
7055 * Makefile.in: Regenerate.
7056
7057 * configure.in (host_tools): Order binutils, gas and ld for
7058 convenience in running the testsuites.
7059
7060 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7061 * Makefile.in: Regenerate.
7062 * configure.in: Introduce rules to serialize subconfigure runs.
7063
7064 * configure.in: Introduce BASE_CC_FOR_TARGET.
7065 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7066 Realize configure-build-* targets. Realize configure-target-* targets.
7067 * Makefile.in: Regenerate.
7068
7069 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7070
7071 * configure: Move gcc_version_trigger stuff from here...
7072 * configure.in: ...to here.
7073
7074 * configure.in: Separate subconfigure options added by this file from
7075 options given by the user. Add machinery to put args for host
7076 subconfigures into the Makefile.
7077
7078 * Makefile.tpl: Remove 'vault' targets.
7079 * Makefile.tpl: Reorder and comment dependencies.
7080 * Makefile.in: Regenerate.
7081
7082 2002-11-28 Geoffrey Keating <geoffk@apple.com>
7083
7084 * configure.in: Move host-specific darwin noconfigdirs into
7085 the host-specific section.
7086
7087 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7088
7089 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7090 during replay.
7091 * Makefile.in: Regenerate.
7092
7093 (finishing slow-motion replay)
7094 * configure: Remove skip-this-dir support.
7095 * Makefile.tpl: Remove skip-this-dir support.
7096
7097 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7098 subdirectories.
7099 * Makefile.in: Regenerate.
7100
7101 * Makefile.tpl: Strip out useless setting of 'dir'.
7102 * Makefile.in: Regenerate.
7103
7104 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7105
7106 (finishing slow-motion replay)
7107 * configure.in: Fix deeply stupid bug.
7108
7109 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7110 shell code in CXX_FOR_TARGET
7111 * Makefile.def: Introduce raw_cxx.
7112 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7113 RAW_CXX_FOR_TARGET.
7114 * Makefile.in: Regenerate.
7115
7116 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7117
7118 (finishing slow-motion replay)
7119 * Makefile.tpl: Remove unnecessary ifs.
7120 * Makefile.in: Regenerate.
7121
7122 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
7123 dependencies. Maybe-ize build-libiberty. Create dummy install
7124 targets for 'no_install' modules.
7125 * configure: Move GDB_TK substitution to configure.in. Move
7126 build_modules stuff to configure.in.
7127 * configure.in: Implement soft dependency machinery. Maybe-ize
7128 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7129 * Makefile.in: Regenerate.
7130
7131 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7132
7133 (continuing slow-motion replay)
7134 * Makefile.tpl: Make all-target, install-target behave similarly
7135 to all, install (only hitting configured targets). Eliminate
7136 unused macro defintions.
7137
7138 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7139 build != host.
7140
7141 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7142
7143 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7144
7145 * configure.in: Produce lists of subdir targets we're actually
7146 configuring. Remove references to "dosrel".
7147 * Makefile.tpl: Let configure set which subdir targets are hit.
7148 Remove install-cross; clean up install; remove ALL. Remove
7149 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
7150 Autogenerate host module targets. Remove empty dependency lines
7151 and redundant dependency; rearrange slightly.
7152 * Makefile.def: Add host-side libtermcap, utils.
7153
7154 * Makefile.in: Regenerate.
7155
7156 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7157
7158 (Continuing slow-motion replay)
7159 * Makefile.def: Add list of recursive targets to autogenerate.
7160 Add build_modules.
7161 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7162 targets. Autogenerate *-build-* targets.
7163 * Makefile.in: Regenerate.
7164
7165 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7166
7167 (Continuing slow-motion replay)
7168 * configure: More autoconf-style substitutions.
7169 * Makefile.tpl: More autoconf-style substitutions.
7170 * Makefile.in: Regenerate.
7171
7172 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7173
7174 (Continuing slow-motion replay)
7175 * configure: Substitute more variables in a more autoconf-friendly
7176 way. Simplify slightly.
7177 * Makefile.tpl: Make more variables substitutable in an
7178 autoconf-friendly way.
7179 * Makefile.in: Regenerate.
7180
7181 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7182
7183 (Continuing slow-motion replay)
7184 * configure.in (v810*): Remove special setting of tools.
7185
7186 * configure: Add support for extra required flags for ar or nm.
7187 * configure.in (aix4.3+): Use above support for target-specific
7188 issues, rather than using config/mt-aix43.
7189
7190 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7191
7192 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
7193 * configure: Remove 'removing', which doesn't work. Replace $subdir
7194 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7195 with $srcdir. Reformat indentation. Substitute some variables
7196 formerly hard-coded in the Makefile for build=host.
7197 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7198 * Makefile.def: Autogenerate more.
7199 * Makefile.in: Regenerate.
7200
7201 2002-11-13 Bruce Korb <bkorb@gnu.org>
7202
7203 * Makefile.tpl: syntactic cleanup
7204
7205 2002-11-04 Kevin Buettner <kevinb@redhat.com>
7206
7207 * Makefile.def (host_modules): Add rda.
7208 * Makefile.in: Regenerate.
7209 * configure.in (target_tool): Add target-rda to list.
7210
7211 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
7212
7213 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
7214 and restrap targets to this rule.
7215 * Makefile.in: Regenerate.
7216
7217 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
7218
7219 * configure.in (i[3456]86-*-linux*): Add check to disable
7220 ${libgcj} for glibc1.
7221
7222 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
7223
7224 * configure.in: Add tic4x target.
7225
7226 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
7227
7228 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7229 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7230 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7231 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7232 * Makefile.in: Regenerate.
7233
7234 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7235
7236 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7237 * Makefile.in: Regenerate.
7238
7239 * Makefile.def: Remove order dependency comments.
7240 * Makefile.tpl: Add explicit install-install dependencies.
7241 * Makefile.in: Regenerate.
7242
7243 * Makefile.tpl: Remove material now in src-release. (Finally!)
7244 * Makefile.in: Regenerate.
7245
7246 * configure: Restore my original patch by syncing with gcc version.
7247
7248 * Bring following over from gcc:
7249
7250 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
7251
7252 * configure.in (s390*-*-linux*): Enable libgcj.
7253
7254 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7255
7256 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
7257
7258 2002-10-02 Alan Modra <amodra@bigpond.net.au>
7259
7260 * configure: Move stray lines back to where they belong.
7261
7262 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
7263
7264 * Makefile.tpl: Insert configure-target target, for src-release.
7265
7266 * configure: Finish reverting change which Andrew Cagney started
7267 reverting. Should fix bustage.
7268
7269 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7270 * src-release: New file. Contains material for making net
7271 releases for gdb, binutils, et al., formerly in Makefile.in.
7272
7273 2002-09-30 Nick Clifton <nickc@redhat.com>
7274
7275 * cpu: New top level directory. Intended to hold input files for
7276 CGEN which have FSF copyright assignment.
7277 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7278
7279 2002-09-29 Andrew Cagney <ac131313@redhat.com>
7280
7281 Revert below (note that src does not contain Makefile.tpl):
7282 * Makefile.tpl: Make subsituted variables more autoconfy.
7283 * Makefile.in: Regenerate.
7284
7285 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
7286
7287 * configure: Revert accidentally applied changes.
7288
7289 * Makefile.tpl: Make more autoconf-friendly.
7290 * Makefile.in: Regenerate.
7291 * configure: Make substitution more autoconf-like.
7292
7293 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
7294
7295 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7296 single entry to handle all these.
7297 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
7298 libjava on arm-*-elf.
7299
7300 2002-09-27 Geoffrey Keating <geoffk@apple.com>
7301
7302 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7303 things that depend on them.
7304
7305 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7306
7307 * Makefile.tpl: Make subsituted variables more autoconfy.
7308 * Makefile.in: Regenerate.
7309 * configure: Make seds more autoconfy.
7310
7311 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7312
7313 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7314 * Makefile.in: Regenerate.
7315 * configure.in: Rewrite sed statements to look autoconfy.
7316
7317 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7318 all-target-foo on configure-target-foo.
7319 * Makefile.def: Ditto.
7320 * Makefile.in: Rebuild.
7321
7322 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
7323
7324 * Makefile.def: New file.
7325 * Makefile.tpl: New file.
7326 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7327
7328 * configure.in: Minor rearrangement. Simplify tests.
7329
7330 2002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
7331
7332 * configure.in (with_headers): Skip copy if value is "yes".
7333 (with_libs): Likewise.
7334
7335 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7336
7337 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7338 * configure.in (sh*-*-pe*): Ditto.
7339 * configure.in (mips*-*-pe*): Ditto.
7340 * configure.in (*arm-wince-pe): Ditto.
7341
7342 * configure.in: Rearrange.
7343
7344 2002-09-12 Nick Clifton <nickc@redhat.com>
7345
7346 * Import these changes from the config master repository:
7347
7348 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
7349
7350 * config.sub: Add tic4x target.
7351
7352 2002-09-03 Ben Elliston <bje@redhat.com>
7353
7354 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
7355 Reported by <Duncan_Stodart@insession.com>.
7356
7357 2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
7358
7359 * COPYING.NEWLIB: More updates.
7360
7361 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
7362
7363 * COPYING.NEWLIB: Update.
7364
7365 2002-08-23 Andrew Cagney <ac131313@redhat.com>
7366
7367 * texinfo/texinfo.tex: Import version 2002-06-04.06.
7368
7369 * config.guess: Import version 2002-08-23.
7370 * config.sub: Import version 2002-08-22.
7371
7372 2002-08-20 Alexandre Oliva <aoliva@redhat.com>
7373
7374 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7375 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7376 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7377
7378 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
7379
7380 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7381
7382 2002-08-04 H.J. Lu (hjl@gnu.org)
7383
7384 * configure.in (mips*-*-linux*): Don't skip target-libffi.
7385
7386 2002-07-31 Alan Modra <amodra@bigpond.net.au>
7387
7388 * configure.in: Move generic linux case to end. Copy generic
7389 linux noconfigdirs to mips*-*-linux* entry and new
7390 powerpc64*-*-linux* entry. Add target-libffi for the latter.
7391
7392 2002-07-19 Chris Demetriou <cgd@broadcom.com>
7393
7394 * MAINTAINERS: Clarify on config.guess and config.sub, and add
7395 one instance of them which was missed to the list to update.
7396
7397 2002-07-16 Chris Demetriou <cgd@broadcom.com>
7398
7399 * config.guess: Update to 2002-07-09 version.
7400 * config.sub: Update to 2002-07-03 version.
7401
7402 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
7403
7404 * configure.in: Remove two redundant tests.
7405
7406 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7407
7408 * configure.in (mips*-*-irix6*o32): Enable stabs.
7409
7410 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
7411
7412 * configure.in: Don't build grez.
7413 * Makefile.in: Ditto.
7414
7415 * Makefile.in: Remove references to bsp, cygmon, libstub.
7416 * configure.in: Ditto.
7417
7418 * configure.in: Remove leftover reference to gdbtest.
7419
7420 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
7421
7422 * configure.in (gxx_include_dir): Change to match versioned
7423 C++ headers if --enable-version-specific-runtime-libs is used.
7424
7425 2002-07-04 Steve Ellcey <sje@cup.hp.com>
7426
7427 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7428
7429 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
7430
7431 * configure.in: Make --without-x work.
7432
7433 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
7434
7435 * contrib: New directory. Created to contain a copy of the
7436 texi2pod.pl script so that it is in the same place as the version in
7437 the FSF GCC sources.
7438
7439 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
7440
7441 * configure.in: Rearrange target Makefile fragment collection.
7442
7443 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7444 cvs[src].
7445 * configure.in: Ditto.
7446
7447 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
7448
7449 * Makefile.in: Eliminate 'apache' targets.
7450 * configure.in: Eliminate 'apache' targets.
7451
7452 * configure.in: Eliminate redundant tests. Reorganize.
7453
7454 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7455
7456 * config-ml.in: Eliminate references to Cygnus configure.
7457
7458 * Makefile.in: Eliminate references to building emacs.
7459
7460 2002-07-01 Denis Chertykov <denisc@overta.ru>
7461
7462 * configure.in: Add support for ip2k.
7463
7464 2002-06-24 Ben Elliston <bje@redhat.com>
7465
7466 * configure.in (host_tools): Remove cgen.
7467
7468 * Makefile.in (all-cgen): Remove; runs from its source directory.
7469 (check-cgen, install-cgen, clean-cgen): Likewise.
7470 (all-opcodes): No not depend on all-cgen.
7471 (all-sim): Likewise.
7472
7473 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
7474
7475 * configure.in: Fix AIX configury bug.
7476
7477 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7478
7479 * configure.in: Replace ${topsrcdir} with ${srcdir}.
7480
7481 * configure.in: Move definition of libstdcxx_flags right above
7482 usage, rather than way earlier.
7483
7484 * configure.in: Pull definition of is_cross_compiler earlier.
7485
7486 * configure.in: Rearrange a little.
7487
7488 * configure.in: Remove references to librx.
7489 * Makefile.in: Remove references to librx.
7490
7491 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7492
7493 * configure.in: Eliminate ${gasdir} variable.
7494
7495 2002-06-18 Dave Brolley <brolley@redhat.com>
7496
7497 * configure.in: Add support for frv.
7498 * config.sub: Add support for frv.
7499
7500 2002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7501
7502 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7503
7504 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7505
7506 * configure.in (vax-*-netbsd*): Re-enable gas.
7507
7508 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
7509
7510 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7511 BUILD_PREFIX_1, to correct nomenclature.
7512 * configure: Likewise.
7513
7514 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7515 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7516
7517 2002-05-31 Olaf Hering <olh@suse.de>
7518
7519 * config-ml.in: Propogate DESTDIR also.
7520
7521 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
7522
7523 * configure.in (vax-*-netbsd*): Don't build gas for this
7524 platform.
7525
7526 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
7527
7528 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7529 and libgcj for AVR.
7530
7531 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
7532
7533 * config.sub: Add DLX target.
7534
7535 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7536
7537 * config.guess: Update to 2002-05-22 version.
7538 * config.sub: Likewise.
7539
7540 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7541
7542 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7543 * config-ml.in: Likewise.
7544 * configure: Likewise.
7545 * configure.in: Likewise.
7546
7547 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
7548
7549 * configure.in: Simplify makefile fragment collection.
7550
7551 * configure.in: Remove code to build emacs.
7552
7553 * configure.in : Remove --srcdir argument from targargs and buildargs
7554 (it's always overridden in the Makefile anyway). Rearrange a bit.
7555
7556 * configure: Move some logic to configure.in.
7557 * configure.in: Move some logic from configure.
7558
7559 2002-05-07 Jeff Johnston <jjohnstn@redhat.com>
7560
7561 * COPYING.LIBGLOSS: New file.
7562
7563 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
7564
7565 * Makefile.in: Honour DESTDIR.
7566
7567 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
7568
7569 * configure.in (noconfigdirs): Don't disable libgcj on
7570 sparc64-*-solaris* and sparcv9-*-solaris*.
7571
7572 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
7573
7574 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7575
7576 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
7577
7578 * configure.in (FLAGS_FOR_TARGET): Do not add
7579 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7580 on i[3456]86-*-linux*.
7581
7582 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
7583
7584 * configure.in (noconfigdirs): Replace [ ] with test.
7585
7586 * configure.in (noconfigdirs): Do not add target-newlib if
7587 target == i[3456]86-*-linux*, and host == target.
7588
7589 2002-04-29 Mark Mitchell <mark@codesourcery.com>
7590
7591 * config.guess: Updated to 2002-04-26's version.
7592 * config.sub: Updated to 2002-04-26's version.
7593
7594 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
7595
7596 * configure.in: delete reference to absent file
7597
7598 * configure.in: replace '[' with 'test'
7599
7600 * configure.in: Eliminate references to gash.
7601 * Makefile.in: Eliminate references to gash.
7602
7603 * configure.in: remove useless references to 'pic' makefile fragments.
7604
7605 * configure.in: (*-*-windows*) Finish removing.
7606
7607 * configure.in: Eliminate redundant test for libgui.
7608
7609 2002-04-26 Joel Sherrill <joel@OARcorp.com>
7610
7611 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7612 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7613
7614 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
7615
7616 * configure.in: remove references to dead files
7617
7618 2002-04-18 Tom Tromey <tromey@redhat.com>
7619
7620 * configure.in: Disallow configuring libgcj when it is already
7621 installed and we're using Solaris 2.8 linker. Do enable libgcj on
7622 Solaris 2.8 by default. For PR libgcj/6158.
7623
7624 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7625
7626 * configure.in: Move default CC setting out of config/mh-* fragments
7627 directly into here.
7628
7629 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7630
7631 * configure.in: don't even try to configure or make a subdirectory
7632 if there's no configure script for it.
7633
7634 2002-04-15 Mark Mitchell <mark@codesourcery.com>
7635
7636 * MAINTAINERS: Remove chill maintainers.
7637 * Makefile.in (CHILLFLAGS): Remove.
7638 (CHILL_LIB): Remove.
7639 (TARGET_CONFIGDIRS): Remove libchill.
7640 (CHILL_FOR_TARGET): Remove.
7641 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7642 CHILL_LIB.
7643 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7644 (CHECK_TARGET_MODULES): Likewise.
7645 (INSTALL_TARGET_MODULES): Likewise.
7646 (CLEAN_TARGET_MODULES): Likewise.
7647 (configure-target-libchill): Remove.
7648 (all-target-libchill): Remove.
7649 * configure.in (target_libs): Remove target-libchill.
7650 Do not compute CHILL_FOR_TARGET.
7651 * libchill: Remove directory.
7652
7653 2002-04-15 DJ Delorie <dj@redhat.com>
7654
7655 * Makefile.in, configure.in, configure: Sync with gcc, entries
7656 follow...
7657
7658 2002-04-08 Tom Tromey <tromey@redhat.com>
7659
7660 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7661 Fixes PR libgcj/6068.
7662
7663 2002-03-30 Krister Walfridsson <cato@df.lth.se>
7664
7665 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7666
7667 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7668
7669 * configure.in (alpha*-dec-osf*): Enable libgcj.
7670
7671 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
7672
7673 Fix for: PR bootstrap/3591, target/5676
7674 * configure.in (mcore-pe): Disable the configuration of
7675 libstdc++-v3 since exceptions are not supported.
7676
7677 2002-03-20 Anthony Green <green@redhat.com>
7678
7679 * configure.in: Enable libgcj for xscale-elf target.
7680
7681 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
7682
7683 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7684 libjava.
7685 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
7686
7687 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
7688
7689 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
7690 libstdc++-v3 and libjava.
7691
7692 2002-02-11 Adam Megacz <adam@xwt.org>
7693
7694 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
7695 boehm-gc
7696
7697 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
7698
7699 * config.guess: Updated to 2002-01-30's version.
7700 * config.sub: Updated to 2002-02-01's version.
7701 Contribute sh64-elf.
7702 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7703 * configure.in: Added sh64-*-*.
7704
7705 2002-01-17 H.J. Lu <hjl@gnu.org>
7706
7707 * Makefile.in (all-fastjar): Also depend on all-libiberty.
7708 (all-target-fastjar): Also depend on all-target-libiberty.
7709
7710 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
7711
7712 * configure, configure.in: Use temp file for long sed commands.
7713
7714 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
7715
7716 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
7717 libf2c.
7718
7719 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
7720
7721 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
7722
7723 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
7724
7725 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7726
7727 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
7728
7729 * configure: Handle temporary files securely using mkdir.
7730
7731 2001-09-26 Will Cohen <wcohen@redhat.com>
7732
7733 * configure.in (*-*-linux*): Disable configuration of target-newlib
7734 and target-libgloss.
7735
7736 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7737
7738 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
7739 RANLIB.
7740
7741 2001-08-11 Graham Stott <grahams@redhat.com>
7742
7743 * Makefile.in (check-c++): Add missing semicolon.
7744
7745 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
7746
7747 * configure.in (sh-*-linux*): New.
7748
7749 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7750
7751 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7752 and libgcj on m68hc11/m68hc12.
7753
7754 2001-06-27 H.J. Lu (hjl@gnu.org)
7755
7756 * Makefile (CFLAGS_FOR_BUILD): New.
7757 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
7758
7759 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
7760
7761 * configure.in (libstdcxx_flags): Do not try to execute
7762 libstdc++-v3/testsuite_flags until it exists.
7763
7764 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
7765
7766 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
7767
7768 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
7769
7770 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
7771
7772 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
7773
7774 * configure.in: Move *-chorusos target case to the proper switch.
7775 Disable libgcj.
7776
7777 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7778
7779 * Makefile.in (STAGE1_CFLAGS): Pass down.
7780
7781 2001-04-13 Alan Modra <amodra@one.net.au>
7782
7783 * config.guess: Add hppa64-linux support. Note for next import that
7784 this is already in the master file.
7785 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
7786
7787 2001-03-22 Colin Howell <chowell@redhat.com>
7788
7789 * Makefile.in (DO_X): Do not backslash single-quotes in
7790 backquotes (two places).
7791
7792 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
7793
7794 * Makefile.in (DO_X): Quote nested quotes.
7795
7796 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
7797
7798 * Makefile.in (DO_X): Use double quotes for quoting
7799 "RANLIB=$${RANLIB}".
7800
7801 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
7802
7803 * configure.in: Only use `lang_requires' for languages athat are
7804 actually enabled.
7805
7806 2001-03-07 Tom Tromey <tromey@redhat.com>
7807
7808 * configure.in: Allow config-lang.in to set `lang_requires' to list
7809 of other required languages.
7810
7811 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
7812
7813 * Makefile.in: Remove RANLIB definition. Use RANLIB
7814 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
7815 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
7816
7817 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
7818 Alexandre Oliva <aoliva@redhat.com>
7819
7820 * Makefile.in (check-c++): Use tabs, not spaces.
7821
7822 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
7823
7824 * Makefile.in (check-c++): New rule.
7825
7826 * configure.in (target_libs): Remove libg++.
7827 (noconfigdirs): Remove libg++.
7828 (noconfigdirs): Same.
7829 (noconfigdirs): Same.
7830 (noconfigdirs): Same.
7831
7832 * config-ml.in: Remove libg++ references.
7833
7834 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
7835 (ALL_TARGET_MODULES): Same.
7836 (configure-target-libg++): Remove.
7837 (all-target-libg++): Remove.
7838 (configure-target-libio): Remove.
7839 (all-target-libio): Remove.
7840 (check-target-libio): Remove.
7841 (.PHONY): Remove.
7842 (libg++.tar.bz2): Remove.
7843 (all-target-cygmon): Remove libio.
7844 (all-target-libstdc++): Remove.
7845 (configure-target-libstdc++): Remove.
7846 (TARGET_LIB_PATH): Remove libstdc++.
7847 (ALL_GCC_CXX): Remove libstdc++.
7848 (all-target-gperf): Correct.
7849
7850 2001-02-15 Anthony Green <green@redhat.com>
7851
7852 * configure: Introduce GCJ_FOR_TARGET.
7853 * configure.in: Ditto.
7854 * Makefile.in: Ditto.
7855
7856 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
7857
7858 * configure.in: for *-chorusos, don't config target-newlib and
7859 target-libgloss.
7860
7861 2001-02-04 Mark Mitchell <mark@codesourcery.com>
7862
7863 Remove V2 C++ library.
7864 * configure.in: Remove --enable-libstdcxx_v3 support.
7865
7866 2001-01-27 Richard Henderson <rth@redhat.com>
7867
7868 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
7869
7870 2001-01-26 Tom Tromey <tromey@redhat.com>
7871
7872 * configure.in: Allow libgcj to be built on Sparc Solaris.
7873
7874 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
7875
7876 * configure.in: Enable libgcj on several additional platforms.
7877
7878 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
7879
7880 * configure.in: Enable libgcj for linux targets.
7881
7882 2001-01-09 Mike Stump <mrs@wrs.com>
7883
7884 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
7885 failures of subdirectories.
7886
7887 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
7888
7889 * configure: handle DOS-style absolute paths.
7890
7891 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
7892
7893 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
7894
7895 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
7896
7897 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
7898 (libstdcxx_incdir): Pass down.
7899 * config.if: Remove expired bits for cxx_interface, add stub.
7900 (libstdcxx_incdir): Add variable for g++ include directory.
7901 * configure.in (gxx_include_dir): Use it.
7902
7903 2000-12-15 Andreas Jaeger <aj@suse.de>
7904
7905 * configure.in: Handle lang_dirs.
7906
7907 2000-12-13 Anthony Green <green@redhat.com>
7908
7909 * configure.in: Disable libgcj for any target not specifically
7910 listed. Disable libgcj for x86 and Alpha Linux until compatible
7911 with g++ abi.
7912
7913 2000-12-13 Mike Stump <mrs@wrs.com>
7914
7915 * Makefile.in (local-distclean): Also remove fastjar.
7916
7917 2000-12-10 Anthony Green <green@redhat.com>
7918
7919 * configure.in: Define libgcj. Disable libgcj target libraries for
7920 most targets.
7921
7922 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
7923
7924 * configure.in (target_libs): Revert 2000-12-08 patch.
7925 (noconfigdirs): Added target-libjava.
7926
7927 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
7928
7929 * Makefile.in: handle DOS-style absolute paths.
7930
7931 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7932
7933 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
7934 libjava.
7935 * configure.in (target_libs): Removed `target-libjava'.
7936
7937 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7938
7939 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
7940 (ALL_MODULES): Added fastjar.
7941 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
7942 (all-target-libjava): all-fastjar replaces all-zip.
7943 (all-fastjar): Added.
7944 (configure-target-fastjar, all-target-fastjar): Likewise.
7945 * configure.in (host_tools): Added fastjar.
7946
7947 2000-12-07 Mike Stump <mrs@wrs.com>
7948
7949 * Makefile.in (local-distclean): Remove leftover built files.
7950
7951 2000-11-16 Fred Fish <fnf@be.com>
7952
7953 * configure.in (enable_libstdcxx_v3): Fix typo,
7954 libstd++ -> libstdc++.
7955
7956 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
7957
7958 * configure: Provide the original toplevel configure arguments
7959 (including $0) to subprocesses in the environment rather than
7960 through gcc/configargs.h.
7961
7962 2000-11-12 Mark Mitchell <mark@codesourcery.com>
7963
7964 * configure: Turn on libstdc++ V3 by default.
7965
7966 2000-10-16 Michael Meissner <meissner@redhat.com>
7967
7968 * configure (gcc/configargs.h): Only create if there is a build GCC
7969 directory created.
7970
7971 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
7972
7973 * configure: Save configure arguments to gcc/configargs.h.
7974
7975 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
7976
7977 * Makefile.in (bootstrap): avoid recursion if subdir missing
7978 (cross): ditto
7979 (do-proto-toplev): ditto
7980
7981 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
7982
7983 * configure.in: Do not build byacc for hppa64. Provide paths to the
7984 X11 libraries for hppa64.
7985
7986 2000-09-02 Anthony Green <green@cygnus.com>
7987
7988 * Makefile.in (all-gcc): Depend on all-zlib.
7989 (CLEAN_MODULES): Add clean-zlib.
7990 (ALL_MODULES): Add all-zlib.
7991 * configure.in (host_libs): Add zlib.
7992
7993 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
7994
7995 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
7996 $targargs to tell whether newlib is going to be built.
7997
7998 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
7999 $$r/TARGET_SUBDIR/libio for _G_config.h.
8000
8001 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8002
8003 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8004
8005 * configure: Make enable_threads and enable_shared defaults
8006 explicit. Substitute enable_threads into generated Makefiles.
8007 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8008 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8009
8010 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
8011
8012 * configure.in: Re-enable all references to libg++ and librx.
8013
8014 2002-04-09 Loren James Rittle <rittle@labs.mot.com>
8015
8016 * configure.in: Add *-*-freebsd* configurations.
8017
8018 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8019
8020 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8021 (do-tar, do-bz2): New rules.
8022 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8023 (gdb-tar): New rule.
8024 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8025 (insight_dejagnu.tar): New rule.
8026 (insight.tar): New rule.
8027 (gdb+dejagnu.tar): New rule.
8028 (gdb.tar): New rule.
8029
8030 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8031
8032 * MAINTAINERS: Update dejagnu/
8033
8034 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
8035
8036 * ltmain.sh (relink_command): Fix typo in previous change.
8037
8038 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
8039
8040 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8041 (relink_command): Added --tag flags.
8042 (mode=install): If relinking fails; error out.
8043
8044 2002-03-12 Richard Henderson <rth@redhat.com>
8045
8046 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8047 .NOTPARALLEL tag.
8048 (do-check): Rename from check.
8049 (check): Allow parallel check.
8050
8051 2002-03-11 Richard Henderson <rth@redhat.com>
8052
8053 * Makefile.in (.NOTPARALLEL): Add fake tag.
8054
8055 2002-03-07 H.J. Lu (hjl@gnu.org)
8056
8057 * configure.in: Enable gprof for mips*-*-linux*.
8058
8059 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8060
8061 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8062 libjava.
8063 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8064
8065 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8066
8067 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8068
8069 2002-02-23 Daniel Jacobowitz <drow@mvista.com>
8070
8071 * config.guess: Import from master sources, rev 1.232.
8072 * config.sub: Import from master sources, rev 1.246.
8073
8074 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
8075
8076 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8077 because its Makefile is there; test for the executable instead.
8078
8079 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8080
8081 Contribute sh64-elf.
8082 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8083 * configure.in: Added sh64-*-*.
8084
8085 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8086
8087 * COPYING.NEWLIB: Remove advertising clause from
8088 Berkeley and Red Hat licenses.
8089
8090 2002-02-01 Mo DeJong <supermo@bayarea.net>
8091
8092 * Makefile.in: Add all-tix to deps for all-snavigator
8093 so that tix is built when building snavigator.
8094
8095 2002-02-01 Ben Elliston <bje@redhat.com>
8096
8097 * config.guess: Import from master sources, rev 1.229.
8098 * config.sub: Import from master sources, rev 1.240.
8099
8100 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
8101
8102 From Steve Ellcey <sje@cup.hp.com>:
8103 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8104 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8105 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8106 IA64.
8107 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8108 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8109 soname_spec, sys_lib_search_path_spec): Ditto.
8110
8111 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8112
8113 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8114 target-libiberty, and target-libgloss. Skip Java-related
8115 libraries if not supported for NetBSD on target CPU.
8116
8117 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8118
8119 * configure.in: Import StrongARM and XScale target_configdirs from
8120 FSF GCC version.
8121
8122 2002-01-16 H.J. Lu (hjl@gnu.org)
8123
8124 * config.guess: Import from master sources, rev 1.225.
8125 * config.sub: Import from master sources, rev 1.238.
8126
8127 * MAINTAINERS: Updated notes on config.guess and config.sub.
8128
8129 2002-01-11 Steve Ellcey <sje@cup.hp.com>
8130
8131 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8132 ld and gdb are not supported.
8133
8134 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8135
8136 * Change reference to Cygnus Solutions to be Red Hat.
8137
8138 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8139
8140 * COPYING.NEWLIB: Update generic copyright date.
8141
8142 2002-01-07 Mark Salter <msalter@redhat.com>
8143
8144 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8145 Allow target-libgloss to be built for arm, strongarm, and xscale.
8146
8147 2002-01-03 Ben Elliston <bje@redhat.com>
8148
8149 * MAINTAINERS: Update URL for config.* scripts.
8150
8151 2001-12-18 Alan Modra <amodra@bigpond.net.au>
8152
8153 * config.sub: Import latest version.
8154 * config.guess: Likewise.
8155
8156 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8157
8158 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8159 options for i[3456]86-pc-linux* native builds.
8160
8161 2001-12-05 Laurent Guerby <guerby@acm.org>
8162
8163 * MAINTAINERS: gcc adopts symlink-tree, refer more to
8164 libiberty.
8165
8166 Import this patch from gcc:
8167
8168 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8169
8170 * symlink-tree: handle DOS-style absolute paths.
8171
8172 2001-11-28 DJ Delorie <dj@redhat.com>
8173 Zack Weinberg <zack@codesourcery.com>
8174
8175 When build != host, create libiberty for the build machine.
8176
8177 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8178 CONFIG_ARGUMENTS.
8179 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8180 New variables.
8181 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8182 and rules.
8183 (all.normal): Depend on ALL_BUILD_MODULES.
8184 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8185 (all-build-libiberty): Depend on configure-build-libiberty.
8186
8187 * configure: Calculate and substitute proper value for
8188 ALL_BUILD_MODULES.
8189 * configure.in: Create the build subdirectory.
8190 Calculate and substitute TARGET_CONFIGARGS (formerly
8191 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8192
8193 2001-11-26 Geoffrey Keating <geoffk@redhat.com>
8194
8195 * config.sub: Update to version 1.232 on subversion.
8196
8197 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
8198
8199 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8200 files from .po files for a distribution.
8201
8202 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
8203
8204 * COPYING.NEWLIB: Mention preserved notice in specific parts.
8205
8206 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
8207
8208 Merged from net gcc:
8209 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
8210 * ltcf-c.sh: Use $objext, not $ac_objext.
8211 2001-07-27 Mark Kettenis <kettenis@gnu.org>
8212 * ltcf-cxx.sh: Add support for GNU.
8213 2001-07-22 Timothy Wall <twall@redhat.com>
8214 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
8215 default settings if using GNU tools with that configuration.
8216 * ltcf-cxx.sh: Ditto.
8217 * ltcf-gcj.sh: Ditto.
8218 2001-07-21 Michael Chastain <chastain@redhat.com>
8219 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8220 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
8221 * ltmain.sh: Mark as gcc-local.
8222
8223 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
8224
8225 * Makefile.in (all-bison): Revert 2001-10-24.
8226 Don't depend on texinfo.
8227
8228 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
8229
8230 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
8231
8232 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
8233
8234 * configure.in (--enable-languages): Be more permissive about
8235 syntax. Check for empty lists better. Warn about $LANGUAGES.
8236
8237 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
8238
8239 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8240
8241 2001-10-24 Jeff Holcomb <jeffh@redhat.com>
8242
8243 Makefile.in (all-bison): Don't depend on texinfo.
8244
8245 2001-10-03 Alan Modra <amodra@bigpond.net.au>
8246
8247 * gettext.m4: Test po/POTFILES.in exists before trying to read.
8248
8249 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
8250
8251 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8252
8253 2001-09-28 Hans-Peter Nilsson <hp@axis.com>
8254
8255 * config.sub, config.guess: Import latest from subversions.
8256
8257 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
8258
8259 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8260 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8261 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8262 avoid quotes nesting problems.
8263 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8264 (DO_X): Export only variables that are set.
8265
8266 2001-09-19 Ben Elliston <bje@redhat.com>
8267
8268 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8269 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8270 semantics. Use the shell built-in "type" command instead.
8271
8272 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8273
8274 * config.sub: Reverted the earlier change, this version is not the
8275 master file.
8276
8277 2001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8278
8279 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
8280 Add support for mips64.
8281
8282 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
8283
8284 * configure.in: Enable libstdc++-v3 for h8300 targets.
8285
8286 2001-08-30 Eric Christopher <echristo@redhat.com>
8287 Jason Eckhardt <jle@redhat.com>
8288
8289 * config.sub: Add support for mipsisa32.
8290
8291 2001-08-30 Eric Christopher <echristo@redhat.com>
8292
8293 * config.sub, config.guess: Import latest from subversions.
8294
8295 2001-08-20 Alan Modra <amodra@bigpond.net.au>
8296
8297 * config.sub, config.guess: Import latest from subversions.
8298
8299 2001-07-26 DJ Delorie <dj@redhat.com>
8300
8301 * MAINTAINERS: Clarify libiberty merge rules and procedures.
8302
8303 2001-06-19 Alan Modra <amodra@bigpond.net.au>
8304
8305 * Makefile.in: Revert 2001-06-17.
8306 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
8307
8308 2001-06-17 H.J. Lu <hjl@gnu.org>
8309
8310 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
8311 (gas+binutils.tar.bz2): Likewise.
8312 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
8313
8314 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
8315
8316 * Makefile.in (VER): When present, extract the version number from
8317 the file version.in.
8318
8319 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
8320
8321 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8322 gcc/xgcc is built, use -print-prog-name to find out the program
8323 name to use.
8324
8325 2001-06-04 Mark Mitchell <mark@codesourcery.com>
8326
8327 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8328 with_gcc]: Use `gcc -shared' to build a shared library.
8329
8330 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
8331
8332 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8333 archives.
8334
8335 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
8336
8337 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
8338 libraries when using g++ with native linker.
8339
8340 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
8341
8342 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8343
8344 2001-05-24 Tom Rix <trix@redhat.com>
8345
8346 * configure.in : enable ld for aix
8347
8348 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
8349
8350 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8351 [aix4*|aix5*]: Prepend blank.
8352
8353 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
8354
8355 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8356 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
8357 of subdir/configure scripts to use the new libtool.m4.
8358
8359 2001-05-14 H.J. Lu <hjl@gnu.org>
8360
8361 * config.if (libc_interface): Set to -libc6.2- for cross
8362 compiling to Linux/glibc 2.2.
8363
8364 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
8365
8366 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8367 libgcj.
8368
8369 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
8370
8371 * configure.in (noconfigdirs): Don't reset it from scratch in the
8372 target case; only append to it.
8373
8374 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
8375
8376 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8377 sparc-*-solaris2.8]: Disable ${libgcj}.
8378
8379 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
8380
8381 * configure.in (libgcj_saved): Copy from $libgcj.
8382 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8383 --disable-libgcj.
8384
8385 2001-04-20 Alexandre Oliva <aoliva@redhat.com>
8386
8387 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8388 1.641.2.228.
8389
8390 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
8391
8392 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8393 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8394
8395 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
8396
8397 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8398 New macros.
8399 (bootstrap, cross): Use RECURSE_FLAGS.
8400 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8401
8402 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
8403
8404 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8405
8406 2001-03-23 Nick Clifton <nickc@redhat.com>
8407
8408 * README-maintainer-mode: Add note about inability to use "make
8409 distclean" in maintainer mode.
8410
8411 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
8412
8413 Re-installed:
8414 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8415 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
8416 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8417 * ltcf-cxx.sh: Likewise.
8418 * ltcf-gcj.sh: Likewise.
8419
8420 2001-03-22 Philip Blundell <philb@gnu.org>
8421
8422 * config.sub, config.guess: Import latest from subversions.
8423
8424 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
8425
8426 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8427 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8428
8429 2001-03-20 Michael Chastain <chastain@redhat.com>
8430
8431 * Makefile.in: all-m4 depends on all-texinfo.
8432
8433 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
8434
8435 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8436
8437 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
8438
8439 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
8440 longer valid.
8441
8442 2001-02-16 Nick Clifton <nickc@redhat.com>
8443
8444 * configure.in (noconfigdirs): Allow configuration of texinfo
8445 for Cygwin hosts.
8446
8447 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
8448
8449 * config.guess: Add linux target for S/390.
8450 * config.sub: Likewise.
8451 * configure.in: Likewise.
8452
8453 2001-02-06 Ben Elliston <bje@redhat.com>
8454
8455 * configure: Output host type to stdout, not stderr.
8456
8457 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8458
8459 * config.guess: Import from subversions.gnu.org (revision 1.181).
8460 * config.sub: Import from subversions.gnu.org (revision 1.199).
8461
8462 2001-01-30 Alan Modra <alan@linuxcare.com.au>
8463
8464 * config.guess: Handle hppa64-linux systems.
8465
8466 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8467
8468 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8469 Don't unset, it's non-portable and no longer necessary, set to empty
8470 instead.
8471
8472 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8473
8474 * ltconfig: Shell portability fix for the tagname validity check.
8475
8476 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8477
8478 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8479
8480 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
8481
8482 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8483 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8484
8485 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
8486
8487 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8488 keep at least one of build_libtool_libs or build_old_libs set to
8489 yes.
8490
8491 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
8492
8493 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8494 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8495
8496 2000-11-07 Philip Blundell <pb@futuretv.com>
8497
8498 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8499
8500 2000-11-03 Philip Blundell <pb@futuretv.com>
8501
8502 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8503 files.
8504
8505 2001-01-15 Jeff Johnston <jjohnstn@redhat.com>
8506
8507 * COPYING.NEWLIB: Put into source repository.
8508
8509 2001-01-15 Ben Elliston <bje@redhat.com>
8510
8511 * configure.in (host_tools): Add sid.
8512 Always configure cgen.
8513 * Makefile.in (all-sid): New target.
8514 (check-sid, clean-sid, install-sid): Likewise.
8515
8516 2001-01-07 Andreas Jaeger <aj@suse.de>
8517
8518 * config.sub, config.guess: Update from subversions.
8519
8520 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
8521
8522 * configure.in: Disable language-specific target libraries for
8523 languages that aren't enabled.
8524
8525 2000-11-24 Nick Clifton <nickc@redhat.com>
8526
8527 * configure.in (xscale-elf): Add target.
8528 (xscale-coff): Add target.
8529 (c4x, c5x, tic54x): Move after ARM targets.
8530
8531 2000-11-23 Alexandre Oliva <aoliva@redhat.com>
8532
8533 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
8534
8535 2000-11-20 Ian Lance Taylor <ian@zembu.com>
8536
8537 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
8538
8539 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
8540
8541 * Makefile.in: Merge with GCC and libgcj.
8542 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
8543 configure-target-<library> when their configure scripts need the C
8544 or C++ library to have already been built to work properly.
8545 (do_proto_toplev): Set them to an empty string.
8546
8547 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
8548
8549 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8550 (REALLY_SET_LIB_PATH): Use them.
8551
8552 2000-11-06 Christopher Faylor <cgf@cygnus.com>
8553
8554 * config.sub: Add support for Sun Chorus
8555
8556 2000-11-02 Per Lundberg <plundis@chaosdev.org>
8557
8558 * config.sub: Add support for the *-storm-chaos OS.
8559
8560 2000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
8561
8562 * configure.in (noconfigdirs): Don't compile some
8563 of the libraries for 68HC11 & 68hc12 targets.
8564
8565 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
8566
8567 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
8568 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
8569 all affected `configure' scripts.
8570
8571 2000-09-25 Alexandre Oliva <aoliva@redhat.com>
8572
8573 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
8574 ltcf-c.sh.
8575
8576 2000-09-12 Philip Blundell <philb@gnu.org>
8577
8578 * config.sub, config.guess: Update from subversions.
8579
8580 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
8581
8582 * Makefile.in (all-zlib): Added dummy target.
8583
8584 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
8585 multi-language branch.
8586
8587 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
8588
8589 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8590 (bootstrap*): Depend on all-bootstrap.
8591
8592 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
8593
8594 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8595 crosses, but add gcc/include to the header search path for them.
8596
8597 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
8598
8599 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
8600 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
8601 * gettext.m4: New file, extracted from aclocal.m4.
8602
8603 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
8604
8605 * config-ml.in (CC, CXX): Avoid trailing whitespace.
8606 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
8607 sub-configures.
8608
8609 2000-08-20 Doug Evans <dje@casey.transmeta.com>
8610
8611 * Makefile.in (ALL_MODULES): Add all-cgen.
8612 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8613 (all-cgen): New target.
8614 (all-opcodes,all-sim): Depend on all-cgen.
8615 * configure.in (host_tools): Add cgen.
8616 Only configure cgen if --enable-cgen-maint.
8617
8618 2000-08-17 Alexandre Oliva <aoliva@redhat.com>
8619
8620 * config-ml.in (CC, CXX): Don't introduce a leading space.
8621
8622 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
8623
8624 * configure.in (libstdcxx_flags): Use
8625 libstdc++-v3/src/libstdc++.INC.
8626
8627 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
8628
8629 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
8630
8631 2000-08-11 Jason Merrill <jason@redhat.com>
8632
8633 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
8634 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
8635 (FLAGS_FOR_TARGET): Not here.
8636 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
8637
8638 2000-08-07 DJ Delorie <dj@redhat.com>
8639
8640 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
8641 "if we're also building gcc, and it's a gcc that will run on the
8642 build machine, we want to use its includes instead of the system's
8643 default includes".
8644
8645 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
8646
8647 * configure.in (libstdcxx_flags): Don't use `"'.
8648
8649 * config-ml.in: Adjust multilib search paths to the
8650 appropriate multilib tree.
8651
8652 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
8653
8654 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
8655 commas in $LANGUAGES.
8656
8657 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
8658
8659 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
8660
8661 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
8662
8663 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
8664 CXX_FOR_TARGET for sed.
8665
8666 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
8667
8668 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
8669 Do not override if already set in the environment or in configure.
8670 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
8671 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
8672
8673 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
8674
8675 * Makefile.in (FLAGS_FOR_TARGET): New macro.
8676 (GCC_FOR_TARGET): Use it.
8677 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
8678 * configure.in: ... here.
8679 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
8680 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
8681
8682 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
8683
8684 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
8685 (configure-target-libchill, configure-target-libobjc): Likewise.
8686
8687 * configure.in: Use the same cache file for all target libs.
8688 * config-ml.in: But different cache files per multilib variant.
8689
8690 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8691
8692 * configure (topsrcdir): Don't use dirname.
8693
8694 2000-07-20 Jason Merrill <jason@redhat.com>
8695
8696 * configure.in: Remove all references to libg++ and librx.
8697
8698 * configure, configure.in, Makefile.in: Unify gcc and binutils.
8699
8700 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
8701
8702 * config.sub: Update to subversions version 2000-07-06.
8703
8704 2000-07-12 Andrew Haley <aph@cygnus.com>
8705
8706 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
8707 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
8708
8709 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
8710
8711 * symlink-tree: Check number of arguments.
8712
8713 2000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
8714
8715 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
8716
8717 2000-07-05 Jim Wilson <wilson@cygnus.com>
8718
8719 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
8720 search path for a g++ extracted from the build tree. This
8721 will allow link tests run by configure scripts in
8722 subdirectories to succeed.
8723
8724 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
8725
8726 * ltconfig: Add support for mips-dde-sysv4.2MP
8727
8728 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
8729
8730 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
8731 `os2'. Force ac_cv_exeext to be ".exe" in that case.
8732
8733 2000-06-19 Timothy Wall <twall@cygnus.com>
8734
8735 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
8736 * config.sub: Add tic54x target.
8737
8738 2000-06-07 Phillip Thomas <pthomas@suse.de>
8739
8740 * README-maintainer-mode: New file: Contains notes on using
8741 --enable-maintainer-mode with binutils.
8742
8743 2000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
8744
8745 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
8746
8747 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
8748
8749 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8750 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
8751
8752 20000-05-21 H.J. Lu (hjl@gnu.org)
8753
8754 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8755 directory are used if they exist. Make sure
8756 $(build_tooldir)/include is searched for header files,
8757 $(build_tooldir)/lib/ for library files.
8758 (GCC_FOR_TARGET): Likewise.
8759 (CXX_FOR_TARGET): Likewise.
8760
8761 2000-05-18 Jeffrey A Law (law@cygnus.com)
8762
8763 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8764
8765 2000-05-17 Alexandre Oliva <aoliva@cygnus.com>
8766
8767 * Makefile.in (configure-target-libiberty): Depend on
8768 configure-target-newlib.
8769
8770 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
8771
8772 * configure.in, Makefile.in: Merge all libffi-related
8773 configury stuff from the libgcj tree.
8774
8775 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
8776
8777 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8778 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
8779
8780 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
8781
8782 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8783 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
8784 current version information. Add to proto-toplev directory.
8785 (gdb-taz): Build do-djunpack.
8786
8787 2000-05-15 David Edelsohn <edelsohn@gnu.org>
8788
8789 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
8790
8791 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8792
8793 * ltmain.sh: Preserve in relink_command any environment
8794 variables that may affect the linker behavior.
8795
8796 2000-05-12 Jeffrey A Law (law@cygnus.com)
8797
8798 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
8799
8800 2000-05-10 Jim Wilson <wilson@cygnus.com>
8801
8802 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
8803
8804 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8805
8806 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
8807 with the version name.
8808
8809 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
8810
8811 * config.if: Tweak.
8812
8813 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
8814
8815 * djunpack.bat: New file.
8816
8817 2000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
8818
8819 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
8820 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
8821 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
8822 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
8823
8824 2000-04-16 Dave Pitts <dpitts@cozx.com>
8825
8826 * config.sub (case $basic_machine): Change default for "ibm-*"
8827 to "openedition".
8828
8829 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
8830
8831 * Makefile.in (gdb-taz): New target. GDB specific archive.
8832 (do-md5sum): New target.
8833 (MD5PROG): Define.
8834 (PACKAGE): Default to TOOL.
8835 (VER): Default to a shell script.
8836 (taz): Rewrite target. Move real work to do-proto-toplev. Include
8837 md5 checksum generation.
8838 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
8839 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
8840 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
8841 insight.tar.bz2): Use gdb-taz to create archive.
8842
8843 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
8844
8845 * configure (warn_cflags): Delete.
8846
8847 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
8848 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
8849
8850 * configure.in (enable_libstdcxx_v3): Add.
8851 (target_libs): Add bits here to switch between libstdc++-v2 and
8852 libstdc++-v3.
8853 * config.if: And this file too.
8854 * Makefile.in: Add libstdc++-v3 targets.
8855
8856 2000-04-05 Michael Meissner <meissner@redhat.com>
8857
8858 * config.sub (d30v): Add d30v as a basic machine type.
8859
8860 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
8861
8862 * configure.in: -linux-gnu*, not -linux-gnu.
8863
8864 2000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
8865
8866 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
8867 (do-tar-bz2): Replace TOOL with PACKAGE.
8868 (gdb.tar.bz2): Remove GDBTK from GDB package.
8869 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
8870 dejagnu.tar.bz2): New packages.
8871
8872 2000-02-27 Andreas Jaeger <aj@suse.de>
8873
8874 * configure.in: Add entry for mips*-*-linux*, move catch all
8875 *-*-*linux* entry below this one.
8876
8877 2000-02-27 Ian Lance Taylor <ian@zembu.com>
8878
8879 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
8880
8881 2000-02-24 Nick Clifton <nickc@cygnus.com>
8882
8883 * config.sub: Support an OS of "wince".
8884
8885 2000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
8886
8887 * config.guess, config.sub: Updated to match config's 2000-02-15
8888 version.
8889
8890 2000-02-23 Linas Vepstas <linas@linas.org>
8891
8892 * config.sub: Add support for Linux/IBM 370.
8893 * configure.in: Likewise.
8894
8895 2000-02-22 Nick Clifton <nickc@cygnus.com>
8896
8897 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
8898
8899 2000-02-20 Christopher Faylor <cgf@cygnus.com>
8900
8901 * config.guess: Guess "cygwin" rather than "cygwin32".
8902
8903 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8904
8905 * configure (gcc_version): When setting, narrow search to
8906 lines containing `version_string'.
8907
8908 2000-02-15 Denis Chertykov <denisc@overta.ru>
8909
8910 * config.sub: Add support for avr target.
8911
8912 2000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
8913
8914 * config.sub: Add mmix-knuth-mmixware.
8915
8916 2000-01-27 Christopher Faylor <cgf@redhat.com>
8917
8918 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
8919 structure stuff to -L library search.
8920 (CXX_FOR_TARGET): Ditto.
8921 (CROSS_CHECK_MODULES): Fix spelling mistake.
8922
8923 2000-01-24 Mark Mitchell <mark@codesourcery.com>
8924
8925 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
8926 the C++ compiler.
8927
8928 2000-01-12 Richard Henderson <rth@cygnus.com>
8929
8930 * configure.in: Don't build some bits for beos.
8931
8932 2000-01-12 Joel Sherrill (joel@OARcorp.com)
8933
8934 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
8935 as include files.
8936
8937 2000-01-06 Geoff Keating <geoffk@cygnus.com>
8938
8939 * configure.in: Use mt-aix43 to handle *_TARGET defs,
8940 not mh-aix43.
8941
8942 1999-12-14 Richard Henderson <rth@cygnus.com>
8943
8944 * config.guess (alpha-osf, alpha-linux): Detect ev67.
8945 * config.sub: Accept alphaev[78], alphaev8.
8946
8947 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8948
8949 * config.guess, config.sub: Update from autoconf.
8950
8951 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8952
8953 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
8954 necessary libraries are missing.
8955
8956 1999-10-25 Andreas Schwab <schwab@suse.de>
8957
8958 * configure: Fix quoting inside arguments of eval.
8959
8960 1999-10-21 Nick Clifton <nickc@cygnus.com>
8961
8962 * config-ml.in: Allow suppression of some ARM multilibs.
8963
8964 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
8965
8966 * config.guess: Add OS/390 match pattern.
8967 * config.sub: Add mvs, openedition targets.
8968 * configure.in (i370-ibm-opened*): New.
8969
8970 1999-09-04 Steve Chamberlain <sac@pobox.com>
8971
8972 * config.sub: Add support for configuring for pj.
8973
8974 1999-08-31 Nick Clifton <nickc@cygnus.com>
8975
8976 * config.sub (maybe_os): Add support for configuring for fr30.
8977
8978 1999-08-25 Nick Clifton <nickc@cygnus.com>
8979
8980 * configure.in: Do not configure or build ld for AIX
8981 platforms. ld is known to be broken on these platforms.
8982
8983 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8984
8985 * config-ml.in: Pass compiler flag corresponding to multidirs to
8986 subdir configures.
8987
8988 1999-08-09 Ian Lance Taylor <ian@zembu.com>
8989
8990 * Makefile.in (LDFLAGS): Define.
8991
8992 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
8993
8994 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
8995 noconfigdirs.
8996 (*-*-cygwin*): Likewise.
8997
8998 1999-08-08 Ian Lance Taylor <ian@zembu.com>
8999
9000 * mkdep: New file.
9001 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9002 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9003
9004 From Eli Zaretskii <eliz@is.elta.co.il>:
9005 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9006 long file name when using DJGPP on MS-DOS.
9007
9008 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9009
9010 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9011
9012 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9013
9014 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9015 dependency as this causes "make check" to globally "make all"
9016
9017 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9018
9019 * configure.in (target_libs): Added target-zlib.
9020 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9021 (CONFIGURE_TARGET_MODULES): Likewise.
9022 (CHECK_TARGET_MODULES): Likewise.
9023 (INSTALL_TARGET_MODULES): Likewise.
9024 (CLEAN_TARGET_MODULES): Likewise.
9025 (configure-target-zlib): New target.
9026 (all-target-zlib): Likewise.
9027 (all-target-libjava): Depend on all-target-zlib.
9028 (configure-target-libjava): Depend on configure-target-zlib.
9029
9030 * Makefile.in (configure-target-libjava): Depend on
9031 configure-target-newlib.
9032 (configure-target-boehm-gc): New target.
9033 (configure-target-qthreads): New target.
9034
9035 * configure.in (target_libs): Added target-qthreads.
9036 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9037 (CONFIGURE_TARGET_MODULES): Likewise.
9038 (CHECK_TARGET_MODULES): Likewise.
9039 (INSTALL_TARGET_MODULES): Likewise.
9040 (CLEAN_TARGET_MODULES): Likewise.
9041 (all-target-qthreads): New target.
9042 (configure-target-libjava): Depend on configure-target-qthreads.
9043 (all-target-libjava): Depend on all-target-qthreads.
9044
9045 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9046 (CONFIGURE_TARGET_MODULES): Likewise.
9047 (CHECK_TARGET_MODULES): Likewise.
9048 (INSTALL_TARGET_MODULES): Likewise.
9049 (CLEAN_TARGET_MODULES): Likewise.
9050 (all-target-libjava): New target.
9051 (all-target-boehm-gc): Likewise.
9052 * configure.in (target_libs): Added libjava, boehm-gc.
9053
9054 1999-07-22 Ian Lance Taylor <ian@zembu.com>
9055
9056 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9057 configure.bat in SUPPORT_FILES.
9058 (gas+binutils.tar.bz2): Likewise.
9059
9060 * makeall.bat: Remove; obsolete.
9061
9062 1999-07-21 Ian Lance Taylor <ian@zembu.com>
9063
9064 From Mark Elbrecht:
9065 * configure.bat: Remove; obsolete.
9066
9067 1999-07-11 Ian Lance Taylor <ian@zembu.com>
9068
9069 * configure: Add -W -Wall to the default CFLAGS when compiling with
9070 gcc.
9071
9072 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9073
9074 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9075
9076 1999-06-30 Mark Mitchell <mark@codesourcery.com>
9077
9078 * configure.in: Build ld on IRIX6.
9079
9080 1999-06-12 Ian Lance Taylor <ian@zembu.com>
9081
9082 * Makefile.in: Change distribution targets to use bzip2 instead of
9083 gzip.
9084 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9085 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9086
9087 1999-06-04 Nick Clifton <nickc@cygnus.com>
9088
9089 * config.sub: Add mcore target.
9090
9091 1999-05-30 Cort Dougan <cort@cs.nmt.edu>
9092
9093 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9094
9095 1999-05-25 H.J. Lu (hjl@gnu.org)
9096
9097 * config.guess (dummy): Changed to $dummy.
9098
9099 1999-05-24 Nick Clifton <nickc@cygnus.com>
9100
9101 * config.sub: Tidied up case statements.
9102
9103 1999-05-22 Ben Elliston <bje@cygnus.com>
9104
9105 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9106 <jiro@din.or.jp>.
9107
9108 * config.guess: Merge with FSF version. Future changes will be
9109 more accurately recorded in this ChangeLog.
9110 * config.sub: Likewise.
9111
9112 1999-05-20 Stephen L Moshier <moshier@world.std.com>
9113
9114 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9115
9116 1999-04-30 Tom Tromey <tromey@cygnus.com>
9117
9118 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9119
9120 1999-04-23 Tom Tromey <tromey@cygnus.com>
9121
9122 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9123
9124 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
9125
9126 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9127 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9128 Bad merge removed these two changes.
9129
9130 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
9131 Martin Heller (Ing.-Buero_Heller@t-online.de)
9132
9133 * config.guess (interix Alpha): Add.
9134
9135 1999-04-11 Richard Henderson <rth@cygnus.com>
9136
9137 * configure.in (i?86-*-beos*): Do config gperf; don't config
9138 gdb, newlib, or libgloss.
9139
9140 1999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
9141
9142 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9143 link a trivial program with -mabi=64. If it fails, remove mabi=64
9144 from multidirs.
9145
9146 1999-04-10 Philipp Thomas (kthomas@gwdg.de)
9147
9148 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9149
9150 1999-04-08 Nick Clifton <nickc@cygnus.com>
9151
9152 * config.sub: Add support for mcore targets.
9153
9154 1999-04-07 Michael Meissner <meissner@cygnus.com>
9155
9156 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9157 not mt-ospace, in order to shut up assembler warning about using
9158 symbols that are named the same as registers.
9159
9160 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
9161
9162 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9163 dependency list for all-target-cygmon.
9164
9165 1999-04-05 Doug Evans <devans@casey.cygnus.com>
9166
9167 * config-ml.in: Check $host, not $target, for selective multilibs.
9168 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9169 thumb interworking, and underscore prefix multilibs.
9170
9171 1999-04-04 Ian Lance Taylor <ian@zembu.com>
9172
9173 * missing: Update to version from current automake.
9174
9175 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9176
9177 * configure (gxx_include_dir): Removed.
9178
9179 * configure.in (gxx_include_dir): Handle it.
9180 * Makefile.in: Likewise.
9181
9182 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9183
9184 * config.sub (mips64vr4111,mips64vr4111el) Add.
9185
9186 1999-03-21 Ben Elliston <bje@cygnus.com>
9187
9188 * config.guess: Correct typo for detecting ELF on FreeBSD.
9189
9190 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9191
9192 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9193 config/mh-djgpp.
9194
9195 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9196
9197 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9198 all-target-newlib to dependency list for all-target-bsp.
9199
9200 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9201
9202 * config.sub: Add i386-uwin support.
9203 * config.guess: Likewise.
9204
9205 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9206
9207 * configure.in: cleanup, add mh-*pic handling for arm, special
9208 case powerpc*-*-aix*
9209
9210 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
9211
9212 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9213 can be built.
9214
9215 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
9216
9217 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
9218 targets.
9219
9220 1999-03-02 Nick Clifton <nickc@cygnus.com>
9221
9222 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9223
9224 1999-02-28 Geoffrey Noer <noer@cygnus.com>
9225
9226 * config.sub: Check for "cygwin*" rather than "cygwin32*"
9227
9228 1999-02-24 Nick Clifton <nickc@cygnus.com>
9229
9230 * config.sub: Fix typo in arm recognition.
9231
9232 1999-02-24 Drew Moseley <dmoseley@cygnus.com>
9233
9234 * configure.in (noconfigdirs): Changed target_configdirs to
9235 include target-bsp only for m68k-*-elf* and m68k-*-coff*
9236 rather than m68k-*-* since it is not known to work on
9237 m68k-aout. Ditto for arm-*-*oabi.
9238
9239 1999-02-24 Stan Shebs <shebs@andros.cygnus.com>
9240
9241 * configure.in (*-*-windows*): Remove, no longer used.
9242
9243 1999-02-19 Ben Elliston <bje@cygnus.com>
9244
9245 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9246 Smart and improved by Andrew Cagney.
9247
9248 1999-02-18 Marc Espie <espie@cvs.openbsd.org>
9249
9250 * config.guess: Recognize openbsd-*-hppa.
9251
9252 1999-02-17 H.J. Lu (hjl@gnu.org)
9253
9254 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9255 only if it is not empty.
9256
9257 1999-02-17 Nick Clifton <nickc@cygnus.com>
9258
9259 Patch from: Scott Bambrough <scottb@corelcomputer.com>
9260
9261 * config.guess: Modified to recognize uname's armv* syntax.
9262
9263 * config.sub: Modified to recognize uname's armv* syntax.
9264
9265 1999-02-17 Mark Salter <msalter@cygnus.com>
9266
9267 * configure.in: Added target-bsp for sparclite.
9268
9269 1999-02-08 Richard Henderson <rth@cygnus.com>
9270
9271 * config.sub: Recognize alphapca5[67] and up to alphaev8.
9272
9273 1999-02-08 Nick Clifton <nickc@cygnus.com>
9274
9275 * configure.in: Add support for strongarm port.
9276 * config.sub: Add support for strongarm target.
9277
9278 1999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
9279
9280 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9281 the old name config/mh-cygwin32.
9282 Enable texinfo.
9283
9284 1999-02-04 Ian Lance Taylor <ian@cygnus.com>
9285
9286 * configure.in: Do build ld for ix86 Solaris.
9287
9288 1999-02-02 Jim Wilson <wilson@cygnus.com>
9289
9290 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
9291 $AR_FOR_TARGET. Likewise for RANLIB.
9292
9293 1999-02-02 Catherine Moore <clm@cygnus.com>
9294
9295 * config.sub (oabi): Recognize.
9296 * configure.in (arm-*-oabi): Handle.
9297
9298 1999-01-30 Robert Lipe (robertlipe@usa.net)
9299
9300 * config.guess: Improve detection of i686 on UnixWare 7.
9301
9302 1999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
9303
9304 * config.guess: Add support for i386-pc-interix.
9305 * config.sub: Likewise.
9306 * configure.in: Likewise.
9307
9308 1999-01-18 Christopher Faylor <cgf@cygnus.com>
9309
9310 * Makefile.in: Remove unneeded all-target-libio from
9311 from all-target-winsup target since it is now unneeded.
9312 Add all-target-libtermcap in its place since it is now
9313 needed.
9314
9315 1998-12-30 Christopher Faylor <cgf@cygnus.com>
9316
9317 * configure.in: makefile stub for cygwin target is probably
9318 unnecessary. Remove it for now.
9319
9320 1998-12-30 Christopher Faylor <cgf@cygnus.com>
9321
9322 * configure.in: libtermcap.a should be built when cygwin is the
9323 target as well as the host.
9324 * config.guess: Allow mixed case in cygwin uname output.
9325 * Makefile.in: Add libtermcap target.
9326
9327 1998-12-23 Jeffrey A Law (law@cygnus.com)
9328
9329 * config.sub: Clean up handling of hppa2.0.
9330
9331 1998-12-22 Rodney Brown (rodneybrown@pmsc.com)
9332
9333 * config.guess: Use C code to identify more HP machines.
9334
9335 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
9336
9337 * config.sub: Handle hppa2.0.
9338
9339 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
9340
9341 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
9342 cygmon for all sparclite targets, regardless of object format.
9343
9344 1998-12-15 Mark Salter <msalter@cygnus.com>
9345
9346 * configure.in: Added target-bsp for several target architectures.
9347
9348 * Makefile.in: Added rules for bsp.
9349
9350 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
9351
9352 * config.guess: Improve detection of hppa2.0 processors.
9353
9354 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
9355
9356 * config.guess: Recognize FreeBSD using ELF automatically.
9357
9358 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
9359
9360 * configure (skip-this-dir): Add handling for new shell script, which
9361 might be created by a sub-directory's configure to indicate, this particular
9362 directory is "unwanted".
9363 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9364
9365 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
9366
9367 * ltconfig: import from libtool, after changing libtool to
9368 account for the cygwin name change.
9369
9370 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
9371
9372 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9373 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9374
9375 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
9376
9377 * configure.in: Add libtermcap to list of cygwin dependencies.
9378
9379 1998-11-17 Geoffrey Noer <noer@cygnus.com>
9380
9381 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9382 they include winsup/include when it's a cygwin target.
9383
9384 1998-11-12 Tom Tromey <tromey@cygnus.com>
9385
9386 * configure.in (host_tools): Added zip.
9387 * Makefile.in (all-target-libjava): Depend on all-zip.
9388 (all-zip): New target.
9389 (ALL_MODULES): Added all-zip.
9390 (NATIVE_CHECK_MODULES): Added check-zip.
9391 (INSTALL_MODULES): Added install-zip.
9392 (CLEAN_MODULES): Added clean-zip.
9393
9394 1998-11-12 Geoffrey Noer <noer@cygnus.com>
9395
9396 * Makefile.in: lose "32" from comment about cygwin.
9397
9398 1998-11-05 Nick Clifton <nickc@cygnus.com>
9399
9400 * configure.in: Use -Os to build target libraries for the fr30.
9401
9402 1998-11-04 Dave Brolley <brolley@cygnus.com>
9403
9404 * config.sub: Add fr30.
9405
9406 1998-11-02 Geoffrey Noer <noer@cygnus.com>
9407
9408 * configure.in: drop "32" from config/mh-cygwin32. Check
9409 cygwin* instead of cygwin32*.
9410 * config.sub: Check cygwin* instead of cygwin32*.
9411
9412 1998-10-22 Robert Lipe <robertl@dgii.com>
9413
9414 * config.guess: Match any version of Unixware7.
9415
9416 1998-10-20 Syd Polk <spolk@cygnus.com>
9417
9418 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9419 if desired.
9420
9421 1998-10-18 Jeffrey A Law (law@cygnus.com)
9422
9423 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9424 these if the appropriate directories and files to not exist.
9425
9426 1998-10-14 Jeffrey A Law (law@cygnus.com)
9427
9428 * Makefile.in (DEVO_SUPPORT): Add config.if.
9429
9430 1998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
9431
9432 * configure: Add pattern to replace "build_tooldir"'s
9433 definition in the generated Makefile with "tooldir"'s
9434 actual value.
9435
9436 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
9437
9438 * config.sub: Bring back lost sparcv9.
9439
9440 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9441
9442 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
9443
9444 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9445 CC_FOR_TARGET and friends.
9446
9447 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9448
9449 * Makefile.in (build_tooldir): New variable, same as tooldir.
9450 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9451 -B$(build_tooldir)/bin/.
9452 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9453
9454 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
9455
9456 * config.sub: Add support for i[34567]86-pc-udk.
9457 * configure.in: Likewise.
9458
9459 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
9460
9461 * Makefile.in: add bzip2 package building bits for user
9462 tools module
9463 * configure.in: ditto
9464
9465 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
9466
9467 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9468 (ALL_TARGET_MODULES): Add all-target-libobjc.
9469 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9470 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9471 (all-target-libchill): Add dependencies.
9472 * configure.in (target_libs): Add libchill.
9473
9474 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
9475
9476 * configure.in (target_subdir): Remove duplicate line.
9477
9478 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
9479
9480 * Makefile.in (all-automake): fix dependencies.
9481
9482 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
9483
9484 * configure.in: Minor cleanups for building in the $(target_alias)
9485 subdir.
9486
9487 1998-09-22 Jim Wilson <wilson@cygnus.com>
9488
9489 * Makefile.in (bootstrap): Set r and s before make all. Use
9490 BASE_FLAGS_TO_PASS in make all.
9491 (cross): Likewise.
9492
9493 1998-09-20 Mark Mitchell <mark@markmitchell.com>
9494
9495 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9496
9497 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
9498
9499 * config.sub: Fix typo in last change.
9500
9501 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9502
9503 * config.sub: Add support for C4x target.
9504 * configure.in: Likewise.
9505
9506 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
9507
9508 * config.sub: Recognize sparcv9 just like sparc64.
9509
9510 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
9511
9512 * config.guess: Match "Pent II" or "PentII" for OpenServer.
9513
9514 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
9515
9516 * config.guess: Correctly identify Pentium II sco boxes.
9517
9518 * config.guess: Fix "tr" code. From Weiwen Liu.
9519
9520 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
9521
9522 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9523 stabs.
9524
9525 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
9526
9527 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9528 (ALL_TARGET_MODULES): Add all-target-libchill.
9529 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9530 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9531 (all-target-libchill): Add dependencies.
9532 * configure.in (target_libs): Add libchill.
9533
9534 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9535
9536 * config.guess: Avoid assumptions about "tr" behaves when
9537 LANG is set to something other than English.
9538
9539 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
9540
9541 * configure (gxx_include_dir): Changed to
9542 '${prefix}/include/g++'-${libstdcxx_interface}.
9543
9544 * config.if: New to determine the interfaces.
9545
9546 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
9547
9548 * config.guess: Detect and handle MPE/IX.
9549 * config.sub: Deal with MPE/IX.
9550
9551 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
9552
9553 * configure.in: Use mh-aix43.
9554
9555 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
9556
9557 * configure: Fix --without/--disable cases for gxx-include-dir.
9558
9559 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
9560
9561 * mdata-sh: Imported. Needed for automake support.
9562
9563 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
9564
9565 * Makefile.in (taz): Try "chmod -R og=u ." before
9566 "chmod og=u `find . -print`".
9567
9568 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
9569
9570 * configure.in: Add arm-elf and thumb-elf support.
9571
9572 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
9573
9574 * Makefile.in: Undo previous patch.
9575
9576 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
9577
9578 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
9579 to here ...
9580 (install-no-fixedincludes): and here
9581 (INSTALL_MODULES): ... from here.
9582
9583 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
9584
9585 * config.sub: Merge with FSF.
9586
9587 * config.guess: Merge with FSF.
9588
9589 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
9590
9591 * configure (extraconfigdirs): New variable.
9592 (SUBDIRS): Add extraconfigdirs and recurse on them too.
9593 * Makefile.in (all): Move higher in file.
9594 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
9595 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
9596 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
9597 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
9598 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
9599
9600 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
9601
9602 * Makefile.in (all-target-libjava): Depend on all-gcc and
9603 all-target-newlib.
9604 (configure-target-libjava): Depend on $(ALL_GCC).
9605
9606 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
9607
9608 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
9609 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
9610
9611 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
9612
9613 * ylwrap: Change absolute path checks to check for DOS style path
9614 names.
9615
9616 * ylwrap: Don't use a full path name if the source file is in the
9617 same directory. From hjl@lucon.org (H.J. Lu).
9618
9619 * config-ml.in: Default to being verbose, to match Feb 18 change to
9620 configure.
9621
9622 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
9623
9624 Brought over from egcs:
9625
9626 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9627
9628 * configure.in (target_subdir): Set to ${target_alias} instead
9629 of "libraries".
9630
9631 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9632
9633 * configure.in (target_subdir): Set to libraries if enable_multilib.
9634
9635 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
9636
9637 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
9638 multilibs, force reconfiguration the first time we create
9639 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
9640
9641 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
9642
9643 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
9644 avoid confusion with --no-recursion.
9645
9646 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
9647
9648 * configure.in: Win32 hosts shouldn't use install -x
9649 * install-sh: remove -x option, and special .exe-handling
9650 hack.
9651
9652 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
9653
9654 * config.guess: Recognize i586-pc-beos.
9655 * configure.in: Don't build some bits for beos.
9656
9657 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
9658
9659 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
9660 CFLAGS default to -O2.
9661
9662 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
9663 when using GNU ld.
9664
9665 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
9666
9667 * ltmain.sh: Correct install when using a different shell.
9668
9669 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
9670
9671 * ltconfig, ltmain.sh: Update to libtool 1.2b.
9672
9673 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
9674
9675 * makefile.vms: Update to build binutils/makefile.vms. Add install
9676 target.
9677
9678 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
9679
9680 * ltconfig: Update to correct AIX handling.
9681
9682 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9683
9684 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
9685
9686 * configure.in (target_subdir): Set to ${target_alias} instead
9687 of "libraries".
9688
9689 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
9690
9691 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
9692 (Makefile): Depend on $(gcc_version_trigger).
9693
9694 * configure (gcc_version): Change default initializer to empty
9695 string.
9696 (gcc_version_trigger): New variable; pass this variable down
9697 to subdir configures to enable them checking gcc's version
9698 themselves. Emit make macros for both gcc_version vars.
9699 (topsrcdir): Initialize reliably.
9700 (recursion line): Remove --with-gcc-version=${gcc_version}.
9701
9702 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9703
9704 * configure (enable_version_specific_runtime_libs): Implement new flag
9705 --enable-version-specific-runtime-libs which installs C++ runtime stuff
9706 in $(libsubdir); emit definition in each generated Makefile.
9707 (gxx_include_dir): Initialize depending on
9708 $enable_version_specific_runtime_libs.
9709
9710 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9711
9712 * configure (gcc_version): Initialize properly depending on
9713 how and where configure is started.
9714 (recursion line): Pass a --with-gcc-version=${gcc_version}
9715 to configures in subdirs.
9716
9717 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
9718
9719 * configure.in (noconfigdirs): Add configure pattern for mips tx39
9720 cygmon
9721
9722 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
9723
9724 * configure.in: Add cygmon and libstub support for mn10200.
9725
9726 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
9727
9728 * configure (gcc_version): Add new variable describing the
9729 particular gcc version we're building.
9730 * Makefile.in (libsubdir): Add new macro for the directory
9731 in which the compiler finds executables, libraries, etc.
9732 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
9733 and libsubdir.
9734
9735 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9736
9737 * Makefile.in (local-clean): Remove *.log.
9738 (warning.log): Built with warn_summary from build.log.
9739 (mail-report.log): Run test_summary.
9740 (mail-report-with-warnings.log): Run test_summary including
9741 warning.log in the report.
9742
9743 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
9744
9745 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
9746
9747 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
9748
9749 * Makefile.in (grep): Grep no longer depends on libiberty.
9750
9751 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
9752
9753 * Makefile.in: all-snavigator needs all-libgui.
9754
9755 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
9756
9757 * configure.in: Add cygmon and libstub support for mn10300.
9758
9759 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
9760
9761 * missing: Update to version from automake 1.3.
9762
9763 * ltmain.sh: On installation, don't get confused if the same name
9764 appears more than once in the list of library names.
9765
9766 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
9767
9768 * config.sub: Accept m68060 and m5200 as CPU names.
9769
9770 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
9771
9772 * configure: Use && rather than using -a in test, because odd
9773 strings can confuse test.
9774 * configure.in: Likewise.
9775
9776 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
9777
9778 * ltconfig, ltmain.sh: Bring in Visual C++ support.
9779
9780 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9781
9782 * Makefile.in (boostrap2-lean, bootstrap3-lean,
9783 bootstrap4-lean): New targets.
9784
9785 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
9786
9787 * mpw-* Delete. Not used.
9788
9789 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
9790
9791 * COPYING.LIB: Update FSF address.
9792
9793 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
9794
9795 * ltconfig, ltmain.sh: Update to libtool 1.2a.
9796
9797 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
9798 GAS_SUPPORT_DIRS.
9799
9800 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
9801
9802 * ltconfig, ltmain.sh: Avoid producing a version number if
9803 -version-info was not used.
9804
9805 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
9806
9807 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
9808 building with newlib.
9809
9810 1998-04-30 Paul Eggert <eggert@twinsun.com>
9811
9812 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
9813 Solaris `make' causes it to continue to next definition.
9814
9815 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
9816
9817 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
9818 the right GUI libraries and files are installed along with GDB.
9819
9820 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
9821
9822 * configure.in: Change alpha to alpha* in several places.
9823
9824 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
9825
9826 * config.sub: Recognize sparc86x.
9827
9828 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
9829
9830 * configure.in (--enable-target-optspace): Remove debug echo.
9831
9832 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
9833
9834 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
9835
9836 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
9837
9838 * ltconfig: Update cygwin32 support.
9839
9840 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
9841 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
9842 (GDB_SUPPORT_DIRS): Likewise.
9843
9844 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
9845
9846 * configure.in (target_makefile_frag): If --enable-target-optspace,
9847 use -Os to compile target libraries rather than -O2. Default to
9848 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
9849 not used.
9850 * configure.in (target_cflags): Ditto for d30v.
9851
9852 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
9853
9854 * Makefile.in (all-bfd): Depend on all-intl.
9855 (all-binutils): Likewise.
9856 (all-gas): Likewise.
9857 (all-gprof): Likewise.
9858 (all-ld): Likewise.
9859
9860 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
9861
9862 * configure.in (host_tools): Fix typo, lbtool -> libtool.
9863
9864 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
9865
9866 * Makefile.in (all-bfd): Depend upon all-libiberty.
9867
9868 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
9869
9870 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
9871
9872 * Makefile.in: Add libstub.
9873
9874 * configure.in: Ditto. Build libstub for targets that have cygmon
9875 support.
9876
9877 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
9878
9879 * configure.in: Don't set PICFLAG on ix86-cygwin32.
9880
9881 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
9882
9883 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
9884 use mh-sysv5 if specified. Support gprof on SCO Open Server.
9885
9886 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
9887
9888 * configure: Define DEFAULT_M4 by searching PATH.
9889 * Makfile.in: Use DEFAULT_M4.
9890
9891 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
9892
9893 * ltconfig: Add cygwin32 support.
9894
9895 * Makefile.in, configure.in: Add libtool as a native only directory
9896 to configure and build.
9897
9898 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
9899
9900 * Makefile.in (INSTALL_MODULES): Remove texinfo.
9901
9902 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
9903
9904 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
9905
9906 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
9907
9908 * Makefile.in: add ash make rules
9909 * configure.in: add ash to native_only and host_tools lists
9910
9911 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
9912
9913 * Makefile.in (all-gettext, all-intl): New targets.
9914 (ALL_MODULES): Added all-gettext, all-intl.
9915 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
9916 (INSTALL_MODULES): Added install-gettext, install-intl.
9917 (CLEAN_MODULES): Added clean-gettext, clean-intl.
9918
9919 * configure.in (host_tools): Added gettext.
9920 (native_only): Likewise.
9921 (noconfigdirs) [various cases]: Likewise.
9922 (host_libs): Added intl.
9923
9924 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
9925
9926 * configure: Do not disable building gdbtk for cygwin32 hosts.
9927
9928 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
9929
9930 * configure.in: Add thumb-coff target.
9931 * config.sub: Add thumb-coff target.
9932
9933 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9934
9935 * Makefile.in: Revert yesterday's change.
9936 (all-target-winsup): all-target-librx stays out of here.
9937
9938 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
9939
9940 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
9941 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
9942 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
9943 Remove references to librx and libg++.
9944
9945 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
9946
9947 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
9948 recursive makes
9949
9950 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
9951
9952 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
9953 for newlib directory.
9954 (CXX_FOR_TARGET): Likewise.
9955
9956 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
9957
9958 * ltconfig: Update after libtool/ltconfig.in change for
9959 hpux11.
9960
9961 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
9962
9963 * ltconfig, ltmain.sh: Update to libtool 1.2.
9964
9965 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
9966
9967 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
9968 (install-gcc-cross): Instead, override LANGUAGES here.
9969
9970 1998-03-18 Dave Love <d.love@dl.ac.uk>
9971
9972 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
9973 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
9974
9975 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
9976
9977 * configure.in: Add Thumb-pe target.
9978
9979 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
9980
9981 * Makefile.in - changed sn targets to snavigator
9982 * configure.in - changed sn targets to snavigator
9983
9984 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
9985
9986 * config-ml.in: After building symlink tree call make distclean
9987 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
9988 to be the case for libiberty.
9989
9990 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
9991
9992 * configure: When making link, also check the current
9993 directory. The configure scripts may create one.
9994
9995 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
9996
9997 * config.sub: Accept alphapca56 and alphaev6 properly.
9998
9999 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10000
10001 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10002
10003 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10004
10005 * config.sub (sco5): Fix typo.
10006
10007 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10008
10009 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10010 install-itcl.
10011 (install-itcl): Remove dependency on install-tcl.
10012
10013 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10014
10015 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10016
10017 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10018
10019 * configure.in: Don't build libgui for a cygwin32 target when not on
10020 a cygwin32 host.
10021
10022 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10023
10024 * configure (redirect): Set to null, so default behavior of
10025 configure is now --verbose.
10026
10027 1998-02-16 Dave Love <d.love@dl.ac.uk>
10028
10029 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10030 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10031
10032 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10033
10034 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10035 this change to sync Makefile.in with its ChangeLog entries.
10036
10037 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10038
10039 * ltmain.sh (mkdir): Check that the directory doesn't exist
10040 before we exit with error, so that we don't get races during
10041 parallel builds.
10042
10043 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10044
10045 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10046
10047 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10048
10049 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10050 PICFLAG_FOR_TARGET.
10051 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10052
10053 * configure: Emit a definition for the new macro enable_shared
10054 into each Makefile.
10055
10056 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10057
10058 * configure.in (host_tools, native_only): Add libtool.
10059
10060 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10061
10062 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10063 Fix typo in ming config comment.
10064
10065 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10066
10067 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10068
10069 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10070
10071 * config.sub: Add tic30 cases, and map c30 to tic30.
10072
10073 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10074
10075 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10076 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10077 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10078 (CLEAN_TARGET_MODULES): Similarly
10079 (all-target-libf2c): Add dependences.
10080 * configure.in (target_libs): Add libf2c.
10081
10082 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10083
10084 * configure.in: Remove expect from noconfigdirs when target
10085 is cygwin32. OK to build expect and dejagnu with Canadian
10086 Cross.
10087
10088 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10089
10090 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10091 host.
10092
10093 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10094 and mingw32.
10095
10096 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10097
10098 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10099 here as it is not defined in the toplevel Makefile.
10100
10101 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10102
10103 * configure (package_makefile_rules_frag): New variable, which names
10104 a file with generic rules, ...
10105 Change comment to mention we now have FIVE parts.
10106 * configure: Undo last change.
10107
10108 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10109
10110 * config.guess: More accurate determination of HP processor types.
10111 * config.sub: More accurate determination of HP processor types.
10112
10113 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10114
10115 * configure (package_makefile_frag): Move inserting the
10116 ${package_makefile_frag} to where it should be according
10117 to the comment.
10118
10119 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
10120
10121 * config.guess: Add support for Linux/ARM.
10122
10123 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10124
10125 * .cvsignore: Remove *-info and *-install since they match
10126 release-info and mpw-install, which we don't want to just ignore.
10127
10128 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10129
10130 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10131
10132 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10133
10134 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10135 local_prefix to sub-make invocations.
10136
10137 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10138
10139 * configure.in: Check makefile fragments in the source
10140 directory.
10141
10142 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10143
10144 * configure.in: Check whether host and target makefile
10145 fragments exist before adding them to *_makefile_frag.
10146
10147 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10148
10149 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10150
10151 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10152
10153 * configure.in: Make sure we only replace RPATH_ENVVAR on
10154 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10155 regexp to sed.
10156
10157 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10158 to sub-makes.
10159
10160 1998-01-13 Lee Iverson (leei@ai.sri.com)
10161
10162 * config-ml.in (multi-do): LDFLAGS must include multilib
10163 designator.
10164
10165 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10166
10167 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10168
10169 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10170
10171 * config.sub: Add mingw32 support.
10172 * configure.in: Likewise.
10173
10174 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10175
10176 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10177
10178 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10179
10180 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10181 * configure (gxx_include_dir): Provide a definition for subdirs
10182 which do not use autoconf.
10183
10184 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10185
10186 * config.guess: Sync with egcs. Picks up new alpha support,
10187 BeOS & some additional linux support.
10188
10189 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
10190
10191 * config.guess: HP 9000/803 is a PA1.1 machine.
10192
10193 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10194
10195 * configure.in: It's alpha*-...
10196
10197 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10198
10199 * configure.in (host_makefile_frag, target_makefile_frag):
10200 Handle multiple config files.
10201 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10202 alpha-*-*.
10203
10204 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10205
10206 * mkdep: New file.
10207
10208 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
10209
10210 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10211
10212 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
10213
10214 * Makefile.in: Add libgui directory.
10215 (GDB_TK): Add all-libgui.
10216 * configure.in: Add libgui directory.
10217 * configure: Add all-libgui to GDB_TK.
10218
10219 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
10220
10221 * config-ml.in (multidirs): Add m32r to multilib list.
10222
10223 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
10224
10225 * Makefile.in (all-target-gperf): Change dependency to
10226 all-target-libstdc++.
10227
10228 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
10229
10230 * config.guess: Add BeOS support.
10231
10232 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
10233
10234 Source directory cvs renamed to cvssrc:
10235 * configure.in (host_tools): Change cvs to cvssrc.
10236 (native_only): Likewise.
10237 (noconfigdirs) [various cases]: Likewise.
10238 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10239 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10240 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10241 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10242 (all-cvssrc): Rename target from all-cvs.
10243
10244 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
10245
10246 * configure (gxx_include_dir): Fix thinko.
10247
10248 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
10249
10250 * Makefile.in (INSTALL_TARGET_CROSS): Define.
10251 (install-cross, install-gcc-cross): New targets.
10252
10253 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
10254
10255 * configure.in (noconfigdirs): Add support for Thumb target.
10256
10257 * config.sub (maybe_os): Add support for Thumb target.
10258
10259 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
10260
10261 * Makefile.in: Add rules for cygmon.
10262
10263 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10264
10265 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
10266
10267 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10268 * configure (gxx_include_dir): Provide a definition for subdirs
10269 which do not use autoconf.
10270
10271 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
10272
10273 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
10274 11/18/97 build
10275
10276 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
10277
10278 * From Franz Sirl.
10279 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10280 found on RedHat Linux systems.
10281
10282 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
10283
10284 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10285 guesses.
10286
10287 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
10288
10289 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10290
10291 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
10292
10293 * ltmain.sh: If mkdir fails, check whether the directory was created
10294 anyhow by some other process.
10295
10296 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
10297
10298 * configure.in (d30v-*-*): Configure all directories.
10299
10300 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
10301
10302 * configure.in (d30v-*-*): Configure newlib, libiberty directories
10303 for the D30V.
10304
10305 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
10306
10307 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10308
10309 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
10310
10311 * include/libiberty.h: Add extern "C" { so it can be used with C++
10312 progrms.
10313 * include/remote-sim.h: Add extern "C" { so it can be used with C++
10314 programs.
10315
10316 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
10317
10318 * configure.in (d30v-*-*): Configure GCC now.
10319
10320 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
10321
10322 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10323 is no longer needed.
10324
10325 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
10326
10327 * Makefile.in: check-target-libio depends on all-target-libstdc++.
10328
10329 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
10330
10331 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10332 targets using "$@" to provide support for similar but not identical
10333 targets without having to duplicate code.
10334
10335 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
10336
10337 * makefile.vms: Fix to work with DEC C.
10338
10339 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
10340
10341 * config.sub: Add mips-tx39-elf to marketing names.
10342
10343 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
10344
10345 * ltmain.sh: Handle symlinks in generated script.
10346
10347 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
10348
10349 * configure: Handle autoconf style directory options: --bindir,
10350 --datadir, --includedir, --infodir, --libdir, --libexecdir,
10351 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10352 --sysconfdir.
10353 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10354 (sharedstatedir, localstatedir, oldincludedir): New variables.
10355 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10356 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10357 sbindir, sharedstatedir, and sysconfdir.
10358
10359 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10360
10361 * Makefile.in (bootstrap-lean): New target.
10362
10363 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
10364
10365 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
10366 sn, and gnuserv from noconfigdirs.
10367
10368 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
10369
10370 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10371
10372 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
10373
10374 * Makefile.in (cross): New target.
10375
10376 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
10377 Jeff Law <law@cygnus.com>
10378
10379 * Makefile.in (bootstrap2, bootstrap3): New targets.
10380 (all-bootstrap): Remove outdated and confusing target.
10381 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10382
10383 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
10384
10385 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
10386 windows. Consistent with gdb/configure.
10387
10388 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
10389
10390 * configure.in: Name Linux target fragment.
10391
10392 * configure: Rewrite so that project Makefile fragment is inserted
10393 first and appears last in the resulting Makefile.
10394
10395 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
10396
10397 * Makefile.in (install-itcl): Install tcl first.
10398
10399 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
10400
10401 * configure.in: remove bison from noconfigdirs for Cygwin32 host
10402
10403 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10404
10405 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10406
10407 * configure.in (skipdirs): Add target-librx for Linux.
10408 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10409
10410 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
10411
10412 * Makefile.in (bootstrap): New target.
10413
10414 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
10415
10416 * config.sub: Accept 'amigados' for backward compatability.
10417
10418 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
10419
10420 * config.guess: Merge with FSF.
10421
10422 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
10423
10424 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10425
10426 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
10427
10428 * config.sub: Add "marketing-names" patch.
10429
10430 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
10431
10432 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
10433
10434 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
10435
10436 * config.sub: Handle v850-elf.
10437
10438 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
10439
10440 * .cvsignore (*-install): Remove.
10441
10442 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
10443
10444 * ltconfig: Set CONFIG_SHELL in libtool.
10445 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10446
10447 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10448
10449 * configure.in (target_subdir): Set to libraries if enable_multilib.
10450
10451 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
10452
10453 * config.guess: Update from gcc directory.
10454
10455 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
10456
10457 * Makefile.in (all-sim): Depends on all-readline.
10458
10459 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10460
10461 * Makefile.in (BISON, YACC): Use $$s.
10462 (all-bison): Depend on all-texinfo.
10463
10464 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
10465
10466 * Makefile.in (BISON): Add -L flag.
10467 (YACC): Likewise.
10468
10469 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10470
10471 * configure.in (noconfigdirs): Add support for v850e target.
10472
10473 * config.sub (maybe_os): Add support for v850e target.
10474
10475 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10476
10477 * configure.in (noconfigdirs): Add support for v850ea target.
10478
10479 * config.sub (maybe_os): Add support for v850ea target.
10480
10481 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
10482
10483 * config.sub: Add mipstx39. Delete r3900.
10484
10485 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10486
10487 * Makefile.in (all-autoconf): Depends on all-texinfo.
10488
10489 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
10490
10491 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10492 eabi targets.
10493
10494 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
10495
10496 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10497
10498 * configure: When handling a Canadian Cross, handle YACC as well as
10499 BISON. Just set BISON to bison. When setting YACC, prefer bison.
10500 * Makefile.in (all-bison): Depend upon all-texinfo.
10501
10502 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
10503
10504 * Makefile.in (BISON): bison, not byacc or bison -y.
10505 (YACC): bison -y or byacc or yacc.
10506 (various): Add *-bison as appropriate.
10507 (taz): No need to mess with BISON anymore.
10508
10509 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
10510
10511 * configure: If OSTYPE matches *win32*, try to find a good value for
10512 CONFIG_SHELL.
10513
10514 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
10515
10516 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10517 configure.in if it is present.
10518
10519 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
10520
10521 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10522
10523 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
10524
10525 * config.sub: Recognize `arc' cpu.
10526 * configure.in: Likewise.
10527 * config-ml.in: Likewise.
10528
10529 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
10530
10531 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10532
10533 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
10534
10535 * configure: Changed sed delimiter from ':' to '|' when
10536 attempting to substitute ${config_shell} for SHELL. On
10537 NT ${config_shell} may contain a ':' in it.
10538
10539 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
10540
10541 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10542
10543 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
10544
10545 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
10546
10547 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
10548
10549 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
10550
10551 * ylwrap: If the program is a relative path, force it to be
10552 absolute.
10553
10554 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
10555
10556 * configure (tooldir): Set BISON to `bison -y' and not just bison.
10557
10558 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
10559
10560 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
10561 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
10562 for libraries.
10563
10564 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
10565
10566 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
10567 separated by spaces.
10568
10569 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
10570
10571 * ylwrap: New file.
10572 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
10573
10574 * ltmain.sh: Handle /bin/sh at start of install program.
10575
10576 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
10577
10578 * ltconfig, ltmain.sh: New files, from libtool 1.0.
10579 * missing: New file, from automake 1.2.
10580
10581 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
10582
10583 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
10584 check-tk to CHECK_X11_MODULES.
10585
10586 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
10587
10588 * config.sub: Merge with FSF.
10589
10590 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
10591
10592 * config.guess: Merge with FSF.
10593
10594 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
10595
10596 * configure: Treat msdosdjgpp like go32.
10597 * configure.in: Likewise. Don't remove gprof for go32.
10598
10599 * configure: Change Makefile.tem2 to Makefile.tm2.
10600
10601 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
10602
10603 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
10604
10605 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10606
10607 * install-sh (chmodcmd): Set to null if the DST directory already
10608 exists. Same as Nov 11th change.
10609
10610 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
10611
10612 * configure (GDB_TK): Needs itcl and tix.
10613
10614 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
10615
10616 * config.guess: Update from FSF.
10617
10618 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
10619
10620 * Makefile.in (GDB_TK): Depend on itcl and tix.
10621
10622 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
10623
10624 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
10625 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
10626 (INSTALL_SCRIPT): New variable.
10627 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
10628 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
10629 to -x.
10630 * install-sh: Add support for -x option.
10631
10632 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
10633
10634 * configure.in, Makefile.in: Treat tix like itcl.
10635
10636 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
10637
10638 * Makefile.in (WINDRES): New variable.
10639 (WINDRES_FOR_TARGET): New variable.
10640 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
10641 (EXTRA_HOST_FLAGS): Add WINDRES.
10642 (EXTRA_TARGET_FLAGS): Add WINDRES.
10643 (EXTRA_GCC_FLAGS): Add WINDRES.
10644 ($(DO_X)): Pass down WINDRES.
10645 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10646 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
10647 DLLTOOL_FOR_TARGET.
10648
10649 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
10650
10651 * configure.in: configure sim before gdb for win32-x-ppc
10652
10653 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10654
10655 Move gperf into the toplevel, from libg++.
10656 * configure.in (target_tools): Add target-gperf.
10657 (native_only): Add target-gperf.
10658 * Makefile.in (all-target-gperf): New target, depend on
10659 all-target-libg++.
10660 (configure-target-gperf): Empty rule.
10661 (ALL_TARGET_MODULES): Add all-target-gperf.
10662 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
10663 (CHECK_TARGET_MODULES): Add check-target-gperf.
10664 (INSTALL_TARGET_MODULES): Add install-target-gperf.
10665 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
10666
10667 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
10668
10669 * config.sub (mn10200): Recognize new basic machine.
10670
10671 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10672
10673 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
10674 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
10675
10676 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10677
10678 * configure.in: If we're building mips-sgi-irix6* native, turn on
10679 ENABLE_MULTILIB and set TARGET_SUBDIR.
10680
10681 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
10682
10683 * Makefile.in (all-sn): Depend on all-grep.
10684
10685 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
10686
10687 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
10688
10689 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
10690 Makefile. From Jeff Makey <jeff@cts.com>.
10691 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
10692
10693 * Makefile.in (DISTBISONFILES): Remove.
10694 (taz): Don't futz with DISTBISONFILES. Change BISON to use
10695 $(DEFAULT_YACC).
10696
10697 * configure.in: Build itl, db, sn, etc., when building for native
10698 cygwin32.
10699
10700 * Makefile.in (LD): New variable.
10701 (EXTRA_HOST_FLAGS): Pass down LD.
10702 ($(DO_X)): Likewise.
10703
10704 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
10705
10706 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
10707
10708 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
10709
10710 * configure.in (targargs): Strip out any supplied --build argument
10711 before adding our own. Always add --build.
10712
10713 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
10714
10715 * configure.in (targargs): Pass --build if we're doing
10716 a cross-compile.
10717
10718 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
10719
10720 * configure: Use '|' instead of ":" as the separator in
10721 sed. Otherwise sed chokes on NT path names with drive
10722 designators. Also look for "?:*" as the leading characters in an
10723 absolute pathname.
10724
10725 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
10726
10727 * config.sub: Support for r3900.
10728
10729 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
10730
10731 * configure.in: Use install-sh, not install.sh.
10732
10733 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
10734
10735 * Makefile.in (taz): Improve check for BISON so it doesn't try to
10736 apply it twice.
10737
10738 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
10739
10740 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
10741 install-binutils.
10742
10743 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
10744
10745 * Makefile.in: Add automake targets.
10746 * configure.in (host_tools): Add automake.
10747
10748 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
10749
10750 * configure: Default CXX to c++, not gcc.
10751 * Makefile.in (CXX): Set to c++, not gcc.
10752 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
10753
10754 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
10755
10756 * install-sh: try appending a .exe if source file doesn't
10757 exist
10758
10759 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
10760
10761 * configure.in: Turn on multilib by default.
10762 (cross_only): Remove target-libiberty.
10763
10764 * Makefile.in (all-gcc): Don't depend on libiberty.
10765
10766 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
10767
10768 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
10769
10770 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
10771
10772 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
10773 (DISTBISONFILES): Add ld/Makefile.in
10774
10775 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
10776
10777 * configure.in: if target is cygwin32 but host isn't cygwin32,
10778 don't configure gdb tcl tk expect, not just gdb.
10779
10780 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
10781
10782 * configure.in: Added gnuserv everywhere sn appears.
10783
10784 * Makefile.in (ALL_MODULES): Added all-gnuserv.
10785 (CROSS_CHECK_MODULES): Added check-gnuserv.
10786 (INSTALL_MODULES): Added install-gnuserv.
10787 (CLEAN_MODULES): Added clean-gnuserv.
10788 (all-gnuserv): New target.
10789
10790 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
10791
10792 * config.guess: Fixes for MIPS OpenBSD systems.
10793
10794 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
10795
10796 * Makefile.in (INSTALL_XFORM): Remove.
10797 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
10798
10799 * mkinstalldirs: New file, copied from automake.
10800 * Makefile.in (installdirs): Rename from install-dirs. Use
10801 mkinstalldirs. Change all users.
10802 (DEVO_SUPPORT): Add mkinstalldirs.
10803
10804 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
10805
10806 * install-sh: Rename from install.sh.
10807 * Makefile.in (INSTALL): Change install.sh to install-sh.
10808 (DEVO_SUPPORT): Likewise.
10809
10810 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
10811 Graichen <graichen@rzpd.de>.
10812
10813 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
10814
10815 * config.guess: Recognize OpenBSD systems correctly.
10816
10817 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10818
10819 * README, Makefile.in (ETC_SUPPORT): Remove references to
10820 cfg-paper*, configure.{texi,man,info*}._
10821
10822 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
10823
10824 * Makefile.in (all.normal): Ensure that gcc is built after all
10825 the x11 - ie gdb - targets.
10826
10827 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
10828
10829 * makefile.vms: Don't run conf-a-gas.
10830
10831 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
10832
10833 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
10834
10835 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
10836
10837 * configure.in: Remove noconfigdirs case since gdb also
10838 configures and builds for tic80-coff.
10839
10840 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
10841
10842 * configure: Set cache_file to config.cache.
10843 * Makefile.in (local-distclean): Remove config.cache.
10844
10845 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
10846
10847 * COPYING: Update FSF address.
10848
10849 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
10850
10851 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
10852 noconfigdirs.
10853
10854 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
10855
10856 * Makefile.in (install-dirs): Don't crash if prefix, and hence
10857 MAKEDIRS, is empty.
10858
10859 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
10860
10861 * config.sub: Tweak mn10300 entry.
10862
10863 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
10864
10865 * configure.in (host_tools): Put sim before gdb, so gdb's
10866 configure.tgt can determine if the simulator was configured.
10867
10868 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
10869
10870 * config.sub: Move BeOS $os case to be with other Cygnus
10871 local cases.
10872
10873 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
10874
10875 * config.sub: Remove misplaced comment that broke Linux.
10876
10877 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
10878
10879 * config.sub: Add BeOS support.
10880
10881 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
10882
10883 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
10884
10885 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
10886
10887 * configure.in (noconfigdirs): Remove tcl and tk from
10888 noconfigdirs for cygwin32 builds.
10889
10890 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
10891
10892 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
10893
10894 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
10895
10896 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
10897 make-all.com, use makefile.vms instead.
10898
10899 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
10900
10901 * config.sub: Accept -lnews*.
10902
10903 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
10904
10905 * configure.in (noconfigdirs): Disable target-newlib,
10906 target-examples and target-libiberty for d30v.
10907
10908 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10909
10910 * configure.in (noconfigdirs): Enable ld for d30v.
10911
10912 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
10913
10914 * configure.in (tic80-*-*): Build compiler.
10915
10916 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
10917
10918 * configure.in (d30v-*): Remove sim directory from list of
10919 unsupported d30v directories
10920
10921 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10922
10923 * config.sub, configure.in: Add d30v target cpu.
10924
10925 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
10926
10927 * makefile.vms: New file.
10928 * make-all.com: Remove.
10929
10930 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
10931
10932 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
10933
10934 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
10935
10936 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
10937
10938 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
10939
10940 * Makefile.in (ALL_MODULES): Added all-db.
10941 (CROSS_CHECK_MODULES): Addec check-db.
10942 (INSTALL_MODULES): Added install-db.
10943 (CLEAN_MODULES): Added clean-db.
10944
10945 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
10946
10947 * config.guess: Merge with latest FSF sources.
10948
10949 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
10950
10951 * Makefile.in (ALL_MODULES): Added all-itcl.
10952 (CROSS_CHECK_MODULES): Added check-itcl.
10953 (INSTALL_MODULES): Added install-itcl.
10954 (CLEAN_MODULES): Added clean-itcl.
10955
10956 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
10957
10958 * configure.in: build gdb for mn10200
10959
10960 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
10961
10962 * Makefile.in (all-target-winsup): Depend on all-target-libio.
10963
10964 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
10965
10966 * configure.in (tic80-*-*): Turn off most targets right now.
10967
10968 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
10969
10970 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
10971 rather than the makeinfo program.
10972 (do-info): Depend upon all-texinfo.
10973
10974 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
10975
10976 * configure.in: Remove uses of config/mh-linux.
10977
10978 * config.sub, config.guess: Merge with latest FSF sources.
10979
10980 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
10981
10982 * config.sub (case $basic_machine): Add tic80 entries.
10983
10984 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
10985
10986 * config.sub, config.guess: Merge with latest FSF sources.
10987
10988 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10989
10990 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
10991 * mpw-config.in: Test for NewFolderRecursive.
10992 * mpw-install: Use symbolic name for startup filename.
10993 * mpw-README: Add various additional details.
10994
10995 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
10996
10997 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
10998
10999 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11000
11001 * configure.in: Do build gcc and the target libraries for
11002 the mn10200.
11003
11004 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11005
11006 * configure.in: don't avoid building gdb for mn10300 any more
11007 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11008 instead of single-quoting it.
11009
11010 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11011
11012 * configure.in: Don't use --with-stabs on IRIX 6.
11013
11014 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11015
11016 * configure.in (m32r): Build gdb, libg++ now.
11017
11018 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11019
11020 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11021 directories from noconfigdirs.
11022
11023 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11024
11025 * config.sub (basic_machine): added mips16 configuration
11026
11027 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11028
11029 * config.sub: Handle d10v-unknown.
11030
11031 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11032
11033 * config.sub: Handle v850-unknown.
11034
11035 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11036
11037 * Makefile.in: add findutils
11038 * configure.in: add findutils to list of host_tools
11039
11040 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11041
11042 * config.sub: Handle mn10200 and mn10300.
11043
11044 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11045
11046 * configure.in (d10v-*): Do not build librx.
11047
11048 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11049
11050 * configure.in (mn10300): Build everything except gdb & libgloss.
11051
11052 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11053
11054 * config.guess: Patch for Dansk Data Elektronik servers,
11055 from Niels Skou Olsen <nso@dde.dk>.
11056
11057 For ncr, use /bin/uname rather than uname, since GNU uname does not
11058 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11059
11060 Patch for MIPS R4000 running System V,
11061 from Eric S. Raymond <esr@snark.thyrsus.com>.
11062
11063 Fix thinko for nextstep.
11064
11065 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11066
11067 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11068 * config.guess: Guess mips-dec-mach_bsd4.3.
11069
11070 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11071 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11072 release numbers.
11073 * config.guess (mips-mips-riscos*): Emit just enough of the
11074 release number.
11075
11076 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11077 * config.guess (sparc-auspex-sunos*): Added.
11078 (f300-fujitsu-*): Added.
11079
11080 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11081 * config.guess: Recognize a Tadpole as a sparc.
11082
11083 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11084
11085 * config.guess: Don't assume that NextStep version is either 2 or
11086 3. NextStep 4 (aka OpenStep 4) has come out now.
11087
11088 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11089
11090 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11091 From Rik Faith <faith@cs.unc.edu>.
11092
11093 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11094
11095 * config.sub: Contributions from bug-gnu-utils to:
11096 Support plain "hppa" (no version given) architecture, reported by
11097 OpenStep.
11098 OpenBSD like NetBSD.
11099 LynxOs is not a hardware supplier.
11100
11101 * config.guess: Contributions from bug-gnu-utils to add support for:
11102 OpenBSD like NetBSD.
11103 Stratus systems.
11104 More Pyramid systems.
11105 i[n>4]86 Intel chips.
11106 M680[n>4]0 Motorola chips.
11107 Use unknown instead of lynx for hardware manufacturer.
11108
11109 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11110
11111 * install.sh (chmodcmd): Set to null if the DST directory already
11112 exists.
11113
11114 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11115
11116 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11117 not use mt-ppc target Makefile fragment any more.
11118
11119 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11120
11121 * configure.in (*-*-windows): Exclude everything but those dirs
11122 needed to build windows.
11123
11124 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11125
11126 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11127
11128 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11129
11130 * configure.in: Exclude mmalloc from i386-windows.
11131
11132 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11133
11134 * Undo my previous change.
11135
11136 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11137
11138 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11139 unconditionally.
11140 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11141
11142 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11143
11144 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11145 host to add it's own flags.
11146
11147 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11148
11149 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11150
11151 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11152
11153 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11154 (CXX_FOR_TARGET): Likewise.
11155 (GCC_FOR_TARGET): Define.
11156 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11157 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11158 CC_FOR_TARGET was specified on the command line.
11159 (MAKEOVERRIDES): Don't define.
11160
11161 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11162
11163 * configure.in (m32r): Fix spelling of libg++ libs.
11164
11165 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11166
11167 * config.sub (-apple*): Remove, now redundant.
11168
11169 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11170
11171 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11172
11173 * configure: Rework yesterday's sed script patch.
11174
11175 * config.sub: Merge with FSF.
11176
11177 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11178
11179 * config.guess: Merge from FSF.
11180
11181 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11182 * config.guess: Use pc instead of unknown, for pc clone systems.
11183 Change linux to linux-gnu.
11184
11185 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11186 * config.guess: Avoid non-portable tr syntax.
11187
11188 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11189
11190 * test-build.mk (HOLES): Add "xargs" for gdb.
11191
11192 * configure: Avoid hpux10.20 sed bug.
11193
11194 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11195
11196 * configure.in: Add support for windows host
11197 (that is a build done under the Microsoft build environment).
11198
11199 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11200
11201 * Makefile.in: Replace all uses of srcroot with s, to shrink
11202 command line lengths.
11203
11204 Patches from Geoffrey Noer <noer@cygnus.com>:
11205 * configure.in: If configuring for newlib, pass --with-newlib to
11206 subdirectories.
11207 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11208 -Bnewlib/ and -Lwinsup to gcc.
11209 (CXX_FOR_TARGET): Likewise.
11210
11211 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
11212
11213 * Makefile.in (ETC_SUPPORT): Add configure.
11214
11215 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
11216
11217 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
11218 host configuration file.
11219
11220 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
11221
11222 * configure.in: Break mn10x00 support into separate
11223 mn10200 and mn10300 configurations.
11224 * config.sub: Likewise.
11225
11226 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
11227
11228 * configure.in: Add lots of stuff to noconfigdirs for
11229 the mn10x00 targets.
11230
11231 * config.sub, configure.in: Add mn10x00 support.
11232
11233 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
11234
11235 * make-all.com: Call conf-a-gas, not config-a-gas.
11236
11237 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
11238
11239 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
11240 targets.
11241
11242 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
11243
11244 * mpw-README: Add much more detail for native PowerMac.
11245 * mpw-install: New file.
11246 * mpw-configure: Add --norecursion and --help options.
11247 * mpw-config.in: Translate readme and install files when
11248 copying to objdir.
11249 * mpw-build.in: Don't always depend on byacc and flex.
11250 (install-only-top): New action.
11251
11252 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
11253
11254 * configure.in: You can now configure GDB for the v850.
11255
11256 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
11257
11258 * configure.in (noconfigdirs): Don't configure any C++ dirs
11259 if targeting D10V.
11260
11261 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
11262
11263 * config.sub: Recognize mips64vr5000.
11264
11265 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
11266
11267 * configure.in: Use a single line for host_tools and native_only.
11268
11269 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
11270
11271 * config.sub, configure.in: Add entries for m32r.
11272
11273 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
11274
11275 * Makefile.in (inet-install): Don't run install-gzip.
11276
11277 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
11278
11279 * configure.in: Don't config lots of things for *-*-windows*.
11280
11281 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
11282
11283 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11284 (host_libs, host_tools): Copy from configure.in.
11285 * mpw-configure: Don't complain about directories not found.
11286
11287 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11288
11289 * configure.in (i[345]86): Recognize i686 for pentium pro.
11290 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11291 file.
11292
11293 * config.guess (i[345]86): Ditto.
11294
11295 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11296
11297 * configure.in (noconfigdirs): Removed gdb for D10V.
11298
11299 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
11300
11301 * configure.in: Remove ld, target-libio, target-libg++, and
11302 target-libstdc++ from noconfigdirs.
11303
11304 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
11305
11306 * configure: Fix three locations where shell scripts were
11307 being run directly rather than with config_shell.
11308
11309 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
11310
11311 * configure.in (v850-*-*): Set up initial $noconfigdirs.
11312 * config.sub (basic_machine): Recognize v850.
11313
11314 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
11315
11316 * mpw-configure: Handle multiple enable/disable options and
11317 pass them down recursively, handle -c and -s flags appropriately
11318 depending on choice of compiler, add escape mechanism for
11319 quoted arguments to gC.
11320
11321 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11322
11323 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11324 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11325 so that -mrelocatable-lib and -mno-eabi are used.
11326
11327 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11328 not support --print-multi-lib, don't abort.
11329
11330 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
11331
11332 * make-all.com: Run config-a-gas.
11333 * setup.com: Don't copy subdirectory files around.
11334
11335 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
11336
11337 * configure.in (*-*-ose): Remove exclusion of libgloss for this
11338 target, it now compiles correctly.
11339
11340 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
11341
11342 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11343
11344 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11345
11346 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
11347
11348 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11349
11350 * configure.in (native_only): Add prms.
11351
11352 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
11353
11354 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11355 (BINUTILS_SUPPORT_DIRS): Likewise.
11356
11357 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11358
11359 * configure.in (d10v-*-*): Don't configure ld or gdb until the
11360 d10v support is added.
11361
11362 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11363
11364 * configure.in (d10v-*-*): New target.
11365
11366 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
11367
11368 * config.guess (HP 9000/811): Recognize this as a PA1.1
11369 machine.
11370
11371 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
11372
11373 * Makefile.in (do-tar-gz): New target, split out from tail end of
11374 taz target. Run each command separately, don't use pipes.
11375 (taz): Use it.
11376
11377 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
11378
11379 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11380 * mpw-build.in: No builds should depend on building byacc or flex,
11381 they are assumed to be installed already.
11382
11383 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11384
11385 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11386 variable that CC_FOR_TARGET needs.
11387
11388 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11389
11390 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11391 options have changed since the last time the subdirectory was
11392 configured, and if it has, reconfigure.
11393 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11394 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11395
11396 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
11397
11398 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11399 CLEAN_MODULES): Add bash.
11400 (all-bash): New target.
11401
11402 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
11403
11404 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11405
11406 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11407
11408 * config.sub (basic_machine): Recognize d10v as a valid processor.
11409
11410 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
11411
11412 * mpw-configure: Add support for --bindir.
11413 * mpw-build.in: Use a GCC-specific build script for GCC actions.
11414
11415 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
11416
11417 * configure.in: add bash, time, gawk to list of hosttools and things
11418 to only build for native toolchains
11419
11420 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11421
11422 * Makefile.in (docdir): Remove.
11423
11424 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11425
11426 * Makefile.in (datadir): Set to $(prefix)/share.
11427
11428 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
11429
11430 * configure.in: build diff and patch for cygwin32-hosted
11431 toolchains.
11432
11433 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
11434
11435 * config.sub: Accept -rtems*.
11436
11437 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
11438
11439 * configure.in: enable dosrel for cygwin32-hosted builds,
11440 remove diff from the list of things not buildable
11441 via Canadian Cross
11442
11443 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
11444
11445 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
11446 don't get ". ".
11447
11448 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
11449
11450 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11451
11452 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
11453
11454 * Makefile.in (taz): Handle case where tex3patch didn't even get
11455 checked out. Also, if it was found, put the symlink in a new util
11456 subdirectory.
11457
11458 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11459
11460 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11461
11462 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
11463
11464 * config.sub: Recognize -openvms.
11465 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11466 * make-all.com, setup.com: New files.
11467
11468 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11469
11470 * Makefile.in (taz): tex3patch moved to texinfo/util.
11471
11472 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
11473
11474 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
11475 * configure.in: remove make from disable-if-Can-Cross list
11476 enable gdb if ${host} and ${target} are cygwin32
11477
11478 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
11479
11480 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
11481 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11482
11483 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11484
11485 * config.guess: Combine mips-mips-riscos cases, and use cpp to
11486 distinguish sysv/svr4/bsd variants.
11487 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11488
11489 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
11490
11491 * configure.in: Added copyright notice.
11492 * move-if-change: Added copyright notice.
11493
11494 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11495
11496 * configure.in (powerpcle-*-solaris*): Until we get shared
11497 libraries working, don't build gdb, sim, make, tcl, tk, or
11498 expect.
11499
11500 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
11501
11502 * config.guess: Merge with FSF:
11503
11504 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11505 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11506
11507 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
11508 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11509
11510 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
11511 * config.guess: Combine two OSF1 rules.
11512 Also recognize field test versions. From mjr@zk3.dec.com.
11513 * config.guess (dgux): Use /usr/bin/uname rather than uname,
11514 because GNU uname does not support -p. From pmr@pajato.com.
11515
11516 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
11517
11518 * Makefile.in (MAKEDIRS): Removed $(tooldir).
11519
11520 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
11521
11522 * mpw-README: Document GCCIncludes.
11523
11524 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
11525
11526 * configure.in (alpha-*-linux*): Set enable_shared to yes.
11527
11528 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11529
11530 * mpw-configure: Handle --enable-FOO and --disable-FOO.
11531
11532 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
11533
11534 * configure.in (*-*-cygwin32): Configure make.
11535
11536 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
11537
11538 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11539
11540 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
11541
11542 * Makefile.in (all-inet): Depend on all-perl.
11543
11544 * Makefile.in (inet-install): New target.
11545
11546 * Makefile.in (all-inet): Depend on all-tcl.
11547 (all-inet): Depend on all-send-pr.
11548
11549 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11550
11551 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
11552 temporarily.
11553
11554 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
11555
11556 * configure.in: Don't configure --with-gnu-ld on AIX.
11557
11558 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11559
11560 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
11561
11562 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
11563
11564 * Makefile.in (ALL_MODULES): Added all-inet.
11565 (CROSS_CHECK_MODULES): Added check-inet.
11566 (INSTALL_MODULES): Added install-inet.
11567 (CLEAN_MODULES): Added clean-inet.
11568 (all-indent): New target.
11569
11570 * configure.in (host_tools): Added inet.
11571 (native_only): Added inet.
11572 (noconfigdirs): Added inet.
11573
11574 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
11575
11576 * configure.in: Don't configure libgloss if we are not configuring
11577 newlib.
11578
11579 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
11580
11581 * configure.in: Don't configure libgloss for unsupported
11582 architectures.
11583
11584 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11585
11586 * Makefile.in (CLEAN_MODULES): Add clean-apache.
11587
11588 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
11589
11590 * Makefile.in (ALL_MODULES): Include all-apache.
11591 (CROSS_CHECK_MODULES): Include check-apache.
11592 (INSTALL_MODULES): Include install-apache.
11593 (all-apache): New target.
11594
11595 * configure.in: Added apache everywhere perl is seen.
11596
11597 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11598
11599 * Makefile.in: Add support for clean-{module} and
11600 clean-target-{module} rules.
11601
11602 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
11603
11604 * configure.in (*-*-ose) do not build libgloss.
11605
11606 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11607
11608 * config.guess (prep*:SunOS:5.*:*): Turn into
11609 powerpele-unknown-solaris2.
11610
11611 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
11612
11613 * configure.in: Permit --enable-shared to specify a list of
11614 directories.
11615
11616 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11617
11618 * configure.in (host==solaris): Pass only the first word of $CC
11619 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
11620
11621 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11622
11623 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
11624
11625 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
11626
11627 * Makefile.in (ALL_MODULES): Include all-perl.
11628 (CROSS_CHECK_MODULES): Include check-perl.
11629 (INSTALL_MODULES): Include install-perl.
11630 (ALL_X11_MODULES): Include all-guile.
11631 (CHECK_X11_MODULES): Include check-guile.
11632 (INSTALL_X11_MODULES): Include install-guile.
11633 (all-perl): New target.
11634 (all-guile): New target.
11635
11636 * configure.in (host_tools): Include perl and guile.
11637 (native_only): Include perl and guile.
11638 (noconfigdirs): Don't build guile and perl; no ports have been
11639 done.
11640
11641 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
11642
11643 * configure (--enable-*): Handle quoted option lists such as
11644 --enable-sim-cflags='-g0 -O' better.
11645
11646 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11647
11648 * Makefile.in ({,inst}all-target): New rule so we can make and
11649 install all of the target directories easily.
11650
11651 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11652
11653 * configure.in: Add missing global flag in sed substitution when
11654 deleting `target-' from ${configdirs}.
11655
11656 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
11657
11658 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
11659 option.
11660
11661 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
11662 config/mh-necv4.
11663
11664 * install.sh: Correct misspelling of transformbasename.
11665
11666 * config.guess: Recognize mips-*-sysv*.
11667
11668 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
11669
11670 * config.sub: Recognize mon960.
11671
11672 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
11673
11674 * configure: Restore Canadian Cross handling of BISON and LEX,
11675 removed in Feb 20 change.
11676
11677 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
11678
11679 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
11680 Mention make install. Remove the old copyright date as well the
11681 clumsy and rather pointless copyright on the README file.
11682
11683 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
11684
11685 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
11686 Makefile after running symlink-tree, then run `make distclean' to
11687 avoid clobbering any generated files in srcdir.
11688
11689 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
11690
11691 * configure.in (m68k-*-netbsd*): Build everything now.
11692
11693 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11694
11695 * Makefile.in (taz): Fix quoting.
11696
11697 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
11698
11699 * configure.in (sparclet-*-*): Build everything now.
11700
11701 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11702
11703 * configure.in (m68k-*-linux*): New host.
11704
11705 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
11706
11707 * configure: Check for bison before byacc.
11708
11709 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
11710
11711 * Makefile.in configure: Change the way LEX and BISON/YACC are
11712 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
11713 searching PATH. These are used as fallbacks by Makefile.in if
11714 flex/bison/byacc aren't in objdir.
11715
11716 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
11717
11718 * Makefile.in: Make everything which depends upon all-bfd also
11719 depend upon all-opcodes, in case --with-commonbfdlib is used.
11720
11721 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11722
11723 * configure.in (host *-*-cygwin32): Don't build gdb if we are
11724 building NT native compilers on Unix.
11725
11726 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
11727
11728 * configure.in: Don't get CC from the host Makefile fragment if we
11729 can find gcc in PATH, or if this is a Canadian Cross. Move the
11730 Solaris test for /usr/ucb/cc to the post target script, just after
11731 the compiler sanity test.
11732
11733 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
11734
11735 * config.sub: Merge with FSF.
11736
11737 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
11738
11739 * Makefile.in (RPATH_ENVVAR): New variable.
11740 (REALLY_SET_LIB_PATH): Use it.
11741 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
11742
11743 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
11744
11745 * config.sub, configure.in: Recognize sparclet cpu.
11746
11747 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
11748
11749 * config.guess: Support m68k-cbm-sysv4.
11750
11751 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11752
11753 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
11754 m68k-unknown-linuxaout from linker help string. Put quotes around
11755 $ld_help_string.
11756
11757 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
11758
11759 * config.guess (powerpc-harris-powerunix): Add guess for port
11760 to new target.
11761
11762 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11763
11764 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
11765
11766 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
11767
11768 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
11769 $(REALLY_SET_LIB_PATH) in Makefile.
11770 * Makefile.in (SET_LIB_PATH): New variable.
11771 (REALLY_SET_LIB_PATH): New variable.
11772 ($(DO_X)): Use $(SET_LIB_PATH).
11773 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
11774 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
11775 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
11776 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
11777 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
11778 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
11779 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
11780 (install-dosrel): Likewise.
11781 (all-opcodes): Depend upon all-libiberty.
11782
11783 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
11784
11785 * config.guess (*:CYGWIN*): New
11786
11787 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11788
11789 * Makefile.in (all-target-winsup): All all-target-libiberty.
11790
11791 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11792
11793 * configure.in (noconfigdirs): Add missing # in front of comment.
11794
11795 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
11796
11797 * configure.in: add second pass to things added to noconfigdirs
11798 so *-gm-magic can exclude libgloss properly.
11799
11800 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
11801
11802 * mpw-configure (extralibs_name, rez_name): Set correctly
11803 for MWC68K compiler.
11804
11805 * mpw-README: Add more info on the necessary build tools.
11806
11807 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
11808
11809 * configure.in, config.sub: Recognize cygwin32.
11810
11811 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
11812
11813 * config.guess, config.sub: Recognize A/UX.
11814
11815 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
11816
11817 * config.sub: Merge with gcc/config.sub.
11818
11819 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
11820
11821 * mpw-build.in (do-binutils): Add build of stamps.
11822
11823 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
11824
11825 * config.sub: Add recognition for mips64vr4100*-* targets.
11826
11827 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11828
11829 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
11830 Add creation of gconfigargs with `--enable-shared' turned on.
11831 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
11832 ($(host)-stamp-stage3-configured): Likewise.
11833 (HOLES): Add chatr and ldd.
11834 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
11835
11836 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
11837
11838 * configure: Pass --nfp to recursive configures.
11839
11840 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
11841
11842 * Makefile.in (DLLTOOL): New.
11843 (DLLTOOL_FOR_TARGET): New.
11844 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
11845 (EXTRA_TARGET_FLAGS): Ditto.
11846 (EXTRA_GCC_FLAGS): Ditto.
11847 (CONFIGURE_TARGET_MODULES): Ditto.
11848 (DO_X): Ditto.
11849 * configure: Add DLLTOOL.
11850
11851 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
11852
11853 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
11854 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
11855 mh-sco, since old workarounds no longer needed, and don't
11856 build ld, since libraries have weak symbols in COFF.
11857
11858 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
11859
11860 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
11861
11862 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
11863
11864 * configure.in: Make sure that ${CC} can be used to compile an
11865 executable.
11866
11867 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11868
11869 * Makefile.in (all-gdb): Depend on $(GDB_TK).
11870 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
11871 nothing depending on whether gdbtk is being built.
11872
11873 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
11874
11875 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
11876
11877 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
11878
11879 * configure.in (noconfigdirs): Put ld or gas in this early, if the
11880 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
11881
11882 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
11883
11884 * config-ml.in: Add support for
11885 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
11886 Simplify setting of multidirs from --disable-foo.
11887
11888 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11889
11890 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
11891 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
11892 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
11893 non-empty, pass them on to the GCC make.
11894 (all-bootstrap): New rule that is like all-gcc, except it executes
11895 the GCC bootstrap rule instead of the GCC all rule.
11896
11897 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
11898
11899 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
11900
11901 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11902
11903 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
11904 DG/UX support.
11905
11906 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
11907
11908 * config.sub (i*86*) Change [345] to [3456]
11909
11910 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11911
11912 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
11913 --with-gnu-ld=no.
11914
11915 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11916
11917 * config-ml.in (rs6000*, powerpc*): Add switches to control which
11918 AIX multilibs get built.
11919
11920 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11921
11922 * configure.in (i386-win32): Don't build expect if we're not
11923 building the tcl subdir.
11924
11925 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
11926
11927 * Makefile.in: (configure-target-examples, all-target-examples):
11928 New targets, configure and build example programs.
11929
11930 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11931
11932 * mpw-configure: If an mpw-config.in generated a file mk.sed,
11933 use it as input to sedit the generated MPW makefile.
11934 * mpw-README: Add a suggestion about Gestalt.h.
11935
11936 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
11937
11938 * config.sub: Accept *-*-ieee*.
11939
11940 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
11941
11942 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
11943 Ronald F. Guilmette <rfg@monkeys.com>.
11944
11945 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11946
11947 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
11948 for powerpc-pe native.
11949 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
11950 (target==powerpc-pe): duplicate i386-win32 entry.
11951
11952 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11953
11954 * configure.in (noconfigdirs): Exclude target-newlib for all versions
11955 of vxworks, not just vxworks5.1.
11956
11957 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
11958
11959 * mpw-configure: Add support for exec-prefix.
11960
11961 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11962
11963 * config.guess: Recognize HP model 816 machines as having
11964 a PA1.1 processor.
11965
11966 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
11967
11968 * configure: Ignore new autoconf configure options.
11969
11970 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11971
11972 * config.guess: Recognize Pentium under SCO.
11973 From Robert Lipe <robertl@arnet.com>.
11974
11975 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11976
11977 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
11978
11979 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
11980
11981 * configure.in: Don't configure gas for alpha-dec-osf*.
11982
11983 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
11984
11985 * configure.in: Default to --with-stabs for some targets for which
11986 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
11987 i[345]86*-*-unixware*.
11988
11989 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
11990
11991 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
11992 rather than basing it on the target. Simplify handling of options
11993 controlling which directories to configure. Remove extraneous
11994 slash in multi-clean target.
11995
11996 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
11997
11998 * config-ml.in: Prefix more variables with ml_ so they don't collide
11999 with configure's.
12000
12001 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12002
12003 * configure: Don't turn -v into --v.
12004
12005 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12006
12007 * configure.in (targargs): Fix typo.
12008
12009 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12010
12011 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12012
12013 * configure.in: Strip --host and --target options from
12014 CONFIG_ARGUMENTS, and always configure for --host only. Add
12015 --with-cross-host option when building with a cross-compiler.
12016 * configure: Canonicalize the arguments put into config.status by
12017 always using `=' for an option with an argument. Pass a presumed
12018 --host or --target explicitly.
12019
12020 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12021
12022 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12023 into general OS recognition case.
12024
12025 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12026
12027 * configure.in (target_configdirs): add target-winsup only
12028 for win32 target systems.
12029
12030 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12031
12032 * Makefile.in (all-target-libgloss): Depend upon
12033 configure-target-newlib, since when libgloss is built it looks to
12034 see if the newlib directory exists.
12035
12036 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12037
12038 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12039 cfg-ml-*.in.
12040
12041 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12042
12043 * configure: Handle LD and LD_FOR_TARGET when configuring a
12044 Canadian Cross.
12045
12046 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12047
12048 * configure.in (target_libs): add target-winsup.
12049 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12050 (target==ppcle-pe): remove ld from $noconfigdirs.
12051
12052 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12053
12054 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12055 Preserve relative path names in $srcdir. Build symlink tree if
12056 configuring cross target dir and srcdir=. (= no VPATH support).
12057 (configure-target-libg++): Depend on configure-target-librx.
12058 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12059 * config-ml.in: New file.
12060 * symlink-tree: New file.
12061 * configure: Ensure srcdir="." if that's what it is.
12062
12063 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12064
12065 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12066 includes and FLEX_SKELETON setting.
12067 * mpw-configure (--with-gnu-ld): New option, controls whether
12068 to use PPCLink or ld with PowerMac GCC.
12069 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12070 * mpw-config.in: Configure grez if targeting Mac.
12071
12072 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12073 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12074 just macos.
12075 * configure.in: Configure grez resource compiler if targeting Mac.
12076 * Makefile.in (all-grez, install-grez): New targets.
12077
12078 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12079
12080 * configure: CXX defaults to gcc, not g++. If we find
12081 gcc in the path, set CC to gcc -O2.
12082
12083 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12084
12085 * configure: Default ${build} correctly. Avoid picking up extra
12086 spaces when reading CC and CXX from Makefile. When doing a
12087 Canadian Cross, use plausible default values for numerous
12088 variables.
12089 * configure.in: When doing a Canadian Cross, don't try to
12090 configure tools whose configure script can't handle it.
12091
12092 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12093
12094 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12095
12096 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12097
12098 * configure: Remove dubious bug reporting address.
12099
12100 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12101
12102 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12103 configure script, run that instead of this directory's configure.
12104 In either case, print a message that we're configuring the sub-dir.
12105
12106 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12107
12108 * configure.in: Before checking for the existence of various files,
12109 use sed to filter out "target-".
12110
12111 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12112
12113 * Makefile.in (DO_X): Split rule to decrease command line length
12114 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12115 (Philippe De Muyter).
12116
12117 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12118
12119 * Makefile.in (all-patch): depend on all-libiberty.
12120
12121 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12122
12123 * configure.in: If the only directory in target_configdirs which
12124 actually exists is libiberty, then set target_configdirs to empty,
12125 to avoid trying to build a target libiberty in a gas or gdb
12126 distribution.
12127
12128 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12129
12130 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12131 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12132 systems.
12133
12134 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12135
12136 * configure.in (copy_dirs): Use sys-include instead of include
12137 for --with-headers option.
12138
12139 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12140
12141 * Makefile.in, configure.in: Make winsup builds work with
12142 new scheme.
12143
12144 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12145
12146 * configure.in: Build the linker on AIX.
12147
12148 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12149
12150 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12151 where needed.
12152
12153 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12154
12155 * Makefile.in (all-gcc): Fix typo.
12156
12157 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12158
12159 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12160
12161 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12162
12163 * configure.in: Rename libFOO to target-libFOO, and xiberty
12164 to target-xiberty, to provide more flexibility.
12165 (target_subdir): Define. Create if cross.
12166 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12167 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12168 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12169 check-libFOO -> check-target-libFOO, etc.
12170 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12171 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12172 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12173 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12174 allow ALL_GCC="" to only configure.
12175 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12176 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12177 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12178
12179 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12180
12181 * Makefile.in (taz): Build "info" in etc explicitly.
12182
12183 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12184
12185 * configure.in: Make sure that CC is undefined (as opposed to
12186 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12187 problem with autoconf trying to configure on a host without GCC.
12188
12189 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12190
12191 * mpw-configure: Set host alias from choice of host compiler,
12192 only use generic MPW Makefile sed if present, edit a file
12193 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12194 * mpw-README: Add problem notes about CW6 and CW7.
12195
12196 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12197
12198 * Makefile.in (taz): Use ";" instead of ";;".
12199
12200 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12201
12202 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12203 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12204 DISTDOCDIRS.
12205 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12206 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12207
12208 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
12209
12210 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
12211 and gnats, because they are now subsumed by DISTSTUFFDIRS.
12212 Move bfd to DISTSTUFFDIRS.
12213
12214 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12215
12216 * Makefile.in (X11_LIB): Removed.
12217 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12218
12219 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12220
12221 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12222
12223 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12224 names.
12225
12226 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12227
12228 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12229
12230 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
12231
12232 * configure.in (i[345]86-*-win32): Always build newlib.
12233 Don't configure cvs, autoconf or texinfo.
12234 * Makefile.in (LD_FOR_TARGET): New.
12235 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12236 Pass down LD_FOR_TARGET.
12237
12238 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
12239
12240 * winsup: New directory.
12241 * Makefile.in: Build winsup.
12242 * configure.in: Winsup is configured when target is win32.
12243 Can only build win32 target GDB when native.
12244
12245 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
12246
12247 * config.guess: Recognize HP model 819 machines as having
12248 a PA 1.1 processor.
12249
12250 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
12251
12252 * configure: Fix sed loop which substitutes for CC and CXX to
12253 avoid bug found in various sed implementations.
12254
12255 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12256
12257 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12258 simulator. Use standard powerpc-*-eabi*.
12259
12260 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
12261
12262 * configure.in: Stop putting gas and binutils in noconfigdirs for
12263 powerpc-*-aix* and rs6000-*-*.
12264
12265 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
12266
12267 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12268 -mcall-aixdesc libraries.
12269
12270 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
12271
12272 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12273
12274 * config.sub (arm | armel | armeb): Fix shell syntax.
12275
12276 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12277
12278 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12279 -msoft-float and -mcpu=common support.
12280 (powerpc*-*-eabisim*): Add support for building -mcall-aix
12281 libraries.
12282
12283 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12284
12285 * configure.in: Allow configuration and build of emacs19 for the alpha.
12286
12287 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12288
12289 * configure.in (CC): Get ^CC, not just any old CC, from
12290 ${host_makefile_frag}.
12291
12292 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12293
12294 * configure.in (CC): Try to get CC from
12295 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12296
12297 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12298
12299 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12300 only if it exists in $(srcdir).
12301
12302 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
12303
12304 * configure: If CC and CXX are not set in the environment, set
12305 them, based on either an existing Makefile or on searching for gcc
12306 in PATH. Substitute for CC and CXX in Makefile.
12307 * configure.in: Remove libm from target_libs. Separate
12308 target_configdirs from configdirs. If CC is not set in
12309 environment, try to get it from a host Makefile fragment. Rewrite
12310 changes of configdirs to use skipdirs instead. A few minor
12311 tweaks. Take directories out of target_configdirs as they are
12312 taken out of configdirs. Remove existing Makefile files from
12313 subdirectories. Substitute for TARGET_CONFIGDIRS and
12314 CONFIG_ARGUMENTS in Makefile.
12315 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12316 by configure.in.
12317 (CONFIG_ARGUMENTS): Likewise.
12318 (CONFIGURE_TARGET_MODULES): New variable.
12319 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12320 ($(CONFIGURE_TARGET_MODULES)): New target.
12321 (configure-libg++, configure-libio): New targets.
12322 (all-libg++): Depend upon configure-libg++.
12323 (all-libio): Depend upon configure-libio.
12324 (configure-libgloss, all-libgloss): New targets.
12325 (configure-libstdc++): New target.
12326 (all-libstdc++): Depend upon configure-libstdc++.
12327 (configure-librx, all-librx): New targets.
12328 (configure-newlib): New target.
12329 (all-newlib): Depend upon configure-newlib
12330 (configure-xiberty): New target.
12331 (all-xiberty): Depend upon configure-xiberty.
12332
12333 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12334
12335 * configure.in (host i[345]86-*-win32): Expand the
12336 noconfigdirs again.
12337
12338 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
12339
12340 * mpw-configure: Fix sed command file name.
12341
12342 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
12343
12344 * configure.in (host i[345]86-*-win32): Reduce the
12345 noconfigdirs again.
12346
12347 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
12348
12349 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12350 or powerpc*-*-pe*, since they are not yet supported.
12351
12352 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12353
12354 Add PowerMac support and many other enhancements.
12355 * mpw-configure: New option --cc to select compiler to use,
12356 paste options set according to --cc into the generated
12357 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12358 if mpw-make.sed is present.
12359 * mpw-config.in: Don't test for gC1, test for mpw-touch,
12360 add forward includes for PowerPC include files.
12361 * mpw-build.in: Build using Makefile.PPC if present.
12362 (do-byacc, etc): Remove separate version resource builds.
12363 (do-gas): Build "stamps" before "all".
12364 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12365 * mpw-README: Update to reflect --cc option, PowerMac support,
12366 and recently-reported compatibility problems.
12367
12368 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
12369
12370 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12371 embedded m68k systems (-aout, -coff, -elf, -vxworks).
12372 (--with-multilib-top): Pass to recursive invocations.
12373
12374 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
12375
12376 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12377 v810-*-*.
12378
12379 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12380
12381 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12382 gdb, ld and opcodes on v810-*-*.
12383
12384 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
12385
12386 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12387 (local-maintainer-clean): New target.
12388 (maintainer-clean): New target.
12389 (realclean): Just depend upon maintainer-clean.
12390
12391 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12392
12393 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12394
12395 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
12396
12397 * configure.in: Build ld in mips*-*-bsd* case.
12398
12399 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
12400
12401 * config.sub: Accept -lites* OS. From Ian Dall.
12402
12403 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
12404
12405 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
12406 targets.
12407
12408 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12409
12410 * configure.in: treat i386-win32 canadian cross the same as
12411 i386-go32 canadian cross.
12412
12413 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12414
12415 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12416 running under the simulator to build a reduced set of libraries.
12417 (powerpc-*-eabiaix): Add fine grained multilib support added to
12418 other powerpc targets yesterday.
12419
12420 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12421
12422 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12423 -disable-softfloat, -disable-relocatable, -disable-aix, and
12424 -disable-sysv to control which multilib libraries get built.
12425
12426 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12427
12428 * configure: Add Makefile.tem to list of files to remove in trap
12429 handler.
12430
12431 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
12432
12433 * config.guess (*Linux*): Add missing "exit"s.
12434 Also, need specific check for alpha-unknown-linux (uses COFF).
12435
12436 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
12437
12438 * config.guess: Merge with FSF:
12439
12440 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
12441 * config.guess (AIX4): More robust release numbering discovery.
12442
12443 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
12444 * config.guess (i386-sequent-ptx): Properly get version number.
12445
12446 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
12447 * config.guess (mips:*:4*:UMIPS): New case.
12448
12449 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
12450
12451 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12452 (i386-win32 host): Likewise. Don't build readline.
12453
12454 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
12455
12456 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
12457 SUPPORT_FILES to submakes.
12458
12459 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
12460
12461 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12462 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12463 mpw-configure.
12464
12465 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
12466
12467 * configure.in (appdirs): Use =, not ==, in test expression when
12468 trying to build the text to print in the warning message for
12469 Solaris users.
12470
12471 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
12472
12473 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12474
12475 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12476
12477 * config.guess: Recognize lynx-2.3.
12478
12479 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
12480
12481 * config.sub (z8ksim): Deleted
12482 (z8k-*-coff): New, this is the one true name of the target.
12483
12484 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
12485
12486 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12487
12488 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
12489
12490 * config.guess (*:Linux:*:*): First try asking the linker what the
12491 default object file format is (elf, aout, or coff). Then if this
12492 fails, try previous methods.
12493
12494 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12495
12496 * configure.in: Don't build newlib for *-*-vxworks5.1.
12497
12498 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12499
12500 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12501 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12502
12503 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
12504
12505 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12506
12507 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
12508
12509 * cfg-ml-com.in: New file.
12510 * cfg-ml-pos.in: New file.
12511
12512 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12513
12514 * COPYING.NEWLIB: Add HP free copyright to list.
12515
12516 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12517
12518 * config.sub: Recognize -eabi* for the system, not just -eabi.
12519
12520 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
12521
12522 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12523 * config.sub, configure.in (win32): New target and host.
12524
12525 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
12526
12527 * configure.in: Add i386-pe configuration.
12528
12529 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
12530
12531 * mpw-build.in (install): Install GDB after LD.
12532
12533 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
12534
12535 * mpw-config.in (elf/mips.h): Always forward-include, needed
12536 for GDB to build.
12537
12538 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
12539
12540 * testsuite: New directory for customer acceptance and whole tool
12541 chain tests.
12542
12543 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12544
12545 * configure: If per-host line isn't found, but AC_OUTPUT is found
12546 and a configure script exists, run it instead.
12547
12548 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12549
12550 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
12551
12552 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
12553
12554 * configure: Set build_{cpu,vendor,os,alias} to host values when
12555 --build isn't specified.
12556
12557 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12558
12559 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
12560 (FLAGS_TO_PASS): Pass them.
12561 (EXTRA_TARGET_FLAGS): Ditto.
12562
12563 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12564
12565 * Makefile.in (all-libg++): Depend on all-libstdc++.
12566
12567 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12568
12569 * configure.in (noconfigdirs): Enable all packages for
12570 i386-unknown-netbsd.
12571
12572 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
12573
12574 * configure.in (noconfigdirs): Don't configure tk for i386-go32
12575 hosted builds (DOS builds)
12576
12577 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12578
12579 Changes for ARM based on patches from Richard Earnshaw:
12580 * config.sub: Handle armeb and armel.
12581 * configure.in: Omit arm linker only for riscix.
12582
12583 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
12584
12585 * config.guess: Update from FSF.
12586
12587 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
12588
12589 * config.sub: Recognize powerpcle as the little endian varient of
12590 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
12591 powerpcle variant. Convert pentium into i586, not i486. Add p5
12592 alias for i586. Map new x86 variants p6, k5, nexgen into i586
12593 temporarily.
12594
12595 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
12596
12597 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
12598
12599 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
12600
12601 * config.sub: Accept -lites* as a basic system type.
12602
12603 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
12604
12605 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
12606 installed, and if so return linuxoldld as the system name.
12607
12608 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
12609
12610 * config.guess: Add hppa1.1-hp-lites support.
12611
12612 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
12613
12614 * configure.in: Don't build newlib for m68k-vxworks5.1.
12615
12616 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12617
12618 * configure.in (mips-sgi-irix6): Use mh-irix5.
12619
12620 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
12621
12622 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
12623
12624 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12625
12626 * test-build.mk: Enable building of shared libraries on IRIX 5 and
12627 OSF/1. Fix compiler flags.
12628 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
12629
12630 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
12631
12632 * configure.in: Recognize --with-newlib.
12633 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
12634
12635 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12636
12637 * Makefile.in: move {all,check,install}-gdb from *_MODULES
12638 to *_X11_MODULES due to gdbtk needing X include files et al.
12639
12640 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
12641
12642 Merge in support for Mac MPW as a host.
12643 (Old change descriptions retained for informational value.)
12644
12645 * mpw-config.in: Add generic include forwards for cpu-specific
12646 include files in aout and elf directories.
12647
12648 * mpw-configure: Added copyright.
12649 * mpw-config.in: Check for presence of required build tools.
12650 (target_libs): Add newlib.
12651 (target_tools): Add examples.
12652 (Read Me): Generate as "Read Me for MPW" instead.
12653 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
12654 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
12655 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
12656
12657 * mpw-configure: Remove subdir-specific makefile hackery,
12658 delete mk.tmp after using it.
12659
12660 * mpw-build.in (all): Display start and end times.
12661
12662 * mpw-configure (host_canonical): Set.
12663 (target_cpu): Always add to makefiles.
12664 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
12665 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
12666 (mpw-mh-mpw): Look for in srcdir and srcroot.
12667 Use sed instead of mpw-edit-prefix to edit prefix definitions.
12668
12669 * mpw-build.in: (install-only): New target.
12670
12671 * mpw-configure (host_alias, target_alias): Rename from hostalias
12672 and targetalias, add into generated Makefile.
12673 (mk.tmp): If present, add into generated Makefile.
12674 * mpw-build.in (all-gas): Build config.h first before gas proper.
12675
12676 * mpw-configure (config.status): Write only if changed.
12677 * mpw-config.in (readline): Configure it (not built, just used for
12678 definitions).
12679
12680 * mpw-config.in (elf/mips.h): Add a forward include.
12681
12682 * mpw-config.in: Forward-include most .h files in include into
12683 extra-include.
12684 (readline): Don't build.
12685 mpw-build.in (install): Install GDB.
12686
12687 * mpw-configure (prefix, mpw_prefix): Handle it.
12688 * mpw-config.in (mmalloc, readline): Don't configure.
12689 * mpw-build.in (thisscript): Rename to ThisScript.
12690 Use mpw-build instead of BuildProgram everywhere.
12691 (mmalloc, readline): Don't build.
12692 * mpw-README: New file, basic documentation about the MPW port.
12693
12694 * mpw-config.in: Use forward-include to create include files.
12695
12696 * mpw-configure: Add more things to the top of each configured
12697 Makefile, including contents of config/mpw-mh-mpw.
12698 * mpw-config.in (extra-include): Create this directory and fill it
12699 with Posix-like include files when configuring.
12700
12701 * config.sub (apple, mac, mpw): Add various aliases.
12702
12703 * mpw-build.in: New file, top-level build script fragment for MPW.
12704 * mpw-configure: New file, configure script for MPW.
12705 * mpw-config.in: New file, config fragment for MPW.
12706
12707 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12708
12709 * configure.in (host_libs): Remove glob, since it is gone from the
12710 sources.
12711
12712 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12713
12714 * Makefile.in: define empty GDB_NLM_DEPS var.
12715
12716 * configure.in(target_makefile_frag): use config/mt-netware
12717 for netware targets.
12718
12719 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
12720
12721 * config.sub: Merge in recent FSF changes. Remove linux special
12722 cases.
12723
12724 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12725
12726 Revert this change:
12727
12728 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
12729
12730 * build-all.mk: Use CC=cc -Xs on Solaris.
12731
12732 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12733
12734 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
12735 stop using it.
12736 * Makefile.in: Nuke all references to glob subdirectory.
12737
12738 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12739
12740 * configure.in: Fix --enable-shared logic in per-host.
12741
12742 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
12743
12744 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
12745
12746 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12747
12748 * configure.in (noconfigdirs): Don't build gas on AIX, for
12749 powerpc*-*-aix* as well as for rs6000*-*-aix*.
12750
12751 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
12752
12753 * configure: Fix --cache-file to work if the file argument is a
12754 relative path.
12755
12756 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
12757
12758 * configure: If the --cache-file is used, pass it down to
12759 configure in subdirectories.
12760
12761 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
12762
12763 * config.sub: add vxworks29k configuration.
12764
12765 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12766
12767 * Makefile.in (taz): Do "diststuff" part quietly.
12768
12769 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
12770
12771 * config.sub: Mini-merge with gcc/config.sub.
12772
12773 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12774
12775 * config.guess (IRIX): Sed - to _.
12776
12777 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12778
12779 * Makefile.in (source-vault, binary-vault): New targets.
12780
12781 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
12782
12783 * config.sub: Recognize -eabi as a basic system type.
12784
12785 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12786
12787 * configure.in (enable_shared stuff): Fix typo.
12788
12789 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
12790
12791 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
12792
12793 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12794
12795 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
12796
12797 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12798
12799 * configure.in (rs6000-*-*): Don't build gas.
12800
12801 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
12802
12803 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
12804 reduce command line length.
12805 (AS_FOR_TARGET): Check for as.new, not Makefile.
12806 (NM_FOR_TARGET): Check for nm.new, not Makefile.
12807
12808 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
12809
12810 * config.guess: Merge from FSF.
12811
12812 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12813
12814 * configure: Don't use $ when handling program_suffix.
12815
12816 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
12817
12818 * configure.in: Configure tk for hppa/hpux.
12819
12820 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
12821
12822 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
12823
12824 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12825
12826 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
12827 to LIBCXXFLAGS. Tests are better run without it.
12828
12829 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
12830
12831 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
12832
12833 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
12834
12835 * configure.in (*-*-netware*): Don't configure xiberty.
12836
12837 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
12838
12839 * configure.in: Remove tk from native_only list.
12840
12841 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
12842
12843 * build-all.mk: Add mips-ncd-elf target to sun4 targets
12844 for special NCD build.
12845
12846 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12847
12848 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
12849 makeall.bat, they're only useful for binutils snapshots.
12850 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
12851 makeall.bat to specified SUPPORT_FILES.
12852
12853 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
12854
12855 * build-all.mk: Add Ericsson targets to sun4 and solaris
12856 hosts. Add BNR's sun4 target to solaris host, so their
12857 build-from-source will be tested in-house first.
12858
12859 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12860
12861 * Makefile.in (LIBCFLAGS): New variable.
12862 (CFLAGS_FOR_TARGET): Ditto.
12863 (LIBCFLAGS_FOR_TARGET): Ditto.
12864 (LIBCXXFLAGS): Ditto.
12865 (CXXFLAGS_FOR_TARGET): Ditto.
12866 (LIBCXXFLAGS_FOR_TARGET): Ditto.
12867 (BASE_FLAGS_TO_PASS): Pass them.
12868 (EXTRA_TARGET_FLAGS): Ditto.
12869
12870 * configure.in: Support --enable-shared.
12871
12872 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
12873
12874 * configure.in (target_libs): Include libstdc++ again.
12875 * config.guess: Update from FSF (for FreeBSD).
12876
12877 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12878
12879 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
12880 makeall.bat.
12881 (DISTDOCDIRS): Add `etc'.
12882 (ETC_SUPPORT_PFX): New variable.
12883 (taz): Include anything from etc starting with a word in
12884 ETC_SUPPORT_PFX.
12885
12886 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12887
12888 * config.sub: Update for recent FSF changes. Remove obsolete
12889 h8300hds entry. Add -windows* and -osx as basic os. Minor
12890 spacing changes.
12891
12892 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12893
12894 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
12895
12896 * config.guess: Merge with FSF.
12897 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
12898
12899 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12900
12901 * configure: Since the "trap 0" handler will override the exit
12902 status on many systems, only use it for "exit 1", and make it set
12903 a non-zero exit status; reset it before "exit 0". Also, check
12904 exit status of config.sub, and error out if it failed.
12905
12906 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
12907
12908 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
12909 and install libgloss.
12910
12911 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12912
12913 * Makefile.in (all-binutils): Depend upon all-byacc.
12914
12915 * configure.in: Don't build emacs on Irix 5.
12916
12917 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12918
12919 * configure.in (*-*-netware*): Add libio.
12920
12921 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12922
12923 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
12924 (CHECK_TARGET_MODULES): Ditto.
12925 (INSTALL_TARGET_MODULES): Ditto.
12926 (TARGET_LIBS): Ditto.
12927 (all-libstdc++): Note dependencies.
12928
12929 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12930
12931 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
12932
12933 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12934
12935 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
12936 -fexternal-templates.
12937
12938 * configure.in (target_libs): Add libstdc++.
12939 (noconfigdirs): Add libstdc++ as appropriate.
12940
12941 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12942
12943 * config.guess: Update from FSF.
12944
12945 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12946
12947 * configure: Use ${config_shell} when running ${configsub}.
12948
12949 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
12950
12951 * config.sub: No longer recognize h8300h.
12952
12953 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12954
12955 * config.sub: Remove extraneous differences between config.sub and
12956 gcc/config.sub.
12957
12958 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12959
12960 * Makefile.in (DISTSTUFFDIRS): Add gas.
12961
12962 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
12963
12964 * COPYING.NEWLIB: New file.
12965
12966 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
12967
12968 * config.guess (HP-UX): Patch from Harlan Stenn
12969 <harlan@landmark.com> to also emit release level.
12970
12971 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12972
12973 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
12974
12975 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
12976
12977 * config.sub: Merge nextstep cleanup from FSF.
12978
12979 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12980
12981 * configure.in (arm-*-*): Don't configure ld for this target.
12982
12983 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12984
12985 * configure.in (*-*-netware): don't configure libg++, libio,
12986 librx, or newlib.
12987
12988 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12989
12990 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
12991 configure ld--it works, but it doesn't support shared libraries.
12992
12993 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12994
12995 * config.guess (*-unknown-freebsd*): Get rid of possible
12996 trailing "(Release)" in version string.
12997 Patch from Paul Richards <paul@isl.cf.ac.uk>.
12998
12999 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13000
13001 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13002 Fix type: *-next-neststep -> *-next-nextstep.
13003
13004 * config.guess: Merge from FSF:
13005
13006 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13007
13008 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13009
13010 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13011
13012 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13013 instead of UNIX_SV for UnixWare 1.0).
13014
13015 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13016
13017 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13018 to make gdb/nlm/* build after the compiler and linker.
13019
13020 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13021
13022 * config.guess (netbsd, freebsd, linux): Accept any machine,
13023 not just i[34]86.
13024 (m68k-atari-sysv4): Relocate to match FSF version.
13025
13026 * config.guess: More merges from the FSF:
13027
13028 Add a space before function call or macro invocation.
13029
13030 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13031
13032 * config.guess: Add trap cmd to remove dummy.c and dummy when
13033 interrupted.
13034
13035 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13036
13037 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13038 (dummy): Redirect stderr from compilation of dummy.c.
13039
13040 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13041
13042 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13043
13044 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13045
13046 * configure: Accept and ignore --cache*, for compatibility with
13047 new autoconf.
13048
13049 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13050
13051 * config.guess: Merge from FSF:
13052
13053 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13054
13055 * config.guess (Pyramid*:OSx*:*:*): New case.
13056 (PATH): Add /.attbin at end for finding uname.
13057 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
13058
13059 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13060
13061 * config.guess (M88*:DolphinOS:*:*): New case.
13062
13063 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13064
13065 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13066 to select whether to use ELF or COFF.
13067
13068 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13069
13070 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13071
13072 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13073
13074 * config.guess: Guess the OS version for HPUX.
13075
13076 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13077
13078 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13079
13080 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13081
13082 * configure.in: Recognize --with-headers, --with-libs, and
13083 --without-newlib.
13084 * Makefile.in (all-xiberty): Depend upon all-ld.
13085
13086 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13087
13088 * configure.in: Change i[34]86 to i[345]86.
13089
13090 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13091
13092 * configure (version): A few more tweaks to help message.
13093
13094 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13095
13096 * Makefile.in: Remove (for now) librx as a host library,
13097 now that we're building it for target.
13098
13099 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13100
13101 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13102 (Karl Berry).
13103
13104 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13105
13106 * configure.in: Also configure librx.
13107
13108 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13109
13110 * Makefile.in: Update various rules to reflect that librx
13111 is now needed for libg++.
13112
13113 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13114
13115 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13116
13117 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13118
13119 * configure.in: Configure the examples directory.
13120
13121 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13122
13123 * configure: Simplify Jun 2 1994 change.
13124
13125 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13126
13127 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13128 /bin/gcc isn't good enough to build gcc.
13129
13130 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13131
13132 * Makefile.in (GDB_SUPPORT_FILES): Remove
13133 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13134 (gdb.tar.gz): Add new rule to use standard distribution building
13135 mechanism.
13136
13137 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13138
13139 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13140 Bill Cox <bill@cygnus.com>.
13141
13142 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13143
13144 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13145
13146 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13147
13148 * configure: Search current dir first in .gdbinit.
13149
13150 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13151
13152 * config.sub: Recognize freebsd (merged from gcc config.sub).
13153
13154 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13155
13156 * config.sub: Refer to NeXT's operating system as nextstep.
13157
13158 * config.sub (case $basic_machine): Re-order the cases, to match
13159 the order in the FSF version (which is mostly alphabethical).
13160 Merge in some additions and changes from the FSF.
13161
13162 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13163
13164 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13165 * config.sub: Recognize cxux7.
13166 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13167
13168 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13169
13170 * config.sub: Fix typo powerpc -> powerpc-*.
13171
13172 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13173
13174 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13175
13176 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13177 parallel with all-emacs and install-emacs). Top-level command
13178 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13179
13180 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13181
13182 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13183 $(relbindir)/make before doing ``make install'', and use
13184 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13185 installing over running make binary.
13186 ($(host)-stamp-stage3-installed): Likewise.
13187
13188 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13189
13190 * config.guess: Recognize Mach.
13191
13192 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13193
13194 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13195 see whether --exec-prefix was used.
13196
13197 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13198
13199 * README: Explicitly mention libg++/README. (Zoo's idea.)
13200
13201 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13202
13203 * Makefile.in: Add all-librx target similar to all-libproc.
13204
13205 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13206
13207 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13208 with post 1.2 uname bogosity.
13209
13210 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13211
13212 * configure: Remove temporary files on receipt of a signal.
13213
13214 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
13215
13216 * configure: If there is a package_makefile_frag, remove
13217 ${subdir}/Makefile.tem after copying it in.
13218
13219 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13220
13221 * build_all.mk: support rs6000 lynx identifies itself as
13222 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
13223 since /bin/gcc is too feeble to compile a modern gcc.
13224
13225 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13226
13227 * brought devo/test-build.mk update-to-date with progressive/
13228 test-build.mk. Add lynx targets and hppa flag info.
13229
13230 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13231
13232 * configure.in: Use mh-ncrsvr43. Patch from
13233 Tom McConnell <tmcconne@sedona.intel.com>.
13234
13235 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
13236
13237 * config.guess (i386-unknown-bsdi): No longer need to
13238 check #if defined(__bsdi__) && defined(__i386__).
13239
13240 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13241
13242 * configure: Set program_transform_nameoption correctly.
13243
13244 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13245
13246 * brought build-all.mk update-to-date with progressive build-all.mk,
13247 added new targets and hppa info.
13248
13249 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13250
13251 * configure: If config.guess result is a prefix of the user
13252 specified target, assume a native build and use the user specified
13253 target as the host alias. Remove SunOS patch suffix removal hack.
13254 * configure.in: Remove SunOS patch suffix removal hack.
13255
13256 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13257 in NATIVE_CHECK_MODULES.
13258
13259 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
13260
13261 * Makefile.in: Rename HOST_ONLY to NATIVE.
13262 * configure: Delete SunOs patch suffix from host_canonical
13263 and build_canonical variables that are prepended to Makefiles.
13264 * configure.in: Add comments for easier maintenance.
13265
13266 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13267
13268 * Makefile.in: Add all-libproc target similar to all-gui.
13269
13270 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
13271
13272 * Makefile.in (CHECK_MODULES): split into
13273 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13274
13275 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
13276
13277 * config.guess (i386-unknown-bsdi): New system to guess.
13278
13279 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13280
13281 * Makefile.in: Add all-gui target (but not yet build by "all").
13282
13283 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
13284
13285 * config.sub: Move deletion of patch suffix from here...
13286 * configure.in: To here, at Ian's suggestion. The top-
13287 level scripts might need to know of a patch level.
13288
13289 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
13290
13291 * config.sub: Strip off patch suffix so rtl is recognized
13292 as a sunos4.1.3 machine, even though it's been patched.
13293
13294 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
13295
13296 * Makefile.in (INSTALL_LAST): Delete.
13297 (INSTALL_DOSREL): New.
13298
13299 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13300
13301 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13302 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13303 whether we pass down --with-gnu-ld anyhow.
13304
13305 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
13306
13307 * Makefile.in (INSTALL_LAST): Change operation so it works
13308 on more flavors of make.
13309 * configure.in (go32): Don't build libg++ or libio.
13310
13311 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
13312
13313 * Makefile.in (Move HOST_PREFIX_1 and friends up so
13314 they can be overriden by templates.
13315
13316 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
13317
13318 * configure.in (target==go32): Don't build gdb.
13319 * dosrel: New directory.
13320
13321 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
13322
13323 * configure.in (host==go32): Configure dosrel too.
13324 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13325 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13326 be set by incoming names or templates.
13327 (INSTALL_LAST): New rule.
13328
13329 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
13330
13331 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13332
13333 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13334
13335 * configure.in (appdirs): New variable. Currently empty, but will
13336 be used in gas distribution. If nonempty, lists a set of
13337 directories at least one of which must get configured, or top
13338 level configuration is considered to have failed.
13339 (rs6000-*-lynxos*): Use new file name.
13340
13341 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13342
13343 Eliminate XTRAFLAGS.
13344 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13345 newlib include files using -idirafter, and also use -nostdinc.
13346 (CXX_FOR_TARGET): Likewise.
13347 (XTRAFLAGS): Removed.
13348 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13349 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13350 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13351 ($(DO_X)): Don't pass down XTRAFLAGS.
13352
13353 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13354
13355 * configure.in (mips*-dec-bsd*): New target; do build linker.
13356 (mips*-*-bsd*): New target; don't build linker.
13357
13358 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13359
13360 * configure.in: support rs6000-*-lynxos* configuration.
13361 support sunos4 as a cross target.
13362
13363 * config.sub: look for lynx*, not lynx since the OS version may
13364 legitimately be part of the name.
13365
13366 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13367
13368 * configure.in (i[34]86-*-sco*): Move to be with other i386
13369 targets.
13370 (romp-*-*): New target. Skip various binary utilities.
13371 (vax-*-*): New target. Don't build newlib.
13372 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
13373
13374 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13375
13376 * configure.in: Only set host_makefile_frag if config
13377 directory exists.
13378
13379 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13380
13381 * install.sh: If $dstdir exists, don't check whether each
13382 component does.
13383
13384 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13385
13386 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13387
13388 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
13389
13390 * configure.in (*-*-lynxos*): Don't configure newlib for either
13391 native or cross Lynx.
13392
13393 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
13394
13395 * config.sub (sparc64-elf): Fix os.
13396 (z8k): Remove duplicate.
13397
13398 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13399
13400 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13401 gcc/stmp-fixproto, to try to prevent fixproto from being run.
13402
13403 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
13404
13405 * configure: Make file links cleanly even if Lynx fails on
13406 an NFS symlink (at least fail cleanly).
13407
13408 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13409
13410 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13411 -XNh2000.
13412
13413 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13414
13415 * configure: Unknown options are fatal again.
13416
13417 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
13418
13419 * configure: Ignore --x-includes and --x-libraries, for Autoconf
13420 compatibility.
13421
13422 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
13423
13424 * build-all.mk: Add `clean' target.
13425
13426 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13427
13428 * config.guess: Add SINIX support.
13429 * configure.in: Add mips-*-sysv4* support.
13430
13431 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
13432
13433 * build-all.mk: Document all useful targets.
13434 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13435 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13436
13437 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13438
13439 * configure: Support --silent, --quiet.
13440
13441 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13442
13443 * configure: Support --disable-FEATURE.
13444
13445 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13446
13447 * config.guess: Recognize NCR running SVR4.3.
13448
13449 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
13450
13451 * config.guess: Make BSDI generate i386-unknown-bsd386.
13452 Patch from Paul Eggert <eggert@twinsun.com>.
13453
13454 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13455
13456 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13457
13458 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13459
13460 * configure: Make unrecognized options give nonfatal warnings
13461 instead of fatal errors, and pass them to any subdirectory
13462 configures in case they recognize them.
13463 Make --x equivalent to --with-x.
13464
13465 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13466
13467 * configure: Add --enable-* options. Clean up usage message and
13468 some comments.
13469
13470 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
13471
13472 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13473
13474 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13475
13476 * configure.in (hppa*-*-*): Enable binutils.
13477
13478 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13479
13480 * config.sub: Recognize cisco.
13481
13482 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
13483
13484 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13485
13486 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13487
13488 * config.guess: about target *-hitachi-hiuxwe2, don't print more
13489 than one configuration name. Add comment.
13490
13491 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
13492
13493 * config.guess: about target *-hitachi-hiuxwe2, fixed
13494 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
13495 macro is incorrect.]
13496
13497 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13498
13499 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13500 than the "make ls" stuff which used to be here.
13501
13502 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13503
13504 * config.guess: Recognize i[34]86-unknown-freebsd.
13505 From Shawn M Carey <smcarey@rodan.syr.edu>.
13506
13507 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
13508
13509 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13510
13511 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
13512
13513 * config.guess: Check for ptx.
13514
13515 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
13516
13517 * config.sub: Add os9k checking.
13518
13519 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13520
13521 * config.guess: Handle OSF1 running on HPPA processors
13522
13523 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13524
13525 * configure: If subdir configure fails, print out a message with
13526 subdirectory name, in case subdir's configure code didn't identify
13527 itself.
13528
13529 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
13530
13531 * configure.in: Remove embedded newlines from configdirs.
13532 Avoid mismatches of substrings. Fix matching strings at end
13533 of configdirs.
13534
13535 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
13536
13537 * config.guess: Add Lynx/rs6000 config support.
13538
13539 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13540
13541 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13542
13543 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
13544
13545 * configure.in (hppa*-*-osf*): Treat this just like most other
13546 PA configurations (eg no binutils or ld).
13547 (hppa*-*-*elf*): These configurations have binutils and ld.
13548
13549 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13550
13551 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
13552
13553 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13554
13555 * configure.in (rs6000-*-*): Build gas.
13556
13557 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13558
13559 * Makefile.in: Avoid bug in losing hpux sed.
13560
13561 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13562
13563 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
13564 for GDB and GDB has been fixed to not need it.
13565
13566 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13567
13568 * config.guess: Recognize vax hosts.
13569
13570 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13571
13572 * configure (while loop): Don't use "break 2" inside case
13573 statement -- the case statement isn't an enclosing loop.
13574
13575 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
13576
13577 * config.guess: Clean up NeXT support, to allow nextstep
13578 on Intel machines. Make OS be nextstep.
13579
13580 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
13581
13582 * config.guess: Add alternate forms for Convex.
13583
13584 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
13585
13586 * configure: Completely rewrite option processing. Take
13587 advantage of pattern-matching to avoid invoking test frequently.
13588 Also clean up host and target defaulting logic.
13589
13590 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13591
13592 * Makefile.in: Replace all occurrances of "rootme" with "r" and
13593 "$${rootme}" with "$$r", to increase the likelihood that the do-*
13594 commands (plus user environment) will fit SCO limits.
13595
13596 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13597
13598 * configure.in: Don't issue warnings about directories which are
13599 not being configured if -norecursion is set. Correct test for
13600 --with-gnu-as and --with-gnu-ld to not get confused by substring
13601 matches.
13602
13603 * configure.in: Don't build gas for alpha-dec-osf1*.
13604
13605 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
13606
13607 * configure: Back out Per's change of 12/19/1993. It changes the
13608 behavior of configure in unexpected and confusing ways.
13609
13610 Also, use different delim char when calculating
13611 program_transform_name so that the name can contain slashes.
13612
13613 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
13614
13615 * configure.in, config.sub: Add support for VSTa micro-kernel.
13616
13617 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
13618
13619 * configure.in: Nuke hacks which were used to get a special
13620 version of GAS for HPPA configurations.
13621
13622 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
13623
13624 * configure: If only ${target_alias} is given, use that
13625 as the default for ${host_alias}.
13626 * configure: Add missing back-slashes before nested quotes.
13627
13628 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13629
13630 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
13631
13632 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
13633
13634 * config.guess: Recognize some Tektronix configurations.
13635 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
13636
13637 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13638
13639 * config.sub: Match any flavor of SH.
13640
13641 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
13642
13643 * configure.in: Don't try to configure newlib for Alpha.
13644
13645 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13646
13647 * configure.in: Don't build ld for Irix 5. Don't build gas,
13648 libg++ or libio for any Alpha target.
13649
13650 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
13651
13652 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
13653
13654 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
13655 default arguments -- so it tried to compress itself.
13656
13657 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13658
13659 * configure.in (notsupp): ensure that a space is always at the end
13660 of the configdirs list, since the grep checks for an explicit space
13661
13662 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13663
13664 * configure.in (target i386-sysv4.2): don't build ld, since static
13665 versions of many libraries are not available.
13666
13667 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13668
13669 * config.guess: Recognize Apollos (using environment variables).
13670 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
13671
13672 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13673
13674 * config.guess: Recognize Sony news mips running newsos.
13675
13676 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
13677
13678 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
13679 "fi ; else" for bash.
13680
13681 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
13682
13683 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
13684
13685 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
13686
13687 * config.sub: accept unixware as an alias for svr4.2.
13688 Fix some inconsistancies with the gcc version.
13689
13690 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13691
13692 * Makefile.in (DISTDOCDIRS): Add gdb.
13693
13694 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
13695
13696 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
13697
13698 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13699
13700 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
13701 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
13702 this now.
13703
13704 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13705
13706 * config.sub: Accept hiux* as an OS name.
13707
13708 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
13709 etc/make-stds.texi. The underscore came from gcc, and dje now
13710 agrees that RUNTESTFLAGS is the correct name.
13711
13712 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
13713
13714 * install.sh: Remove 'set -e'. It makes any conditionals
13715 in the script useless.
13716
13717 * config.guess: Automatically recognize arm-acorn-riscix
13718 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
13719
13720 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
13721
13722 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
13723
13724 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13725
13726 * Makefile.in (DISTDOCDIRS): New variable.
13727 (taz): Edit local Makefile.in sooner, instead of proto-toplev
13728 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
13729
13730 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13731
13732 * configure.in (hppa target): check the source directory for the
13733 pagas sub-directory
13734
13735 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
13736
13737 * config.sub: Allow -aout* and -elf*.
13738
13739 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13740
13741 * configure.in: Don't build ld on i386-solaris2, same as for
13742 sparc-solaris2.
13743
13744 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
13745
13746 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
13747
13748 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13749
13750 * configure.in: Configure gdb for alpha.
13751
13752 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13753
13754 * Makefile.in (CXXFLAGS): Add -O.
13755
13756 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13757
13758 * config.guess: added support for DG Aviion
13759
13760 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13761
13762 * configure.in: Produce warning message for subdirectories not
13763 configurable for this host/target combination. Don't try to
13764 configure gdb for vms.
13765
13766 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13767
13768 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
13769 appropriate files before making "diststuff".
13770 (DISTBISONFILES): New var: list of files to be edited.
13771 (DISTSTUFFDIRS): Add binutils.
13772
13773 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13774
13775 * config.sub: also handle mipsel and mips64el (for little endian mips)
13776
13777 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13778
13779 * configure.in: Add * to end of all OS names.
13780
13781 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
13782
13783 * configure.in: Build newlib for LynxOS native.
13784
13785 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13786
13787 * config.guess: Add support for delta 88k running SVR3.
13788
13789 * configure.in: Add comment about HP compiler vs. emacs.
13790
13791 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13792
13793 * configure.in: don't build ld on solaris2 (not a viable option
13794 due to bugs in getpwnam & getpwuid)
13795
13796 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13797
13798 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
13799 config.guess will produce a full version number.
13800
13801 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13802
13803 * configure.in: Build linker and binutils for alpha-dec-osf1.
13804
13805 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13806
13807 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
13808 and gdb/testsuite/Makefile.in.
13809
13810 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13811
13812 * configure.in: recognize mips*- instead of mips-
13813
13814 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
13815
13816 * config.sub: Accept linux*coff and linux*elf as operating
13817 systems.
13818
13819 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13820
13821 * config.sub: Recognize mips64, and mips3 as an alias for it.
13822
13823 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13824
13825 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
13826 gdb knows how to handle OSF/1 shared libraries.
13827
13828 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13829
13830 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
13831 * config.guess: Recognize Hitachi's HIUX.
13832 * config.sub: Recognize h3050r* and hppahitachi.
13833 Remove redundant cases for hp9k[23]*.
13834
13835 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13836
13837 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
13838 if gas and ld are in the source tree and are in ${configdirs}.
13839 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
13840 --with options (but still pass them down on the command line,
13841 if they were explicitly specified).
13842
13843 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13844
13845 * configure: substitute SHELL value in Makefile.in with
13846 ${CONFIG_SHELL}
13847
13848 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13849
13850 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
13851 *-*-solaris2* targets.
13852
13853 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13854
13855 * Makefile.in: define M4, and pass it down to sub-makes;
13856 all-autoconf now depends on all-m4
13857
13858 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13859
13860 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
13861 presence of {ar,ranlib} instead of a configured directory
13862
13863 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
13864
13865 * config.guess: Accept 34?? as well as 33?? for NCR.
13866
13867 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13868
13869 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
13870 of 'gas' in sed commands, since 'gash' is now in the tree as well.
13871
13872 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13873
13874 * configure: grab values for $(CC) and $(CXX) from the
13875 environment, so that someone can do "CC=gcc configure; make" and
13876 have it work right (matching the way that autoconf works now)
13877
13878 * configure.in, Makefile.in: add support for gash, the tcl
13879 interface to Galaxy
13880
13881 * config.guess: add NetBSD variants (hp300, x86)
13882
13883 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
13884
13885 * install.sh: Support -d option (in the manner of SunOS 4 install,
13886 as it is more deterministic than that of GNU install)
13887 (chmodcmd): Set file to mode 755 by default (should also do default
13888 chgrp and chown, but I don't feel like dealing with that now)
13889
13890 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
13891
13892 * config.sub: Remove h8300hhms alias.
13893
13894 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13895
13896 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
13897
13898 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13899
13900 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
13901 as stmp-fixinc
13902
13903 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13904
13905 * config.sub: recognize m88110-bug-coff.
13906
13907 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13908
13909 * Makefile.in (all-libio): all dependencies on the toolchain used
13910 to build this (gcc, gas, ld, etc)
13911
13912 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13913
13914 * config.guess: Deal with OSF/1 1.3 on alpha.
13915
13916 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13917
13918 * install.sh: add some 'else true' clauses for portability
13919
13920 * configure.in: don't build libio for h8[35]00-*-* targets
13921
13922 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
13923
13924 * Makefile.in: Add support for new libio.
13925
13926 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13927
13928 * install.sh: If one command fails, don't try the rest. Don't try
13929 to remove $dsttmp (via trap) unless we have already created it.
13930 If $src doesn't exist, detect it and exit with an error.
13931
13932 * config.guess: Recognize BSD on hp300.
13933
13934 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
13935
13936 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
13937 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
13938
13939 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
13940
13941 * Makefile.in (all-send-pr): depends on all-prms
13942
13943 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13944
13945 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
13946
13947 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13948
13949 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
13950 Added test for mips-mips-riscos5.
13951
13952 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13953
13954 * configure.in: use mh-hp300 for 68k HP hosts
13955
13956 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13957
13958 * configure: add support for CONFIG_SHELL, so that you can use
13959 some alternate shell for evaluating configure scripts
13960
13961 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
13962
13963 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
13964 in configure script to bug-gdb@prep.ai.mit.edu when building
13965 distribution archive.
13966 * Makefile.in (COMPRESS): Remove def.
13967 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
13968 gdb.tar.Z and make-gdb.tar.Z respectively.
13969 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
13970 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
13971 to convergence with 'taz' target in Makefile.in.
13972
13973 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13974
13975 * install.sh (dsttmp): use trap to ensure that tmp files go
13976 away on error conditions
13977
13978 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13979
13980 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
13981
13982 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13983
13984 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
13985 its parent is '/' not ''.
13986
13987 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
13988
13989 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
13990
13991 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
13992 that ${newsrcdir}/configure.in does.
13993
13994 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13995
13996 * test-build.mk: support for CONFIG_SHELL
13997
13998 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
13999
14000 * config.sub (netware): Add as a basic system type.
14001
14002 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14003
14004 * Makefile.in (Makefile): depend on configure.in. Also drop the
14005 $(srcdir)/ from the dependency on Makefile.in.
14006
14007 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14008
14009 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14010 (h8300hhms is temporary until multi-libraries are implemented).
14011 * configure.in: Handle h8300h too.
14012
14013 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14014
14015 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14016
14017 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14018
14019 * configure: Remove extraneous output when guessing host type.
14020 * config.guess: Remove extraneous output when guessing using C
14021 compiler rather than uname, or when guessing fails.
14022
14023 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14024
14025 * Makefile.in: remove all.cross and install.cross targets
14026
14027 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14028 definitions
14029
14030 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14031
14032 * configure.in (target sh): Build gprof.
14033
14034 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14035
14036 * config.sub: change -solaris to -solaris2
14037
14038 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14039
14040 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14041
14042 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14043
14044 * configure: Correct error message for missing Makefile.in to
14045 print correct directory.
14046
14047 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14048
14049 * install.sh: kludge around 386BSD shell bug
14050
14051 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14052
14053 * config.guess: Recognize NeXT.
14054 * config.guess: Recognize i486-ncr-sysv4.
14055 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14056
14057 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14058
14059 * Makefile.in (MAKEINFOFLAGS): New variable.
14060 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14061 * build-all.mk, test-build.mk: Pass down --no-split as
14062 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14063
14064 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14065
14066 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14067
14068 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14069
14070 * Makefile.in (libg++.tar.z): New rule.
14071 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14072 * Makefile.in (taz): Only do a single chmod.
14073
14074 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14075
14076 * install.sh: don't use dirname anymore (replaced with sed usage)
14077
14078 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14079
14080 * Makefile.in: Change extension for gzip'd files from '.z' to
14081 '.gz' per new FSF standard usage.
14082
14083 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14084
14085 * configure: put quotes around the final value of program_transform_name
14086
14087 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14088
14089 * Makefile.in: new install.sh support; update install-info rules
14090
14091 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14092
14093 * configure.in: Build diff for crosses, but not for go32 host.
14094
14095 * configure.in: Build gprof only for native, and don't build it
14096 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14097
14098 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14099
14100 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14101
14102 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14103
14104 * configure.in (host_tools): Add prms.
14105
14106 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14107
14108 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14109 with $(FLAGS_TO_PASS) on the command line
14110
14111 * config.sub: Recognize lynx and lynxos
14112
14113 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14114
14115 * config.sub: Accept -ecoff*, not just -ecoff.
14116
14117 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14118
14119 * Makefile.in (taz): Use .gz suffix instead of .z.
14120 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14121 names.
14122
14123 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14124
14125 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14126
14127 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14128
14129 * Makefile.in (install-no-fixedincludes): install gcc last, so
14130 that rebuilds that might happen during 'make install' don't get
14131 bogus gcc include files
14132
14133 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14134
14135 Change from Utah for HPPA support:
14136 * config.guess: Recognize hppa1.x-hp-bsd.
14137
14138 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14139
14140 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14141 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14142
14143 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14144
14145 * config.sub: Add support for rom68k and bug boot monitors.
14146
14147 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14148
14149 * Makefile.in: Make all-opcodes depend on all-bfd.
14150
14151 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14152
14153 * config.guess: Added special check for i[34]86-univel-sysv4*.
14154
14155 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14156
14157 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14158 the processor rather than assuming i486.
14159
14160 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14161
14162 * config.guess: Recognize SunOS6 as Solaris3.
14163
14164 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14165
14166 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14167 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14168
14169 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14170
14171 * build-all.mk (all-cross): New target for Canadian Cross.
14172 Added Q2 go32 targets.
14173 * test-build.mk: Configure go32 cross sparclite-aout and
14174 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14175 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14176
14177 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14178
14179 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14180 GO32 hosted toolchains
14181
14182 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14183
14184 * configure: change so "-exec-prefix" gets passed down rather
14185 than "-exec_prefix" so autoconf generated Makefiles get the
14186 exec_prefix set right.
14187
14188 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14189
14190 * config.guess: get the Solaris2 minor version number
14191
14192 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14193
14194 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14195
14196 * config.guess: Recognize some Sequent platforms.
14197
14198 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14199
14200 * Makefile.in: added the vault-install target
14201
14202 * configure.in: actually use the Sun3 makefile fragment that's in
14203 config, also added the release dir to configdirs
14204
14205 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14206
14207 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14208
14209 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14210
14211 * configure.in: remove some program from Alpha targetted toolchains
14212
14213 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
14214
14215 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
14216 gprof.
14217 (taz): Run "make diststuff" in those directories instead of "make
14218 proto-dir". Look for "VERSION=" only at start of line in subdir
14219 Makefile. Use "gzip -9" for compression.
14220 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14221 (binutils.tar.z): New target.
14222
14223 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14224
14225 * Makefile.in (taz): Include gpl.texinfo.
14226
14227 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14228
14229 * Makefile.in (setup-dirs): Merged into "taz" target.
14230 (taz): Only do `proto-dir' stuff if a directory is actually needed
14231 for this target.
14232
14233 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
14234
14235 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14236 (FLAGS_TO_PASS): Pass down MUNCH_NM.
14237 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14238 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14239 (gcc-no-fixedincludes): Correct for current gcc Makefile.
14240
14241 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
14242
14243 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
14244 config.sub, and move-if-change to gdb testsuite distribution
14245 archive, so the testsuite can be extracted, configured, and
14246 run separately from the gdb distribution. Blow away the Chill
14247 tests that require a Chill compiled executable, since GNU Chill
14248 is not yet publically available.
14249
14250 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14251
14252 * test-build.mk: set environment variables in a single command,
14253 instead of a list of assignments and exports
14254
14255 * config.guess: recognize Alpha/OSF1 systems
14256
14257 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14258
14259 * configure: Change help message to prefer --options rather than
14260 -options.
14261
14262 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14263
14264 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14265 zippy@ecst.csuchico.edu.
14266 * config.guess: Recognize miniframe.
14267
14268 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
14269
14270 * Makefile.in: Use srcroot to find runtest rather than rootme.
14271 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
14272
14273 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
14274
14275 * test-build.mk: Extensive additions to support building on a
14276 machine other than the host.
14277
14278 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14279
14280 * configure (tooldir): Fix for i386-aix again.
14281
14282 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
14283
14284 * configure, Makefile.in: Change definition of $(tooldir)
14285 to match the FSF.
14286
14287 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
14288
14289 * config.guess: Recognize i[34]86/SVR4.
14290
14291 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14292
14293 * Makefile.in (all-gdb): gdb depends on sim.
14294
14295 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
14296
14297 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
14298 at the same time we make the prototype gdb directory.
14299 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
14300 files at the same time as the gdb base release distribution.
14301
14302 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
14303
14304 * Makefile.in (check): Use individual check targets rather than
14305 DO_X rule.
14306 (check-gcc): Added.
14307
14308 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
14309
14310 * config.sub: Use sysv3.2 not sysv32 for canonical OS
14311 for System V release 3.2.
14312
14313 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14314
14315 * config.sub: Recognize hppaosf.
14316 * configure.in: Do configure ld/binutils/gas for it.
14317
14318 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14319
14320 * configure (tooldir): Alter syntax used to set this, for systems
14321 where "\$" isn't handled right, like i386-aix.
14322
14323 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
14324
14325 * configure: Pass program-transform-name, not
14326 program_transform_name, to recursive configures.
14327
14328 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
14329
14330 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14331 of gas+ld+binutils.
14332
14333 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
14334
14335 * config.guess: Recognize AIX3.2 as distinct from 3.1.
14336
14337 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14338
14339 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14340
14341 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14342
14343 * Makefile.in (PRMS): Set back to all-prms.
14344
14345 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
14346
14347 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14348 targets, rather than for MIPS hosts.
14349
14350 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14351
14352 * configure.in: add comment for --with-x default values
14353
14354 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14355
14356 * Makefile.in: add check-* targets for each of the directories in
14357 the tree. Add a definition of RUNTEST that will use the one we
14358 just built, if it exists. Pass this down via FLAGS_TO_PASS.
14359
14360 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
14361
14362 * configure.in: Removed obsolete references to bfd_target and
14363 target_makefile_frag.
14364
14365 * build-all.mk: Set assorted targets for Q2.
14366 * config.sub: Recognize z8k-sim and h8300-hms.
14367 * test-build.mk: Really don't pass host to configure.
14368 (HOLES): Added uname.
14369
14370 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
14371
14372 * configure: Handle an empty program-prefix, program-suffix or
14373 program-transform-name correctly.
14374
14375 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
14376
14377 * build-all.mk: -G 8 no longer required for MIPS targets.
14378 * test-build.mk: Don't pass host argument to configure; make it
14379 guess.
14380
14381 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
14382
14383 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
14384 * Makefile.in (COMPRESS): New macro, like GZIP.
14385
14386 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
14387
14388 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14389
14390 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14391 with gas currently defaults to -G 0.
14392
14393 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
14394
14395 * Makefile.in (all-flex): flex depends on byacc.
14396
14397 * build-all.mk: If host not specified, use config.guess. Pass TAG
14398 to test-build.mk as RELEASE_TAG.
14399 * test-build.mk (configargs): New variable containing arguments to
14400 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
14401 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14402
14403 * config.guess: Use /bin/uname when checking -X argument on SCO,
14404 to avoid invoking GNU uname which doesn't understand -X.
14405
14406 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14407
14408 * configure.in: Build gas for mips-*-*.
14409
14410 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14411
14412 * Makefile.in (all.normal): insert missing backslash.
14413
14414 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
14415
14416 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
14417
14418 * Makefile.in: Complete overhaul to merge many almost identical
14419 targets.
14420
14421 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14422
14423 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14424 (gdb.tar.Z): Adjusted.
14425
14426 * Makefile.in (setup-dirs, taz): New targets; should be general
14427 enough to adapt for gdb sometime. Build only .z file.
14428 (gas.tar.z): New target.
14429
14430 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14431
14432 * build-all.mk: Use CC=cc -Xs on Solaris.
14433
14434 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
14435
14436 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
14437 for handling BISON for FSF releases.
14438
14439 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14440
14441 * configure: Actually implement the change zoo just documented.
14442
14443 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
14444
14445 * configure: when using config.guess, only set target_alias when
14446 it's not already been set (ie, on the command line)
14447
14448 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14449
14450 * Makefile.in: add installcheck target, set PRMS to install-prms
14451
14452 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14453
14454 * configure: add support for package_makefile_fragment, handle the
14455 case where a directory has a configure.in file but no Makefile.in
14456 more gracefully (with an actual understandable error message, even);
14457 add support for --without (and add this to the usage message); also
14458 explicitly add a --host=${host_alias} to the command line when
14459 config.guess is used
14460
14461 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14462
14463 * configure: Must use both --host and --target in recursive calls.
14464
14465 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
14466
14467 * Makefile.in: Change deja-gnu to dejagnu.
14468
14469 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
14470
14471 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14472
14473 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14474
14475 * configure.in: canonicalize all instances to *-*-solaris2*,
14476 also strip out a number of tools to not build for go32 host
14477
14478 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14479
14480 * config.guess: add GPL.
14481
14482 * Makefile.in, config.guess, config.sub, configure: bump
14483 copyrights to 93.
14484
14485 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
14486
14487 * Makefile.in (do-info): Removed obsolete check for existence of
14488 localenv file.
14489
14490 * Makefile.in (MAKEOVERRIDES): Define to be empty.
14491
14492 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14493
14494 * Makefile.in: a couple of 'else true' for decstation,
14495 support for TclX
14496
14497 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14498
14499 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
14500
14501 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14502
14503 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
14504
14505 * config.guess: Recognize i386-ibm-aix (PS/2).
14506 * configure.in: Use config/mh-aix386 file for it.
14507
14508 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
14509
14510 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14511 CC_FOR_TARGET instead.
14512 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14513
14514 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
14515
14516 * Makefile.in: Add sim to list of directories sent with gdb
14517
14518 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
14519
14520 * configure.in: Put back mips-dec-bsd* case.
14521
14522 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
14523
14524 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14525 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
14526 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
14527
14528 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14529
14530 * configure.in: remove no-op mips-dec-bsd* in "case $target"
14531
14532 * Makefile.in (dir.info): only run gen-info-dir if it exists,
14533 (install-info): install dir.info only if it exists,
14534 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14535
14536 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
14537
14538 * configure.in: For vms target, skip bfd, ld, binutils. Do build
14539 gas for mips-dec-bsd.
14540
14541 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
14542
14543 * configure (makesrcdir): If ${srcdir} is relative and not ".",
14544 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
14545
14546 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
14547
14548 * configure.in: Added "dejagnu" to hosttools list.
14549
14550 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
14551
14552 * config.sub, configure.in, config.guess: Add support
14553 for Bosx, an AIX variant from Bull.
14554 Patches from F.Pierresteguy@frcl.bull.fr.
14555
14556 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
14557
14558 * devo/dejagnu: Initial creation of devo/dejagnu.
14559 Migrated dejagnu testcases and support files for testing software
14560 tools to reside as subdirectories, currently called "testsuite",
14561 within the directory of the software tool. Migrated all programs,
14562 support libraries, etc. beloging to dejagnu proper from
14563 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
14564 with no modifications. The changes to these files which will
14565 allow them to configure, build, and execute properly will be made
14566 in a future update.
14567
14568 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14569
14570 * Makefile.in: Change send_pr to send-pr.
14571 * configure.in: Likewise.
14572 * send_pr: Renamed directory to send-pr.
14573
14574 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
14575
14576 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
14577
14578 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
14579
14580 * README: Update for gdb-4.8 release.
14581 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
14582 gdb-xxx.tar.z (gzip'd) file also.
14583
14584 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14585
14586 * Makefile.in: make all-diff depend on all-libiberty
14587
14588 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
14589
14590 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
14591
14592 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14593
14594 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
14595
14596 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
14597
14598 * Makefile.in (DEVO_SUPPORT): Remove etc directory
14599 (ETC_SUPPORT): Only add the files GDB wants from etc/.
14600 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
14601
14602 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14603
14604 * Makefile.in: makeinfo binary is in a new location
14605
14606 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
14607
14608 * config.sub: Accept -ecoff as an OS.
14609
14610 * Makefile.in: Various changes to eliminate a level of make
14611 recursion and reduce the required command line length.
14612 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
14613 sub-makes.
14614 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
14615 variables holding settings for specific sub-makes.
14616 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
14617 in terms of BASE_FLAGS_TO_PASS.
14618 (TARGET_LIBS): New variable listing directories which use
14619 TARGET_FLAGS_TO_PASS.
14620 (subdir_do): Eliminated.
14621 (do-*): New set of targets to replace subdir_do.
14622 (various): All targets which used subdir_do now depend on do-*.
14623 (local-clean): Renamed from do_clean.
14624 (local-distclean): New target, dependency of distclean and
14625 realclean.
14626 (install-info): Don't create directories. Depend on dir.info
14627 rather than calling make recursively.
14628 (install-dir.info): Eliminated.
14629 (install-info-dirs): Create all info directories here.
14630 (dir.info): Depend upon do-install-info.
14631
14632 * test-build.mk (HOLES): Added false.
14633
14634 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
14635
14636 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
14637
14638 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14639
14640 * Makefile.in (info): remove dependency on all-texinfo. The
14641 problem was really in texinfo/C, not at this level.
14642
14643 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
14644
14645 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
14646
14647 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
14648
14649 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
14650 GDB releases.
14651
14652 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14653
14654 * configure: Include srcdir in message about target of link not
14655 being found. Don't convert `-' to `_' in `with' options being
14656 passed to subdirs.
14657
14658 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14659
14660 * configure.in: add uudecode to host_tools
14661
14662 * Makefile.in: added {all,install}-uudecode targets, added them to
14663 the appropriate lists
14664
14665 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
14666
14667 * Makefile.in (all-gcc): Added dependency on all-gas.
14668
14669 * configure.in (mips-*-*): Build ld and binutils.
14670
14671 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14672
14673 * configure: check return code from mkdir, print error message and
14674 exit on failure.
14675
14676 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
14677
14678 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
14679
14680 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
14681
14682 * test-build.mk (HOLES): Added tar, cpio and uudecode.
14683
14684 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14685
14686 * config.sub (h8500): Recognize this as a cpu type.
14687
14688 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14689
14690 * configure: source directory missing is no longer a warning
14691
14692 * configure.in: recognize irix[34]* instead of irix[34]
14693
14694 * Makefile.in: define and pass down X11_LIB
14695
14696 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
14697
14698 * guess-systype: Renamed to ...
14699 * config.guess: ... by popular request.
14700 * configure.in, Makefile.in: Update accordingly.
14701
14702 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
14703
14704 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
14705 + Add Convex, Cray/Unicos, and Encore/Multimax support.
14706 + Execute ./dummy instead of assuming . is in PATH.
14707
14708 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
14709
14710 * guess-systype: New shell script. Attempts to guess the
14711 canonical host name of the executing host.
14712 Only a few hosts are supported so far.
14713 * configure: Call guess-systype if no host is specified.
14714
14715 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
14716
14717 * Makefile.in (gcc-no-fixedincludes): Made to work with current
14718 gcc Makefile.
14719
14720
14721 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
14722
14723 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
14724 (all-gcc, install-gcc, subdir_do): Use it.
14725
14726 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14727
14728 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
14729
14730 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
14731
14732 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
14733 set exclusively by configure, using configure.in .
14734
14735 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14736
14737 * test-build.mk: set $PATH for all builds
14738
14739 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
14740
14741 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
14742
14743 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
14744 the one used in gcc/Makefile.in, so that a null expansion doesn't
14745 override the one needed to build gcc with a native cc.
14746
14747
14748 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14749
14750 * configure: Accept -with arguments.
14751
14752 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14753
14754 * Makefile.in: added h8300sim
14755
14756 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
14757
14758 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
14759 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
14760 (all-cygnus, native, build-cygnus): Make
14761 $(canonhost)-stamp-3stage-done, not $(host)....
14762 * test-build.mk (stamp-3stage-compared): Use tail +10c for
14763 i386-sco3.2v4. Added else true to if command.
14764
14765 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
14766
14767 * config.sub: (from FSF) Sequent uses a BSD-like OS.
14768
14769 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
14770
14771 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
14772
14773 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14774
14775 * configure.in: don't remove binutils from Solaris builds
14776
14777 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
14778
14779 * Makefile.in: get rid of earlier definitions for *clean,
14780 also handle the recursive info rule better
14781
14782 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
14783
14784 * Makefile.in (mostlyclean, distclean, realclean): Fix to
14785 do more-or-less the right thing.
14786
14787 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
14788
14789 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
14790 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
14791
14792 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14793
14794 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
14795 $(host_canonical).
14796
14797 * configure.in: split the configdirs list into 4 categories (native
14798 v. cross, library v. tool) and handle the cross-only and native-
14799 only in more reasonable (and correct!) way.
14800
14801 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
14802
14803 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
14804 configdirs anymore.
14805
14806 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14807
14808 * Makefile.in: extensive cleanup:: removed all of the explicit
14809 clean-* targets, collapsed many wrappers around subdir_do into
14810 one, added additional targets to satisfy standards.texi, deleted
14811 some old targets, some changes for consistency
14812
14813 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14814
14815 * configure.in: handle some programs as cross-only, and others as
14816 native only
14817
14818 * test-build.mk: handle partial holes in a more generic manner
14819
14820 * Makefile.in: m4 depends on libiberty
14821
14822 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14823
14824 * configure.in: add m4, textutils, fileutils, sed, shellutils,
14825 time, wdiff, and find to configdirs
14826
14827 * Makefile.in: all, clean, and install rules for the new programs
14828 added to configure.in
14829
14830 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14831
14832 * configure.in: use mh-sun for all *-sun-* hosts
14833
14834 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14835
14836 * Makefile.in: define flags for X11 include files and library file
14837 locations, pass them down to the programs that need this info
14838
14839 * build-all.mk: added a 'native' target, to 3stage the native toolchain
14840
14841 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14842
14843 * configure.in: start building libg++ for HP-UX targets
14844
14845 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
14846
14847 * README: Update references to files moved into etc/.
14848
14849 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
14850
14851 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
14852 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
14853
14854 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
14855
14856 * configure: accept dash as well as underscore in long option
14857 names for FSF compatibility.
14858
14859 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
14860
14861 * config.sub: added -sco3.2v4 support from FSF.
14862
14863 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14864
14865 * configure.in: expand the section that adds or removes
14866 directories from the list of programs to build, to handle native
14867 vs. cross in addition to host v. native
14868
14869 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
14870
14871 * Makefile.in: Replace C++ in macro names with CXX.
14872 This is less likely to break ...
14873
14874 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14875
14876 * test-build.mk: add -w to GNU_MAKE
14877
14878 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14879
14880 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
14881 add 'sparc' to list of recognized cpus. This needed to make
14882 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
14883 Delete some redundant ose68 variants. Recognize -wrs as an os,
14884 then changes that into $CPU-wrs-vxworks.
14885
14886 * configure.in: remove most references to gdbtest, regularize
14887 target based program removal
14888
14889 * test-build.mk: import from p3 tree (many fixes and changes)
14890
14891 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14892
14893 * Makefile.in: added rules to handle tcl, tk, and expect
14894
14895 * configure.in: handle those directories if they exist
14896
14897 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14898
14899 * config.sub: removed bogus hppabsd and hppahpux names, since
14900 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
14901
14902 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14903
14904 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
14905 depends upon all-xiberty
14906
14907 * Makefile.in: changes from p3, including:
14908
14909 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
14910
14911 * Makefile.in (XTRAFLAGS): include newlib directories if
14912 newlib/Makefile exists, rather than if host != target.
14913
14914 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
14915
14916 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14917 from the same source tree and not building a cross-compiler. This
14918 matters for the libg++ configuration if reconfiguring a tree that
14919 has already been installed.
14920
14921 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
14922
14923 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14924 pick up the machine and system specific header files.
14925
14926 * Makefile.in: added AS_FOR_TARGET, passed down in
14927 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14928 the C compiler to use to create programs which are run in the
14929 build environment, set it to default to $(CC), and passed it down
14930 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14931
14932 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
14933
14934 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
14935 We need them for unusual native builds, like systems without
14936 ranlib.
14937
14938 * configure: also define $(host_canonical) and
14939 $(target_canonical), which are the full, canonical names for the
14940 given host and target
14941
14942 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
14943
14944 * Makefile.in: Added separate definitions for C++.
14945
14946 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
14947
14948 * configure.in (configdirs): Add deja-gnu.
14949
14950 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
14951
14952 * README: Update for configure.texi and gdb-4.7 release.
14953
14954 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
14955
14956 * Makefile.in: Move "all" target to top of file.
14957 Previously, first target was ".PHONY" which caused BSD4.4 make
14958 to build .PHONY when make was run without arguments.
14959
14960 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
14961
14962 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
14963 Library-copylefted code in libiberty.
14964
14965 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
14966
14967 * config.sub: Replace m68kmote with plain old m68k.
14968
14969 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
14970
14971 * Makefile.in: Remove space from blank line, avoid Make complaints.
14972
14973 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
14974
14975 * config.sub: Complain if no argument is given. Added support for
14976 386bsd as OS and target alias.
14977
14978 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
14979
14980 * Makefile.in (XTRAFLAGS): include newlib directories if
14981 newlib/Makefile exists, rather than if host != target.
14982
14983 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
14984
14985 * config.sub: recognize sparclite-wrs-vxworks.
14986
14987 * Makefile.in (install-xiberty): added *-xiberty make rules (from
14988 p3.) Added clean-xiberty to clean.
14989
14990 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14991
14992 * configure.in: use *-*-* instead of nested cases for host and target
14993
14994 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
14995
14996 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14997 from the same source tree and not building a cross-compiler. This
14998 matters for the libg++ configuration if reconfiguring a tree that
14999 has already been installed.
15000
15001 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15002
15003 * config.sub (i486v/i486v4): Merge in from FSF version.
15004
15005 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15006
15007 * configure: only set PWD if it is already set.
15008
15009 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15010
15011 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15012 doesn't have unset and all success paths (and most error paths)
15013 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15014 to just ${PWD} to avoid confusion.)
15015
15016 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15017
15018 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15019 even for a native compilation.
15020
15021 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15022
15023 Changes to make the gdb.tar.Z rule work better.
15024
15025 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15026 (DEVO_SUPPORT): Add configure.texi.
15027 (bfd-ilrt.tar.Z): Remove ancient rule.
15028
15029 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15030
15031 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15032 pick up the machine and system specific header files.
15033
15034 * configure.in, config.sub: added new target m68010-adobe-scout,
15035 with alias of adobe68k. Changed configure.in to check for
15036 -scout before -sco* to avoid a false match.
15037
15038 * Makefile.in: added AS_FOR_TARGET, passed down in
15039 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15040 the C compiler to use to create programs which are run in the
15041 build environment, set it to default to $(CC), and passed it down
15042 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15043
15044 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15045
15046 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15047 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15048 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15049 FOR_TARGET variants, to newlib and libg++.
15050
15051 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15052
15053 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15054 first.
15055
15056 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15057
15058 * config.sub: Accept `elf' as an environment.
15059
15060 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15061
15062 * Makefile.in (all-opcodes): cd into the right directory
15063
15064 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15065
15066 * configure: added -program_transform_name option, used as
15067 argument to sed when installing programs.
15068 configure.texi: added documentation for -program_prefix,
15069 -program_suffix and -program_transform_name.
15070
15071 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15072
15073 * config.sub: Accept i486 where i386 ok.
15074
15075 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15076
15077 * config.sub: accept we32k
15078
15079 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15080
15081 * config.sub, configure.in: accept OSE68000 and OSE68k.
15082
15083 * Makefile.in: don't create all directories for ``make install'';
15084 let the subdirectories create the ones they need.
15085
15086 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15087
15088 * COPYING: new file, GPL v2
15089
15090 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15091
15092 * Makefile.in: use the new gen-info-dir, which needs a template
15093 argument (which also lives in texinfo)
15094
15095 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15096
15097 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15098
15099 * config.sub (ncr3000): Change i386 to i486.
15100
15101 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15102
15103 * Makefile.in: add install-rcs, install-grep to
15104 install-no-fixedincludes, removed install-bison and install-libgcc
15105
15106 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15107
15108 * configure.in: grab the HPUX makefile fragment if on HPUX
15109
15110 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15111
15112 * Makefile.in: eradicate bison spoor (ditto libgcc).
15113 configure.in: recognise m68{k,000}-ericsson-OSE.
15114 es1800 is alias for m68k-ericsson-OSE
15115
15116 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15117
15118 * configure.in: rearrange the parts that remove programs from
15119 configdirs, based now on HOST==TARGET or by canonical triple.
15120
15121 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15122
15123 * test-build.mk: recurse explicitly with -f test-build.mk when
15124 appropriate. predicate stage3 and comparison on the existence
15125 of gcc. That is, if gcc isn't around, we aren't three-staging.
15126 On very clean, also remove ...stamp-co. Build in-place before
15127 doing other builds.
15128
15129 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15130
15131 * Makefile.in, configure.in: add tgas
15132
15133 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15134
15135 * Makefile.in: a number of changes merged in from progressive.
15136
15137 * configure.in: add libm.
15138
15139 * .cvsignore: ignore some stuff that comes from test-build.mk.
15140
15141 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15142
15143 * config.sub: Add es1800 (m68k-ericsson-es1800).
15144
15145 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15146
15147 * configure: Add program_suffix (parallel to program_prefix)
15148 * Makefile.in: adjust directory-creating script for losing decstation
15149
15150 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15151
15152 * configure: Minor $subdir-related fixes.
15153
15154 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15155
15156 * configure: fix various problems with propogating
15157 makefile_target_frag in subdirs.
15158 * configure.in: config libgcc if its there
15159
15160 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15161
15162 * config.sub: HPPA merge.
15163
15164 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15165
15166 * Makefile.in: Replace all-bison with all-byacc in all
15167 dependency lines for other tools (which now use byacc).
15168
15169 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15170
15171 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15172
15173 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15174
15175 * Makefile.in: make gprof rules similar to byacc rules (instead of
15176 vestigal $(unsubdir) that didn't work...)
15177
15178 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15179
15180 * config.sub: Add support for Linux.
15181 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15182 (at least for libg++).
15183
15184 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15185
15186 * configure.texi: fix doc for the -nfp option to configure
15187
15188 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15189
15190 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15191
15192 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15193
15194 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15195 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15196 * configure.in: added solaris* host_makefile_frag hook.
15197
15198 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15199
15200 * config.sub: changed recognition of m68000 so that various
15201 m68k types can be specified via m680[01234]0
15202
15203 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15204
15205 * config.sub (basic_machine): fix sed so that '-foo' isn't
15206 completely substituted out while .+'-foo' loses the '-foo'
15207
15208 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15209
15210 * config.sub ($os): Add -aout.
15211
15212 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
15213
15214 * configure: If host_makefile_frag is absolute, don't
15215 prefix ${invsubdir} (relevant to libg++ auto-configure).
15216
15217 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15218
15219 * Makefile.in (tooldir): Define it.
15220 (all-ld): Depend on all-flex.
15221
15222 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
15223
15224 * Makefile.in (check): Fix libg++ special case.
15225
15226 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
15227
15228 * configure: do not bury `pwd` into config.status, thus do fewer
15229 pwd's.
15230
15231 * configure: print the "Building in" message only when building in
15232 other than "." AND verbose.
15233
15234 * configure: remove -s, rework -v to better accomodate guested
15235 configures.
15236
15237 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15238
15239 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
15240
15241 * Makefile.in: macroize flags passed on recursion. remove
15242 fileutils.
15243
15244 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
15245
15246 * configure: get makesrcdir right for subdirs deeper than 1.
15247
15248 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15249 install.
15250
15251 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
15252
15253 * Makefile.in: don't print subdir_do or recursion lines.
15254
15255 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
15256
15257 * standards.texi: added menu item.
15258
15259 * Makefile.in: build and install standards.info.
15260
15261 * standards.texi: new file.
15262
15263 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15264
15265 * configure: test for and move config.status pieces from
15266 ${subdir}/.
15267
15268 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
15269
15270 * configure: Test for existance of files before trying to mv
15271 them, to avoid numerous non-existance messages.
15272
15273 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
15274
15275 * configure: correct final line of config.status.
15276
15277 * configure: patch from eggert. Avoids a protection problem if
15278 the original Makefile.in is read only.
15279
15280 * configure: use move-if-change from gcc to create config.status.
15281 Some makefiles depend on config.status to tell if a directory
15282 has been reconfigured for a different host. This change
15283 prevents those directories from remaking everything in the case
15284 where the reconfig was only intended to rebuild a Makefile.
15285
15286 * configure: test for config.sub with "config.sub sun4" rather
15287 than "config.sub ${host_alias}". Otherwise we can't tell a bad
15288 host alias from a missing config.sub.
15289
15290 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15291
15292 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15293 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
15294
15295 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
15296
15297 * configure: mkdir ${subdir} as needed.
15298
15299 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
15300
15301 * Makefile.in,configure.in: added autoconf.
15302
15303 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15304
15305 * Makefile.in: no longer pass against on recursion.
15306
15307 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15308 definitions are not inherited.
15309
15310 * configure: correct makesrcdir when subdir is .
15311
15312 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
15313
15314 * configure: Add support for 'subdirs' variable, which is
15315 like 'configdirs', except that configure doesn't re-invoke
15316 itself for subdirs, it just creates a Makefile for each subdir.
15317 * configure.texi: Document subdirs.
15318
15319 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15320
15321 * configure.in: added flex to configdirs
15322
15323 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
15324
15325 * Makefile.in: remove clean-stamps from clean.
15326
15327 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
15328
15329 * configure.in: Add gdbtest to configdirs.
15330
15331 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
15332
15333 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
15334 to recursive makes.
15335 * configure.in: Recognize new ncr3000 config.
15336
15337 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
15338
15339 * Makefile.in, configure.in: removed references to gdbm.
15340
15341 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
15342
15343 * config.sub: Don't canonicalize os value
15344 newsos* to bsd (readline needs to check for newsos).
15345 (This fix was earlier made Jan 31, but got re-broken.)
15346
15347 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
15348
15349 * configure.in: sco is an os, not a vendor!
15350
15351 * configure: Quote $( better. Keep various shells happy.
15352
15353 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
15354
15355 * Makefile.in: eliminate stamp-files.
15356
15357 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
15358
15359 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
15360 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15361
15362 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
15363
15364 * config.sub: fix iris/iris3.
15365
15366 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
15367
15368 * configure: re-add -rm.
15369
15370 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
15371
15372 * Maskefile.in: add .stmp-rcs to all.
15373
15374 * configure.in: remove gas from rs6000 build, use aix host fragment.
15375
15376 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
15377
15378 * configure: pass down site_option during recursion.
15379
15380 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
15381
15382 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
15383
15384 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
15385
15386 * configure: Change exec_prefix so that it really defaults to prefix.
15387
15388 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
15389
15390 * Makefile.in, configure.in: Add support for mmalloc library.
15391
15392 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
15393
15394 * Makefile.in: add stmp dependencies for a few more things.
15395
15396 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
15397
15398 * configure: adjusted error message on objdir/srcdir configure
15399 collision, per john's suggestion.
15400
15401 * Makefile.in: add libiberty stmp to all and all.cross.
15402
15403 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
15404
15405 * Makefile.in: remove force dependencies, add grep to all.
15406
15407 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
15408
15409 * Makefile.in: drop flex. make stamp files work.
15410
15411 * configure: added test for conflicting configuration in srcdir,
15412 remove trailing slashes from srcdir. Otherwise emacs gdb mode
15413 gets cranky. use relative paths for configure and srcdir
15414 whenever possible. Send some error messages to stderr that were
15415 going to stdout.
15416
15417 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
15418
15419 * Makefile.in: Fix libg++ rule to check for gcc directory
15420 before using gcc/gcc. Also pass XTRAFLAGS.
15421
15422 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
15423
15424 * Makefile.in: added stmp-files so that directories aren't polled
15425 when they are already built.
15426
15427 * configure.texi: fixed a node pointer problem.
15428
15429 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
15430
15431 * config.sub configure.in gdb/configure.in
15432 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15433 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15434 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
15435
15436 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15437
15438 * configure: -recurring becomes -silent. corrected help message
15439 for -site= option.
15440
15441 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15442
15443 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15444
15445 * configure: when building Makefile for crosses, replace
15446 tooldir and program_prefix. default srcdir from location of
15447 config.sub. remove "for host in hosts" and "for target in
15448 targets" loops.
15449
15450 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15451
15452 * Makefile.in: Do not pass bindir or mandir to cvs.
15453
15454 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
15455
15456 * Makefile.in, configure.in: removed traces of namesubdir,
15457 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
15458 copyrights to '92, changed some from Cygnus to FSF.
15459
15460 * configure.texi: remove most references to multiple hosts,
15461 multiple targets, subdirs, etc.
15462
15463 * configure.man: removed rcsid. reference config.sub not
15464 config.subr.
15465
15466 * Makefile.in: mkdir $(infodir) on install-info.
15467
15468 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
15469
15470 * configure.texi: Explain better about .gdbinit and about
15471 the environment that configure.in sections run in.
15472
15473 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
15474
15475 * configure.in: Ultrix is only a decstation if it's a MIPS.
15476
15477 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
15478
15479 * README: DOC.configure => cfg-paper.texi.
15480
15481 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
15482
15483 * config.sub (near case $os): Don't convert newsos* to bsd!
15484
15485 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
15486
15487 * Makefile.in: Reinstall change from gdb-4.3 that reduces
15488 the number of copies of COPYING that go into the GDB tar file.
15489
15490 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
15491
15492 * bfd/configure.in, gdb/config/mh-i386sco,
15493 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15494 Fix SCO configuration stuff.
15495
15496 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
15497
15498 * Makefile.in: For libg++, make sure the -I pointing
15499 to the gcc directory goes *after* all the libg++-local -I flags.
15500 Also, move just-gcc dependency from just-libg++ to all-libg++.
15501
15502 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
15503
15504 * configure: Change -x to -f to keep Ultrix /bin/test happy.
15505
15506 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
15507
15508 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
15509
15510 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
15511
15512 * config.sub: Add stratus configuration frags. Also
15513 submitted to FSF.
15514
15515 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
15516
15517 * Makefile.in (DEV_SUPPORT): add configure.man.
15518
15519 * config.sub(Decode manufacturer-specific): add -none*.
15520
15521 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
15522
15523 * Makefile.in: remove form feeds to make Sun's make happy.
15524 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
15525
15526 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
15527
15528 * Makefile.in (AR_FLAGS): Make quieter.
15529
15530 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
15531
15532 * configure.in: Add libg++.
15533 * configure: When verbose, don't output the command line at each
15534 level; it will be unremarkably the same as the previous version,
15535 which will be the same as what the user typed.
15536
15537 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
15538
15539 * configure.in, Makefile.in: fix clean-info, add flex. add
15540 fileutils.
15541
15542 * configure: be less sensitive to spaces in Makefile.in. Do not
15543 look for sources in "..". Doing so breaks subdirectories that
15544 might have their own configure. If a subdir has it's own
15545 configure script, use it.
15546
15547 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
15548
15549 * cfg-paper.texi: some changes suggested by rms.
15550
15551 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
15552
15553 * config.sub: Merge in some small additions from the FSF version,
15554 taken from the gcc distribution, to bring the Cygnus and FSF
15555 versions into closer sync.
15556
15557 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
15558
15559 * configure.in: Changed svr4 references to sysv4.
15560
15561 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
15562
15563 * configure: added -V for version number option.
15564
15565 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
15566
15567 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
15568 renamed from DOC.configure to cfg-paper.texi.
15569
15570 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15571
15572 * configure, config.subr, config.sub: config.subr is now
15573 config.sub again.
15574
15575 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
15576
15577 * configure.texi: new file, in progress.
15578
15579 * Makefile.in: build info file and install the man page for
15580 configure.
15581
15582 * configure.man: new file, first cut.
15583
15584 * configure: find config.subr again now that configuration "none"
15585 has gone. removed all traces of the -ansi option. removed all
15586 traces of the -languages option.
15587
15588 * config.subr: resync from rms.
15589
15590 1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
15591
15592 * configure, config.sub, config.subr: merge config.sub into
15593 config.subr, call the result config.subr, remove config.sub, use
15594 config.subr.
15595
15596 * Makefile.in: revised install for dir.info.
15597
15598 1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
15599
15600 * configure.in: add decstation host makefile frag.
15601
15602 * Makefile.in: BISON now bison -y again. also install-gcc on
15603 install. clean-gdbm on clean. infodir belongs in datadir.
15604 Make directories for info install. Build dir.info here then
15605 install it.
15606
15607 1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
15608
15609 * Makefile.in: fix for bad directory tests.
15610
15611 1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
15612
15613 * configure: \{1,2\} appears to be a sysv'ism. Use a different
15614 regexp. -srcdir relative was being handled incorrectly.
15615
15616 * Makefile.in: unwrapped some for loops so that parallel makes
15617 work again and so one can focus one's attention on a particular
15618 package.
15619
15620 1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
15621
15622 * configure: added PWD as a stand in for `pwd` (for speed). use
15623 elif wherever possible. make -srcdir work without -objdir.
15624 -objdir= commented out.
15625
15626 1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
15627
15628 * configure: +options become --options. -subdirs commented out.
15629 added -host, -datadir. Renamed -destdir to -prefix. Comment in
15630 Makefile now at top of generated Makefile. Removed cvs log
15631 entries. added -srcdir. create .gdbinit only if there is one
15632 in ${srcdir}.
15633
15634 * Makefile.in: idestdir and ddestdir go away. Added copyrights
15635 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
15636 and mandir now keyed off datadir by default.
15637
15638 1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
15639
15640 * Freshly created ChangeLog.
15641
15642 \f
15643 Local Variables:
15644 mode: change-log
15645 left-margin: 8
15646 fill-column: 76
15647 version-control: never
15648 End:
This page took 0.397231 seconds and 4 git commands to generate.