PR tdep/17379: Fix internal-error when stack pointer is invalid.
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
b25b5cef
CJW
12014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
2 * configure: Disable gdb for nds32*-*-* until supported.
3 * configure.ac: Disable gdb for nds32*-*-* until supported.
4
f8797b5a
JB
52014-09-05 Joel Brobecker <brobecker@adacore.com>
6
7 * configure: Regenerate.
8
2536ee9d
WN
92014-08-27 Will Newton <will.newton@linaro.org>
10
11 * src-release.sh: New file.
12 * src-release: Remove file.
13
1f995db6
JS
142014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
15
16 GDB not supported for or1k*-*-rtems*
17 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
18 of the stanzas results in this not being caught by or1k*-*-* later.
19 * configure. Regenerated.
20
a843ea33
SB
212014-07-25 Samuel Bronson <naesten@gmail.com>
22
23 * .gitattributes: New file for use with git-merge-changelog.
24
cfbc1a6c
JS
252014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
26
27 Disable gdb for or1k*-*-* until supported
28 * configure.ac (or1k*-*-*): Disable gdb.
29 * configure: Regenerated.
30
d9e042ac
SL
312014-05-14 Sandra Loosemore <sandra@codesourcery.com>
32
33 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
34 * configure: Regenerated.
35
201f096f 362014-03-26 Jakub Jelinek <jakub@redhat.com>
37
38 PR sanitizer/56781
39 * Makefile.def: Set bootstrap=true; for host fixincludes.
40 * configure.ac: Don't bootstrap host fixincludes unless
41 --with-build-config=bootstrap-{a,ub}san.
42 * Makefile.in: Regenerated.
43 * configure: Regenerated.
44
730af8ee 452014-03-21 Jakub Jelinek <jakub@redhat.com>
46
47 * configure.ac: Move BUILD_CONFIG set up earlier. Add
48 --enable-vtable-verify option parsing. Don't add
49 target-libsanitizer to bootstrap_target_libs unless
50 --with-build-config=bootstrap-asan or
51 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
52 to bootstrap_target_libs unless --enable-vtable-verify.
53 * configure: Regenerated.
54
abca8d87 552014-03-07 Jakub Jelinek <jakub@redhat.com>
56
57 PR bootstrap/58572
58 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
59 -I for libstdc++-v3 includes if $(LEAN).
60 * Makefile.in: Regenerated.
61
68d122bb 622014-02-24 Walter Lee <walt@tilera.com>
63
64 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
65 (tilegx-*-*): Change to tilegx*-*-*.
66 * configure: Regenerate.
67
39d1b2ae
RS
682014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
69
70 * config.sub, config.guess: Import from upstream.
71
50f80006
EB
722014-04-04 Eric Botcazou <ebotcazou@adacore.com>
73
74 PR bootstrap/60620
75 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
76 * Makefile.in: Regenerate.
77
a6305403
YS
782014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
79
80 * Makefile.def (dependencies): Make all-ld depend on all-binutils
81 for WINDRES_FOR_TARGET in default-manifest.o rule.
82 * Makefile.in: Regenerate.
83
62a0f723
RO
842014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
85
86 PR target/59788
87 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
88 *solaris2*.
89
530e8392
KB
902013-12-19 Keven Boell <keven.boell@intel.com>
91
92 * cp-namespace.c (cp_lookup_nested_symbol): Enable
93 nested lookups for fortran modules.
94 * dwarf2read.c (read_module): Add fortran module to
95 the symbol table.
96 (add_partial_symbol, add_partial_module): Add fortran
97 module to the partial symbol table.
98 (new_symbol_full): Create full symbol for fortran module.
99 * f-exp.y (yylex): Add new module domain to be parsed.
100 * symtab.h: New domain for fortran modules.
101
7f9b20bb
KB
1022013-12-19 Keven Boell <keven.boell@intel.com>
103
104 * f-exp.y (yylex): Add domain array to enable lookup
105 in multiple domains. Loop over lookup domains and try
106 to find requested symbol. Add STRUCT_DOMAIN to lookup
107 domains to be able to query for user defined types.
108
afc0578d 1092013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
110
111 * configure.ac: Add user-friendly check for native x86_64-linux
112 multilibs.
113 * configure: Regenerate.
114
f3f51a69
AM
1152013-11-23 Alan Modra <amodra@gmail.com>
116
117 * config.sub, config.guess: Import from upstream.
118
2440009d 1192013-11-07 Thomas Schwinge <thomas@codesourcery.com>
120
2440009d 121 * Makefile.in: Regenerate.
122
e78e02e6 123 * Makefile.tpl: Fix typo.
124 * Makefile.in: Regenerate partially.
125
9aaf2a7e 1262013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
127
128 * configure.ac: Added libcilkrts to noconfig list when C++ is not
129 supported.
130 * configure: Regenerated.
131
880b18d1 1322013-10-30 Jason Merrill <jason@redhat.com>
133
134 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
135 --disable-build-format-warnings.
136
522e3d71 1372013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
138
f3f51a69 139 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
522e3d71 140 depend on libstdc++ and libgcc.
141 * configure: Regenerate.
142 * configure.ac: Added libcilkrts to target binaries. Also, restrict
143 libcilkrts for POSIX and i*86, and x86_64 architectures.
144 * Makefile.in: Added libcilkrts related fields to support building it.
145
cb49a9e1 1462013-10-26 Jeff Law <law@redhat.com>
147
148 * Makefile.def (target_modules): Remove libmudflap
149 (languages): Remove check-target-libmudflap).
150 * Makefile.in: Rebuilt.
151 * Makefile.tpl (check-target-libmudflap-c++): Remove.
152 * configure.ac (target_libraries): Remove target-libmudflap.
153 Remove checks which disabled libmudflap on some systems.
154 * configure: Rebuilt.
155 * libmudflap: Directory removed.
156
82033c9b
JBG
1572013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
158
159 * configure.ac: Update from GCC.
160 * configure: Regenerate.
161
b50d7605
HPN
1622013-10-15 Hans-Peter Nilsson <hp@axis.com>
163
164 * src-release (do-proto-toplevel): Support subdir-path-prefixed
165 files in SUPPORT_FILES.
166 (SIM_SUPPORT_DIRS): New variable.
167 (sim.tar.bz2): New rule.
168
f4cfb980
JBG
1692013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
170
171 * configure.ac: Update from GCC.
172 * configure: Regenerate.
173
78b1434c
JJ
1742013-10-01 Jeff Johnston <jjohnstn@redhat.com>
175
176 * COPYING.NEWLIB: Update with new copyright.
177
b3fc79f8
JBG
1782013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
179
180 * configure.ac: Update from GCC.
181 * configure: Regenerate.
182
cc9afea3
AM
1832013-09-20 Alan Modra <amodra@gmail.com>
184
185 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
186 ppc host match. Support little-endian powerpc linux hosts.
187
f006cabd
JB
1882013-08-16 Joel Brobecker <brobecker@adacore.com>
189
190 * src-release (VER): When using $(TOOL)/common/create-version.sh,
191 strip the "-cvs" suffix from the version number if present.
192
95e43135
JBG
1932013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
194
195 * configure.ac: Sync with GCC repo.
196 * Makefile.def: Ditto.
197 * configure: Regenerate.
198 * Makefile.in: Ditto.
199
7539e41e
JB
2002013-07-22 Joel Brobecker <brobecker@adacore.com>
201
202 * src-release (VER): Use $(TOOL)/common/create-version.sh
203 if it exists.
204
e8044f35
RS
2052013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
206
207 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
208 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
209 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
210 * configure: Regenerate.
211
7bab7634
DC
2122013-06-01 George Thomas <george.thomas@atmel.com>
213
95e43135
JBG
214 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
215 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
7bab7634 216
b5364c9e
JJ
2172013-05-06 Sandra Loosemore <sandra@codesourcery.com>
218
219 * COPYING.NEWLIB: Add Altera Corporation copyright.
220
5dad867c
JBG
2212013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
222
223 * config.guess: Update from config repo.
224 * config.sub: Ditto.
225
b836cb18
JBG
2262013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
227
228 * Makefile.def: Sync with GCC.
229 * Makefile.in: Regenerate.
230
e7d5abf1
JBG
2312013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
232
233 * configure.ac: Sync with GCC.
b836cb18 234 * configure: Regenerate.
e7d5abf1 235
4f778543
MF
2362013-03-22 Mike Frysinger <vapier@gentoo.org>
237
238 * src-release (VER): Change bfd/configure.in sed to use the new
239 `bfd/configure --version` output.
240
f1dd87fc
YZ
2412013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
242
243 * configure.ac: Sync with GCC repo.
244 * configure: Ditto.
245
a413f71a
ILT
2462013-02-05 Ian Lance Taylor <iant@google.com>
247
248 PR go/55969
249 * configure.ac: Disable libgo on some systems where it does not
250 work.
251 * configure: Rebuild.
252
3a98824c
AM
2532013-02-05 Alan Modra <amodra@gmail.com>
254
255 * configure: Regenerate after syncing config/.
256
3dae1673
JBG
2572013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
258
259 * configure.ac: Sync with GCC repo.
260 * configure: Ditto.
261 * Makefile.def: Ditto.
262 * Makefile.in: Ditto.
263
bf51454b
JB
2642013-01-11 Joel Brobecker <brobecker@adacore.com>
265
266 Sync with GCC, merge:
267
268 2013-01-09 Jason Merrill <jason@redhat.com>
269
270 * .gitignore: Import from gdb repository.
271
c841a2be
JBG
2722013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
273
274 * config.sub: Update from config repo.
275
d7b9dae9
EB
2762013-01-11 Eric Botcazou <ebotcazou@adacore.com>
277
278 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
279 * Makefile.in: Regenerate.
280
861ea9c8
L
2812013-01-09 H.J. Lu <hongjiu.lu@intel.com>
282
283 * Makefile.def (configure-gcc): Depend on all-gmp.
284 (all-gcc): Remove dependency on all-gmp.
285 * Makefile.in: Regenerated.
286
ce82b126
JBG
2872013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
288
1b4f418d 289 * config.guess: Update from config repo.
c2e5e6d7 290 * config.sub: Ditto.
ce82b126 291
fd62a30d
JJ
2922013-01-07 Jeff Johnston <jjohnstn@redhat.com>
293
294 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
295 exists and replace the new bfin license in its location.
296
0140d685
L
2972013-01-07 H.J. Lu <hongjiu.lu@intel.com>
298
299 PR gas/14899
300 * Makefile.def (dependencies): Make all-binutils, all-gprof,
301 all-ld and all-gold depend on all-gas.
302 * Makefile.in: Regenerated.
303
c3d399e7
L
3042012-12-29 Ben Elliston <bje@gnu.org>
305
306 * config.guess: Update to 2012-12-29 version.
307 * config.sub: Likewise.
308
9417cd2f
JBG
3092012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
310
311 * Makefile.def (install-target-libgo): Depend on
312 install-target-libatomic. Merged from GCC repo.
313 * Makefile.in: Regenerate.
314
68dad382
JJ
3152012-12-17 Jeff Johnston <jjohnstn@redhat.com>
316
317 * COPYING.LIBGLOSS: Add license for bfin libgloss.
318
2344b8da
TS
3192012-12-16 Thomas Schwinge <thomas@codesourcery.com>
320
321 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
322 * configure: Regenerate.
323
5eb08693
L
3242012-12-11 H.J. Lu <hongjiu.lu@intel.com>
325
326 * Makefile.def (target_modules): Add bootstrap=true and
327 raw_cxx=true to libsanitizer.
328 * configure.ac (bootstrap_target_libs): Add libsanitizer.
329 * Makefile.in: Regenerated.
330 * configure: Likewise.
331
53ab32d8
JBG
3322012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
333
334 * config.sub: Merge from config repo.
335
d2489204
JBG
3362012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
337
338 * configure.ac: Merge from GCC.
c2e5e6d7
JBG
339 * Makefile.tpl: Ditto.
340 * Makefile.in: Ditto.
341 * configure: Ditto.
d2489204 342
c23b5043
JBG
3432012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
344
345 * configure.ac (noconfigdirs): Merge from GCC.
346 * configure: Regenerate.
347
1dd1f7f6
JBG
3482012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
349
350 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
351
2bda3143
L
3522012-11-14 Roland McGrath <mcgrathr@google.com>
353
354 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
355 * configure: Regenerate.
356
5286fdef
L
3572012-11-13 Richard Henderson <rth@redhat.com>
358
359 * configure.ac: Move libsanitizer logic to subdirectory.
360 * configure: Regenerate.
361
3622012-11-13 Dodji Seketeli <dodji@redhat.com>
363
364 * configure.ac: Enable libsanitizer just on x86 linux for now.
365 * configure: Re-generate.
366
3672012-11-13 David Edelsohn <dje.gcc@gmail.com>
368
369 * configure.ac: Merge libquadmath sections.
370 * configure: Regenerate.
371
3722012-11-12 Wei Mi <wmi@google.com>
373
374 * configure.ac: Add libsanitizer to target_libraries.
375 * Makefile.def: Ditto.
376 * configure: Regenerate.
377 * Makefile.in: Regenerate.
378
f66a9a70
L
3792012-11-03 H.J. Lu <hongjiu.lu@intel.com>
380
381 * configure: Regenerated.
382
3832012-11-03 Robert Mason <rbmj@verizon.net>
384
385 * configure.ac: add --disable-libstdcxx configure option
386 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
387
6d94c122
CV
3882012-10-24 Corinna Vinschen <corinna@vinschen.de>
389
390 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
391 against Mingw64 w32api.
392 * configure: Regenerate.
393
a882be68
EB
3942012-10-23 Eric Botcazou <ebotcazou@adacore.com>
395
396 PR bootstrap/54820
397 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
398 * configure: Regenerate.
399
b3676d82
EB
4002012-10-22 Eric Botcazou <ebotcazou@adacore.com>
401
402 PR bootstrap/54820
403 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
404 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
405 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
406 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
407 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
408 * Makefile.in: Regenerate.
409 * configure.ac (have_static_libs): New variable and associated check.
410 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
411 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
412 * configure: Regenerate.
413
7b0e8ca5
MF
4142012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
415
416 * config.guess, config.sub: Include updated version from
417 config-patches. Adds microblaze little endian support.
418
8e71395b
L
4192012-09-28 Ian Lance Taylor <iant@google.com>
420
421 * Makefile.def: Make all-target-libgo depend on
422 all-target-libbacktrace.
423 * Makefile.in: Rebuild.
424
4252012-09-26 Ian Lance Taylor <iant@google.com>
426
427 * Makefile.def: Make all-gcc depend on all-libbacktrace.
428 * Makefile.in: Rebuild.
429
4302012-09-06 Diego Novillo <dnovillo@google.com>
431
432 * configure.ac: Bump minimum GMP version to 4.2.3.
433 * configure: Re-generate.
434
4352012-09-05 Georg-Johann Lay <avr@gjlay.de>
436
437 PR target/54461
438 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
439 target-libgloss if not configured --with-avrlibc=no.
440 * configure: Regenerate.
441
4422012-09-04 Jason Merrill <jason@redhat.com>
443
444 * configure.ac: Fix --enable-languages=all.
445
4462012-09-03 Richard Guenther <rguenther@suse.de>
447
448 PR bootstrap/54138
449 * configure.ac: Re-organize ISL / CLOOG checks to allow
450 disabling with either --without-isl or --without-cloog.
451 * configure: Regenerated.
452
4532012-09-03 Georg-Johann Lay <avr@gjlay.de>
454
455 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
456 * configure: Regenerate.
457
d09bbf00
SE
4582012-09-21 Steve Ellcey <sellcey@mips.com>
459
460 * configure.ac: Add mips*-mti-elf* target.
461 * configure: Regenerate.
462
2bf680c4
ILT
4632012-09-19 Ian Lance Taylor <iant@google.com>
464
465 * configure.ac (host_libs): Add libbacktrace.
466 (target_libraries): Add libbacktrace.
467 * Makefile.def (host_modules): Add libbacktrace.
468 (target_modules): Likewise.
469 * configure, Makefile.in: Rebuild.
470
5c0b3823
WL
4712012-09-15 Jiong Wang <jiwang@tilera.com>
472
473 * configure.ac (ENABLE_GOLD): support tilegx*
474 * configure: rebuild
475
1488e230
DE
4762012-09-14 David Edelsohn <dje.gcc@gmail.com>
477
478 PR target/38607
479 Merge upstream change.
480 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
481
482 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
483 Add libgomp*.o to compare_exclusions for AIX.
484 * configure: Regenerate.
485
df6795ce
L
4862012-08-26 H.J. Lu <hongjiu.lu@intel.com>
487
488 PR binutils/4970
489 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
490 and opcodes.
491 * Makefile.in: Regenerated.
492
7ec59b9e
L
4932012-08-14 Diego Novillo <dnovillo@google.com>
494
495 Merge from cxx-conversion branch.
496
497 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
498 POSTSTAGE1_CONFIGURE_FLAGS.
499 * Makefile.in: Regenerate.
500 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
501 Force C++ when bootstrapping.
502 * configure: Regenerate.
503
5042012-07-06 Richard Guenther <rguenther@suse.de>
505
506 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
507 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
508 --with-gmp=system.
509 * Makefile.in: Regenerated.
510 * configure: Likewise.
511
5122012-07-06 Richard Guenther <rguenther@suse.de>
513
514 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
515 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
516 supply V=1 as extra_make_flags.
517 * configure: Regenerated.
518 * Makefile.in: Likewise.
519
5202012-07-03 Richard Guenther <rguenther@suse.de>
521
522 * Makfile.def (isl): Remove not necessary extra_exports and
523 extra_make_flags.
524 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
525 * Makefile.in: Regenerated.
526
5272012-07-03 Richard Guenther <rguenther@suse.de>
528
529 * Makefile.def (cloog): Add V=1 to extra_make_flags.
530 * configure.ac: If either the ISL or the CLooG check failed
531 do not try to build in-tree versions.
532 * Makefile.in: Regenerated.
533 * configure: Regenerated.
534
5352012-07-02 Richard Guenther <rguenther@suse.de>
536 Michael Matz <matz@suse.de>
537 Tobias Grosser <tobias@grosser.es>
538 Sebastian Pop <sebpop@gmail.com>
539
540 * Makefile.def: Add ISL host module, remove PPL host module.
541 Adjust ClooG host module to use the proper ISL.
542 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
543 * configure.ac: Include config/isl.m4. Add ISL host library,
544 remove PPL. Remove PPL configury, add ISL configury, adjust
545 ClooG configury.
546 * Makefile.in: Regenerated.
547 * configure: Likewise.
548
5492012-07-02 Richard Guenther <rguenther@suse.de>
550
551 Merge from graphite branch
552 2011-07-21 Tobias Grosser <tobias@grosser.es>
553
554 * configure: Regenerated.
555 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
556 both cloog.org and legacy versions. The only supported version will
557 be CLooG with the isl backend.
558
559 2011-07-21 Tobias Grosser <tobias@grosser.es>
560
561 * configure: Regenerated.
562 * configure.ac: Require cloog isl 0.17.0
563
564 2011-07-21 Tobias Grosser <tobias@grosser.es>
565
566 * configure: Regenerated.
567 * config/cloog.m4: Do not define CLOOG_ORG
568
5692012-06-29 Steven Bosscher <steven@gcc.gnu.org>
570
571 * configure.ac: Skip C if explicitly selected.
572 * configure: Regenerate.
573
5742012-06-28 Christophe Lyon <christophe.lyon@st.com>
575
576 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
577 they contain -O2.
578 * configure: Regenerate.
579
5802012-06-20 Jason Merrill <jason@redhat.com>
581
582 * Makefile.tpl (check-target-libgomp-c++): New.
583 (check-target-libitm-c++): New.
584 * Makefile.def (c++): Add them.
585 * Makefile.in: Regenerate.
586
5872012-05-16 Olivier Hainque <hainque@adacore.com>
588
589 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
590 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
591 (install-no-fixedincludes): Adjust accordingly.
592 * Makefile.in: Regenerate.
593
5942012-05-09 Nick Clifton <nickc@redhat.com>
595 Paul Smith <psmith@gnu.org>
596
597 PR bootstrap/50461
598 * configure.ac (mpfr-dir): When using in-tree MPFR sources
599 allow for the fact that from release v3.1.0 of MPFR the source
600 files were moved into a src sub-directory.
601 * configure: Regenerate.
602
6032012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
604
605 * configure.ac: Bump minimum MPFR version to 2.4.0.
606 * configure: Regenerated.
607
6082012-05-01 Richard Henderson <rth@redhat.com>
609
610 * Makefile.def (libatomic): New target_module.
611 * configure.ac (target_libraries): Add libatomic.
612 (noconfigdirs): Check if libatomic is supported.
613 * Makefile.in, configure: Rebuild.
614
f87f9c61
L
6152012-05-15 H.J. Lu <hongjiu.lu@intel.com>
616
617 Merge upstream change
618 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
619
6202011-11-21 Andreas Tobler <andreast@fgznet.ch>
621
622 * libtool.m4: Additional FreeBSD 10 fixes.
623
68f107fa
AO
6242012-06-28 Christophe Lyon <christophe.lyon@st.com>
625
626 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
627 they contain -O2.
628 * configure: Regenerate.
629
b9c361e0
JL
6302012-05-14 Catherine Moore <clm@codesourcery.com>
631
632 * NEWS: Mention PowerPC VLE port.
633
9eb322aa
MF
6342012-05-11 Mike Frysinger <vapier@gentoo.org>
635
636 * MAINTAINERS (config/): Move to intl/ section.
637 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
638
58b1dd21
NC
6392012-05-09 Nick Clifton <nickc@redhat.com>
640 Paul Smith <psmith@gnu.org>
641
642 PR bootstrap/50461
643 * configure.ac (mpfr-dir): When using in-tree MPFR sources
644 allow for the fact that from release v3.1.0 of MPFR the source
645 files were moved into a src sub-directory.
646 * configure: Regenerate.
647
2e702c99
RM
6482012-05-02 Roland McGrath <mcgrathr@google.com>
649
650 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
651 * configure: Regenerate.
652
d2213593
JB
6532012-04-25 Joel Brobecker <brobecker@adacore.com>
654
655 * config.sub: Update to 2012-04-18 version from official repo.
656
202e2356
NC
6572012-03-19 Tristan Gingold <gingold@adacore.com>
658
659 * configure.ac (ia64*-*-*vms*): Add support for ld.
660 * configure: Regenerate.
661
2479f722
RO
6622012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
663
664 * configure.ac (enable_libgomp): Remove *-*-irix6*.
665 (unsupported_languages): Remove mips-sgi-irix6.*.
666 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
667 (with_stabs): Remove.
668 * configure: Regenerate.
669
4e97d92b
RO
6702012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
671
672 * configure.ac (enable_libgomp): Remove *-*-osf*.
673 (with_stabs): Remove alpha*-*-osf*.
674 * configure: Regenerate.
675
f9ea6f98
JJ
6762012-03-09 Jeff Johnston <jjohnstn@redhat.com>
677
678 * COPYING.NEWLIB: Modify DJ Delorie license to include
679 modification rights in clause as permitted by DJ Delorie.
680 * COPYING.LIBGLOSS: Ditto.
681
48688b3e
JJ
6822012-03-09 Jeff Johnston <jjohnstn@redhat.com>
683
684 * COPYING.NEWLIB: Remove two unused licenses.
685
0945bbee
TG
6862012-03-05 Tristan Gingold <gingold@adacore.com>
687
688 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
689 * configure: Regenerate.
690
516be0c5
JJ
6912012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
692
693 * COPYING.NEWLIB: Add Adapteva notice.
694 * COPYING.LIBGLOSS: Add Adapteva notice.
695
64b986c0
EB
6962011-12-18 Eric Botcazou <ebotcazou@adacore.com>
697
698 * configure: Regenerate.
699
58cddc18
JJ
7002011-12-15 Jeff Johnston <jjohnstn@redhat.com>
701
702 * COPYING.LIBGLOSS: Add GPL with exception license.
703
b121d7d4
DD
7042011-11-09 Roland McGrath <mcgrathr@google.com>
705
706 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
707 * configure: Rebuild.
708 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
709 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
710 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
711 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
712 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
713 Add READELF.
714 * Makefile.in: Rebuild.
715
d32e2926
RH
7162011-11-08 Richard Henderson <rth@redhat.com>
717
718 * configure.ac: Test for libitm directory present first.
719
720 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
721
722 * configure.ac: Test libitm/configure.tgt to disable libitm.
723 * configure: Rebuild.
724
98dd765a
RO
7252011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
726
727 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
728 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
729 * Makefile.in: Regenerate.
730
99c513f6
DD
7312011-11-01 DJ Delorie <dj@redhat.com>
732
733 * configure.ac (rl78-*-*) New case.
734 * configure: Regenerate.
735
ff3ec4ee
DD
7362011-11-01 DJ Delorie <dj@redhat.com>
737
738 * config.sub: Update to version 2011-10-29 (added rl78)
739
c28a9f49
NC
7402011-10-27 Nick Clifton <nickc@redhat.com>
741
742 * config.sub: Import these changes from the config project:
743
a903d6ac 744 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
c28a9f49
NC
745 Ben Elliston <bje@gnu.org>
746
747 * config.sub (epiphany): New.
748
749 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
750 Ben Elliston <bje@gnu.org>
751
9eb322aa 752 * config.sub (hexagon, hexagon-*): New.
c28a9f49
NC
753
754 2011-08-23 Roland McGrath <mcgrathr@google.com>
755
756 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
757 64eb to be64.
758
759 2011-08-16 Roland McGrath <mcgrathr@google.com>
760
761 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
762 (nacl): Grok as alias for 32el-unknown-nacl.
763
860144e4
JB
7642011-08-19 Joel Brobecker <brobecker@adacore.com>
765
766 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
767
40ae9136
YQ
7682011-08-14 Yao Qi <yao@codesourcery.com>
769
770 Merge from gcc:
771
772 2011-08-14 Yao Qi <yao@codesourcery.com>
773 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
774 * configure: Regenerate.
775
ffdd6afc
ILT
7762011-07-26 Ian Lance Taylor <iant@google.com>
777
778 Merge from gcc:
779
780 2011-07-26 Ian Lance Taylor <iant@google.com>
781 * configure.ac: Set have_compiler based on whether gcc directory
782 exists, rather than on whether gcc is in configdirs.
783 * configure: Rebuild.
784
785 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
786 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
787 link directories.
788 * Makefile.in: Rebuild.
789
790 2011-07-20 Ian Lance Taylor <iant@google.com>
791 PR bootstrap/49787
792 * configure.ac: Move --enable-bootstrap handling earlier in file.
793 If --enable-bootstrap and either --enable-build-with-cxx or
794 --enable-build-poststage1-with-cxx, enable C++ automatically.
795 * configure: Rebuild.
796
797 2011-07-19 Ian Lance Taylor <iant@google.com>
798 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
799 make C++ a boot_language. Set and substitute
800 POSTSTAGE1_CONFIGURE_FLAGS.
801 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
802 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
803 * configure, Makefile.in: Rebuild.
804
805 2011-07-16 Jason Merrill <jason@redhat.com>
806 * Makefile.def (language=c++): Add check-c++0x and
807 check-target-libmudflap-c++.
808 * Makefile.tpl (check-target-libmudflap-c++): New.
809 * Makefile.in: Regenerate.
810
811 2011-07-16 Matthias Klose <doko@ubuntu.com>
812 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
813 * Makefile.def (target_modules/libjava): Pass
814 $(EXTRA_CONFIGARGS_LIBJAVA).
815 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
816 if not configured with --enable-static-libjava.
817 * Makefile.in: Regenerate.
818 * configure: Likewise.
819
820 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
821 PR regression/47836
822 PR bootstrap/23656
823 PR other/47733
824 PR bootstrap/49247
825 PR c/48825
826 * configure.ac (target_libraries): Remove target-libiberty.
827 Remove case-statement setting skipdirs=target-libiberty for
828 multiple targets. Remove checking target_configdirs and
829 removing target-libiberty but keeping target-libgcc if
830 otherwise empty.
831 * Makefile.def (target_modules): Don't add libiberty.
832 (dependencies): Remove all traces of target-libiberty.
833 * configure, Makefile.in: Regenerate.
834
9ccb86e7
JM
8352011-07-22 Jason Merrill <jason@redhat.com>
836
837 * Makefile.def (language=c++): Add check-c++0x and
838 check-target-libmudflap-c++.
839 * Makefile.tpl (check-target-libmudflap-c++): New.
840 * Makefile.in: Regenerate.
841
090bc50f
RO
8422011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
843
844 * configure: Regenerate.
845
cff32a7c
RO
8462011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
847
848 PR target/39150
849 * configure.ac (i[3456789]86-*-solaris2*): Also accept
850 x86_64-*-solaris2.1[0-9]*.
851 * configure: Regenerate.
852
eb4b2452
NC
8532011-06-13 Walter Lee <walt@tilera.com>
854
855 * configure.ac (tilepro-*-*) New case.
856 (tilegx-*-*): Likewise.
857 * configure: Regenerate.
858
3c0013bf
NC
8592011-06-06 Nick Clifton <nickc@redhat.com>
860
861 * config.sub: Sync from upstream.
862
91c1f14c
DK
8632011-05-08 Doug Kwan <dougkwan@google.com>
864
865 Merge from gcc:
866
867 2011-05-08 Doug Kwan <dougkwan@google.com>
868
869 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
870 * configure: Regenerated.
871 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
872 value from configure.
873 * Makefile.in: Regenerated.
874
c7e4b184
JM
8752011-05-05 Joseph Myers <joseph@codesourcery.com>
876
877 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
878 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
879 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
880 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
881 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
882 *-*-vxworks*): Disable newlib and libgloss in separate case
883 statement.
884 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
885 to separate case statement.
886 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
887 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
888 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
889 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
890 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
891 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
892 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
893 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
894 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
895 i[[3456789]]86-*-rdos*, m32r-*-*,
896 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
897 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
898 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
899 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
900 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
901 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
902 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
903 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
904 and libgloss in main case over targets. Remove most empty cases
905 in main case over targets.
906 * configure: Regenerate.
907
7152a690
JM
9082011-05-04 Joseph Myers <joseph@codesourcery.com>
909
910 * configure.ac: Remove code setting special library locations for
911 hppa*64*-*-hpux11*. Remove code setting compiler for
912 sparc-sun-solaris2*.
913 * configure: Regenerate.
914
ff46fb8f
JM
9152011-05-04 Joseph Myers <joseph@codesourcery.com>
916
917 * configure.ac: Separate libgloss_dir settings from general case
918 over targets.
919 * configure: Regenerate.
920
82ae827f
JM
9212011-04-28 Joseph Myers <joseph@codesourcery.com>
922
923 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
924 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
925 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
926 cases in libgcj-disabling case statement.
927 (hppa*64*-*-linux*): Set unsupported_languages instead of
928 disabling target-zlib.
929 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
930 to hppa*64*-*-hpux*.
931 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
932 hppa*-*-hpux*.
933 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
934 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
935 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
936 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
937 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
938 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
939 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
940 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
941 libgcj-disabling case statement.
942 * configure: Regenerate.
943
0827f9a6
JM
9442011-04-28 Joseph Myers <joseph@codesourcery.com>
945
946 * configure.ac: Disable Java for targets not supporting libffi.
947 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
948 Remove cases in Java-disabling statement.
949 (*arm-wince-pe): Change to arm-wince-pe.
950 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
951 cases in Java-disabling statement.
952 (bfin-*-*): Don't disable Java again.
953 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
954 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
955 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
956 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
957 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
958 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
959 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
960 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
961 Java-disabling statement.
962 (mmix-*-*): Don't disable Java again.
963 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
964 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
965 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
966 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
967 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
968 statement.
969 * configure: Regenerate.
970
899b04ef
JM
9712011-04-28 Joseph Myers <joseph@codesourcery.com>
972
973 Merge from GCC:
974
975 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
976
977 PR lto/48086
978 * configure.ac: Re-enable LTO on *-apple-darwin9*.
979 * configure: Regenerate.
980
9863d716
JM
9812011-04-28 Joseph Myers <joseph@codesourcery.com>
982
983 * configure.ac: Separate cases disabling Java and Java libraries
984 from general case over targets.
985 * configure: Regenerate.
986
a90ef4bf
JM
9872011-04-06 Joseph Myers <joseph@codesourcery.com>
988
989 * configure.ac (build_tools): Remove build-byacc.
990 (host_libs): Remove mmalloc.
991 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
992 autoconf automake libtool diff rcs fileutils shellutils time
993 textutils wdiff find uudecode hello tar gzip indent recode release
994 sed perl gawk findutils gettext zip.
995 (libgcj): Remove target-qthreads.
996 (target_tools): Remove target-examples target-gperf.
997 (YACC): Don't handle building byacc.
998 * configure: Regenerate.
999 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1000 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1001 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1002 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1003 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1004 handle building components.
1005 * Makefile.in: Regenerate.
1006
05a02268
RW
10072011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1008
1009 * config.sub: Sync from upstream.
1010
c5f5c3c2
JM
10112011-04-01 Joseph Myers <joseph@codesourcery.com>
1012
1013 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1014 (microblaze*): Don't disable libssp.
1015 * configure: Regenerate.
1016
f6c1938b
JM
10172011-04-01 Joseph Myers <joseph@codesourcery.com>
1018
1019 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1020 moveifchange.
1021 * configure: Regenerate.
1022 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1023 * Makefile.in: Regenerate.
1024
1f111696
JM
10252011-04-01 Joseph Myers <joseph@codesourcery.com>
1026
1027 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1028 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1029 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1030 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1031 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1032 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1033 md_exec_prefix cases.
1034 * configure: Regenerate.
1035
065a5627
JM
10362011-04-01 Joseph Myers <joseph@codesourcery.com>
1037
1038 * configure.ac: Separate cases disabling target-libssp,
1039 target-libiberty, target-libstdc++-v3 and Fortran from general
1040 case over targets.
1041 * configure: Regenerate.
1042
b2f14e4a
JM
10432011-04-01 Joseph Myers <joseph@codesourcery.com>
1044
1045 * configure.ac (*-*-chorusos): Don't disable libgcj.
1046 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1047 Remove case.
1048 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1049 (arm-*-coff): Don't disable libgcj.
1050 (arm*-*-linux-gnueabi): Remove useless assignment.
1051 (arm-*-riscix*): Don't disable libgcj.
1052 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1053 configuration.
1054 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1055 (c54x*-*-*): Remove case.
1056 (tic54x-*-*): Don't disable GCC or GCC libraries.
1057 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1058 to *.
1059 (d10v-*-*): Don't disable GCC libraries.
1060 (d30v-*-*): Don't disable libgcj.
1061 (h8500-*-*): Don't disable GCC libraries.
1062 (i960-*-*): Don't disable libgcj.
1063 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1064 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1065 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1066 libgcj.
1067 (m68k-*-coff*): Remove case.
1068 (mmix-*-*): Don't disable libgloss on host.
1069 (mn10200-*-*, mn10300-*-*): Remove cases.
1070 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1071 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1072 Don't disable libgcj.
1073 (romp-*-*): Remove case.
1074 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1075 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1076 case.
1077 (v810-*-*): Don't disable GCC libraries.
1078 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1079 (ip2k-*-*): Don't disable GCC libraries.
1080 * configure: Regenerate.
1081
6a608608
JM
10822011-03-28 Joseph Myers <joseph@codesourcery.com>
1083
1084 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1085 libffi on host.
1086 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1087 on host.
1088 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1089 * configure: Regenerate.
1090
5b806d27
NC
10912011-03-26 John Marino <binutils@marino.st>
1092
1093 * configure.ac: Add support for *-*-dragonfly*
1094 * configure: Regenerate.
1095
0377a422
JM
10962011-03-25 Joseph Myers <joseph@codesourcery.com>
1097
1098 * configure.ac (native_only): Remove.
1099 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1100 send-pr uudecode guile gnuserv on host.
1101 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1102 send-pr rcs guile perl texinfo libtool on host.
1103 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1104 automake send-pr rcs guile perl texinfo libtool on host.
1105 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1106 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1107 (alpha*-dec-osf*): Don't disable fileutils on target.
1108 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1109 texinfo send-pr expect dejagnu on target.
1110 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1111 target-qthreads on target.
1112 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1113 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1114 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1115 x86_64-*-mingw*): Don't disable expect on target.
1116 (*-*-cygwin*): Don't disable target-gperf on target.
1117 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1118 gnuserv on target.
1119 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1120 target.
1121 * configure: Regenerate.
1122
2354b38b
JM
11232011-03-25 Joseph Myers <joseph@codesourcery.com>
1124
1125 * configure.ac (target_tools): Remove target-groff.
1126 (native_only): Remove target-groff.
1127 (hppa*64*-*-*): Don't disable byacc.
1128 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1129 setting.
1130 (*-*-kaos*): Don't skip target-librx and target-groff.
1131 (*-*-netware*): Don't skip target-libmudflap.
1132 (*-*-tpf*): Don't skip target-libmudflap.
1133 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1134 directories on the host.
1135 (ia64*-*-*vms*): Don't skip tix.
1136 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1137 host.
1138 * configure: Regenerate.
1139
28d9b232
PB
11402011-03-24 Paolo Bonzini <pbonzini@redhat.com>
1141
1142 * configure.ac: Remove references to mt-mep, mt-netware,
1143 mt-wince.
1144 * Makefile.def: Add all-utils soft dependencies.
1145 * Makefile.tpl: Remove GDB_NLM_DEPS.
1146 * configure: Regenerate.
1147 * Makefile.in: Regenerate.
1148
dbbe5f95
PB
11492011-03-24 Paolo Bonzini <bonzini@gnu.org>
1150
1151 Sync from GCC:
1152
1153 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1154
1155 * configure.ac: Do not include mh-x86omitfp.
1156 * configure: Regenerate.
1157
1158 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1159
1160 * configure.ac: Remove empty cases.
1161 * configure: Regenerate.
1162
1163 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1164
1165 * Makefile.def: Add dependency from termcap to gdb.
1166 * Makefile.in: Regenerate.
1167
1168 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1169
1170 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1171 * configure: Regenerate.
1172 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1173 * Makefile.tpl: Likewise.
1174 * Makefile.in: Regenerate.
1175
1176 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1177
1178 * configure.ac: Remove all mentions of tentative_cc.
1179 * configure: Regenerate.
1180
1181 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
1182
1183 PR lto/48086
1184 * configure.ac: Re-enable LTO on *-apple-darwin9.
1185 * configure: Regenerate.
1186
3516a403
JM
11872011-03-24 Joseph Myers <joseph@codesourcery.com>
1188
1189 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1190 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1191 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1192 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1193 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1194 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1195 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1196 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1197 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1198 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1199 *-*-rhapsody*): Remove host cases.
1200 * configure: Regenerate.
1201
93cc359e
JM
12022011-03-24 Joseph Myers <joseph@codesourcery.com>
1203
1204 * configure.ac (ppc*-*-pe): Remove host case.
1205 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1206 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1207 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1208 cases.
1209 * configure: Regenerate.
1210
29b2c556
JM
12112011-03-24 Joseph Myers <joseph@codesourcery.com>
1212
1213 * config.sub: Update to version 2011-03-23.
1214
f0ff0f90
JM
12152011-03-22 Joseph Myers <joseph@codesourcery.com>
1216
1217 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1218 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1219 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1220 * configure: Regenerate.
1221
782cb41f
JM
12222011-03-22 Joseph Myers <joseph@codesourcery.com>
1223
1224 * config-ml.in: Don't handle arc-*-elf*.
1225 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1226 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1227 handle GCC libraries.
1228 * configure: Regenerate.
1229
0e8ad34f
RO
12302011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1231
1232 PR bootstrap/48120:
1233 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1234 Add -lstdc++ -lm to LIBS.
1235 * configure: Regenerate.
1236
5548b4ce
DE
12372011-03-18 David Edelsohn <dje.gcc@gmail.com>
1238
1239 * config.guess: Update to version 2011-02-02
1240 * config.sub: Update to version 2011-02-24
2e702c99 1241
86ed8cf6
SP
12422011-03-03 Sebastian Pop <sebastian.pop@amd.com>
1243
9eb322aa
MF
1244 * configure.ac: Adjust test of with_ppl.
1245 * configure: Regenerated.
86ed8cf6 1246
b123da99
SP
12472011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1248
1249 * configure.ac: Add -lpwl to ppllibs.
1250 * config/cloog.m4: Add -lisl to clooglibs.
1251 * configure: Regenerated.
1252
822ce8ee
RW
12532011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1254
1255 Import from Libtool and gnulib:
1256
1257 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
1258
1259 Prepare for supporting FreeBSD 10.
1260 * config.rpath: Remove handling of freebsd1* which soon would
1261 match FreeBSD 10.0.
1262
1263 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
1264
1265 Remove support for FreeBSD 1.x.
1266 * libtool.m4 (_LT_LINKER_SHLIBS)
1267 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1268 soon would incorrectly match FreeBSD 10.0.
1269
dcb5e506
RW
12702011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1271
1272 PR binutils/12283
1273 * MAINTAINERS (mkinstalldirs): Comes from Automake.
1274 (move-if-change): Comes from gnulib.
1275 * move-if-change: Import version from gnulib.
1276
8d8eef9a
RW
12772011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1278
1279 Sync from GCC:
1280
1281 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
1282
1283 PR lto/47225
1284 * Makefile.def (lto-plugin): Double dash for enable-shared.
1285 (configure-gcc): Depend on all-lto-plugin.
1286 * Makefile.in: Rebuilt.
1287
1288 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1289
1290 * configure.ac: Remove extra bracket.
1291 * configure: Regenerate.
1292
1293 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
1294
1295 PR lto/47225
1296 * Makefile.def: Add dependency for install-gcc
1297 on install-lto-plugin.
1298 * Makfile.in: Regenerated
1299
1300 2011-01-25 Jakub Jelinek <jakub@redhat.com>
1301
1302 * configure.ac: If with_ppl is no, move setting with_cloog=no
1303 after CLOOG_REQUESTED check.
1304 * configure: Regenerated.
1305
1306 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1307
1308 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1309 CLooG has been requested.
1310 * configure: Regenerated.
1311
1312 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1313
1314 * configure: Regenerated.
1315 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1316
1317 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1318
1319 * configure: Regenerated.
1320 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1321
1322 2011-01-07 Jan Hubicka <jh@suse.cz>
1323
1324 PR lto/47225
1325 * Makefile.in: Regenerate.
1326 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1327 configure.
1328
65b4571a
AO
13292011-01-31 Alexandre Oliva <aoliva@redhat.com>
1330
1331 PR libgcj/44341
1332 * configure.ac: Discard --with-* flags for host when configuring
1333 target libraries for cross build.
1334 * configure: Rebuilt.
1335
7837304f
AS
13362011-01-21 Andreas Schwab <schwab@redhat.com>
1337
1338 Sync from GCC:
1339
1340 2011-01-21 Andreas Schwab <schwab@redhat.com>
1341
1342 * configure.ac: Use AS_HELP_STRING throughout.
1343 * configure: Regenerate.
1344
1345 2011-01-18 Jie Zhang <jie.zhang@analog.com>
1346
1347 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1348 * configure: Regenerate.
1349
115ef890
RW
13502010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1351
1352 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1353
92c9a463
JB
13542011-01-13 Joel Brobecker <brobecker@adacore.com>
1355
1356 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1357 for ia64-hpux.
1358 * configure: Regenerate.
1359
887ebfb4
RW
13602011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1361
1362 Sync from GCC:
1363 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1364
1365 * configure.ac: (picochip): Disable libiberty.
1366 * configure: Regenerate.
1367
04d2c2b2
JJ
13682010-12-18 Jeff Johnston <jjohnstn@redhat.com>
1369
1370 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
1371
33d23ee8
ILT
13722010-12-10 Ian Lance Taylor <iant@google.com>
1373
1374 PR bootstrap/46819
1375 * configure.ac: For --disable-libgcj clear libgcj_saved.
1376 * configure: Rebuild.
1377
89a1e9c3
PB
13782010-12-10 Tobias Burnus <burnus@net-b.de>
1379
1380 PR fortran/46540
1381 * configure.ac: Add --disable-libquadmath and
1382 --disable-libquadmath-support.
1383 * configure: Regenerate.
1384
ac7bcd26
TG
13852010-12-10 Tristan Gingold <gingold@adacore.com>
1386
1387 * src-release (ETC_SUPPORT): add gnu-oids.texi
1388
d357cef7
HPN
13892010-12-03 Hans-Peter Nilsson <hp@axis.com>
1390
1391 PR libffi/46792
1392 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1393 * configure: Regenerate.
1394
4f11b223
ILT
13952010-12-02 Ian Lance Taylor <iant@google.com>
1396
1397 * configure.ac: Always set default for poststage1_ldflags to
1398 -static-libstdc++ -static-libgcc.
1399
989abc33
JJ
14002010-12-02 Jeff Johnston <jjohnstn@redhat.com>
1401
1402 * COPYING.NEWLIB: Add National Semiconductor notice.
1403
950386c6
AS
14042010-11-29 Andreas Schwab <schwab@redhat.com>
1405
1406 * configure.ac: Move comment to remove extra space in last argument
1407 of GCC_TARGET_TOOL.
1408
87cda2cf
AO
14092010-11-26 Alexandre Oliva <aoliva@redhat.com>
1410
7d509c83 1411 PR other/46026
87cda2cf
AO
1412 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1413 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1414 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1415 (BASE_FLAGS_TO_PASS): Use it.
1416 * configure: Rebuilt.
1417 * Makefile.in: Rebuilt.
1418
d3b50760
L
14192010-11-23 H.J. Lu <hongjiu.lu@intel.com>
1420
1421 PR binutils/12258
1422 * configure.ac: Correct comments for --enable-gold/--enable-ld.
1423 Properly check default linker.
1424 * configure: Regnerated.
1425
c7791212
NC
14262010-11-23 Matthias Klose <doko@ubuntu.com>
1427
1428 * configure.ac: For --enable-gold, handle value `default' instead of
1429 `both*'. New configure option --{en,dis}able-ld.
1430 * configure: Regenerate.
1431
9e1a94f4
ILT
14322010-11-20 Ian Lance Taylor <iant@google.com>
1433
1434 * configure.ac: Only disable a language library if no language needs
1435 it. Don't let --disable-libgcj uncondtionally disable libffi.
1436 * configure: Rebuild.
1437
ceca0218
PB
14382010-11-20 Paolo Bonzini <bonzini@gnu.org>
1439
1440 * configure: Regenerate.
1441
9b980aa1
RW
14422010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1443
1444 PR other/46202
1445 * configure.ac: Fix just-built in-tree STRIP name to be
1446 binutils/strip-new.
1447 * configure: Regenerate.
1448 * Makefile.def (install-strip-gcc, install-strip-binutils)
1449 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1450 (install-strip-sid): Mirror dependencies on non-strip variants
1451 of these targets on the respective -strip prerequisites.
1452 * Makefile.tpl (install-strip, install-strip-host)
1453 (install-strip-target): New targets.
1454 (install-strip-[+module+], install-strip-target-[+module+]):
1455 New targets.
1456 * Makefile.in: Regenerate.
1457
e552509b
ILT
14582010-11-19 Ian Lance Taylor <iant@google.com>
1459 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1460
1461 * configure.ac: Add target-libgo to target_libraries. Set
1462 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1463 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1464 (HOST_EXPORTS): Add GOC.
1465 (BASE_TARGET_EXPORTS): Add GOC.
1466 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1467 (GOCFLAGS_FOR_TARGET): New variable.
1468 (EXTRA_HOST_FLAGS): Add GOC.
1469 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1470 * Makefile.def (target_modules): Add libgo.
1471 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1472 (dependencies): Add dependency from configure-target-libgo to
1473 configure-target-libffi and all-target-libstdc++-v3. Add
1474 dependencies from all-target-libgo to all-target-libffi.
1475 (languages): Add go.
1476 * configure: Rebuild.
1477 * Makefile.in: Rebuild.
1478
14792010-11-19 Ian Lance Taylor <iant@google.com>
1480
1481 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1482 compiler/flag environment variables.
1483
14842010-11-18 Ian Lance Taylor <iant@google.com>
1485
1486 * configure.ac: Check for lang_requires_boot_languages in
1487 config-lang.in files.
1488 * configure: Rebuild.
1489
8c21d9c7
MF
14902010-11-17 Mike Frysinger <vapier@gentoo.org>
1491
1492 * .gitignore: New file.
1493
e552509b
ILT
14942010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1495 Tobias Burnus <burnus@net-b.de>
1496
1497 PR fortran/32049
1498 * Makefile.def: Add libquadmath; build it with language=fortran.
1499 * configure.ac: Add libquadmath.
1500 * Makefile.tpl: Handle multiple libs in check-[+language+].
1501 * Makefile.in: Regenerate.
1502 * configure: Regenerate.
1503
15042010-11-15 Andreas Schwab <schwab@redhat.com>
1505
1506 * configure.ac: Fix spelling in option names.
1507 * configure: Regenerated.
1508
15092010-11-13 Georg-Johann Lay <georgjohann@web.de>
1510
1511 PR bootstrap/39622
1512 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1513 * configure: Regenerated.
1514
15152010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1516
1517 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
1518 define the cloog backend to use. Furthermore, only pass the ppllibs to
1519 the configure checks, if necessary.
1520 * configure: Regenerate.
1521
15222010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1523
1524 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
1525 * configure: regenerate
1526
15272010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1528
1529 * config/cloog.m4: Fix typo. verison -> version.
1530 * configure: Regenerate.
1531
15322010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1533
1534 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
1535 * configure: Regenerate.
1536
15372010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1538
1539 * configure.ac: Support official CLooG.org versions.
1540 * configure: Regenerate.
1541 * config/cloog.m4: New.
1542
aa291e2d
ME
15432010-11-05 Michael Eager <eager@eagercon.com>
1544
1545 * COPYING.LIBGLOSS: Correct typo in microblaze.
1546 * COPYING.NEWLIB: Same.
1547
e552509b
ILT
15482010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1549
1550 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1551 * configure: Regenerate.
1552
74cea91b
DK
15532010-11-03 Ian Lance Taylor <iant@google.com>
1554 Dave Korn <dave.korn.cygwin@gmail.com>
1555
1556 PR lto/46273
1557 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
1558 and on other supported platforms whenever LTO is enabled.
1559 * configure: Rebuild.
1560
6d0cd39e
AM
15612010-11-02 Alan Modra <amodra@gmail.com>
1562
1563 PR binutils/12110
1564 * configure.ac: Error when source path contains spaces.
1565 * configure: Regenerate.
1566
18a8530e
ILT
15672010-10-20 Ian Lance Taylor <iant@google.com>
1568
1569 * Makefile.def (target_modules): Set lib_path to src/.libs for
1570 libstdc++-v3 module.
1571 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1572 * Makefile.in: Rebuild.
1573
6ed3211e
JJ
15742010-10-08 Bernd Schmidt <bernds@codesourcery.com>
1575 Joseph Myers <joseph@codesourcery.com>
1576
1577 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
1578 notices.
1579 * COPYING.NEWLIB: Add Texas Instruments notice.
1580
a8eb3f0a
DK
15812010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
1582
1583 * configure.ac (build_lto_plugin): New shell variable.
1584 (--enable-lto): Turn on by default for all non-ELF platforms that
1585 have had LTO support added so far. Set build_lto_plugin appropriately
1586 for both ELF and non-ELF.
1587 (configdirs): Add lto-plugin or not based on build_lto_plugin.
1588 * configure: Regenerate.
1589
4074d5f2
RW
15902010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1591
1592 PR bootstrap/45326
1593 PR bootstrap/45174
1594 * configure.ac: Honor initial values of $build_configargs,
1595 $host_configargs, $target_configargs. Mark the precious, so
1596 environment settings get recorded.
1597 * configure: Regenerate.
1598
29821356
RW
15992010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1600
1601 Sync from GCC:
1602
1603 2010-09-30 Michael Eager <eager@eagercon.com>
1604
1605 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1606 * configure: Regenerate.
1607
1608 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
1609
1610 * configure.ac (enable-lto): Add Darwin to the list of supported lto
1611 targets and amend comment.
1612 * configure: Regenerate.
1613
1614 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
1615
1616 * configure.ac: Enable LTO by default on Darwin.
1617 * configure: Regenerate.
1618
1619 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
1620
1621 PR bootstrap/44455
1622 * configure.ac (extra_mpfr_configure_flags): Copy from
1623 extra_mpc_gmp_configure_flags.
1624 * configure: Re-generated.
1625
57eefe4d
RW
16262010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1627
1628 Sync from GCC:
1629
1630 PR bootstrap/45796
1631 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1632 Depend on all-build-libiberty.
1633 * Makefile.in: Regenerate.
1634
16352010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
1636
1637 Sync from GCC:
1638
1639 PR bootstrap/44621
1640 * configure.ac: Fix unportable shell quoting.
1641 * configure: Regenerate.
1642
48bb73dd
RW
16432010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
1644
1645 * configure.ac: Support all v850 targets.
1646 * configure: Regenerate.
1647
1d14850f
PB
16482010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
1649
1650 PR target/44862
1651 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1652 Provide -B option to allow for link spec %s substitutions for
1653 libstdc++.a on darwin.
1654 * Makefile.in: Regenerate.
1655
7530c480
AO
16562010-06-10 Alexandre Oliva <aoliva@redhat.com>
1657
1658 * Makefile.def (configure-gcc): Depend on all-libelf.
1659 * Makefile.in: Rebuild.
1660
285d560d
RW
16612010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1662
1663 * config.sub, config.guess: Update from upstream sources.
1664
a009f2e7
RW
16652010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1666
1667 Sync from GCC:
1668
1669 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
1670 * configure.ac: Allow all the versions greater than 0.10 of PPL.
1671 * configure: Regenerated.
1672
1673 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
1674 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1675 * configure: Regenerate.
1676
1677 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
1678 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1679 * configure: Regenerate.
1680
1681 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1682 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1683 separately.
1684 * configure: Regenerate.
1685
1686 2010-04-13 Steve Ellcey <sje@cup.hp.com>
1687 * configure: Regenerate after change to elf.m4.
1688
1689 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1690 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1691 * configure: Regenerated.
1692
1693 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1694 * configure.ac: Print "buggy but acceptable" when CLooG
1695 revision is less than 9.
1696 * configure: Regenerated.
1697
e49e5c92
DK
16982010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
1699
1700 Merge from gcc:
1701
1702 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
1703 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1704 * configure: Regenerate.
1705
1706 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
1707 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1708 a platform that supports LTO.
1709 * configure: Regenerate.
1710
1711 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
1712 PR lto/42776
1713 * configure.ac (--enable-lto): Refactor handling so libelf tests
1714 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1715 and allow LTO to be explicitly enabled on non-ELF platforms that
1716 are known to support it inside else-clause.
1717 * configure: Regenerate.
1718
e6de499b
NC
17192010-04-27 Roland McGrath <roland@redhat.com>
1720 H.J. Lu <hongjiu.lu@intel.com>
1721
1722 * configure.ac (--enable-gold): Support both, both/gold and
1723 both/bfd to add gold to configdirs without removing ld.
1724 * configure: Regenerated.
1725
1726 * Makefile.def: Add install-gold dependency to install-ld.
1727 * Makefile.in: Regenerated.
1728
d594eacc
TG
17292010-04-14 Tristan Gingold <gingold@adacore.com>
1730
1731 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1732 * configure: Regenerate.
1733
938d2b74
RW
17342010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1735
1736 Merge from gcc:
1737 PR bootstrap/43615
1738 PR bootstrap/43328
1739 Revert:
1740 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1741 * configure.ac: Do not pass --enable-multilib nor
1742 --disable-multilib in baseargs. Accept explicitly passed
1743 --enable_multilib.
1744 * configure: Regenerate.
1745
a9ef41a7
RW
17462010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1747
1748 PR bootstrap/43328
1749 * configure.ac: Do not pass --enable-multilib nor
1750 --disable-multilib in baseargs. Accept explicitly passed
1751 --enable_multilib.
1752 * configure: Regenerate.
1753
619a3713
JM
17542010-03-23 Joseph Myers <joseph@codesourcery.com>
1755
1756 * configure.ac (tic6x-*-*): New case.
1757 * configure: Regenerate.
1758
92f4e989
JM
17592010-03-23 Joseph Myers <joseph@codesourcery.com>
1760
1761 Merge from gcc:
1762 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
1763 PR ada/42554
1764 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1765 * configure: Regenerate.
1766
c35a0556
JM
17672010-03-23 Joseph Myers <joseph@codesourcery.com>
1768
1769 * config.sub: Update to version 2010-03-22.
1770 * config.guess: Update to version 2009-12-30.
1771
18fa8f9c
JM
17722010-03-14 Joseph Myers <joseph@codesourcery.com>
1773
1774 Merge from gcc:
1775 2010-01-11 Richard Guenther <rguenther@suse.de>
1776 PR lto/41569
1777 * Makefile.def (all-lto-plugin): Depend on all-gcc.
1778 * Makefile.in: Regenerated.
1779
ba98da75
RO
17802010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1781
1782 PR libstdc++/32499
1783 * configure.ac (RANLIB): Default to true.
1784 (STRIP): Likewise.
1785 (RANLIB_FOR_TARGET): Remove superfluous : argument.
1786 * configure: Regenerate.
1787
3994761f
NC
17882010-02-17 Nick Clifton <nickc@redhat.com>
1789
1790 PR 11238
1791 * Makefile.tpl (local-distclean): Also remove config.cache files in
1792 sub-directories as there may not be Makefiles present in the
1793 sub-directories.
792cdb50
NC
1794 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1795 the config.cache files found by the find command.
1796
3994761f
NC
1797 * Makefile.in: Regenerate.
1798 * configure.ac: Revert previous delta.
1799 * configure: Regenerate.
1800
01a82011
NC
18012010-02-15 Nick Clifton <nickc@redhat.com>
1802
1803 PR 11238
1804 * configure.ac: Delete config.cache files in sub-directories when
1805 deleting Makefiles.
1806 * configure: Regenerate.
1807
143754cd
NC
18082010-02-15 Nick Clifton <nickc@redhat.com>
1809
1810 * configure.ac: Sync from gcc.
1811 * configure: Regenerate.
1812
a6b5846e
KG
18132010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1814
1815 Sync from gcc:
1816 * configure.ac: Add "recommended" version checks for GMP/MPC.
1817 Update recommended GMP/MPFR/MPC versions.
1818 * configure: Regenerate.
1819
2aa2364a
JR
18202010-01-25 Joern Rennecke <amylaar@spamcop.net>
1821
1822 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1823 * configure.ac (bootstrap_target_libs): Make inclusion of
1824 target-libgomp conditional on libgomb being in target_configdirs.
1825 * configure: Regenerate.
1826
d35e937f
JR
18272010-01-23 Joern Rennecke <amylaar@spamcop.net>
1828
1829 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1830 * configure.ac (bootstrap_target_libs): Include target-libgomp.
1831 * configure: Regenerate.
1832
911e63d0
JR
18332010-01-22 Joern Rennecke <amylaar@spamcop.net>
1834
1835 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1836 * configure.ac (target_configdirs): Substitute.
1837 * Makefile.def: Bootstrap target module libgomp.
1838 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1839 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1840 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1841 * configure, Makefile.in: Regenerate.
1842
3725885a
RW
18432009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1844
1845 * libtool.m4: Sync from git Libtool.
1846 * ltmain.sh: Likewise.
1847 * ltoptions.m4: Likewise.
1848 * ltversion.m4: Likewise.
1849 * lt~obsolete.m4: Likewise.
1850
d5f2ee2e 18512010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9eb322aa 1852 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d5f2ee2e
KG
1853
1854 PR bootstrap/42424
1855 * configure.ac: Include libtool m4 files.
9eb322aa 1856 (_LT_CHECK_OBJDIR): Call it.
d5f2ee2e
KG
1857 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1858 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 1859
d5f2ee2e
KG
1860 * configure: Regenerate.
1861
f2b2dd91
RW
18622010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1863
1864 PR bootstrap/41818
1865 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1866 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
1867 * Makefile.in: Regenerate.
1868
06ca7962
BE
18692009-12-18 Ben Elliston <bje@au.ibm.com>
1870
1871 * config.sub, config.guess: Update from upstream sources.
1872
30a16d7b
JJ
18732009-12-17 Jeff Johnston <jjohnstn@redhat.com>
1874
1875 * COPYING.NEWLIB: Update copyright date.
1876 * COPYING.LIBGLOSS: Ditto.
1877
d9b76ff9
KG
18782009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1879
1880 PR middle-end/30447
1881 PR middle-end/30789
1882 PR other/40302
1883
1884 * configure.ac: Require MPC.
1885 * configure: Regenerate.
1886
1887 * configure.ac: Update minimum MPC version to 0.8.
1888 * configure: Regenerate.
1889
e12dec02
PB
18902009-11-20 Paolo Bonzini <bonzini@gnu.org>
1891
1892 * config.guess: Sync with upstream and gcc.
1893 * config.sub: Sync with upstream and gcc.
1894
606a9ca0
AO
18952009-11-16 Alexandre Oliva <aoliva@redhat.com>
1896
1897 * Makefile.def: Restore host and target settings for gmp.
1898 * Makefile.in: Rebuild.
1899
1f53ca9a
AO
19002009-11-16 Alexandre Oliva <aoliva@redhat.com>
1901
1902 * configure.ac: Add libelf to host_libs. Enable in-tree configury
1903 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
1904 Fix portability of test of C++ as bootstrap language. Add
1905 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1906 * configure: Rebuild.
1907 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1908 and cloog. Fix in-tree ppl configuration. Introduce libelf
1909 in-tree building.
1910 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1911 (POSTSTAGE1_HOST_EXPORTS): Use it.
1912 (STAGE[+id+]_CXXFLAGS): New.
1913 (BASE_FLAGS_TO_PASS): Pass it down.
1914 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
1915 extra_exports.
1916 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1917 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1918 extra_exports.
1919 * Makefile.in: Rebuild.
1920
19212009-11-06 Ozkan Sezer <sezeroz@gmail.com>
1922
1923 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
1924 paths for *-w64-mingw* and x86_64-*mingw*.
1925 * configure: Regenerated.
1926
19272009-10-30 Kai Tietz <kai.tietz@onevision.com>
1928
1929 * configure.ac: Disable target-winsup & co for
1930 x86_64-*-mingw* and *-w64-mingw* targets.
1931 * configure: Regenerated.
1932
19332009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1934
1935 * configure.ac (CLooG test): Use = with test.
1936 * configure: Regenerate.
1937
19382009-10-22 Richard Guenther <rguenther@suse.de>
1939
1940 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
1941 cloog if the ppl version check failed. Move flags saving
1942 before setting in libelf check.
1943 * configure: Regenerate.
1944
19452009-10-21 Richard Guenther <rguenther@suse.de>
1946
1947 * configure.ac: Adjust the ppl and cloog configure to work as
1948 documented. Disable cloog if ppl was disabled. Omit the version
1949 checks if they were disabled.
1950 * configure: Re-generate.
1951
6811fb56
RW
19522009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1953
1954 * configure.ac: Add 'lto' to enable_languages, not
1955 new_enable_languages, and only if not already present.
1956 * configure: Regenerate.
1957
700d40ca
ILT
19582009-10-06 Ian Lance Taylor <iant@google.com>
1959
1960 * Makefile.def: check-gold depends upon all-gas.
1961 * Makefile.in: Rebuild.
1962
19632009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
1964
1965 * Makefile.def: all-lto-plugin depends on all-libiberty.
1966 set bootstrap=true for lto-plugin.
1967 Add lto-plugin.
1968 * Makefile.in: Regenerate.
1969 * configure.ac (host_libs): Add lto-plugin.
1970 * configure: Regenerate.
1971
19722009-10-03 Diego Novillo <dnovillo@google.com>
1973
1974 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1975 (HOST_LIBELFLIBS): Define.
1976 (HOST_LIBELFINC): Define.
1977 * Makefile.in: Regenerate.
1978 * configure.ac: Add --enable-lto.
1979 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1980 If --enable-lto is used, add 'lto' to new_enable_languages.
1981 If --enable-lto is used and gold is enabled, add
1982 lto-plugin to configdirs.
1983 * configure: Regenerate.
1984
19852009-10-03 Simon Baldwin <simonb@google.com>
1986
1987 * configure.ac: If --with-system-zlib, suppress local zlib and
1988 pass --with-system-zlib to subdir configure scripts.
1989 * configure: Regenerate.
1990
19912009-10-01 Loren J. Rittle <ljrittle@acm.org>
1992 Paolo Bonzini <bonzini@gnu.org>
1993
1994 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1995 $(srcdir).
1996 * Makefile.in: Rebuilt.
1997
c8cb1b3e
PB
19982009-09-29 Paolo Bonzini <bonzini@gnu.org>
1999
2000 Sync from gcc:
2001 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2002
2003 * configure.ac: Update minimum MPC version to 0.7.
2004 * configure: Regenerate.
2005
30167e0a
NC
20062009-09-25 Nick Clifton <nickc@redhat.com>
2007
2008 * configure.ac: Pass any --cache-file=/dev/null option on to
2009 subconfigures.
2010 * configure: Regenerate.
2011
707a0b5c
NC
20122009-09-23 Nick Clifton <nickc@redhat.com>
2013
2014 * config.sub, config.guess: Update from upstream sources.
2015
700d40ca
ILT
20162009-09-22 Loren J. Rittle <ljrittle@acm.org>
2017
2018 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2019 * Makefile.in: Rebuilt.
2020
2fd0b40b
RW
20212009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2022
2023 PR bootstrap/32272
2024 * configure.ac: Error out if $srcdir isn't '.' but contains
2025 host-${host_noncanonical}.
2026 * configure: Regenerate.
2027
4385ad3c
RW
20282009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2029
16b1ad29
RW
2030 * configure.ac: If bootstrapping a combined tree with
2031 --enable-gold, require c++ in stage1_languages.
2032 * configure: Regenerate.
2033
f8dc745f
RW
2034 * configure.ac: Also add target_libs of stage1_languages to
2035 bootstrap_target_libs.
2036 * configure: Regenerate.
2037
4385ad3c
RW
2038 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2039 with --enable-languages not containing c++.
2040 * configure: Regenerate.
2041
df51e4e1
JZ
20422009-09-16 Jie Zhang <jie.zhang@analog.com>
2043
2044 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2045 * configure: Regenerate.
2046
06a51eac
RW
20472009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2048
2049 * configure.ac: Do not use $extrasub for replacing @if/@endif
2050 parts in Makefile; instead, use additional arguments to
2051 AC_CONFIG_COMMANDS to do the replacement manually, with several
2052 sed invocations, to avoid HP-UX sed command limits.
2053 * configure: Regenerate.
2054
96655cc4
AO
20552009-09-04 Alexandre Oliva <aoliva@redhat.com>
2056
2057 * configure.ac (with-build-config): Document. Handle without.
2058 Handle missing argument.
2059 * configure: Rebuilt.
2060
20612009-09-03 Alexandre Oliva <aoliva@redhat.com>
2062
2063 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2064 Default to bootstrap-debug only if compare-debug works.
2065 * configure: Rebuilt.
2066 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2067 * Makefile.in: Rebuilt.
2068
20692009-09-01 Alexandre Oliva <aoliva@redhat.com>
2070
2071 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2072 * Makefile.in: Rebuilt.
2073
8e957354
PB
20742009-09-02 Paolo Bonzini <bonzini@gnu.org>
2075
2076 * Makefile.tpl (AWK): Fix typo.
2077 * Makefile.in: Regenerate.
2078
20792009-09-02 Paolo Bonzini <bonzini@gnu.org>
2080
2081 * configure.ac: Detect awk and sed.
2082 * Makefile.def (flags_to_pass): Add AWK and SED.
2083 * Makefile.tpl (AWK, SED): New.
2084 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2085 * configure: Regenerate.
2086 * Makefile.in: Regenerate.
2087
fb792462
TG
20882009-09-01 Tristan Gingold <gingold@adacore.com>
2089
2090 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
2091 Remove logical names.
2092
a69e7d0a
DK
20932009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
2094
2095 * ltmain.sh (func_normal_abspath): New function.
2096 (func_relative_path): Likewise.
2097 (func_mode_help): Document new -bindir option for link mode.
2098 (func_mode_link): Add new -bindir option, and use it to place
2099 output DLL if specified.
2100
d444d2ba
RW
21012009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2102
2103 * configure.ac (AC_PREREQ): Bump to 2.64.
2104
13b7343a
RW
21052009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2106
af542c2e
RW
2107 * README-maintainer-mode: Point directly to upstream locations
2108 for autoconf, automake, libtool, gettext, instead of copies on
2109 sources.redhat.com. Document required versions.
2110 * configure.ac: Do not substitute datarootdir, htmldir,
2111 pdfdir, docdir. Do not process --with-datarootdir,
2112 --with-htmldir, --with-pdfdir, --with-docdir.
2113 * configure: Regenerate.
2114
81ecdfbb
RW
2115 * configure: Regenerate.
2116
13b7343a
RW
2117 * compile: Sync from Automake 1.11.
2118 * depcomp: Likewise.
2119 * install-sh: Likewise.
2120 * missing: Likewise.
2121 * mkinstalldirs: Likewise.
2122 * ylwrap: Likewise.
2123
c1102ce7
RW
21242009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2125
34a0f3cf
RW
2126 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2127 (baseargs): Add --disable-option-checking.
2128 * configure: Regenerate.
2129
c1102ce7
RW
2130 * Makefile.def (configure-target-libiberty): Depend on
2131 all-binutils and all-ld.
2132 (configure-target-newlib): Likewise.
2133 * Makefile.in: Regenerate.
2134
e8a5fa9c
RW
21352009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2136
2137 Sync with GCC, merge:
2138
2139 2009-07-31 Christian Bruel <christian.bruel@st.com>
2140
2141 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2142 * configure: Regenerate.
2143
2144 2009-07-06 Ian Lance Taylor <iant@google.com>
2145
2146 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2147 * configure: Rebuild.
2148
2149 2009-06-26 Steve Ellcey <sje@cup.hp.com>
2150
2151 PR bootstrap/40338
2152 * configure.ac (comparestring): Create new variable.
2153 * Makefile.tpl (comparestring): Use to skip some comparisions.
2154 * configure: Regenerate.
2155 * Makefile.in: Regenerate.
2156
2157 2009-06-23 Ian Lance Taylor <iant@google.com>
2158
2159 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
2160 boot_languages. Only bootstrap target libraries listed in
2161 target_libs for some boot language. Add --with-stage1-ldflags,
2162 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
2163 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
2164 if not building with C++.
2165 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2166 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2167 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2168 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2169 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
2170 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2171 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2172 * configure, Makefile.in: Rebuild.
2173
2174 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2175
2176 * configure.ac: Detect MPC in default directory.
2177 * configure: Regenerate.
2178
2179 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
2180
2181 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2182 to noconfdirs.
2183 * configure: Regenerate.
2184
2185 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2186
2187 * Makefile.def: Add MPC support and dependencies.
2188 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
2189
2190 * Makefile.in, configure: Regenerate.
2191
2192 2009-05-24 Nicolas Roche <roche@adacore.com>
2193
2194 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2195 * Makefile.in: Regenerate.
2196
2197 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
2198
2199 * configure.ac (cygwin noconfigdirs): Remove libgcj.
2200 * configure: Regenerate.
2201
2202 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
2203
2204 * configure.ac ($with_ppl): Default to no if not supplied.
2205 ($with_cloog): Likewise.
2206 configure: Regenerate.
2207
2208 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2209
2210 PR bootstrap/39739
2211 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2212 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2213
2214 * configure, Makefile.in: Regenerate.
2215
2216 2009-04-14 Jakub Jelinek <jakub@redhat.com>
2217
2218 * configure.ac: Change copyright header to refer to version
2219 3 of the GNU General Public License and to point readers at the
2220 COPYING3 file and the FSF's license web page.
2221 * Makefile.def: Likewise.
2222 * Makefile.tpl: Likewise.
2223 * Makefile.in: Regenerate.
2224
2225 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
2226
2227 * configure.ac: Restore match for darwin9 or later. Use double
2228 brackets since regeneration eats one pair.
2229 * configure: Regenerate.
2230
bf110216
CF
22312009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
2232
2233 * MAINTAINERS: Perform some obvious fixups.
2234
2262bbf4
BE
22352009-08-17 Ben Elliston <bje@au.ibm.com>
2236
2237 * config.sub, config.guess: Update from upstream sources.
2238
25a07265
NC
22392009-08-06 Michael Eager <eager@eagercon.com>
2240
2241 * configure.ac: Add Microblaze target.
2242 * configure: Regenerate.
2243
85bd1942
TG
22442009-07-02 Tristan Gingold <gingold@adacore.com>
2245
2246 * configure.ac: Do not exclude gas for i386-*-darwin.
2247 Add a case for x86_64-*-darwin.
2248 * configure: Regenerate.
2249
f9806fa5
DE
22502009-06-26 Doug Evans <dje@sebabeach.org>
2251
2252 * Makefile.def (host_modules): Add cgen.
2253 * Makefile.in: Regenerate.
2254 * configure.ac (host_tools): Add cgen.
2255 * configure: Regenerate.
2256
6bfb4e30
JJ
22572009-06-17 Michael Eager <eager@eagercon.com>
2258
2259 * COPYING.LIBGLOSS: Add Xilinx license.
2260
8bcf2718
NC
22612009-06-15 Ryan Mansfield <rmansfield@qnx.com>
2262
2263 * configure.ac: Define is_elf for QNX Neutrino targets.
2264 * configure: Regenerate.
2265
04ec0acb
RW
22662009-06-03 Jerome Guitton <guitton@adacore.com>
2267 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2268
9eb322aa
MF
2269 * Makefile.tpl (all): Avoid a trailing backslash.
2270 * Makefile.in: Regenerate.
04ec0acb 2271
7ee5dbeb
BE
22722009-06-03 Ben Elliston <bje@au.ibm.com>
2273
2274 * config.sub, config.guess: Update from upstream sources.
2275
fda13ee8
AO
22762009-06-02 Alexandre Oliva <aoliva@redhat.com>
2277
2278 * Makefile.tpl ([+compare-target+]): Compare all stage
2279 directories, rather than just gcc.
2280 * Makefile.in: Rebuilt.
2281
4a657b0d
DK
22822009-05-28 Doug Kwan <dougkwan@google.com>
2283
2284 * configure.ac: Support gold for target arm*-*-*.
2285 * configure: Regenerate.
2286
07fc31c9
AO
22872009-05-27 Alexandre Oliva <aoliva@redhat.com>
2288
2289 * Makefile.tpl (all): Avoid harmless warning in make all when
2290 gcc-bootstrap is enabled but stage_last does not exist.
2291 * Makefile.in: Rebuilt.
2292
8a7a39ab
TG
22932009-05-25 Tristan Gingold <gingold@adacore.com>
2294
2295 * setup.com: Complete the file with configuration and build.
2296
b5233201
AO
22972009-05-18 Alexandre Oliva <aoliva@redhat.com>
2298
2299 PR other/40159
2300 * Makefile.tpl (all): Don't assume gcc-bootstrap and
2301 gcc-no-bootstrap are mutually exclusive.
2302 * Makefile.in: Rebuilt.
2303
7b6175f9
AO
23042009-05-18 Alexandre Oliva <aoliva@redhat.com>
2305
2306 PR other/40159
2307 * Makefile.tpl (all): Don't end with unconditional success.
2308 * Makefile.in: Rebuilt.
2309
1b05fbbd
AO
23102009-05-12 Alexandre Oliva <aoliva@redhat.com>
2311
2312 PR target/37137
2313 * Makefile.def (flags_to_pass): Remove redundant and incomplete
2314 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2315 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2316 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
2317 stage_configureflags, stage_cflags and stage_libcflags into
2318 explicit Makefile macros.
2319 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2320 GFORTRAN.
2321 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2322 CC. Set CC_FOR_BUILD from CC.
2323 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2324 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2325 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2326 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
2327 and GFORTRAN.
2328 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2329 (_LIBCFLAGS): Renamed to _TFLAGS.
2330 (do-compare-debug, do-compare3-debug): Drop.
2331 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2332 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2333 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2334 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2335 (XGCC_FLAGS_FOR_TARGET): New.
2336 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2337 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2338 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2339 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2340 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
2341 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
2342 TFLAGS.
2343 (BUILD_CONFIG): Include if requested.
2344 (all): Set TFLAGS on bootstrap.
2345 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2346 (all-stageid-prefixmodule): Likewise.
2347 (do-clean, distclean-stageid): Set TFLAGS.
2348 (restrap): Fix whitespace.
2349 * Makefile.in: Rebuilt.
2350
dc17c78c
EB
23512009-04-25 Eric Botcazou <ebotcazou@adacore.com>
2352
2353 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2354 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2355 * Makefile.in: Regenerate.
2356
14324cd7
EZ
23572009-04-24 Eli Zaretskii <eliz@gnu.org>
2358
2359 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
2360 consistency with config.sub. (Update from upstream sources.)
2361
f8d5f06c
JM
23622009-04-21 Joseph Myers <joseph@codesourcery.com>
2363
2364 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
2365
0000e2bf
BE
23662009-04-17 Ben Elliston <bje@au.ibm.com>
2367
2368 * config.sub, config.guess: Update from upstream sources.
2369
20135e4c
NC
23702009-04-15 Anthony Green <green@moxielogic.com>
2371
34adf976 2372 * configure.ac: Add moxie support.
20135e4c
NC
2373 * configure: Rebuilt.
2374
ef699244
L
23752009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2376
2377 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2378 * configure: Regenerate.
2379
10ad8ef3
L
23802009-04-09 H.J. Lu <hongjiu.lu@intel.com>
2381
2382 PR gas/10039
2383 * configure.ac: Require texinfo 4.7.
2384 * configure: Regenerated.
2385
c50523ce
L
23862009-04-09 Steve Ellcey <sje@cup.hp.com>
2387
2388 * Makefil.def (languages): New entries.
2389 * Makefile.tpl (check-gcc-*): New generic target.
2390 * Makefile.in: Regenerate.
2391
47afba5f
EZ
23922009-03-27 Eli Zaretskii <eliz@gnu.org>
2393
2394 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
2395 Windows builds of Sed.
2396
dc448a7b
TT
23972009-03-18 Tom Tromey <tromey@redhat.com>
2398
2399 * configure: Rebuild.
2400 * configure.ac (host_libs): Add libiconv.
2401 * Makefile.in: Rebuild.
2402 * Makefile.def (host_modules): Add libiconv.
2403 (configure-gdb, all-gdb): Depend on libiconv.
2404
24741ab2
JB
24052009-03-16 Tristan Gingold <gingold@adacore.com>
2406
2407 * configure.ac: Treat gdb as supported on x86_64-darwin.
2408 * configure: Regenerate.
2409
29383458
JM
24102009-03-16 Joseph Myers <joseph@codesourcery.com>
2411
2412 Merge from GCC:
2413
2414 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2415
2416 * configure.ac (--with-host-libstdcxx): New option.
2417 * configure: Regenerate.
2418
2419 2009-01-29 Robert Millan <rmh@aybabtu.com>
2420
2421 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2422 * configure: Regenerate.
2423
2424 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
2425
2426 PR tree-optimization/38515
2427 * configure.ac (cloog-polylib): Removed.
2428 (with_ppl, with_cloog): Test for "no".
2429 * configure: Regenerated.
2430
58e24671
RW
24312009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2432
2433 Backport from git Libtool:
2434
2435 2009-01-19 Robert Millan <rmh@aybabtu.com>
2436 Support GNU/kOpenSolaris.
2437 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2438 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2439 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2440 GNU/kOpenSolaris.
2441
314b2e66
AS
24422009-02-05 Andreas Schwab <schwab@suse.de>
2443
2444 * Makefile.tpl (stage_last): Define $r and $s before using
2445 $(RECURSE_FLAGS_TO_PASS).
2446 * Makefile.in: Regenerate
2447
8b700390
JJ
24482009-01-21 Jeff Johnston <jjohnstn@redhat.com>
2449
2450 * COPYING.NEWLIB: Add ARM license.
2451
66775d67
AM
24522009-01-16 Alan Modra <amodra@bigpond.net.au>
2453
2454 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 2455 (all-opcodes): Depend on all-libiberty.
66775d67
AM
2456 * Makefile.in: Regenerate.
2457
19e99079
NC
24582009-01-15 Douglas B Rupp <rupp@gnat.com>
2459
2460 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2461 * configure: Regenerate.
2462
22e8c8e0
RW
24632008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2464
2465 Backport link test fix from upstream Libtool:
2466
2467 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2468 Add cache variables to tests that require the linker to work.
2469 For shlibpath_overrides_runpath, this also changes the semantics
2470 to let the result from the C compiler take precedence.
2471 compiler take precedence.
2472
7d6d7764
BE
24732008-12-02 Ben Elliston <bje@au.ibm.com>
2474
2475 * config.sub, config.guess: Update from upstream sources.
2476
ea8af06e
JJ
24772008-12-17 Jeff Johnston <jjohnstn@redhat.com>
2478
2479 * COPYING.NEWLIB: Updated.
2480 * COPYING.LIBGLOSS: Ditto.
2481
af0771d3
PB
24822008-12-16 Paolo Bonzini <bonzini@gnu.org>
2483
2484 Sync with GCC:
2485
2486 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
2487
2488 * configure.ac (ppllibs): Add by default the lib flags.
2489 * configure: Regenerate.
2490
2491 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2492
314b2e66
AS
2493 * configure.ac: Add double brackets on darwin[912].
2494 * configure: Regenerate.
af0771d3
PB
2495
2496 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
2497
314b2e66
AS
2498 * configure.ac: Expand to darwin10 and later.
2499 * configure: Regenerate.
af0771d3 2500
f7c83eac
AS
25012008-12-02 Andreas Schwab <schwab@suse.de>
2502
2503 * Makefile.def: configure-target-boehm-gc depends on
2504 all-target-libstdc++-v3.
2505 * Makefile.in: Regenerate.
2506
bc67ad83
BE
25072008-12-02 Ben Elliston <bje@au.ibm.com>
2508
2509 * config.sub, config.guess: Update from upstream sources.
2510
e28c595f
JM
25112008-11-27 Joseph Myers <joseph@codesourcery.com>
2512
2513 Merge from GCC:
2514
2515 2007-12-02 Matthias Klose <doko@ubuntu.com>
2516
2517 * config-ml.in: Remove 64bit configure tests.
2518
2519 2008-05-14 Rafael Espindola <espindola@google.com>
2520
2521 * config-ml.in: don't handle --enable-shared and --enable-static.
2522
2523 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
2524 Tobias Grosser <grosser@fim.uni-passau.de>
2525 Jan Sjodin <jan.sjodin@amd.com>
2526 Harsha Jagasia <harsha.jagasia@amd.com>
2527 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2528 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2529 Adrien Eliche <aeliche@isty.uvsq.fr>
2530
2531 Merge from graphite branch.
2532 * configure: Regenerate.
2533 * Makefile.in: Regenerate.
2534 * configure.ac (host_libs): Add ppl and cloog.
2535 Add checks for PPL and CLooG.
2536 * Makefile.def (ppl, cloog): Added modules and dependences.
2537 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2538 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2539
2540 2008-09-03 Richard Guenther <rguenther@suse.de>
2541
2542 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2543 cloog test.
2544 * configure: Re-generate.
2545
2546 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
2547
2548 * configure.ac (--with-cloog-polylib): New.
2549 (--disable-cloog-version-check): New.
2550 (--disable-ppl-version-check): New.
2551 * configure: Re-generate.
2552
2553 2008-09-05 Richard Guenther <rguenther@suse.de>
2554
2555 * configure.ac: Initialize clooglibs to -lcloog.
2556 * configure: Re-generate.
2557
2558 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2559
2560 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2561 recommended version to 2.3.2.
2562
2563 * configure: Regenerate.
2564
2565 2008-10-31 Ben Elliston <bje@au.ibm.com>
2566
2567 * configure.ac (spu-*-*): Remove special case.
2568 * configure: Regenerate.
2569
2570 Complete comment text from GCC version of:
2571
2572 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2573
2574 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2575 (GCC_SHLIB_SUBDIR): New.
2576 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2577 * configure: Regenerate.
2578 * Makefile.in: Regenerate.
2579
652dec25
TG
25802008-11-27 Tristan Gingold <gingold@adacore.com>
2581
2582 * configure.ac: Build gdb for i?86-*-darwin*
2583 * configure: Regenerated.
2584
7582fb4a
DJ
25852008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2586
2587 PR bootstrap/38014
2588 PR bootstrap/37923
2589
2590 Revert:
2591
2592 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2593
2594 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2595 * Makefile.in: Regenerated.
2596
2597 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2598
2599 PR gdb/921
2600 PR gdb/1646
2601 PR gdb/2175
2602 PR gdb/2176
2603
2604 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2605 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2606 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2607 (HOST_EXPORTS): Pass CPPFLAGS.
2608 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2609 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2610 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2611 * Makefile.in, configure: Regenerated.
2612 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2613 and CPPFLAGS_FOR_BUILD.
2614
faee1be2
UW
26152008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
2616
2617 * configure.ac [spu-*-*]: Do not set skipdirs.
2618 * configure: Re-generate.
2619
b7c2dce4
DJ
26202008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2621
2622 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2623 * Makefile.in: Regenerated.
2624
bb52de30
DJ
26252008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2626
2627 PR gdb/921
2628 PR gdb/1646
2629 PR gdb/2175
2630 PR gdb/2176
2631
2632 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2633 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2634 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2635 (HOST_EXPORTS): Pass CPPFLAGS.
2636 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2637 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2638 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2639 * Makefile.in, configure: Regenerated.
2640 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2641 and CPPFLAGS_FOR_BUILD.
2642
b25062ae
SE
26432008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
2644
2645 * libtool.m4: Update to libtool 2.2.6.
2646 * lt~obsolete.m4: Update to libtool 2.2.6.
2647 * ltmain.sh: Update to libtool 2.2.6.
2648 * ltsugar.m4: Update to libtool 2.2.6.
2649 * ltversion.m4: Update to libtool 2.2.6.
2650 * ltoptions.m4: Update to libtool 2.2.6.
2651 * ltgcc.m4: Update to match changes from libtool 2.2.6.
2652
3bbd2f8f
AL
26532008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2654
2655 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2656 (GCC_SHLIB_SUBDIR): New.
2657 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2658 * configure: Regenerate.
2659 * Makefile.in: Regenerate.
2660
b29d32ce
TG
26612008-08-28 Tristan Gingold <gingold@adacore.com>
2662
2663 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2664 Enable bfd, binutils and opcodes.
2665 * configure: Regenerate.
2666
c325a203
DD
26672008-08-16 Nicolas Roche <roche@adacore.com>
2668
2669 * Makefile.tpl: Add BOOT_ADAFLAGS.
2670 * Makefile.in: Regenerate.
2671
e7c8859c
RS
26722008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
2673
2674 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2675 * configure: Regenerate.
2676
da888c87
PB
26772008-07-30 Paolo Bonzini <bonzini@gnu.org>
2678
2679 Sync with gcc:
2680 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
2681
f7c83eac
AS
2682 * configure.ac: Add makefile fragments for hpux.
2683 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2684 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2685 * configure: Regenerate.
2686 * Makefile.in: Regenerate.
da888c87
PB
2687
2688 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2689
f7c83eac
AS
2690 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2691 * Makefile.in: Regenerate.
2692 * configure: Regenerate.
da888c87 2693
944982cf
ILT
26942008-06-18 Ian Lance Taylor <iant@google.com>
2695
662c6704
ILT
2696 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
2697
944982cf
ILT
2698 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
2699
7a283e07
RW
27002008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2701
2702 * configure: Regenerate.
2703
5b553f7e
RW
27042008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2705
2706 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2707 "$@" is still intact with both Autoconf 2.59 and 2.62.
2708 * configure: Regenerate.
2709
675492f0
RW
27102008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2711
2712 * Makefile.tpl: Fix comment errors.
2713 * Makefile.in: Regenerate.
2714
b018a5d1
JB
27152008-06-13 Julian Brown <julian@codesourcery.com>
2716
2717 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2718 of libobjc for ARM EABI Linux.
2719 * configure: Regenerate.
2720
310213e8
DE
27212008-06-12 David S. Miller <davem@davemloft.net>
2722 David Edelsohn <edelsohn@gnu.org>
2723
2724 * configure.ac: Add powerpc*-*-* to gold supported targets.
2725 * configure: Regenerate.
2726
6641ce42
JM
27272008-06-08 Joseph Myers <joseph@codesourcery.com>
2728
2729 PR tree-optimization/36218
2730 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2731 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2732 (all prefix="build-"): Pass them to build-system sub-makes.
2733 * Makefile.in: Regenerate.
2734
03c2f9e6
DJ
27352008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
2736
2737 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
2738 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
2739 mkdep, and compile. Update comments.
2740 (ETC_SUPPORT): Add ChangeLog and update comments.
2741
4538db8b
ILT
27422008-05-11 Ian Lance Taylor <iant@google.com>
2743
2744 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
2745
266df637
PB
27462008-04-18 Paolo Bonzini <bonzini@gnu.org>
2747
2748 Sync with gcc:
2749 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2750
2751 PR bootstrap/35457
2752 * configure.ac: Include override.m4.
2753 * configure: Regenerate.
2754
2755 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2756
f7c83eac
AS
2757 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2758 * Makefile.in: Regenerate.
266df637
PB
2759
2760 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
2761
f7c83eac
AS
2762 * configure.ac: Do not build libssp for the AVR.
2763 * configure: Regenerate.
266df637 2764
a86a761e
NC
27652008-04-18 Nick Clifton <nickc@redhat.com>
2766
2767 * MAINTAINERS: Replace reference to configure.in with reference to
2768 configure.ac.
2769
52310858
NC
27702008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
2771
f7c83eac 2772 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 2773 as nonconfigurable directories list.
f7c83eac 2774 * configure: Regenerate.
52310858 2775
f5314dd5
DM
27762008-04-14 David S. Miller <davem@davemloft.net>
2777
2778 * configure.ac: Add sparc*-*-* to gold supported targets.
2779 * configure: Regenerate.
2780
e2208220
BE
27812008-04-14 Ben Elliston <bje@au.ibm.com>
2782
2783 * config.sub, config.guess: Update from upstream sources.
2784
0bb6ea20
HPN
27852008-04-12 Hans-Peter Nilsson <hp@axis.com>
2786
2787 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2788 * Makefile.in: Regenerate.
2789
e5164e97
ILT
27902008-04-07 Ian Lance Taylor <iant@google.com>
2791
2792 * Makefile.def: check-gold depends upon all-binutils.
2793 * Makefile.in: Regenerate.
2794
e33b51a6
NC
27952008-04-04 Nick Clifton <nickc@redhat.com>
2796
2797 PR binutils/4334
2798 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2799 builds.
2800 * configure: Regenerate.
2801
fc5df3ab
NC
28022008-04-04 NightStrike <NightStrike@gmail.com>
2803
2804 PR other/35151
f7c83eac
AS
2805 * configure.ac: Combine rules for mingw32 and mingw64.
2806 * configure: Regenerate.
fc5df3ab 2807
c779bab8
PB
28082008-03-27 Paolo Bonzini <bonzini@gnu.org>
2809
2810 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2811 * Makefile.in: Regenerate.
2812
93f9b408
ILT
28132008-03-20 Ian Lance Taylor <iant@google.com>
2814
2815 * configure.ac: Add support for --enable-gold.
2816 * Makefile.def: Add gold as a directory like ld.
2817 * configure, Makefile.in: Regenerate.
2818
5746fb46
AK
28192008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
2820
2821 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2822 (s390_cond_extensions): Reduced extensions to the compare related.
2823 (main): z10 cpu type option added.
2824 (expandConditionalJump): Renamed to ...
2825 (insertExpandedMnemonic): ... this.
2826
2827 * opcodes/s390-opc.c: Re-group the operand format makros.
2828 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
2829 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
2830 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
2831 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
2832 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
2833 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
2834 INSTR_SIL_RDU): New instruction formats added.
2835 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
2836 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
2837 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
2838 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
2839 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
2840 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
2841 masks added.
2842 (s390_opformats): New formats added "ris", "rrs", "sil".
2843 * opcodes/s390-opc.txt: Add the conditional jumps with the
2844 extensions removed from automatic expansion in s390-mkopc.c manually.
2845 (asi - trtre): Add new System z10 EC instructions.
2846 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2847
58c85be7
RW
28482008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2849
2850 * configure.ac: m4_include config/proginstall.m4.
2851 * configure: Regenerate.
2852
78124051
RW
28532008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2854
2855 Backport from upstream Libtool:
f7c83eac 2856
78124051 2857 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 2858
78124051
RW
2859 Deal with Autoconf 2.62's semantic change in m4_append.
2860 * ltsugar.m4 (lt_append): Replace broken versions of
2861 m4_append.
2862 (lt_if_append_uniq): Don't require separator to be overquoted,
2863 and avoid broken m4_append.
2864 (lt_dict_add): Fix typo.
2865 * libtool.m4 (_LT_DECL): Don't overquote separator.
2866
018f1bea
DE
28672008-03-13 David Edelsohn <edelsohn@gnu.org>
2868
2869 * config.rpath: Add AIX 6 support.
2870
5c5f596d
PB
28712008-03-13 Paolo Bonzini <bonzini@gnu.org>
2872
2873 * Makefile.def (stageprofile). Remove -fprofile-generate
2874 from stage_libcflags.
2875 * Makefile.in: Regenerate.
2876
a1f93a5e
BE
28772008-03-13 Ben Elliston <bje@au.ibm.com>
2878
2879 * config.sub, config.guess: Update from upstream sources.
2880
98c3d905
AK
28812008-03-06 Florian Krohm <fkrohm@us.ibm.com>
2882
2883 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
2884 * s390-opc.txt (cmpsc): Duplicate entry removed.
2885 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
2886 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
2887 fier, cu42, cu41): Fix operand format.
2888
7f6ef0c0
PB
28892008-02-20 Paolo Bonzini <bonzini@gnu.org>
2890
f7c83eac
AS
2891 PR bootstrap/32009
2892 PR bootstrap/32161
2893
2894 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2895 * configure: Regenerate.
2896
2897 * Makefile.def: Define stage_libcflags for all bootstrap stages.
2898 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2899 STAGE4_LIBCFLAGS): New.
2900 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2901 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2902 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2903 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2904 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2905 for target modules. Don't export LIBCFLAGS.
2906 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2907 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2908 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2909 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2910 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2911 * Makefile.in: Regenerate.
7f6ef0c0 2912
eaf19029
PB
29132008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2914
2915 PR libgcj/33085
2916 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2917 Do not use -DDLL_EXPORT. Backport from upstream.
2918
680c43e9
NC
29192008-02-14 Nick Clifton <nickc@redhat.com>
2920
2921 Import this patch from gcc:
2922 2008-01-24 David Edelsohn <edelsohn@gnu.org>
2923
2924 * libtool.m4: Backport AIX 6 support from ToT Libtool.
2925
c72b1d96
HPN
29262008-02-02 Hans-Peter Nilsson <hp@axis.com>
2927
2928 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2929 * configure: Regenerate.
2930
8b66833e
BW
29312008-01-31 Marc Gauthier <marc@tensilica.com>
2932
2933 * configure.ac (xtensa*-*-*): Recognize processor variants.
2934 * configure: Regenerate.
2935
9cc8ae67
PB
29362008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2937
f7c83eac
AS
2938 PR bootstrap/34922
2939 * configure.ac (PARSE_ARGS): Push suitable setting of
2940 ac_subdirs_all, for `./configure --help=recursive'.
2941 Handle `+' in generic toplevel directory disabling.
2942 * configure: Regenerate.
9cc8ae67 2943
19090595
BE
29442008-01-23 Ben Elliston <bje@au.ibm.com>
2945
2946 * config.sub, config.guess: Update from upstream sources.
2947
9f1e7fd3
BE
29482008-01-08 Ben Elliston <bje@au.ibm.com>
2949
2950 * config.sub, config.guess: Update from upstream sources.
2951
2f959d61
JJ
29522007-12-19 Jeff Johnston <jjohnstn@redhat.com>
2953
2954 * COPYING.LIBGLOSS: Update default copyright.
2955
aa054b85
JJ
29562007-12-19 Jeff Johnston <jjohnstn@redhat.com>
2957
2958 * COPYING.NEWLIB: Update default copyright.
2959
57c53b2b
RS
29602007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2961
2962 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2963 Change recommended MPFR from 2.2.1 > 2.3.0.
2964 * configure: Regenerate.
2965
fee14b60
RS
29662007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
2967
2968 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2969 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2970 * Makefile.in: Regenerate.
2971
c9b68031
DD
29722007-12-10 Andreas Tobler <a.tobler@schweiz.org>
2973
2974 * configure.ac: Enable libjava for x86_64-*-darwin9.
2975 * configure: Regenerate.
2976
ad25e7d5
BE
29772007-12-05 Ben Elliston <bje@au.ibm.com>
2978
2979 * config.sub, config.guess: Update from upstream sources.
2980
6ac84f65
PB
29812007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2982
f7c83eac
AS
2983 * config-ml.in: Robustify against white space in absolute file
2984 names.
6ac84f65 2985
f7c83eac
AS
2986 * config-ml.in (multi-clean): Substitute ${Makefile}.
2987 Remove superfluous ${Makefile} in list.
6ac84f65 2988
7b3200f9
DJ
29892007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
2990
2991 * Makefile.def (dependencies): Make configure-gdb depend on
2992 all-intl.
2993 * Makefile.in: Regenerated.
2994
2c133ff9
JJ
29952007-10-15 Patrick Mansfield <patmans@us.ibm.com>
2996
2997 * Makefile.def: To avoid problems running with parallel makes,
2998 build newlib before libgloss so that target specific header
2999 files are availble.
3000 * Makefile.in: Regenerate.
3001
5074315a
DJ
30022007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3003
3004 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3005 * Makefile.in: Regenerate.
3006
f5bc1778
DJ
30072007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3008
3009 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
3010 * libdecnumber: New directory, imported from GCC.
3011
c66487f8
NC
30122007-10-08 Mike Frysinger <vapier@gentoo.org>
3013
3014 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3015 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3016 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3017 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3018 * configure: Regenerate.
3019
b5714970
PB
30202007-10-01 Paolo Bonzini <bonzini@gnu.org>
3021
3022 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3023 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3024 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3025 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3026 * configure.ac: Default them to host tools for $host = $build.
3027 Subst them.
3028
3029 * configure: Regenerate.
3030 * Makefile.in: Regenerate.
3031
f3b1e08e
RS
30322007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3033
3034 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3035 * configure: Regenerate.
3036
cff87f51
DD
30372007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3038
3039 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3040 libstdc++.
3041 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3042 * configure: Regenerate.
3043 * Makefile.in: Regenerate.
f7c83eac 3044
625a61cd
AS
30452007-09-17 Andreas Schwab <schwab@suse.de>
3046
3047 * configure.ac: Raise minimum makeinfo version to 4.6.
3048 * configure: Regenerate.
3049
83a3a68b
AM
30502007-09-15 Alan Modra <amodra@bigpond.net.au>
3051
3052 * configure.ac: Correct makeinfo version check.
3053 * configure: Regenerate.
3054
5bd8be13
RS
30552007-09-14 Richard Sandiford <richard@codesourcery.com>
3056
3057 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3058 to $skipdirs and only disable gprof for newlib. Use the normal
3059 mips*-elf* handling in other respects.
3060 * configure: Regnerate.
3061
5566c1fa
DD
30622007-09-12 David Daney <ddaney@avtrex.com>
3063
3064 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3065 enabling libgcj.
3066 * configure: Regenerate.
3067
30682007-09-12 Richard Guenther <rguenther@suse.de>
3069
3070 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3071 nor --disable-checking is provided also turn on yes and types
3072 checking for stage1.
3073 * configure: Re-generate.
3074
a18e2996 30752007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
3076
3077 PR target/33281
3078 * configure.ac: Use config/mh-mingw on mingw.
3079 * configure: Regenerate.
84e7906e 3080
691bb5a1
DD
30812007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3082
3083 PR other/32154
3084 * configure.ac: For libgloss targets, point the linker to the linker
3085 script, startup code and simulator library.
3086 * configure: Regenerate.
3087
6d18b86b
AH
30882007-09-09 Andrew Haley <aph@redhat.com>
3089
3090 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 3091 target-libjava.
6d18b86b 3092
f00a3165 30932007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 3094
f00a3165 3095 * config.sub, config.guess: Update from upstream sources.
971aaaa5 3096
2abc4e65
BE
30972007-08-21 Richard Guenther <rguenther@suse.de>
3098
3099 * configure.ac: Add types checking to stage1 checking flags.
3100 * configure: Regenerate.
3101
8a6ee3ab 31022007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 3103 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
3104
3105 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3106 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3107 * Makefile.in: Regenerate.
3108 * configure.ac (--with-debug-prefix-map): New.
3109 * configure: Regenerate.
3110
429acdec
RS
31112007-08-17 Richard Sandiford <richard@codesourcery.com>
3112 Nigel Stephens <nigel@mips.com>
3113
429acdec
RS
3114 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3115 as target_makefile_frag.
3116 * configure: Regenerate.
3117
8520c408
AO
31182007-08-16 Alexandre Oliva <aoliva@redhat.com>
3119
3120 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3121 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3122 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3123 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3124 (do-compare, do-compare3, do-compare-debug): New.
3125 ([+compare-target+]): Use them.
3126
31272007-08-16 Alexandre Oliva <aoliva@redhat.com>
3128
3129 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3130 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3131 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3132 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3133 (do-compare, do-compare3, do-compare-debug): New.
3134 ([+compare-target+]): Use them.
3135
2444379b
BE
31362007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3137 Ben Elliston <bje@au.ibm.com>
3138
3139 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3140 --silent if $silent.
3141 * configure: Regenerate.
3142
d6f99447
DJ
31432007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
3144
3145 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
3146
bd0aa315
NC
31472007-07-17 Nick Clifton <nickc@redhat.com>
3148
3149 * COPYING3: New file. Contains version 3 of the GNU General
3150 Public License.
3151 * COPYING3.LIB: New file. Contains version 3 of the GNU
3152 Lesser General Public License.
3153
0ebe98fb
BS
31542007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
3155
3156 * configure.ac: Fix my previous change to really match GCC.
3157 * configure: Regenerate.
3158
521ec477
DD
31592007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3160
3161 * configure.ac: Rewrite 'configure --help' strings to look nicer.
3162 * configure: Regenerate.
3163
31642007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3165
3166 * configure.ac: Add some missing m4 quotation.
3167 * configure: Regenerate.
3168
0c24b341
NC
31692007-07-09 Kai Tietz <kai.tietz@onevision.com>
3170
f7c83eac
AS
3171 * Makefile.def: Add windmc tool to build.
3172 * Makefile.tpl: Likewise.
3173 * configure.ac: Likewise.
3174 * Makefile.in: Regenerate.
3175 * configure: Regenerate.
0c24b341 3176
a09314d0
L
31772007-07-05 H.J. Lu <hongjiu.lu@intel.com>
3178
3179 * lt~obsolete.m4: New. Import from 20070318 libtool.
3180
7c3e1d12
BS
31812007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
3182
3183 * configure.ac: Don't add target-libmudflap to noconfigdirs for
3184 uclinux and linux-uclibc targets.
3185 * configure: Regenerate.
3186
a5b3b4dd
DD
31872007-06-28 DJ Delorie <dj@redhat.com>
3188
3189 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3190 not building newlib.
3191 * configure: Regenerated.
f7c83eac 3192
184d813c
DJ
31932007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
3194
3195 * src-release (DEVO_SUPPORT): Correct typos.
3196
31d99776
DJ
31972007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3198
3199 * Makefile.def: Add dependency from configure-gdb to all-bfd.
3200 * Makefile.in: Regenerated.
3201
e00a73e3
PB
32022007-06-14 Paolo Bonzini <bonzini@gnu.org>
3203
f7c83eac
AS
3204 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3205 (distclean-stage[+id+]): Possibly delete stage_last.
3206 * Makefile.in: Regenerate.
e00a73e3 3207
98a1bbc5
BE
32082007-06-07 Ben Elliston <bje@au.ibm.com>
3209
3210 * config.sub, config.guess: Update from upstream sources.
3211
973601e1
BE
32122007-06-07 Ben Elliston <bje@au.ibm.com>
3213
3214 * Makefile.tpl: Fix spelling error.
3215 * Makefile.in: Regenerate.
3216
2038f525
PB
32172007-06-04 Paolo Bonzini <bonzini@gnu.org>
3218
3219 Sync with gcc:
3220 2007-05-30 Jakub Jelinek <jakub@redhat.com>
3221
f7c83eac
AS
3222 PR bootstrap/29382
3223 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3224 * configure: Rebuilt.
2038f525 3225
f7c5c4b5
PB
32262007-06-01 Steve Ellcey <sje@cup.hp.com>
3227
12a64d4f
L
3228 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3229 lt_cv_sys_max_cmd_len.
f7c5c4b5 3230
7ad9660b
PB
32312007-05-31 Paolo Bonzini <bonzini@gnu.org>
3232
3233 * ltgcc.m4: Update from GCC.
3234
0e7ef45c
EC
32352007-05-25 Andreas Tobler <a.tobler@schweiz.org>
3236
12a64d4f 3237 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 3238
37ad9514
SE
32392007-05-24 Steve Ellcey <sje@cup.hp.com>
3240
3241 * ltmain.sh: Update from GCC.
3242 * libtool.m4: Update from GCC.
3243 * ltsugar.m4: New. Update from GCC.
3244 * ltversion.m4: New. Update from GCC.
3245 * ltoptions.m4: New. Update from GCC.
3246 * ltconfig: Remove.
3247 * ltcf-c.sh: Remove.
3248 * ltcf-cxx.sh: Remove.
3249 * ltcf-gcj.sh: Remove.
3250 * src-release: Update with new libtool file list.
3251
8ee82aff
PB
32522007-05-16 Paolo Bonzini <bonzini@gnu.org>
3253
3254 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3255 stage_cflags.
3256 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3257 Remove CFLAGS/LIBCFLAGS.
3258 (configure-stage[+id+]-[+prefix+][+module+],
3259 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3260 * Makefile.in: Regenerate.
3261
149cb58d
SE
32622007-04-14 Steve Ellcey <sje@cup.hp.com>
3263
3264 * config-ml.in: Update from GCC.
3265
91506736
DJ
32662007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
3267
3268 * src-release (do-proto-toplev): Process the support directories before
3269 the tool directory.
3270
ffa8bd48
RS
32712007-03-21 Richard Sandiford <richard@codesourcery.com>
3272
3273 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3274 of glob. Quote arguments with single quotes too.
3275 * configure: Regenerate.
3276
a4fd3374
DD
32772007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
3278
3279 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3280 * Makefile.in: Regenerate
3281
b8025f34
AS
32822007-03-07 Andreas Schwab <schwab@suse.de>
3283
3284 * configure: Regenerate.
3285
a3ca38d2
DD
32862007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3287
3288 * configure.ac: Add "--with-pdfdir" configure option,
3289 which defines pdfdir variable.
3290 * Makefile.def (target=fixincludes): Add install-pdf to
3291 missing targets.
3292 (recursive_targets): Add install-pdf target.
3293 (flags_to_pass): Add pdfdir.
3294 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3295 target.
3296 * configure: Regenerate
3297 * Makefile.in: Regenerate
3298
32992007-02-28 Eric Christopher <echristo@apple.com>
3300
3301 Revert:
3302 2006-12-07 Mike Stump <mrs@apple.com>
3303
3304 * Makefile.def (dependencies): Add dependency for
3305 install-target-libssp and install-target-libgomp on
3306 install-gcc.
3307 * Makefile.in: Regenerate.
3308
33092007-02-27 Matt Kraai <kraai@ftbfs.org>
3310
3311 * configure: Regenerate.
3312 * configure.ac: Move statements after variable declarations.
3313
a4708fba
JM
33142007-02-19 Joseph Myers <joseph@codesourcery.com>
3315
3316 * configure.ac: Adjust for loop syntax.
3317 * configure: Regenerate.
3318
9a819804
AO
33192007-02-18 Alexandre Oliva <aoliva@redhat.com>
3320
3321 * configure: Rebuilt.
3322
81ec575a
AO
33232007-02-18 Alexandre Oliva <aoliva@redhat.com>
3324
3325 * configure.ac: Drop multiple occurrences of --enable-languages,
3326 and fix its quoting.
3327 * configure: Rebuilt.
3328
92f01d61 33292007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
3330 Nathan Sidwell <nathan@codesourcery.com>
3331 Vladimir Prus <vladimir@codesourcery.com
3332 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
3333
3334 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3335 * configure: Regenerate.
3336
b1299c4e
DJ
33372007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3338
3339 * configure.ac (target_libraries): Move libgcc before libiberty.
3340 * configure: Regenerated.
3341
18f6b6ee
PB
33422007-02-13 Paolo Bonzini <bonzini@gnu.org>
3343
3344 * configure: Regenerate again?
3345
9c4e9f27
PB
33462007-02-13 Paolo Bonzini <bonzini@gnu.org>
3347
3348 * configure: Reapply PR30748 fix which was lost in the previous commit.
3349
24ff9987
DJ
33502007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3351 Paolo Bonzini <bonzini@gnu.org>
3352
3353 PR bootstrap/30753
3354 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
3355 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
3356 * configure: Regenerated.
3357
7df2cd5d
PB
33582007-02-10 Paolo Bonzini <bonzini@gnu.org>
3359
3360 * configure: Regenerate.
3361
b0aaa663
DJ
33622007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3363
3364 PR bootstrap/30748
3365 * configure.ac: Correct syntax for Solaris ksh.
3366 * configure: Regenerated.
3367
a0323144
PB
33682007-02-09 Paolo Bonzini <bonzini@gnu.org>
3369
3370 * Makefile.def: Sync with GCC.
3371 * Makefile.tpl: Sync with GCC.
3372 * Makefile.in: Regenerate.
3373 * configure: Regenerate.
3374
c6b750e1
DJ
33752007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3376
3377 * Makefile.tpl (build_alias, host_alias, target_alias): Use
3378 noncanonical equivalents.
3379 * configure.in: Rename to...
3380 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
3381 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
3382 target_noncanonical. Use them. Rewrite removal of configure
3383 arguments for autoconf 2.59. Discard variable settings. Force
3384 program_transform_name for native tools.
3385
3386 * Makefile.in: Regenerated.
3387 * configure: Regenerated with autoconf 2.59.
3388
3389 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
3390
f3cd89f4
JJ
33912007-02-08 Jeff Johnston <jjohnstn@redhat.com>
3392
3393 * COPYING.LIBGLOSS: Reformat default Red Hat
3394 license to fit within 80 columns.
3395 * COPYING.NEWLIB: Ditto.
3396
4e206d7e
DB
33972007-02-05 Dave Brolley <brolley@redhat.com>
3398
3399 * Contribute the following changes:
3400 2006-11-28 DJ Delorie <dj@redhat.com>
3401
3402 * configure.in: Fix typo for mep's target_makefile_frag.
3403 * configure: Regenerated.
3404
3405 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
3406
3407 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
3408 * configure: Regenerate.
3409
3410 2001-09-19 DJ Delorie <dj@redhat.com>
3411
3412 * configure.in (target_makefile_frag): use mt-mep
3413
3414 2001-06-12 Don Howard <dhoward@redhat.com>
3415
3416 * configure.in: Remove gdb from MeP skip list.
3417
3418 2001-04-05 DJ Delorie <dj@redhat.com>
3419
3420 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
3421
3422 2001-03-20 Ben Elliston <bje@redhat.com>
3423
3424 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
3425
3426 2001-03-19 Ben Elliston <bje@redhat.com>
3427
3428 * config.sub (mep, mep-*): Add.
3429
b2edfdd2
AS
34302007-01-31 Andreas Schwab <schwab@suse.de>
3431
3432 * Makefile.tpl (LDFLAGS): Substitute it.
3433 * Makefile.in: Regenerate.
3434
ceb92e78
PB
34352007-01-11 Paolo Bonzini <bonzini@gnu.org>
3436
3437 * configure.in: Change == to = in test command.
f7c83eac 3438 * configure: Regenerate.
ceb92e78 3439
4b900473 34402007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
3441 Nick Clifton <nickc@redhat.com>
3442 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
3443
3444 * configure.in (build_configargs, host_configargs, target_configargs):
3445 Remove build/host/target parameters.
3446 (host_libs): Add gmp and mpfr.
3447 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3448 * Makefile.def (gmp, mpfr): New.
3449 (gcc): Remove target.
3450 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3451 target_os, target_vendor): New.
3452 (configure): Add host_alias/target_alias arguments. Adjust invocations.
3453 * configure: Regenerate.
3454 * Makefile.in: Regenerate.
4b900473
PB
3455
34562007-01-11 Matt Fago <fago@earthlink.net>
3457
3458 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 3459 to improve robustness of configure tests.
4b900473
PB
3460 * configure: Regenerate.
3461
80f6dcbc
NC
34622007-01-08 Kai Tietz <kai.tietz@onevision.com>
3463
3464 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 3465 * configure: Regenerate.
80f6dcbc 3466
f86e35b8
NC
34672007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
3468
3469 * Makefile.tpl (all-target): Correct @if conditional for target
3470 modules.
3471 * configure.in: Omit libiberty if building only target libgcc.
3472 * configure, Makefile.in: Regenerated.
3473
79fcd0ec
PB
34742007-01-04 Paolo Bonzini <bonzini@gnu.org>
3475
3476 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
3477 * configure: Regenerate.
3478
6aa8ef82
DJ
34792007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
3480
3481 * Makefile.def (target_modules): Add libgcc.
3482 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
3483 * Makefile.tpl (clean-target-libgcc): Delete.
3484 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3485 on gcc even for bootstrapped modules. Rewrite handling of
3486 lang_env_dependencies to loop over target_modules.
3487 * configure.in (target_libraries): Add target-libgcc.
3488 * Makefile.in, configure: Regenerated.
3489
9b134994
PB
34902006-12-29 Paolo Bonzini <bonzini@gnu.org>
3491
3492 Sync with gcc:
3493 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3494
f7c83eac
AS
3495 * configure.in: Reorganize recognition of languages. Add
3496 --enable-stage1-languages. Show supported languages for the chosen
3497 target rather than all recognized languages.
3498 * configure: Regenerate.
9b134994
PB
3499
3500 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3501
f7c83eac
AS
3502 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3503 * Makefile.in: Regenerate.
9b134994
PB
3504
3505 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3506
f7c83eac
AS
3507 * configure.in: Warn that MPFR 2.2.0 is buggy.
3508 * configure: Regenerate.
9b134994 3509
8cf39b1b
ILT
35102006-12-27 Ian Lance Taylor <iant@google.com>
3511
3512 * configure.in: When removing Makefiles to force a reconfigure, also
3513 remove prev-DIR*/Makefile.
3514 * configure: Regenerate.
3515
ebff6cd5
KH
35162006-12-23 Kazu Hirata <kazu@codesourcery.com>
3517
3518 * config.bfd: Recognize fido.
3519
8a0d8a5c
PB
35202006-12-19 Paolo Bonzini <bonzini@gnu.org>
3521
3522 Sync with gcc:
3523
3524 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3525
3526 * configure.in: Remove "$build" case for powerpc-*-darwin* since
3527 it only affects bootstrap and could be tested on "$host" as well.
3528 * configure: Regenerate.
3529 * config/mh-ppc-darwin: Add to the stage1 cflags here.
3530
3531 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3532
3533 PR bootstrap/29544
3534 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3535 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3536 move here comment from Makefile.tpl.
3537 * Makefile.tpl: Move some definitions higher in the file.
3538 (STAGE1_CHECKING): New.
3539 * configure.in: Add --enable-stage1-checking.
3540 * configure: Regenerate.
3541 * Makefile.in: Regenerate.
3542
3543 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3544
3545 * configure.in: Update error message for missing GMP/MPFR.
3546
3547 * configure: Regenerate.
3548
3549 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3550
3551 * configure.in: Update MPFR version in error message.
3552
3553 * configure: Regenerate.
3554
3555 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3556
3557 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3558 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3559 --with-gmp-lib): New flags.
3560
3561 * configure: Regenerate.
3562
790c0838
AM
35632006-12-12 Andreas Tobler <a.tobler@schweiz.org>
3564
3565 PR bootstrap/30134
3566 * configure.in: Correct x86 darwin support for libjava to powerpc
3567 and i?86 only.
3568 * configure: Regenerate.
3569
77d7106f
AM
35702006-12-11 Alan Modra <amodra@bigpond.net.au>
3571
3572 * configure.in: Handle spu makefile frag.
77d7106f
AM
3573 * Makefile.tpl (MAINT): Define
3574 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3575 * configure: Regenerate.
3576 * Makefile.in: Regenerate.
3577
0cfa5389
BE
35782006-12-11 Ben Elliston <bje@au.ibm.com>
3579
3580 * config.sub, config.guess: Update from upstream sources.
3581
2839fe5d
BE
35822006-12-11 Ben Elliston <bje@au.ibm.com>
3583
3584 * configure.in: Sync with GCC (spu-*-*).
3585 * configure: Sync with GCC.
3586
b897f5d4
MS
35872006-12-07 Mike Stump <mrs@apple.com>
3588
3589 * Makefile.def (dependencies): Add dependency for
3590 install-target-libssp and install-target-libgomp on
3591 install-gcc.
3592 * Makefile.in: Regenerate.
3593
9daf3993
PB
35942006-11-16 Paolo Bonzini <bonzini@gnu.org>
3595
3596 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3597 (unstage): Test for stage_last presence.
3598
3599 PR bootstrap/29802
3600 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
3601 * Makefile.in: Regenerate.
3602
9dbaa842
DD
36032006-11-14 DJ Delorie <dj@redhat.com>
3604
3605 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
3606 * Makefile.in: Sync with GCC.
3607 * configure.in: Sync with GCC (mpfr, gmp).
3608 * configure: Sync with GCC.
3609
b0cbce8d
JJ
36102006-11-08 Jie Zhang <jie.zhang@analog.com>
3611
3612 * configure.in: Remove target-libgloss from noconfigdirs for
3613 bfin-*-*.
3614 * configure: Regenerated.
3615
44330a94
JJ
36162006-10-27 Jeff Johnston <jjohnstn@redhat.com>
3617
3618 * COPYING.NEWLIB: Add spu license.
7de05dd5 3619 * COPYING.LIBGLOSS: Ditto.
44330a94 3620
56a8fe78
DD
36212006-10-17 Brooks Moses <bmoses@stanford.edu>
3622
3623 * Makefile.def: Added pdf target handling.
3624 * Makefile.tpl: Added pdf target handling.
3625 * Makefile.in: Regenerated.
3626
fbb00ad0
JJ
36272006-10-11 Jeff Johnston <jjohnstn@redhat.com>
3628
3629 * COPYING.NEWLIB: Updated.
3630 * COPYING.LIBGLOSS: Ditto.
3631
6b89cc21
DB
36322006-09-27 Dave Brolley <brolley@redhat.com>
3633
3634 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
3635 $s instead of $r.
3636 * configure: Regenerated.
3637
17bcf627
BE
36382006-09-26 Ben Elliston <bje@au.ibm.com>
3639
3640 * config.sub, config.guess: Update from upstream sources.
3641
f3529cf1
TS
36422006-09-20 Thiemo Seufer <ths@mips.com>
3643
3644 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3645 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3646 * configure: Regenerate.
3647
45055374
CV
36482006-08-30 Corinna Vinschen <corinna@vinschen.de>
3649
3650 * configure.in: Never build newlib for a Mingw host.
3651 Never build newlib as Mingw target library.
3652 Test the existence of winsup/cygwin for building a Cygwin newlib,
3653 rather than just winsup.
3654 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3655 building a Mingw target.
3656 * configure: Regenerate.
3657
4be041b2 36582006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
3659 Nigel Stephens <nigel@mips.com>
3660 David Ung <davidu@mips.com>
4be041b2
TS
3661
3662 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
3663
1d89b610
PB
36642006-07-25 Paolo Bonzini <bonzini@gnu.org>
3665
3666 Sync from GCC:
3667 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
3668
f7c83eac
AS
3669 PR bootstrap/18058
3670 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3671 if the bootstrap compiler is a GCC version that supports it.
3672 * configure: Regenerate.
1d89b610 3673
66a79c16
DJ
36742006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
3675
3676 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3677 * configure: Regenerated.
3678
c1cb7e02
PB
36792006-07-18 Paolo Bonzini <bonzini@gnu.org>
3680
f7c83eac
AS
3681 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3682 for stages after the first.
c1cb7e02 3683
7206a0ee
JJ
36842006-07-17 Jakub Jelinek <jakub@redhat.com>
3685
3686 * Makefile.def: Add dependencies for configure-opcodes
3687 on configure-intl and all-opcodes on all-intl.
3688 * Makefile.in: Regenerated.
3689
6816f995
AO
36902006-07-04 Peter O'Gorman <peter@pogma.com>
3691
3692 * ltconfig: chmod 644 before ranlib during install.
3693
3d3adb43
PB
36942006-07-03 Paolo Bonzini <bonzini@gnu.org>
3695
1f3f1bbf 3696 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
3697 * configure: Regenerate.
3698
64ce424c
PB
36992006-07-03 Paolo Bonzini <bonzini@gnu.org>
3700
3701 Sync from gcc:
3702
3703 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
3704
3705 PR other/27063
3706 * configure.in: Test subdir_requires and give an appropriate
3707 error message.
3708 * configure: Regenerate.
3709
3710 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3711
3712 PR target/27540
3713 * configure.in: Only enable libgomp on IRIX 6.
3714 * configure: Regenerate.
3715
d42c4017
DA
37162006-06-20 David Ayers <d.ayers@inode.at>
3717
3718 PR bootstrap/28072
3719 * configure.in: Add target-boehm-gc to noconfigdirs depending on
3720 whether target-libjava is being configured instead of whether the
3721 java front end is enabled.
3722 * configure: Regenerate.
0e7ef45c 3723
4962c51a
MS
37242006-06-15 Mark Shinwell <shinwell@codesourcery.com>
3725
3726 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
3727 to R_ARM_LDC_SB_G{0,1,2} respectively.
3728
caee866a
PB
37292006-06-15 Paolo Bonzini <bonzini@gnu.org>
3730
3731 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3732 too.
3733 * Makefile.in: Regenerate.
3734
363ef840
DA
37352006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3736
3737 Sync from gcc:
3738
3739 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3740 * configure.in: Don't enable libgomp on hpux10.
3741 * configure: Rebuilt.
3742
54d1c879
DA
37432006-06-13 David Ayers <d.ayers@inode.at>
3744
3745 Sync from gcc:
3746
3747 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 3748
54d1c879
DA
3749 PR bootstrap/27963
3750 PR target/19970
0e7ef45c 3751 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
3752 ${libgcj} is specified.
3753 * configure: Regenerate.
0e7ef45c 3754
a4d8b690
JJ
37552006-06-08 Jeff Johnston <jjohnstn@redhat.com>
3756
3757 Sync from gcc:
3758
3759 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 3760 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
3761
3762 PR bootstrap/18033
3763 * config-ml.in: Eval option if surrounded by single quotes.
3764
4f0ef2d8
CD
37652006-06-07 Carlos O'Donell <carlos@codesourcery.com>
3766
3767 Sync from gcc:
0e7ef45c 3768
4f0ef2d8 3769 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 3770
4f0ef2d8
CD
3771 PR libobjc/13946
3772 * Makefile.def: Add dependencies for libobjc which boehm-gc.
3773 * Makefile.in: Regenerate.
3774 * configure.in: Add --enable-objc-gc at toplevel and have it
3775 enable boehm-gc for Objective-C.
3776 Remove target-boehm-gc from libgcj.
3777 Add target-boehm-gc to target_libraries.
3778 Add target-boehm-gc to noconfigdirs where ${libgcj}
3779 is specified.
3780 Assert that boehm-gc is supported when requested for Objective-C.
3781 Only build boehm-gc if needed either for Java or Objective-C.
3782 * configure: Regenerate.
3783
3784 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 3785
4f0ef2d8
CD
3786 PR 27674
3787 * Makefile.tpl (configure-[+prefix+][+module+],
3788 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3789 Remove rule to unstage bootstrapped modules.
3790 (stage_current): New.
3791 * Makefile.in: Regenerate.
3792
3793 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3794 Andreas Tobler <a.tobler@schweiz.ch>
3795
3796 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
3797 * configure: Rebuilt.
3798
3799 Revert
3800 2006-01-31 Richard Guenther <rguenther@suse.de>
3801 Paolo Bonzini <bonzini@gnu.org>
3802
3803 * Makefile.def (target_modules): Add libgcc-math target module.
3804 * configure.in (target_libraries): Add libgcc-math target library.
3805 (--enable-libgcc-math): New configure switch.
3806 * Makefile.in: Re-generate.
3807 * configure: Re-generate.
3808
c17b816b
JJ
38092006-06-05 Jeff Johnston <jjohnstn@redhat.com>
3810
3811 * config-ml.in: Alter CCASFLAGS to include special
3812 multilib options the same as is done for CFLAGS.
3813
20e95c23
DJ
38142006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
3815
3816 * Makefile.def: Added dependencies from sim and gdb on intl, and
3817 added configure dependencies to everything with an all dependency
3818 on intl.
3819 * gettext.m4: Removed.
3820 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
3821 (GDB_SUPPORT_DIRS): Add intl.
3822 * Makefile.in: Regenerated.
3823
4bd8ad80
DJ
38242006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
3825
3826 * src-release (DEVO_SUPPORT): Add config.rpath.
3827
c380fdd8
PB
38282006-05-25 Paolo Bonzini <bonzini@gnu.org>
3829
3830 * Makefile.def (bfd, opcodes): Fix lib_path.
3831 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3832 (restrap): Move under "@if gcc-bootstrap". Fix typo.
3833 * Makefile.in: Regenerate.
3834
701628f5
MS
38352006-05-24 Mark Shinwell <shinwell@codesourcery.com>
3836
3837 * configure.in: Enable gprof for cross builds.
3838 * configure: Regenerate.
3839
25aae7f2
DJ
38402006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
3841
3842 * src-release (MAKEINFOFLAGS): Define.
3843 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
3844
ea3d1626
BE
38452006-05-14 Ben Elliston <bje@au.ibm.com>
3846
3847 * config.sub, config.guess: Update from upstream sources.
3848
49b9e644
BE
38492006-05-12 Ben Elliston <bje@au.ibm.com>
3850
3851 * config.sub, config.guess: Update from upstream sources.
3852
482dd2f6
DJ
38532006-05-04 Steve Ellcey <sje@cup.hp.com>
3854
3855 * blt, iwidgets, mmalloc: Remove directories.
3856
8b01a5c2
DD
38572006-05-01 DJ Delorie <dj@redhat.com>
3858
641a3af4 3859 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
3860 * configure: Regenerate.
3861
a481dbb7
DD
38622006-04-18 DJ Delorie <dj@redhat.com>
3863
3864 * configure.in (m32c): Build libstdc++-v3. Pass flags to
3865 reference libgloss so that libssp can be built in a combined
3866 tree.
3867 * configure: Regenerate.
3868
962c9e74
BE
38692006-04-10 Ben Elliston <bje@au.ibm.com>
3870
3871 * contrib: Remove directory.
3872
108a6f8e
CD
38732006-04-06 Carlos O'Donell <carlos@codesourcery.com>
3874
3875 * Makefile.tpl: Add install-html target.
3876 * Makefile.def: Add install-html target.
3877 * Makefile.in: Regenerate.
3878 * configure.in: Add --with-datarootdir, --with-docdir,
3879 and --with-htmldir options.
3880 * configure: Regenerate.
3881
a4ef73e9
BE
38822006-03-31 Ben Elliston <bje@au.ibm.com>
3883
3884 PR binutils/1860
3885 * configure.in: Require makeinfo 4.4 or higher.
3886 * configure: Regenerate.
3887
b37df25a
PB
38882006-03-14 Paolo Bonzini <bonzini@gnu.org>
3889
3890 * Makefile.in: Regenerate.
3891
a6df5a19
PB
38922006-03-14 Paolo Bonzini <bonzini@gnu.org>
3893
3894 Sync with gcc:
3895 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
3896
f7c83eac
AS
3897 * configure.in: Handle --disable-<component> generically.
3898 * configure: Regenerate.
a6df5a19
PB
3899
3900 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 3901
f7c83eac
AS
3902 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
3903 (TARGET_CONFIGDIRS): Remove.
3904 * configure.in: Remove AC_SUBST(target_configdirs).
3905 * Makefile.in, configure: Regenerated.
a6df5a19
PB
3906
3907
65419985
L
39082006-03-01 H.J. Lu <hongjiu.lu@intel.com>
3909
3910 PR libgcj/17311
3911 * ltmain.sh: Don't use "$finalize_rpath" for compile.
3912
c52c6897
PB
39132006-02-20 Paolo Bonzini <bonzini@gnu.org>
3914
3915 PR bootstrap/25670
3916
3917 * Makefile.tpl ([+compare-target+]): Print explanation messages.
3918
3919 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3920 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3921 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3922 BUILD_PREFIX, BUILD_PREFIX_1.
3923 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3924
3925 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3926 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3927
3928 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3929 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3930 of `cat stage_current`. Always provide the `r' and `s' variables.
3931 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3932 a single shell execution.
3933 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3934 bootstrapped modules, make the stage1 module if the build was not
3935 started yet, else build the current stage.
3936 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3937 (all-build, all-host, all-target, [+make_target+]-host,
3938 [+make_target+]-target): Do not use \-continued lines.
3939 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3940 (current_stage, restrap, stage_last): New.
3941
3942 * Makefile.in: Regenerate.
3943 * configure: Regenerate.
3944
b3ded179
PB
39452006-02-14 Paolo Bonzini <bonzini@gnu.org>
3946
3947 Sync from gcc:
3948
3949 2006-01-31 Richard Guenther <rguenther@suse.de>
3950 Paolo Bonzini <bonzini@gnu.org>
3951
f7c83eac
AS
3952 * Makefile.def (target_modules): Add libgcc-math target module.
3953 * configure.in (target_libraries): Add libgcc-math target library.
3954 (--enable-libgcc-math): New configure switch.
3955 * Makefile.in: Re-generate.
3956 * configure: Re-generate.
3957 * libgcc-math: New toplevel directory.
b3ded179
PB
3958
3959 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
3960 Jakub Jelinek <jakub@redhat.com>
3961 Diego Novillo <dnovillo@redhat.com>
b3ded179 3962
f7c83eac
AS
3963 * libgomp: New directory.
3964 * Makefile.def: Add target_module libgomp.
3965 * Makefile.in: Regenerate.
3966 * configure.in (target_libraries): Add target-libgomp.
3967 * configure: Regenerate.
b3ded179 3968
3a35eeb3
PB
39692006-02-14 Paolo Bonzini <bonzini@gnu.org>
3970 Andreas Schwab <schwab@suse.de>
0e7ef45c 3971
3a35eeb3
PB
3972 * configure: Regenerate.
3973
2429c060
PB
39742006-01-16 Paolo Bonzini <bonzini@gnu.org>
3975
3976 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3977 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3978 the assembler, linker and binutils.
3979 * configure: Regenerate.
3980
ec49b2b8
NC
39812006-01-16 Nick Clifton <nickc@redhat.com>
3982
49b9e644 3983 * config.sub, config.guess: Sync from config repository.
ec49b2b8 3984
44b2308f
AO
39852006-01-05 Alexandre Oliva <aoliva@redhat.com>
3986
3987 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3988 @ from continuation.
3989 * Makefile.in: Rebuilt.
3990
80911fe1
PB
39912006-01-04 Paolo Bonzini <bonzini@gnu.org>
3992
3993 Sync from gcc:
3994
3995 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
3996
f7c83eac 3997 PR bootstrap/24252
80911fe1 3998
f7c83eac
AS
3999 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4000 * Makefile.tpl (OBJDUMP): New.
4001 (EXTRA_HOST_FLAGS): Add it.
4002 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 4003
f7c83eac
AS
4004 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4005 to use symbolic links between directories. Avoid race conditions
4006 or make them harmless.
4007 * configure.in: Do not try to use symbolic links between directories.
80911fe1 4008
f7c83eac
AS
4009 * Makefile.def (LEAN): Pass.
4010 * Makefile.tpl (LEAN): Define.
4011 (stage[+id+]-start): Accept that the previous directory does not
4012 exist, if the bootstrap is lean.
4013 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4014 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4015 configure substitution.
4016 ([+compare-target+]): Likewise.
4017 ([+bootstrap-target+]-lean): New.
4018 * configure.in: Remove lean bootstrap support from here.
80911fe1 4019
f7c83eac
AS
4020 * Makefile.in: Regenerate.
4021 * configure: Regenerate.
80911fe1
PB
4022
4023 2006-01-02 Andreas Schwab <schwab@suse.de>
4024
f7c83eac
AS
4025 * configure.in: When reconfiguring remove Makefile in
4026 all stage directories.
4027 * configure: Regenerate.
80911fe1 4028
b59bea8a
NC
40292005-12-27 Leif Ekblad <leif@rdos.net>
4030
4031 * configure.in: Add support for RDOS target.
4032 * configure: Regenerate.
4033
d7730bac
NC
40342005-12-27 Nick Clifton <nickc@redhat.com>
4035
4036 PR binutils/1990
4037 * libtool.m4: Synchronize with version in GCC sources.
4038
c02dabc3
PB
40392005-12-20 Paolo Bonzini <bonzini@gnu.org>
4040
f7c83eac 4041 Revert Ada-related part of the previous change.
c02dabc3 4042
f7c83eac
AS
4043 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4044 Do not pass.
4045 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4046 * Makefile.in: Regenerate.
4047 * configure.in: Do not include mt-ppc-aix target fragment.
4048 * configure: Regenerate.
c02dabc3 4049
f6d183c0
PB
40502005-12-19 Paolo Bonzini <bonzini@gnu.org>
4051
4052 * configure.in: Select appropriate fragments for PowerPC/AIX.
4053 * configure: Regenerate.
4054
4055 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4056 BOOT_CFLAGS, BOOT_LDFLAGS.
4057 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4058 BOOT_CFLAGS, BOOT_LDFLAGS.
4059 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4060 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4061 (stage): Fail if we cannot complete the work.
4062 * Makefile.in: Regenerate.
4063
f29759fc
JJ
40642005-12-16 Jeff Johnston <jjohnstn@redhat.com>
4065
4066 * COPYING.NEWLIB: Update copyright year for default
4067 copyright.
4068
1f054001
PB
40692005-12-15 Paolo Bonzini <bonzini@gnu.org>
4070
4071 * Makefile.tpl (all, do-[+make_target+], do-check, install,
4072 install-host-nogcc): Don't invoke $(stage) at the end.
4073 * Makefile.in: Regenerate.
4074
0aed8855
PB
40752005-12-14 Paolo Bonzini <bonzini@gnu.org>
4076
4077 * configure.in: Flip the top-level bootstrap switch.
4078 * configure: Regenerate.
4079
4080 Merge from gcc:
4081
4082 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
4083
f7c83eac
AS
4084 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4085 $(stage) and $(unstage).
4086 (EXTRA_TARGET_FLAGS): Correct double-quoting.
4087 (all): Remove stray semicolon.
4088 (local-distclean): Don't handle multilib.tmp and multilib.out.
4089 (install.all): Set $s for consistency.
4090 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4091 check_multilibs setting. Always make the install directory.
4092 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4093 Correct @if/@endif.
4094 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4095 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4096 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4097 (multilib.out): Remove.
4098 * Makefile.in: Regenerated.
0aed8855
PB
4099
41002005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4101
4102 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4103 * configure.in: Replace ms1 arch with mt.
4104 * configure: Rebuilt.
4105
41062005-12-05 Paolo Bonzini <bonzini@gnu.org>
4107
4108 Sync with gcc:
4109
4970f871
NS
41102005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4111
4112 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4113 * configure.in: Replace ms1 arch with mt.
4114 * configure: Rebuilt.
4115
be01d343
PB
41162005-12-05 Paolo Bonzini <bonzini@gnu.org>
4117
4118 Sync with gcc:
4119
4120 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4121
f7c83eac
AS
4122 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4123 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4124 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
4125 Find in-tree tools if available.
4126 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4127 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4128 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4129 (COMPILER_*_FOR_TARGET): New.
4130 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4131 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4132 (CONFIGURED_*, USUAL_*): Remove.
4133 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4134 STRIP): Use autoconf substitutions.
4135 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4136 COMPILER_NM_FOR_TARGET): New.
4137 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4138
4139 (all): Make all-host and all-target in parallel.
4140 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4141 that $$r and $$s are set before invoking a recursive make.
4142 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4143 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
4144
4145 2005-11-29 Ben Elliston <bje@au.ibm.com>
4146
f7c83eac
AS
4147 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4148 from the gcc build directory.
4149 * Makefile.in: Regenerate.
be01d343
PB
4150
4151 2005-11-29 Ben Elliston <bje@au.ibm.com>
4152
f7c83eac
AS
4153 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
4154 depend on all-libdecnumber.
4155 * configure.in (host_libs): Include libdecnumber.
4156 * Makefile.in: Regenerate.
4157 * configure: Likewise.
be01d343
PB
4158
4159 2005-11-21 Kean Johnston <jkj@sco.com>
4160
f7c83eac 4161 * config.sub, config.guess: Sync from upstream sources.
be01d343 4162
907be67c
DJ
41632005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
4164
4165 * Makefile.def: Remove gdb dependencies for gdbtk.
4166 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4167 (configure-gdb, install-gdb): New rules.
4168 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4169 * Makefile.in, configure: Regenerated.
4170
e360f423
PB
41712005-10-22 Paolo Bonzini <bonzini@gnu.org>
4172
4173 PR bootstrap/24297
4174 * Makefile.tpl (do-[+make-target+], do-check, install,
4175 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4176 are set before recursing.
4177 * Makefile.in: Regenerate.
4178
45d5eb0a
EB
41792005-10-20 Eric Botcazou <ebotcazou@adacore.com>
4180
4181 PR bootstrap/18939
4182 * Makefile.def (gcc) <target>: Fix thinko.
4183 * Makefile.in: Regenerate.
4184
3cf3372e
BS
41852005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
4186
4187 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4188 * configure: Regenerate.
4189
bd70a46f
KH
41902005-10-09 Kazu Hirata <kazu@codesourcery.com>
4191
4192 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4193 target-libffi, target-qthreads, target-libjava, and
4194 targetlibobjc.
4195 * configure: Regenerate.
4196
5ae72758
DJ
41972005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
4198
4199 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4200 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4201 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4202 (USUAL_OBJDUMP_FOR_TARGET): New.
4203 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4204 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 4205 * configure, Makefile.in: Regenerated.
5ae72758 4206
cc96343e
PB
42072005-10-05 Paolo Bonzini <bonzini@gnu.org>
4208
4209 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4210 before other host packages.
4211
f70224b5
PB
42122005-10-05 Paolo Bonzini <bonzini@gnu.org>
4213
4214 PR bootstrap/22340
4215
4216 * configure.in (default_target): Remove.
4217 * Makefile.tpl (all): Do not use prerequisites as subroutines
4218 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4219 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4220 use prerequisites as subroutines.
4221 (check-host, check-target): New.
4222 (bootstrap configure & all targets): Do not use stage*-start
4223 if the directory layout is already ok.
4224 (non-bootstrap configure & all targets): Prepend a $(unstage).
4225 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
4226 (NOTPARALLEL): Remove.
4227 (unstage, stage variables): New variables.
4228 (unstage, stage targets): Simply expand to those variables.
4229
4230 * configure: Regenerate.
4231 * Makefile.in: Regenerate.
4232
c13c918a
JW
42332005-10-04 James E Wilson <wilson@specifix.com>
4234
4235 * Makefile.def (lang_env_dependencies): Add libmudflap.
4236 * Makefile.in: Regenerate.
4237
376a0e54
CM
42382005-10-03 Catherine Moore <clm@cm00re.com>
4239
4240 * configure.in (bfin-*-*): Support bfin.
4241 * configure: Regenerated.
4242
d320aacb
L
42432005-09-30 H.J. Lu <hongjiu.lu@intel.com>
4244
4245 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4246 * configure: Regenerated.
4247
7e0f7140
GK
42482005-09-28 Geoffrey Keating <geoffk@apple.com>
4249
4250 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4251 (LIPO_FOR_TARGET): New.
4252 (CONFIGURED_LIPO_FOR_TARGET): New.
4253 (USUAL_LIPO_FOR_TARGET): New.
4254 (STRIP_FOR_TARGET): New.
4255 (CONFIGURED_STRIP_FOR_TARGET): New.
4256 (USUAL_STRIP_FOR_TARGET): New.
4257 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4258 STRIP_FOR_TARGET.
4259 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4260 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4261 * Makefile.in: Regenerate.
4262 * configure: Regenerate.
0e7ef45c 4263
096f7d00
DE
42642005-09-19 David Edelsohn <edelsohn@gnu.org>
4265
4266 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4267 (rs6000-*-aix*): Same.
4268 * configure: Regenerate.
4269
42702005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
4271
4272 * configure.in: Recognize f95 in the --enable-languages option,
4273 and substitute it for fortran, issuing a warning.
4274 * configure: Regenerate.
4275
2016dfcc
BE
42762005-09-07 Ben Elliston <bje@au.ibm.com>
4277
4278 Import from Autoconf sources:
4279
4280 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
4281 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
4282 Elliston. Handle weird characters correctly.
4283
6dd2fda9
DD
42842005-08-30 Phil Edwards <phil@codesourcery.com>
4285
4286 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
4287 * configure: Regenerated.
4288
e6db70d4
RE
42892005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
4290
f7c83eac
AS
4291 * Makefile.def (libssp): Add to lang_env_dependencies.
4292 * Makefile.in: Regenerate.
e6db70d4 4293
e1e3d0f5
CG
42942005-08-17 Christian Groessler <chris@groessler.org>
4295
4296 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4297 * Makefile.in: Regenerate.
4298
05cbd757
PB
42992005-08-12 Paolo Bonzini <bonzini@gnu.org>
4300
4301 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4302 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4303 Look for alternate names of the target cc and c++
4304 * configure: Regenerate.
4305
55db4b87
PB
43062005-08-08 Paolo Bonzini <bonzini@gnu.org>
4307
4308 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4309 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4310 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4311 tools; remove code to manually set them.
4312 (Target tools): Look in the environment for them.
4313 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4314 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4315 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4316 build directory.
4317 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4318 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4319 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4320 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4321 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4322 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4323 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4324 * configure: Regenerate.
4325 * Makefile.in: Regenerate.
4326
414e5532
MM
43272005-07-27 Mark Mitchell <mark@codesourcery.com>
4328
4329 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 4330 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
4331 * Makefile.in: Regenerated.
4332
a19b6204
MM
43332005-07-26 Mark Mitchell <mark@codesourcery.com>
4334
4335 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4336 (CFLAGS_FOR_TARGET): Use it.
4337 (CXXFLAGS_FOR_TARGET): Likewise.
4338 * Makefile.in: Regenerated.
4339 * configure.in (--with-build-sysroot): New option.
4340 * configure: Regenerated.
4341
b73aa406
PB
43422005-07-24 Paolo Bonzini <bonzini@gnu.org>
4343
4344 * Makefile.tpl: Wrap install between unstage and stage
4345 * Makefile.in: Regenerate.
4346
6e4d0bcb
KC
43472005-07-16 Kelley Cook <kcook@gcc.gnu.org>
4348
4349 * all files: Update FSF address.
4350
49f58d10
JB
43512005-07-14 Jim Blandy <jimb@redhat.com>
4352
4353 * configure.in: Add cases for Renesas m32c.
4354 * configure: Regenerated.
0e7ef45c 4355
1d9c9cd7
KC
43562005-07-14 Kelley Cook <kcook@gcc.gnu.org>
4357
4358 * COPYING, compile, config-ml.in, config.guess,
4359 config.sub, install-sh, missing, mkinstalldirs,
4360 symlink-tree, ylwrap: Sync from upstream sources.
4361
1587117a
EC
43622005-07-13 Eric Christopher <echristo@redhat.com>
4363
4364 * configure.in: Add toplevel noconfigdir support for tpf.
4365 * configure: Regenerate.
4366
bb780410
DD
43672005-07-11 Jakub Jelinek <jakub@redhat.com>
4368
4369 * Makefile.def (target_modules): Add libssp.
4370 * configure.in (target_libraries): Add target-libssp.
4371 * configure: Rebuilt.
4372 * Makefile.in: Rebuilt.
4373
064d0a7c
PB
43742005-07-11 Paolo Bonzini <bonzini@gnu.org>
4375
4376 PR ada/22340
4377
4378 * Makefile.def: Sync with gcc.
4379 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4380 * Makefile.in: Regenerate.
4381
b2edd3b5
AS
43822005-07-07 Andreas Schwab <schwab@suse.de>
4383
4384 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4385 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4386 * Makefile.in: Regenerated.
4387
5f128533
KH
43882005-07-07 Kazu Hirata <kazu@codesourcery.com>
4389
4390 * configure.in: Add --enable-libssp and --disable-libssp.
4391 * configure: Regenerate with autoconf-2.13.
4392
4e3fc8e5
GK
43932005-07-06 Geoffrey Keating <geoffk@apple.com>
4394
4395 * configure.in: Don't build sim or rda when targetting darwin.
4396 * configure: Regenerate.
4397
c7357d6a
BE
43982005-07-04 Ben Elliston <bje@gnu.org>
4399
4400 * src-release (do-proto-toplev): Remove dejagnu bits.
4401 (DEJAGNU_SUPPORT_DIRS): Remove.
4402 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
4403 (GDBD_SUPPORT_DIRS): Likewise.
4404 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
4405 (INSIGHTD_SUPPORT_DIRS): Likewise.
4406 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
4407
44082005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
4409
4410 * setup.com (mpw): Remove unused directive.
4411
7d329e61
PB
44122005-06-22 Paolo Bonzini <bonzini@gnu.org>
4413
4414 * Makefile.def (stagefeedback): Come after profile.
4415 Define profiledbootstrap target.
4416 * Makefile.tpl (profiledbootstrap): Remove.
4417 (stageprofile-end): Zap stagefeedback.
4418 (stagefeedback-start): Copy all .gcda files, not only GCC's.
4419 * Makefile.in: Regenerate.
4420
e5fbed21
DD
44212005-06-13 Zack Weinberg <zack@codesourcery.com>
4422
4423 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
4424 In 'cpp' stanza, support '#line' as well as '# '.
4425
59f7ec45
HPN
44262005-06-07 Hans-Peter Nilsson <hp@axis.com>
4427
4428 * configure.in (unsupported_languages): New macro.
4429 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
4430 non-ported target libraries in noconfigdirs.
4431 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4432 non-linux-gnu. Remove libgcj_ex_libffi.
9eb322aa 4433 <lang_frag loop>: Set add_this_lang=no if the language is in
59f7ec45
HPN
4434 unsupported_languages.
4435 * configure: Regenerate.
4436
c10e9ba7
DD
44372005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
4438
4439 * configure.in: Fix typo in handling of --with-mpfr-dir.
4440 * configure: Regenerate.
4441
20deb2b8
JB
44422005-06-02 Jim Blandy <jimb@redhat.com>
4443
4444 * config.sub: Add cases for the Renesas m32c. (This patch has been
4445 accepted into the master sources.)
4446
cdb9b172 44472005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
4448 Michael Snyder <msnyder@redhat.com>
4449 Stan Cox <scox@redhat.com>
cdb9b172 4450
f7c83eac 4451 * configure.in: Set noconfigdirs for ms1.
cdb9b172 4452
f7c83eac 4453 * configure: Regenerate.
cdb9b172 4454
1dc3053f
PB
44552005-05-25 Paolo Bonzini <bonzini@gnu.org>
4456
4457 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4458 (Dependencies): Consider target modules for bootstrap dependencies.
4459 Make target bootstrap modules depend on each stage's gcc.
4460 * Makefile.in: Regenerate.
4461
c60fe18b
PB
44622005-05-20 Paolo Bonzini <bonzini@gnu.org>
4463
4464 * Makefile.def (configure-gcc): Depend on binutils having been built.
4465 (all-gcc): No need to do it here.
4466 * Makefile.in: Regenerate.
4467
27258dd4
PB
44682005-05-19 Paul Brook <paul@codesourcery.com>
4469
0e7ef45c 4470 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
4471 language cannot be built.
4472 * configure: Regenerate.
4473
42ecbf5e
DJ
44742005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4475
4476 * ylwrap: Import from Automake 1.9.5.
4477
ae380b45
MS
44782005-05-04 Mike Stump <mrs@apple.com>
4479
4480 * configure.in: Always pass --target to target configures as
4481 otherwise rebuilds that do --recheck will fail.
811d3af8 4482 * configure: Rebuilt.
ae380b45 4483
d545f33b
PB
44842005-05-04 Paolo Bonzini <bonzini@gnu.org>
4485
4486 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4487 STAGE_HOST_EXPORTS.
4488 (configure, all): Add bootstrap support.
4489 (Host modules, target modules): Pass post-stage1 flags and exports.
4490 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4491 * Makefile.in: Regenerate.
4492
2faa2958
PB
44932005-04-29 Paolo Bonzini <bonzini@gnu.org>
4494
4495 Sync from gcc:
4496
4497 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
4498
f7c83eac 4499 * config.sub: Update from master copy.
2faa2958
PB
4500
4501 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
4502
f7c83eac
AS
4503 * configure.in <crisv32-*-*, cris-*-*>: New local variable
4504 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
4505 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
4506 "*-*-elf" and "*-*-linux*".
4507 * configure: Regenerate.
2faa2958 4508
a7254363
PB
45092005-04-06 Paolo Bonzini <bonzini@gnu.org>
4510
f7c83eac 4511 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
4512 (TARGET_CONFIGARGS): Include --with-target-subdir.
4513 (configure, all): New macros. Use them throughout.
4514
a8637a7d
PB
45152005-04-05 Paolo Bonzini <bonzini@gnu.org>
4516
4517 * Makefile.tpl: Sync with gcc.
4518 * Makefile.in: Regenerate.
4519
dd387d52
JR
45202005-03-30 J"orn Rennecke <joern.rennecke@st.com>
4521
4522 * config/mh-mingw32: Delete.
4523 * configure.in: Don't use it.
4524 * configure: Regenerate.
4525
e90269c8
PB
45262005-03-31 Paolo Bonzini <bonzini@gnu.org>
4527
4528 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4529 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4530 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
4531 (HOST_LIB_PATH): Generate from Makefile.def.
4532 (TARGET_LIB_PATH): Likewise.
4533 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4534 * Makefile.in: Regenerate.
4535 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4536 (RPATH_ENVVAR): Include Darwin case.
4537 * configure: Regenerate.
4538
9a237d9e
PB
45392005-03-25 Paolo Bonzini <bonzini@gnu.org>
4540
4541 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4542 * configure: Regenerate.
4543
479759c8
ZW
45442005-03-21 Zack Weinberg <zack@codesourcery.com>
4545
4546 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4547 gcc_version, and gcc_version_trigger from set of flags to pass.
4548 * Makefile.tpl: Remove definitions of above variables.
4549 (config.status): Remove dependency on $(gcc_version_trigger).
4550 * Makefile.in: Regenerate.
4551 * configure.in: Do not reference config/gcc-version.m4 nor
4552 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
4553 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
4554 * configure: Regenerate.
4555
4cfaf6d5
DD
45562005-03-16 Manfred Hollstein <manfred.h@gmx.net>
4557 Andrew Pinski <pinskia@physics.uc.edu>
4558
4559 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4560 * Makefile.in: Regenerate.
4561
33a3fb7b
AO
45622005-03-01 Alexandre Oliva <aoliva@redhat.com>
4563
4564 PR libgcj/20160
4565 * ltmain.sh: Avoid creating archives with components that have
4566 duplicate basenames.
4567
2da12f12
PB
45682005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
4569
479759c8
ZW
4570 PR bootstrap/20250
4571 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4572 instead of check.
4573 * Makefile.in: Regenerate.
2da12f12 4574
b00612cc
PB
45752005-02-28 Paolo Bonzini <bonzini@gnu.org>
4576
4577 Sync from gcc.
4578
4579 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
4580
4581 PR bootstrap/17383
4582 * Makefile.def (target_modules): Remove "stage", now unnecessary.
4583 * Makefile.tpl (HOST_SUBDIR): New substitution.
4584 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4585 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4586 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4587 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4588 (Host modules, Bootstrapped modules): Use it.
4589 (Build modules, Target modules): Do not create symlink trees,
4590 always configure out-of-srcdir.
4591 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4592 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4593 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4594 $(HOST_SUBDIR). Create a symlink for host_subdir.
4595
4596 * Makefile.in: Regenerate.
4597 * configure: Regenerate.
4598
4599 Merged from libada-gnattools-branch:
4600 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
4601
4602 * Makefile.def: Add gnattools as a module, depending on target-libada.
4603 * Makefile.in: Regenerate.
4604 * configure.in: Include gnattools in host_tools; disable it if ada
4605 is disabled.
4606 * configure: Regenerate.
4607
c3e65f62
NC
46082005-02-23 Nick Clifton <nickc@redhat.com>
4609
4610 * configure: Regenerate.
4611
e4d180c2
NC
46122005-02-22 Paul Schlie <schlie@comcast.net>
4613
4614 * configure.in: Allow darwin targeted ports to build tk, itcl and
4615 libgui.
4616
e3c770b1
EB
46172005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
4618
4619 PR libgcj/10353
4620 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4621 * configure: Regenerate.
4622
9c73618c
AC
46232005-02-08 Andrew Cagney <cagney@gnu.org>
4624
4625 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
4626 gdb/ section. Update GDB's URL.
4627
c46f8c51
AC
46282005-01-31 Andrew Cagney <cagney@gnu.org>
4629
4630 * gettext.m4: Only set ENABLE_NLS when gettext is present.
4631
c7e66c6d
HPN
46322005-01-29 Hans-Peter Nilsson <hp@axis.com>
4633
4634 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4635 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4636 target-libgloss when not *-*-elf and *-*-aout.
4637 * configure: Regenerate.
4638
a53bf506
AC
46392005-01-27 Andrew Cagney <cagney@gnu.org>
4640
4641 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
4642
45181ed1
AC
46432005-01-24 Andrew Cagney <cagney@gnu.org>
4644
4645 * gettext.m4: Only fall back to ../intl/ when it's present.
4646
a1e0f4e4
KC
46472005-01-17 Kelley Cook <kcook@gcc.gnu.org>
4648
4649 * install-sh, config.sub: Import from upstream.
4650
46512005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
4652
4653 PR bootstrap/18222
4654 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4655 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4656 * Makefile.in: Regenerate.
4657
c50382e2
PB
46582005-01-03 Paolo Bonzini <bonzini@gnu.org>
4659
4660 Revert 2004-12-28 Makefile changes, a better fix will be
4661 applied to mainline and src after GCC 4.0 branches.
4662
11d07737
PB
46632004-12-28 Paolo Bonzini <bonzini@gnu.org>
4664
4665 PR bootstrap/17383
4666
4667 * Makefile.def (target_modules): Remove stage parameter,
4668 it is always true now.
4669 * Makefile.tpl (configure-build-[+module+],
4670 configure-target-[+module+]): Always build symlink tree
4671 for the directory and for include. BUILD_SUBDIR and
4672 TARGET_SUBDIR cannot be . anymore.
4673 * Makefile.in: Regenerate.
4674
dadfdbe2
DD
46752004-12-25 David Edelsohn <edelsohn@gnu.org>
4676
4677 Revert 2004-12-08 Makefile changes.
4678
dbf85af7
JR
46792004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
4680
4681 * configure.in (sh64-*-*): Reenable gprof.
4682 * configure: Regenerate.
4683
6b8fea99
JB
46842004-12-09 Jim Blandy <jimb@redhat.com>
4685
4686 * MAINTAINERS: List 'depcomp' as part of automake.
4687
7341462c
DE
46882004-12-08 David Edelsohn <edelsohn@gnu.org>
4689
4690 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4691 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4692 (EXTRA_TARGET_FLAGS): Add PICFLAG.
4693 * Makefile.in: Regenerate.
4694
21fde4dc
DD
46952004-12-07 Matt Kraai <kraai@ftbfs.org>
4696
4697 * Makefile.tpl: Generate normal dependencies if the LHS module is
4698 not bootstrapped.
4699 * Makefile.in: Regenerate.
4700
3da796a2
RS
47012004-12-03 Richard Sandiford <rsandifo@redhat.com>
4702
4703 * configure.in: Include config/gxx-include-dir.m4. Use
4704 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
4705 * configure: Regenerate.
4706
73fb7068
RS
47072004-12-03 Richard Sandiford <rsandifo@redhat.com>
4708
4709 * config.if: Delete.
4710 * configure.in: Set libstdcxx_incdir directly.
4711 * configure: Regenerate.
4712 * MAINTAINERS: Remove mention of config.if.
4713 * src-release (DEVO_SUPPORT): Remove config.if.
4714
6c8e6ce9
EC
47152004-12-02 Eric Christopher <echristo@redhat.com>
4716
3b6098f8
EC
4717 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
4718 of things to remove.
6c8e6ce9 4719 * Makefile.in: Regenerate.
479759c8 4720
b8658a2f
RS
47212004-12-02 Richard Sandiford <rsandifo@redhat.com>
4722
4723 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4724 * configure: Regenerate.
4725
afefada0
RS
47262004-12-02 Richard Sandiford <rsandifo@redhat.com>
4727
4728 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
4729 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
4730 * configure: Regenerate.
4731
5dcac624
DA
47322004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4733
4734 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4735 (hppa*64*-*-*): Delete incorrect comment.
4736 * configure: Rebuilt.
4737
57d1eb1a
DD
47382004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4739
4740 * install-sh, compile: Import from automake.
4741
47422004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4743
4744 * config.guess, config.sub: Import from savannnah.
4745
6d389afc
MS
47462004-11-12 Mike Stump <mrs@apple.com>
4747
4748 * Makefile.def: Add html support.
4749 * Makefile.tpl: Likewise.
4750 * Makefile.in: Regenerate.
4751
69e57115
GK
47522004-11-11 Geoffrey Keating <geoffk@apple.com>
4753
4754 PR 18423
4755 * configure.in: Remove all instances of build-fixincludes from
4756 noconfigdirs.
4757 (build_configargs): Supply --target to subdirectories.
4758 * configure: Regenerate.
4759
4760 * Makefile.def: Make gcc install depend on fixincludes install.
4761 * Makefile.in: Regenerate.
4762
ba719b26
HPN
47632004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
4764
4765 * configure.in (noconfigdirs) [mmix-*-*]: Disable
4766 target-libgfortran.
4767 * configure: Regenerate.
4768
c37653e7
DE
47692004-11-07 David Edelsohn <edelsohn@gnu.org>
4770
4771 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4772 like CC.
4773
1eefd493
PB
47742004-11-05 Paolo Bonzini <bonzini@gnu.org>
4775
4776 * Makefile.def (host fixincludes): Specify missing targets.
4777 * Makefile.in: Regenerate.
4778
02b1af09
L
47792004-11-04 H.J. Lu <hongjiu.lu@intel.com>
4780
4781 PR other/17783
4782 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4783 * configure: Regenerated.
4784
7f266840
DJ
47852004-11-04 Daniel Jacobowitz <dan@debian.org>
4786
4787 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4788 * configure: Regenerated.
4789
47444073
AL
47902004-10-28 Eric B. Weddington <ericw@evcohs.com>
4791
4792 PR target/18151
4793 * configure.in (case ${target}): Do not build fixincludes for avr.
4794 * configure: Regenerated.
4795
caeba88f
AL
47962004-10-26 Paolo Bonzini <bonzini@gnu.org>
4797
4798 * configure.in (case ${target}): Do not build fixincludes
4799 on platforms where it is not used.
4800 * configure: Regenerated.
4801
0fdbe983
DJ
48022004-10-23 Daniel Jacobowitz <dan@debian.org>
4803
4804 * configure.in: Use an absolute path to install-sh.
4805 * configure: Regenerated.
4806
1c0f67c1
AC
48072004-10-19 Andrew Cagney <cagney@gnu.org>
4808
4809 * src-release (do-djunpack, do-md5sum): Install the generated file
4810 directly into the proto-toplev/ directory.
479759c8 4811
a9cfce9c
AC
48122004-10-19 Andrew Cagney <cagney@gnu.org>
4813
4814 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
4815
ac0fa625
DD
48162004-10-12 Kelley Cook <kcook@gcc.gnu.org>
4817
4818 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4819 * configure: Regenerate.
4820
d27cc32e
PB
48212004-10-06 Paolo Bonzini <bonzini@gnu.org>
4822
4823 Fix wrong conflict resolution in:
4824
4825 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
4826
4827 * Makefile.in: Regenerate.
4828 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4829 in the recursive `make', instead of hardwiring `all'.
4830 (Autogenerated TARGET-* variables): New.
4831
1763908f
UW
48322004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4833
4834 Merged from GCC / libtool upstream:
4835 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
4836 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4837 * ltcf-cxx.sh (tpf*): Likewise.
4838 * ltconfig (tpf*): Add TPF OS configuration support.
4839
0490e016
NC
48402004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
4841
4842 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 4843 * configure: Regenerate.
0490e016 4844
32be62b5
RS
48452004-09-24 Michael Roth <mroth@nessie.de>
4846
4847 * configure.in (--without-headers): Add missing double quotes.
4848 * configure: Regenerate.
4849
6048df60
DD
48502004-09-24 Kelley Cook <kcook@gcc.gnu.org>
4851
4852 * ylwrap: Revert to previous version.
4853
315b3b02
L
48542004-09-23 H.J. Lu <hongjiu.lu@intel.com>
4855
6048df60 4856 PR bootstrap/17369
315b3b02
L
4857 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4858 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4859 SET_GCC_LIB_PATH_CMD.
4860 (BASE_TARGET_EXPORTS): Likewise.
4861 * Makefile.in: Regenerated.
4862
4863 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4864 * configure: Regenerated.
4865
fe69863c
DD
48662004-09-23 Kelley Cook <kcook@gcc.gnu.org>
4867
4868 * config.guess: New upstream version
4869 * compile, depcomp, install-sh, ylwrap: Likewise.
4870
48712004-09-19 Roger Sayle <roger@eyesopen.com>
4872
4873 * config/mh-x86omitfp: New host makefile fragment. Add
4874 -fomit-frame-pointer to the default BOOT_CFLAGS.
4875 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4876 * configure: Regenerate.
4877
48782004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
4879
4880 PR target/11572
4881 * configure.in (*-*-darwin*): Renable libobjc.
4882 * configure: Regenerate.
4883
be75bbe1 48842004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 4885
be75bbe1
DB
4886 * Makefile.def: Remove libbanshee.
4887 * Makefile.tpl: Ditto.
4888 * configure.in: Ditto.
4889 * Makefile.in: Regen.
4890 * configure: Ditto.
4891
1b882a91
PB
48922004-09-07 Paolo Bonzini <bonzini@gnu.org>
4893
4894 * missing: Import latest version from master repository.
4895
eb1352ed
NC
48962004-09-04 Nick Clifton <nickc@redhat.com>
4897
4898 * config.sub: Import latest version from master repository.
4899 * config.guess: Likewise.
4900 This includes these changes:
479759c8 4901
eb1352ed
NC
4902 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
4903
4904 * config.sub: Handle crisv32, alias etraxfs.
4905 * config.guess (crisv32:Linux:*:*): Handle.
4906
4907 2004-08-13 Brad Smith <brad@comstyle.com>
4908
4909 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4910 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4911
4912 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
4913
4914 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4915 assume the processor is a powerpc. This is because coreutils
4916 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4917 in this case, due to a MacOS X bug that causes
4918 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4919 to return a negative number.
4920 Problem reported by Petter Reinholdtsen in:
4921 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4922
4923 2004-07-19 Ben Elliston <bje@gnu.org>
4924
4925 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4926
4927 2004-06-24 Ben Elliston <bje@gnu.org>
4928
4929 * config.guess: Update copyright years.
4930 * config.sub: Likewise.
4931
4932 2004-06-22 Robert Millan <robertmh@gnu.org>
4933
4934 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4935 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4936
4937 2004-06-22 Stanley F. Quayle <stan@stanq.com>
4938
4939 * config.guess (*:*VMS:*:*): New entry. Replaces
4940 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4941 manufacturer.
4942
4943 2004-06-22 Ben Elliston <bje@gnu.org>
4944
4945 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4946 * config.sub: Likewise.
4947
4948 2004-06-22 Ben Elliston <bje@gnu.org>
4949
4950 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4951 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4952
4953 2004-06-11 Ben Elliston <bje@gnu.org>
4954
4955 * config.guess (pegasos:OpenBSD:*:*): Remove.
4956
4957 2004-06-11 Ben Elliston <bje@gnu.org>
4958
4959 From Wouter Verhelst <wouter@grep.be>:
4960 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4961
4962 2004-06-11 Ben Elliston <bje@gnu.org>
4963
4964 * config.guess (luna88k:OpenBSD:*:*): New.
4965
4966 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4967
4968 * config.guess (m32r*:Linux:*:*): New case.
4969 * config.sub: Handle m32rle.
4970
4971 2004-03-12 Ben Elliston <bje@wasabisystems.com>
4972
4973 From Jens Petersen <petersen@redhat.com>:
4974 * config.sub: Handle sparcv8.
4975
4976 2004-03-03 Ben Elliston <bje@wasabisystems.com>
4977
4978 From Tom Smith <smith@cag.lkg.hp.com>:
4979 * config.guess: Version suffixes are equally significant on Tru64
4980 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
4981 prefix of "P" (patched kernel).
4982
4983 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
4984
4985 * config.sub: Add support for National Semiconductor CRX target.
4986
2a3124ca 49872004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 4988
2a3124ca
RH
4989 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4990 *-*-netware, but add target-libmudflap.
4991 Consolidate *-*-netware targets (of which really only i?86 exists)
4992 into a single entry.
4993 * configure: Likewise.
4994
0df3d27f
PB
49952004-09-01 Paolo Bonzini <bonzini@gnu.org>
4996
4997 * Makefile.tpl (sorry): Remove.
4998 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4999 (cleanstrap targets): Depend on distclean, not distclean-stage1.
5000 (do-clean): Clean per-stage directories too.
5001 (do-distclean): Run distclean-stage1 too.
5002 (.NOTPARALLEL): Enable during toplevel bootstrap.
5003 (stage[+id+]-bubble): Enable parallel execution during
5004 the recursive invocation.
5005 * Makefile.in: Regenerate.
5006
5007 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
5008
5009 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
5010
5011 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5012 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5013 * configure: regenerate
479759c8
ZW
5014 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5015 -mdynamic-no-pic
0df3d27f
PB
5016
50172004-08-31 Paolo Bonzini <bonzini@gnu.org>
5018
5019 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5020 include.
5021 * configure.in: Fix indentation.
5022 * configure: Regenerate.
5023
ee025550
PB
50242004-08-31 Paolo Bonzini <bonzini@gnu.org>
5025
5026 * Makefile.def (build_modules): Add fixincludes.
5027 (dependencies): Make gcc depend on fixincludes.
5028 * configure.in (build_tools): Add fixincludes.
5029 (build_configdirs): Always include build_libs.
5030 * Makefile.in: Regenerate.
5031 * configure: Regenerate.
5032
50332004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
5034
5035 * Makefile.def (bootstrap stages): Add 'lean' parameter.
5036 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5037 phony targets; do not generate timestamp files.
5038 (distclean-stageN): Remove references to their timestamp files.
5039 (restageN, touch-stageN): Remove.
5040 (stageN-bubble): Rewritten.
5041 (compare): Support lean bootstraps.
5042 * Makefile.in: Regenerate.
5043
5044 * configure.in: Only warn when bootstrapping but
5045 build != host or build != target. Support lean bootstraps.
5046 * configure: Regenerate.
5047
5048 Sync from gcc:
5049 2004-08-26 Phil Edwards <phil@codesourcery.com>
5050
5051 * configure.in: Give a better error message if GMP/MPFR are missing
5052 and a language needing them has been requested.
5053 * configure: Regenerated.
5054
5055 2004-08-25 Phil Edwards <phil@codesourcery.com>
5056
5057 * configure.in: Print a list of available language front-ends if
5058 a requested one is missing. Tidy stray tab characters.
5059 * configure: Regenerated.
5060
72b2455a
PB
50612004-08-17 Paolo Bonzini <bonzini@gnu.org>
5062
5063 * Makefile.in: Regenerate.
5064 * configure: Regenerate.
5065
5066 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5067 stage_*_flags.
5068 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5069 for bootstrapped modules if toplevel bootstrap is going.
5070 (GCC bootstrap): Generate per-stage targets for all bootstrapped
5071 modules. Adjust for changes in Makefile.def. Enable several
5072 rules even in non-bootstrap mode, just to avoid peppering the
5073 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5074 (stage-[+prev+]-bubble): Remove.
5075
5076 * Makefile.def (Dependencies): Depend on all-build-bison,
5077 all-build-flex, all-build-byacc, all-build-texinfo, rather
5078 than the host variations.
5079 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
5080 with BUILD_SUBDIR.
5081 (BISON): Update for recent Bisons.
5082 (YACC): Fix typo.
5083 (cross): Depend on all-build.
5084 (all): Do not depend on all-build.
5085 (prebootstrap): Remove.
5086 (dep-kind): Accept separate prefixes for MODULE and ON variables.
5087 (Prebootstrap dependencies): Add them to the per-stage targets
5088 and to all-prebootstrap.
5089 * configure.in (build_configdirs): Always enable build_tools.
5090 (BUILD_DIR_PREFIX): Remove.
5091
5092 * Makefile.def (gcc): Add target variable.
5093 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5094 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5095 in the recursive `make', instead of hardwiring `all'.
5096 (Autogenerated TARGET-* variables): New.
5097
de0b4a87
JW
50982004-08-17 Robert Millan <robertmh@gnu.org>
5099
5100 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5101 (instead of FreeBSD).
5102 * configure: Regenerate.
5103
ad681c85
NN
51042004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
5105
675c6968
NN
5106 * Makefile.def, configure.in, src-release: Remove useless, bogus
5107 references to tix.
5108 * Makefile.in, configure: Regenerate.
5109
ad681c85
NN
5110 * src-release: Stop distributing mmalloc with gdb (which doesn't
5111 use it).
5112 * Makefile.def: GDB doesn't depend on mmalloc anymore.
5113 * Makefile.in: Regenerate.
5114
11b04d1f
DD
51152004-08-09 Mark Mitchell <mark@codesourcery.com>
5116
5117 * configure.in (arm*-*-eabi*): New target.
5118 * configure: Regenerate.
5119
f2420bea
NN
51202004-08-01 Robert Millan <robertmh@gnu.org>
5121
5122 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5123 libmudflap for all GNU-based systems (with Glibc).
5124 * configure: Regenerate.
5125
9e6ce191
PB
51262004-08-06 Paolo Bonzini <bonzini@gnu.org>
5127
5128 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5129 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5130 (Dependencies): New section.
5131 * Makefile.tpl (Dependencies): Generate from Makefile.def.
5132 (configure-target-[+module+]): Depend on maybe-all-gcc
5133 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
5134 (toplevel profiledbootstrap): Fix dependencies.
5135 * Makefile.in: Regenerate.
5136
df4a6958
MM
51372004-08-03 Mark Mitchell <mark@codesourcery.com>
5138
5139 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5140 target-libiberty to noconfigdirs.
5141
11b04d1f
DD
51422004-08-03 Paul Brook <paul@codesourcery.com>
5143
5144 * configure.in: Check for MPFR as well as GMP.
5145 * configure: Regenerate.
5146
b813574b
PB
51472004-08-03 Paolo Bonzini <bonzini@gnu.org>
5148
5149 * Makefile.def (host-modules): Add gcc.
5150 * Makefile.in: Regenerate.
5151 * Makefile.tpl (sorry): New rule.
5152 (configure-host, all-host, [+make_target+]-host, do-check,
5153 install-host): Do not add gcc as a special case.
5154 (host modules): Add a small special-casing for gcc. Export
5155 extra_make_flags through the environment.
5156 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5157 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5158 other recursive targets for gcc): Remove.
5159
5160 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5161 (stage, unstage): New rules.
5162 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5163 distclean-stage[+id+]): Use stage_current.
5164 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5165 the stage*-start rules.
5166
61edac0c
JW
51672004-07-19 Robert Millan <robertmh@gnu.org>
5168
5169 Synced from gcc:
5170
5171 2004-04-26 Robert Millan <robertmh@gnu.org>
5172
5173 Add patches from libtool CVS.
5174 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5175 * ltconfig: Likewise.
5176 * ltcf-c.sh: Likewise.
5177 * ltcf-cxx.sh: Likewise.
5178 * ltcf-gcj.sh: Likewise.
5179
3e707e94
PB
51802004-07-12 Paolo Bonzini <bonzini@gnu.org>
5181
5182 * configure.in: Add noconfigdirs for crx-*-*.
5183 * configure: Regenerate.
5184
51852004-07-12 Paolo Bonzini <bonzini@gnu.org>
5186
5187 Synced from gcc:
5188
5189 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
5190
5191 * configure.in: Build libmudflap by default on FreeBSD.
5192 * configure: Regenerated.
5193
5194 2004-07-09 Mark Mitchell <mark@codesourcery.com>
5195
5196 * configure.in: Do not build libmudflap by default on non-GNU/Linux
5197 systems.
5198 * configure: Regenerated.
5199
5200 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5201
5202 PR target/16344
5203 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5204 feedback based compiler.
5205 * Makefile.in: Rebuilt.
5206
5207 2004-07-05 Phil Edwards <phil@codesourcery.com>
5208
5209 * configure.in: Do not prepend $srcdir to /dev/null in
5210 makefile fragments.
5211 * configure: Regenerate.
5212
a7ee7660
AO
52132004-07-08 Alexandre Oliva <aoliva@redhat.com>
5214
5215 * Makefile.def (host_modules): Set bootstrap=true for flex.
5216 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5217 * Makefile.in: Rebuilt.
5218
6a9cf61e
PB
52192004-07-01 Paolo Bonzini <bonzini@gnu.org>
5220
5221 * Makefile.def (build_modules): Add bison, byacc, flex,
5222 m4, texinfo.
5223 (flags_to_pass): Add FLEX.
5224 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5225 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5226 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5227 DEFAULT_MAKEINFO): Remove.
5228 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5229 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5230 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5231 objdir or else use configured tool.
5232 (all-build): New.
5233 (all): Depend on it.
5234 (Build module dependencies): Add.
5235 * Makefile.in: Regenerate.
5236 * configure.in: Better support for multiple build modules,
5237 matching what is done for host/target modules. Do not look
5238 for "plausible" locations of build tools if Canadian cross.
5239 Use autoconf's AC_PROG_CC to find a C compiler. Define
5240 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
5241 * configure: Regenerate.
5242
95b6a1f2
PB
52432004-06-22 Paolo Bonzini <bonzini@gnu.org>
5244
5245 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5246 * Makefile.in: Regenerate.
5247
7ffa0b57
PB
52482004-06-22 Paolo Bonzini <bonzini@gnu.org>
5249
5250 * Makefile.tpl (configure-build-[+module+],
5251 configure-[+module+], configure-target-[+module+]): Pass
5252 [+extra_configure_args+].
5253 (all-build-[+module+], all-[+module+], check-[+module+],
5254 install-[+module+], [+make_target+]-[+module+],
5255 all-target-[+module+], check-target-[+module+],
5256 install-target-[+module+], [+make_target+]-target-[+module+]):
5257 Pass [+extra_make_args+].
5258 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5259 (GCC_HOST_EXPORTS): Remove.
5260 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5261 cross, check-gcc, check-gcc-c++, install-gcc,
5262 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5263 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5264 * Makefile.in: Regenerate.
5265
929ba6e7
CF
52662004-06-21 Christopher Faylor <cgf@alum.bu.edu>
5267
5268 * configure.in: Check for srcdir/winsup rather than build directory
5269 winsup.
5270 * configure: Regenerate.
5271
b76d7de0
CV
52722004-06-17 Corinna Vinschen <vinschen@redhat.com>
5273
5274 * configure.in: Don't build Cygwin native newlib if winsup
5275 directory is missing. Emit warning instead.
5276 * configure: Regenerate.
5277
656fdd47
PB
52782004-06-09 Paolo Bonzini <bonzini@gnu.org>
5279
5280 * Makefile.tpl (touch-stage[+id+]): New.
5281 (restage[+prev+]): Depend on touch-stage[+id+].
5282
5283 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5284 Use it throughout.
5285
5286 * Makefile.def: Add profile and feedback bootstrap stages.
5287 Remove next field from bootstrap stages.
5288 * Makefile.tpl (LN, LN_S): Substitute.
5289 (stageN-start, stageN-end): Use double-colon rules, to
5290 provide a hook for additional setup commands.
5291 (distclean-stageN-gcc, restageN): Create dependencies from
5292 [+prev+], not from [+next+].
5293 (stageN-bubble): Add commands for successive stages from
5294 [+prev+], using double-colon rules.
5295 (all-stageN-gcc): Fix typo.
5296 (stagefeedback-start, profiledbootstrap): New.
5297 * Makefile.in: Regenerate.
5298 * configure.in: Call ACX_PROG_LN.
5299 * configure: Regenerate.
5300
498d4a71
CF
53012004-06-03 Paolo Bonzini <bonzini@gnu.org>
5302
5303 * configure.in: Fix --enable-bootstrap breakage introduced in trees
5304 without gcc.
5305 * configure: Regenerate.
5306
377d8c42
PB
53072004-06-01 Paolo Bonzini <bonzini@gnu.org>
5308
5309 * Makefile.tpl: Fix typo.
5310 * Makefile.in: Regenerate.
5311
f5f8a794
PB
53122004-06-01 Paolo Bonzini <bonzini@gnu.org>
5313
5314 * configure.in: Remove new- prefix from toplevel
5315 bootstrap targets.
5316 * configure: Regenerate.
5317
f7a4c34f
PB
53182004-06-01 Paolo Bonzini <bonzini@gnu.org>
5319
5320 Merge this patch from the gcc tree:
5321
5322 2004-05-30 Andreas Jaeger <aj@suse.de>
5323 Jim Wilson <wilson@specifixinc.com>
5324
5325 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5326 like CC.
5327
319cab08
PB
53282004-06-01 Paolo Bonzini <bonzini@gnu.org>
5329
5330 * Makefile.tpl (all.normal): Rename to all.
5331 (all): Replace with a rule to pick the default
5332 target from configure.
5333 (all-gcc, configure-gcc): Use conditionals to
5334 do nothing when toplevel bootstrap is going on.
5335 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5336 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5337 * configure.in: Support --enable-bootstrap.
5338
5339 * Makefile.def: Remove new- prefix from toplevel
5340 bootstrap targets.
5341 * Makefile.tpl: Likewise.
5342
5343 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
5344 target.
5345
5346 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5347 $(RECURSE_FLAGS) to recursive invocation of make.
5348
5349 * Makefile.in: Regenerate.
5350 * configure: Regenerate.
5351
88f64edc
DJ
53522004-05-27 Daniel Jacobowitz <dan@debian.org>
5353
5354 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5355 * configure: Regenerate.
5356
378fce5b
DD
53572004-05-25 Daniel Jacobowitz <drow@false.org>
5358
5359 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5360 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5361 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
5362 targets.
5363 * Makefile.in: Regenerate.
5364
dfdffa2c
PB
53652005-05-24 Paolo Bonzini <bonzini@gnu.org>
5366
5367 * configure.in: Test the ability to symlink directories.
5368 * configure: Regenerate.
5369
5370 * Makefile.def (bootstrap-stage): New definitions.
5371 * Makefile.tpl (configure-stage1-gcc,
5372 configure-stage2-gcc, configure-stage3-gcc,
5373 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5374 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5375 new-restage3, compare): Autogenerate, see Makefile.in
5376 entry for behavioral changes.
5377 (distclean-stage1, new-stage1-start, new-stage1-end,
5378 new-stage1-bubble, distclean-stage2, new-stage2-start,
5379 new-stage2-end, new-stage2-bubble, distclean-stage3,
5380 new-stage3-start, new-stage3-end): New autogenerated targets.
5381 (objext, prebootstrap, BOOT_CFLAGS,
5382 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5383 targets.
5384
5385 * Makefile.in: Regenerate.
5386 (distclean-stage1, new-stage1-start, new-stage1-end,
5387 new-stage1-bubble, distclean-stage2, new-stage2-start,
5388 new-stage2-end, new-stage2-bubble, distclean-stage3,
5389 new-stage3-start, new-stage3-end): New targets.
5390 (all-stage1-gcc): Move prebootstrap dependency from here...
5391 (configure-stage1-gcc): ...to here.
5392 (new-bootstrap): Use bubble targets.
5393 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5394 Use per-stage distclean targets.
5395 (configure-stage1-gcc, configure-stage2-gcc,
5396 configure-stage3-gcc, all-stage1-gcc,
5397 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5398 Use new-stageN-start to prepare the tree.
5399
04cf1b77
PB
54002004-05-23 Paolo Bonzini <bonzini@gnu.org>
5401
5402 * Makefile.def (host_modules): add libcpp.
5403 * Makefile.tpl: Add dependencies on and for libcpp.
5404 * Makefile.in: Regenerate.
5405 * configure.in: Add libcpp host module.
5406 * configure: Regenerate.
5407
80b200a1
ZW
54082004-05-17 Zack Weinberg <zack@codesourcery.com>
5409
5410 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5411 of libf2c.
5412 * configure, Makefile.in: Regenerate.
5413
4b1cb4fe
DD
54142004-05-13 Diego Novillo <dnovillo@redhat.com>
5415
5416 Merge from tree-ssa-20020619-branch.
5417
5418 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5419 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5420 (HOST_GMPLIBS): Define.
5421 (HOST_GMPINC): Define.
5422 (TARGET_LIB_PATH): Add libmudflap.
5423 (GFORTRAN_FOR_TARGET): Define.
5424 (configure-build*): Export GFORTRAN.
5425 (configure-gcc): Export GMPLIBS and GMPINC.
5426 (all-gcc): Add maybe-all-libbanshee.
5427 (configure-target-libgfortran): Define.
5428 * Makefile.in: Regenerate.
5429 * configure.in (host_libs): Add libbanshee.
5430 (target_libraries): Add target-libmudflap and target-libgfortran.
5431 Add --with-libbanshee.
5432 Handle --disable-libmudflap.
5433 (*-*-freebsd*): Use with_gmp.
5434 Add $(libgcj) to noconfigdirs.
5435 * configure: Regenerate.
5436 * depcomp: New file.
5437 * MAINTAINERS: Add tree-ssa maintainers.
5438
54392004-04-28 Paolo Bonzini <bonzini@gnu.org>
5440
5441 * config/acx.m4: Fix fastcompare support for new-bootstrap.
5442 * configure: Regenerate.
5443
b8908782
DD
54442004-04-27 Paolo Bonzini <bonzini@gnu.org>
5445
5446 Revert:
5447 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5448
5449 * Makefile.def (flags_to_pass): Remove *dir variables that
5450 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5451 as well as prefix and exec_prefix.
5452 * Makefile.in: Regenerate.
5453
54542004-04-26 Paolo Bonzini <bonzini@gnu.org>
5455
5456 * Makefile.def (host_modules): Mark with the bootstrap
5457 flag packages on which gcc depends.
5458 * Makefile.tpl (all-bootstrap): Use it.
5459 * Makefile.in: Regenerate.
5460
54612004-04-26 Paolo Bonzini <bonzini@gnu.org>
5462
5463 * Makefile.def (flags_to_pass): Remove *dir variables that
5464 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5465 as well as prefix and exec_prefix.
5466 * Makefile.in: Regenerate.
5467
54682004-04-26 Paolo Bonzini <bonzini@gnu.org>
5469
80b200a1
ZW
5470 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5471 * configure: Regenerate.
5472 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5473 * gcc/Makefile.tpl (compare): Use the result of the test.
5474 * gcc/Makefile.in: Regenerate.
b8908782
DD
5475
54762004-04-23 Paolo Bonzini <bonzini@gnu.org>
5477
5478 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5479 Always relocate gcc and prev-gcc to the original names, even
5480 if the build fails.
5481 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5482 New targets.
5483
0f260896
RO
54842004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5485
5486 * configure.in (mips*-*-irix5*): Enable ld.
5487 * configure: Regenerate.
5488
51860f05
JW
54892004-04-15 James E Wilson <wilson@specifixinc.com>
5490
5491 * Makefile.tpl (configure-[+module+], configure-gcc,
5492 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5493 Set and export LDFLAGS.
5494 * Makefile.in: Regenerate.
5495
54752a6b
NN
54962004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
5497
5498 PR bootstrap/14871
5499 * Makefile.tpl: If we don't have built-in-tree target tools,
5500 use the ones found by configure rather than hacking around with
5501 program_transform_name.
5502 * configure.in: Give Makefile.tpl the information necessary
5503 to do that.
5504 * Makefile.in: Regenerate.
5505 * configure: Regenerate.
5506
55072004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
5508
5509 PR bootstrap/14760
5510 * configure.in: When computing baseargs, strip *all* copies of
5511 offending options. Also, don't match/substitute the trailing space,
5512 so that this actually works when two similar options are separated by
5513 only one space.
5514 * configure: Regenerate.
5515
55162004-04-06 David Edelsohn <edelsohn@gnu.org>
5517
80b200a1
ZW
5518 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5519 (rs6000-*-aix*): Same.
5520 * configure: Regenerate.
54752a6b 5521
5e2b61fb
SS
55222004-03-25 Stan Shebs <shebs@apple.com>
5523
5524 Remove MPW support, no longer used.
5525 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
5526 mpw-install: Remove files.
5527 * src-release (DEVO_SUPPORT): Remove names of removed files.
5528 * MAINTAINERS: Likewise.
5529
1a6f2dc7
NN
55302004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
5531
a0049f1b
NN
5532 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5533 STRICT_WARN, WARN_CFLAGS flags passed down to make.
5534 * Makefile.in: Regenerate.
5535
1a6f2dc7
NN
5536 * configure.in (top level bootstrap support): Rework --enable-werror
5537 to set @stage2_werror_flag@.
5538 * configure: Regenerate.
5539 * Makefile.tpl (top level bootstrap support): Pass
5540 @stage2_werror_flag@ down to configure in stages 2 and 3.
5541 * Makefile.in: Regenerate.
5542
920e3419
NN
55432004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
5544
5545 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5546 for stages 2 and 3 as well as in make. As a consequence, remove
5547 OUTPUT_OPTION (now detected by configure) from the flags passed down
5548 to make.
5549 * Makefile.in: Regenerate.
5550
5551 * Makefile.tpl (new-bootstrap): Fix typo.
5552 * Makefile.in: Regenerate.
5553
4fa63067
NN
55542004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
5555
5556 * Makefile.tpl: Rearrange by moving recursive_targets rules
5557 into their proper sections.
5558 * Makefile.tpl (top level bootstrap support): Move disabling
5559 of coverage flags from 'make' to 'configure'; improve comments.
5560 * Makefile.in: Regenerate.
5561
5562 * Makefile.tpl (experimental top level bootstrap) Move stage1
5563 language setting from all- target to configure- target; disable
5564 intermodule optimization in stage 1; prevent gratuitous rebuilds
5565 of stage 1.
5566 * Makefile.in: Regenerate.
5567 * configure.in: Comma-separate stage 1 language list for top
5568 level bootstrap.
5569 * configure: Regenerate.
5570
5571 * Makefile.tpl: Clean up experimental top level bootstrap support:
5572 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5573 prev-gcc in configure- targets as well as all- targets.
5574 * Makefile.in: Regenerate.
5575
fb8a10fd
NN
55762004-03-17 Paolo Bonzini <bonzini@gnu.org>
5577
5578 * configure.in: Remove symbolic link section.
5579 * configure: Regenerate.
5580 * Makefile.tpl (links): Remove.
5581 * Makefile.in: Regenerate.
5582
947f426e 55832004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 5584 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
5585
5586 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 5587 Set with AC_CHECK_PROGS.
947f426e
NN
5588 * configure.in: Fix comment typo from last patch.
5589 * configure: Regenerate.
5590
1d39f329
NN
55912004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
5592
5593 * Makefile.tpl: Introduce experimental top level bootstrap support.
5594 * Makefile.in: Regenerate.
5595 * configure.in: Introduce support for top level bootstrap.
5596 * configure: Regenerate.
5597
4b0ac75d 55982004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 5599 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
5600
5601 PR bootstrap/14522
5602 * configure.in: Cope with shells that do not support unquoted ^
5603 * configure: Regenerate.
5604
2e70b094 56052004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 5606 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
5607
5608 PR bootstrap/14522
5609 * configure.in: Cope with shell that do not support nesting
5610 quotes inside quoted backquote substitutions.
5611 * configure: Regenerate.
5612
56132004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
5614
5615 PR bootstrap/14522
5616 * configure.in: Fix escaping of $.
5617 * configure: Regenerate.
5618
9e07f89d
NN
56192004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
5620
5621 * configure: Regenerate.
5622
56232004-03-08 Paolo Bonzini <bonzini@gnu.org>
5624
5625 PR ada/14131
5626 Move language detection to the top level.
5627 * configure.in: Find default values for the tools as
5628 soon as possible. Disable ada if GNAT is not found.
5629 Emit error message about missing languages. Expand
5630 --enable-languages=all for the gcc subdirectory.
5631
1712ab83
RS
56322004-03-01 Richard Sandiford <rsandifo@redhat.com>
5633
5634 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5635 and disable libgcj.
5636 * configure: Regenerated.
5637
3dee29da
NN
56382004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5639
5640 PR bootstrap/7087
5641 * Makefile.tpl: Guard XFOO sed statements better.
5642 * Makefile.tpl: Add dependency for configure-target-libada.
5643 * Makefile.in: Regenerate (incidentally fixes broken
5644 commit when libada-branch was merged).
5645
0558264b
AC
56462004-02-28 Andrew Cagney <cagney@redhat.com>
5647
5648 * src-release (CVS_NAMES): Define.
5649 (do-tar, do-tar): Prune $(CVS_NAMES).
5650
c38f9803
AC
56512004-02-23 Andrew Cagney <cagney@redhat.com>
5652
5653 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
5654 2004-02-19.09.
5655
55636792
NN
56562004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
5657
5658 PR bootstrap/11932
5659 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5660
1e600082
AC
56612004-02-19 Andrew Cagney <cagney@redhat.com>
5662
5663 * config.guess: Update from version 2003-06-12 to 2004-02-16.
5664 * config.sub: Update from version 2003-06-13 to 2004-02-16.
5665
3769cd82
DD
56662004-02-11 David Edelsohn <edelsohn@gnu.org>
5667
5668 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5669 (rs6000-*-aix*): Same.
5670 * configure: Regenerate.
5671
a92834c8
DD
56722004-02-11 Kelley Cook <kcook@gcc.gnu.org>
5673
5674 * configure.in (host): Add in missing $noconfigdirs to defines.
5675 * configure: Regenerate.
5676
a2592b1b
DD
56772004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
5678 Nathanael Nerode <neroden@gcc.gnu.org>
5679
5680 PR ada/6637, PR ada/5911
80b200a1 5681 Merge with libada-branch:
a2592b1b
DD
5682 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5683 with appropriate dependencies. Add --enable-libada configure switch.
5684 * configure, Makefile.in: Regenerate.
5685
e31d1ea3
DD
56862004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5687
5688 * configure.in: Don't pass --with-stabs on IRIX 5 either.
5689 * configure: Regenerate.
5690
db85f5c0
JJ
56912004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5692
5693 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 5694
fc434214
DD
56952004-01-23 DJ Delorie <dj@redhat.com>
5696
5697 * Makefile.def (target_modules) [libiberty]: Don't stage.
5698 * Makefile.in: Rebuilt.
5699
ad445c2c 57002004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 5701
ad445c2c
JJ
5702 * COPYING.NEWLIB: Update to include copyrights for new
5703 iconv code.
5704
72bbedde
AC
57052004-01-15 Andrew Cagney <cagney@redhat.com>
5706
5707 * src-release: Update copyright year.
5708 (do-proto-toplev): Configure using i686-pc-linux-gnu.
5709 (NEWLIB_SUPPORT_DIRS): Delete macro.
5710 (newlib.tar.bz2): Delete rule.
5711
a6d6062d
DD
57122004-01-14 Loren J. Rittle <ljrittle@acm.org>
5713
5714 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5715 * Makefile.tpl (configure-target-[+module+]): Support stage.
5716 * Makefile.in: Rebuilt.
5717
f8b73030
MR
57182003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5719
5720 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
5721 throughout.
5722
aff0e9df
NN
57232004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
5724
bb5dca17
NN
5725 * configure.in: Use ./config.cache, not config.cache.
5726 * configure: Regenerate.
5727 * Makefile.tpl: Special-casing not needed for GCC any more.
5728 * Makefile.in: Regenerate.
5729
82252c06
NN
5730 * configure.in: Don't share a cache file for host dirs.
5731 * configure: Regenerate.
5732
aff0e9df
NN
5733 * config-ml.in: Don't mess with the cache file.
5734
95036d20
NN
57352004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
5736
ac7b618e
NN
5737 * Makefile.tpl: Make GCC use a separate config.cache.
5738 * Makefile.in: Regenerate.
5739
95036d20
NN
5740 PR bootstrap/11932, PR bootstrap/11933
5741 (I don't know if it will fix either of them, but it relates
5742 to them.)
5743 * configure.in: Don't use shared config.cache for target
5744 directories.
5745 * configure: Regenerate.
5746
08c1856b
DD
57472003-12-31 Roger Sayle <roger@eyesopen.com>
5748
5749 * configure.in (ia64*-*-hpux*): Disable building java libraries.
5750 * configure: Regenerated.
5751
c1968181 57522003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 5753
9eb322aa
MF
5754 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5755 * configure: Regenerated.
c1968181 5756
10ecffb9
NN
57572003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
5758
5759 Port change over from GCC:
5760 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
5761 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5762 (configure-build-[+module+], configure-[+module+]): Likewise.
5763 (configure-target-[+module+], configure-gcc, config.status): Likewise.
5764 * Makefile.in: Regenerate.
5765
f2ab5990
TF
57662003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
5767
5768 * configure.in (raw_libstdcxx_flags): Remove the leading space.
5769 * configure: Regenerate.
5770
41a7d11a
JJ
57712003-11-27 Jeff Johnston <jjohnstn@redhat.com>
5772
80b200a1 5773 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
5774 stdlib.
5775
d9441a1f
DD
57762003-11-14 Arnaud Charlet <charlet@act-europe.fr>
5777
5778 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5779 * Makefile.in: Regenerate.
5780
3a48a978
DD
57812003-10-20 Phil Edwards <phil@codesourcery.com>
5782
5783 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
5784 * configure: Regenerate.
5785
f0b24077
NN
57862003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
5787
5788 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5789 HOST_FLAGS_TO_PASS.
5790 * Makefile.in: Regenerate.
5791
5fbad20a
DD
57922003-10-05 Mohan Embar <gnustuff@thisiscool.com>
5793
5794 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5795 * configure: Rebuilt
5796 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5797 * Makefile.in: Rebuilt
5798
78be4155
L
57992003-10-03 H.J. Lu <hongjiu.lu@intel.com>
5800
5801 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5802
051fcc7a
L
58032003-10-01 Phil Edwards <pme@gcc.gnu.org>
5804
5805 * config-ml.in: Use ac_configure_args directly instead of
5806 ml_arguments. Only set ml_norecursion if --no[-]recursion is
5807 actually seen.
5808
58092003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
5810
5811 * config-ml.in: Propagate INSTALL variables.
5812
f27d4f92
DJ
58132003-09-21 Daniel Jacobowitz <drow@mvista.com>
5814
5815 * configure.in: Pass a computed --program-transform-name
5816 to subconfigures.
5817 * configure: Regenerated.
5818
cae4d560
NN
58192003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
5820
5821 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5822 * Makefile.in: Regenerate.
5823
5824 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5825 * Makefile.in: Regenerate.
5826
8ff944f6
DJ
58272003-09-17 Daniel Jacobowitz <drow@mvista.com>
5828
5829 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5830 quoting.
5831 * configure: Regenerated.
5832
d9a35680
MC
58332003-09-12 Michael Chastain <mec@shout.net>
5834
5835 Fix PR gdb/857.
5836 * src-release (do-proto-topleve): Remove junk files
5837 intl/config.cache, intl/config.status,
5838 intl/config.h, intl/stamp-h.
5839
710068b9
AC
58402003-09-14 Andrew Cagney <cagney@redhat.com>
5841
5842 * src-release (dejagnu.tar): New target.
5843 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
5844 (do-djunpack): Use $(PACKAGE) for the package name.
5845
e1008165
DD
58462003-09-04 DJ Delorie <dj@redhat.com>
5847
5848 * configure: Regenerate.
5849
21998d12
NC
58502003-09-04 Robert Millan <robertmh@gnu.org>
5851
5852 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 5853
ccca4bb3
DD
58542003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5855
5856 * configure.in: Ensure arguments to sed are properly spaced.
5857 * configure: Regenerate.
5858
ee949b5e
DJ
58592003-08-28 Daniel Jacobowitz <drow@mvista.com>
5860
5861 Merge from gcc:
5862 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
5863 * install-sh: Update to newer upstream versions (associated with
5864 aclocal 1.7).
5865 * missing: Likewise, plus $1Help2man -> $1 typo fix.
5866
75addda2
DJ
58672003-08-27 Daniel Jacobowitz <drow@mvista.com>
5868
5869 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5870 * configure: Regenerated.
5871
8d2877d8
NN
58722003-08-23 Phil Edwards <pme@gcc.gnu.org>
5873
5874 * configure.in: Use newline instead of semicolon when assuming
5875 shell arguments in a for loop.
5876 * configure: Regenerated.
5877
d2cc0e0d
GK
58782003-08-20 Geoffrey Keating <geoffk@apple.com>
5879
5880 PR 8180
5881 * configure.in: When testing with_libs and with_headers, treat
5882 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
5883 * configure: Regenerate.
80b200a1 5884
d2cc0e0d
GK
5885 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5886 make, shell, etc.
5887 (baseargs): Likewise.
5888 * configure: Regenerate.
5889
04d1ab34
GK
58902003-08-19 Geoffrey Keating <geoffk@apple.com>
5891
5892 * configure.in: Disable libgcj for darwin not on powerpc.
5893 * configure: Rebuild.
5894
ca506da8
MC
58952003-08-15 Michael Chastain <mec@shout.net>
5896
5897 * src-release (do-proto-toplev): Remove junk files
5898 dejagnu/example/calc/config.status,
5899 dejagnu/example/calc/config.log.
5900
a4aa3f49
DD
59012003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
5902
5903 * config-ml.in, symlink-tree: Add license.
5904
ede4fbe4
NN
59052003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
5906
5907 Merge from gcc:
5908
5909 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
5910 * Makefile.tpl (check, check-c++): Express dependencies using
5911 dependencies rather than commands.
5912 * Makefile.in: Regenerate.
5913
5914 2003-07-31 Geoffrey Keating <geoffk@apple.com>
5915 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
5916 * Makefile.in: Update.
5917
970f29af
AC
59182003-08-01 Andrew Cagney <cagney@redhat.com>
5919
5920 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
5921 * configure: Ditto.
5922
b2884a0c
DD
59232003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
5924
5925 * configure.in: Enable libgcj for darwin.
5926 * configure: Rebuild.
5927
c07f46a4
NN
59282003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
5929
5930 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
5931
9175bfc0
NN
59322003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
5933
5934 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5935 creating target and build subdirs to build all parent dirs as needed.
5936 * Makefile.in: Rebuild.
5937 * configure.in: Don't build dirs explicitly here.
5938 * configure: Rebuild.
5939
b9abda6a
AO
59402003-07-22 Alexandre Oliva <aoliva@redhat.com>
5941
5942 * Makefile.tpl (all-make): Depend on intl.
5943 * Makefile.in: Rebuilt.
5944
eef8ffd4
NN
59452003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
5946
5947 * config.if: Remove unused libc_interface determination.
5948
295efaf0
NN
59492003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
5950
5951 * Makefile.in: Regenerate, correctly this time.
5952
e5c3f801
NN
59532003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
5954
5955 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
5956 unused INSTALL_PROGRAM_ARGS.
5957 * configure.in: Use AC_PROG_INSTALL.
5958 * Makefile.in: Regenerate.
5959 * configure: Regenerate.
5960
4a18bd6b
AO
59612003-07-10 Alexandre Oliva <aoliva@redhat.com>
5962
5963 * configure: Rebuilt.
5964 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
5965 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
5966 newlib nor libgloss.
5967 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
5968 * configure.in (am33_2.0-*-linux*): Added.
5969
fbd1054d
BW
59702003-07-09 Bob Wilson <bob.wilson@acm.org>
5971
5972 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
5973 * configure: Regenerate.
5974
b40e3958
L
59752003-07-06 H.J. Lu <hongjiu.lu@intel.com>
5976
5977 * config-ml.in: Replace PWD with PWD_COMMAND.
5978 * Makefile.tpl: Likewise.
5979 * Makefile.in: Regenerated.
5980
4a5be7ba
NN
59812003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
5982
5983 * configure.in: Clean up config-lang.in handling. Delete
5984 useless assignment to "subdirs".
5985 * configure: Regenerate.
5986
9c14acb8
NN
59872003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
5988
5989 * configure.in: Rename 'target_libs' to 'target_libraries'.
5990 Remove useless reference to 'target_libs'.
5991 * configure: Regenerate.
5992
8f32e830
KS
59932003-06-23 Keith Seitz <kseitz@sources.redhat.com>
5994
5995 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
5996 * Makefile.in: Regenerate.
5997
12f0bd74
NN
59982003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
5999
6000 * Makefile.def: Introduce flags_to_pass.
6001 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6002 * Makefile.in: Regenerate.
6003
b07c2aad
HPN
60042003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
6005
6006 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6007 and target-libgloss.
6008 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6009 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 6010 * configure: Regenerate.
b07c2aad 6011
56f25033
DD
60122003-06-17 Benjamin Kosnik <bkoz@redhat.com>
6013
6014 * configure.in: Update testsuite_flags to new location.
6015 * configure. Regenerate.
80b200a1 6016
4ec9a3b2
NN
60172003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
6018
6019 * Makefile.tpl: Remove BUILD_CC stuff.
6020 * Makefile.in: Regenerate.
6021
059083b1 60222003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 6023
059083b1
L
6024 * config.guess: Update to 2003-06-12 version.
6025 * config.sub: Update to 2003-06-13 version.
6026
535b046a
TS
60272003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6028
6029 * MAINTAINERS: Add myself as MIPS co-maintainer.
6030
00c22daa 60312003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 6032
00c22daa
L
6033 * config.guess: Update to 2003-06-06 version.
6034 * config.sub: Update to 2003-06-06 version.
6035
1047cb91
DD
60362003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6037
6038 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6039 * configure. Regenerate.
6040
123494c8
NN
60412003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
6042
1047cb91
DD
6043 * configure.in: Disable serial configure by default.
6044 * configure: Regenerate.
6045 * Makefile.tpl: Abolish .NOTPARALLEL.
6046 * Makefile.in: Regenerate.
6047
7f121bbf
NN
6048 * Makefile.tpl: Replace {build,host,target}_canonical by
6049 {build,host,target}.
6050 * Makefile.in: Regenerate.
6051
123494c8
NN
6052 * Makefile.tpl: Fix stupid pasto.
6053 * Makefile.in: Regenerate.
6054
ec7e0995
NN
60552003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
6056
6057 * Makefile.tpl: Remove bogus conditional.
6058 * Makefile.in: Regenerate.
6059
27b1cc72
NN
60602003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
6061
2a4cbe27
NN
6062 * Makefile.tpl: Make 'recursive targets' using autogen rather
6063 than shell loop. Remove duplicate 'clean' targets and false
6064 comments.
6065 * Makefile.def: Add systematic dependencies to 'recursive' targets.
6066 Add systematic method of specifying missing targets in subdirs.
6067 Add copyright boilerplate.
6068 * Makefile.in: Regenerate.
6069 * configure.in: Add 'recursive targets' to maybe list.
6070 * configure: Regenerate.
6071
27b1cc72
NN
6072 * Makefile.tpl: Rename [+target+] to [+make_target+].
6073 * Makefile.def: Rename 'target' to 'make_target'.
6074
01e51bd0
NC
60752003-05-30 Nick Clifton <nickc@redhat.com>
6076
6077 * README-maintainer-mode: Update URL for locating blessed config
6078 tools.
6079
2fd84b42
NC
60802003-05-29 Robert Millan <rmh@debian.org>
6081
6082 * ltconfig: Import this patch and modify for use with current
6083 version of ltconfig:
6084
6085 2003-05-21 Bruno Haible <bruno@clisp.org>
6086
6087 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
6088 GNU/FreeBSD.
6089
8945c6bb
DD
60902003-05-28 DJ Delorie <dj@redhat.com>
6091
6092 * Makefile.tpl: Make maybe-check-gcc .PHONY.
6093 * Makefile.in: Regenerate.
6094
2f9632a1
JJ
60952003-05-28 Jeff Johnston <jjohnstn@redhat.com>
6096
80b200a1 6097 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 6098
3a12db16 60992003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 6100
3a12db16
DD
6101 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6102 newlib or libgloss.
6103 * Makefile.in: Regenerate.
6104
44482353
DD
61052003-05-21 DJ Delorie <dj@redhat.com>
6106
6107 * Makefile.tpl: Add missing empty maybe-check-gcc target.
6108 * Makefile.in: Regenerate.
6109
fec2c52d
MR
61102003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6111
6112 * configure.in: Use curly braces in the definition of tooldir.
6113 * configure: Regenerate.
6114
16ae0395
NN
61152003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
6116
6117 * configure.in: Switch more things to use maybe dependencies.
80b200a1 6118 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
6119 Factor out common code from autogen IF statements.
6120 * configure: Regenerate.
6121 * Makefile.in: Regenerate.
6122
ec11bdc6
DD
61232003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
6124
6125 * configure.in: Accept i[3456789]86 for machine type.
6126 * configure: Regenerate.
6127
dd12c3a8
NN
61282003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
6129
6130 * configure.in: Switch more things to use maybe dependencies.
6131 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
6132 * configure: Regenerate.
6133 * Makefile.tpl: Switch more things to use maybe dependencies.
6134 * Makefile.in: Regenerate.
6135
cf662e21
AJ
61362003-05-16 Andreas Schwab <schwab@suse.de>
6137
6138 * Makefile.tpl (install-opcodes): Define.
6139 * Makefile.in: Rebuild.
6140
5481b376
AJ
61412003-05-13 Andreas Jaeger <aj@suse.de>
6142
6143 * config.guess: Update to 2003-05-09 version.
6144 * config.sub: Update to 2003-05-09 version.
6145
3959a22a
AJ
61462003-05-13 Michael Eager <eager@mvista.com>
6147
6148 * configure.in: Correct sed script so that options in quotes are not
6149 deleted.
6150 * configure: Rebuild.
6151
564b43e5
CV
61522003-05-12 Corinna Vinschen <corinna@vinschen.de>
6153
6154 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6155 and $$s/newlib/libc/sys/cygwin32 include paths.
6156 * configure: Ditto.
6157
bb947dc9
L
61582003-05-05 H.J. Lu <hjl@gnu.org>
6159
6160 * config-ml.in: Restored from gcc repository.
6161
77f7441a
CD
61622003-05-02 Chris Demetriou <cgd@broadcom.com>
6163
80b200a1
ZW
6164 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6165 * Makefile.in: Regenerate.
77f7441a 6166
a26d7085
DJ
61672003-04-27 Daniel Jacobowitz <drow@mvista.com>
6168
6169 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
6170 and Makefile.def.
6171
e4c4d240
DJ
61722003-04-27 Daniel Jacobowitz <drow@mvista.com>
6173
6174 * Makefile.tpl: Clean $(BUILD_SUBDIR).
6175 * Makefile.in: Regenerated.
6176
62a3fc85
DD
61772003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6178
6179 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6180 * Makefile.in: Regenerate.
6181
61822003-04-18 Jakub Jelinek <jakub@redhat.com>
6183
6184 * configure.in (powerpc64*-*-linux*): Remove.
6185 * configure: Rebuilt.
6186
5b474aa8
DD
61872003-04-17 Phil Edwards <pme@gcc.gnu.org>
6188
6189 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
6190 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6191 and restrap.
6192 * Makefile.in: Regenerate.
6193
61942003-04-16 Richard Earnshaw <rearnsha@arm.com>
6195
6196 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6197 * configure: Regenerated.
6198
bc295afe
AO
61992003-04-11 Alexandre Oliva <aoliva@redhat.com>
6200
6201 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6202 * */configure: Rebuilt.
6203
3728fade
NN
62042003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
6205
6206 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6207 * Makefile.in: Regenerate.
6208
ce5b542e
MC
62092003-03-14 Michael Chastain <mec@shout.net>
6210
6211 * Makefile.in: Regenerate with correct Makefile.def.
6212
3db0a37f
NN
62132003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
6214
6215 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
6216 Make macro.
6217 * Makefile.in: Regenerate.
6218 * configure.in: Clean up gxx_include_dir logic.
6219 * configure: Regenerate.
6220
34349c6e
DD
62212003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6222
6223 * configure.in (gxx_include_dir): Fix typo.
6224 * configure: Regenerated.
6225
686c28c9
AC
62262003-03-06 Andrew Cagney <cagney@redhat.com>
6227
6228 * texinfo/texinfo.tex: Import version 2003-02-03.16.
6229
bba45b8b 62302003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 6231
bba45b8b
NN
6232 * configure.in: Include $(build_tooldir)/sys-include in
6233 FLAGS_FOR_TARGET.
6234 * configure: Regenerated.
6235
2683747f
NN
62362003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
6237
bba45b8b
NN
6238 * Makefile.tpl: Reindent.
6239 * Makefile.in: Regenerate.
6240 * configure.in: Reindent. Don't set unused variables.
6241 * configure: Regenerate.
6242
2683747f
NN
6243 * Makefile.tpl: Always pass down RANLIB.
6244 * Makefile.in: Regenerate.
6245
6246 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6247 * Makefile.in: Regenerate.
6248 * configure.in: Remove unused logic relating to --enable-shared
6249 and --enable-threads. Remove bogus comments. Remove redundant
6250 noconfigdirs.
6251 * configure: Regenerate.
6252
6253 * configure.in: Replace ${libstdcxx_version} by its value.
6254 Remove reference to mh-dgux.
6255 * configure: Regenerate.
6256
50212802
NN
62572003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6258
6259 * Makefile.tpl: Rearrange.
6260 * Makefile.in: Regenerate.
6261
a6be7fc6
NC
62622003-02-25 Nick Clifton <nickc@redhat.com>
6263
6264 * configure: Remove site-file supprot - it is obsolete.
6265
f8a495c8
NC
62662003-02-24 Uwe Stieber <uwe@wwws.de>
6267
6268 * configure.in: Add support for kaOS as cross build target system.
6269 * configure: Regenerated.
6270
3decd77d
DD
62712003-02-20 Sean McNeil <sean@blue.mcneil.com>
6272
6273 * Makefile.tpl: Add definition of CPPFLAGS to pass into
6274 configure-target-* as some target builds may require additional
6275 flags for preprocessor tests.
6276 * Makefile.in: Regenerated.
6277
f4ff34a3
AO
62782003-02-19 Alexandre Oliva <aoliva@redhat.com>
6279
6280 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6281 * ltconfig: Handle it.
6282 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6283 auto-detecting it.
6284
b7e4a931
AO
62852003-02-19 Alexandre Oliva <aoliva@redhat.com>
6286
6287 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6288 it is used as argument to $CC.
6289 * ltcf-gcj.sh: Likewise.
6290
6b784d9f
AO
62912003-02-19 Alexandre Oliva <aoliva@redhat.com>
6292
6293 * configure.in: Introduce --enable-maintainer-mode.
6294 * configure: Rebuilt.
6295 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6296 for maintainer mode.
6297 * Makefile.in: Rebuilt.
6298
8bcd8a07
AC
62992003-02-19 Andrew Cagney <ac131313@redhat.com>
6300
6301 * configure: Regenerate using autoconf 2.13.
6302
ee3fd329
AM
63032003-02-19 Alan Modra <amodra@bigpond.net.au>
6304
6305 * config.guess: Import latest version.
6306 * config.sub: Import latest version.
6307
e9e45685
JM
63082003-02-18 Jason Merrill <jason@redhat.com>
6309
6310 * Makefile.tpl (check-c++): Allow parallelism.
6311
859789af
AC
63122003-02-17 Andrew Cagney <ac131313@redhat.com>
6313
6314 * configure: Regenerate using autoconf 000227.
6315
b3f16a9b
GK
63162003-02-15 Geoffrey Keating <geoffk@apple.com>
6317
6318 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6319 don't configure target-libobjc.
6320 * configure: Regenerate.
6321
72e60e02
DD
63222003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6323
6324 * Makefile.tpl (RANLIB): Define.
6325 * Makefile.in: Regenerate.
6326
91f0e695
KS
63272003-02-06 Keith R Seitz <keiths@redhat.com>
6328
6329 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6330 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6331 * Makefile.in: Regenerated.
6332 * configure.in: Remove all traces of snavigator, db, and grep.
6333 * configure: Regenerated.
6334
122bfa92
FCE
63352003-01-31 Frank Ch. Eigler <fche@redhat.com>
6336
6337 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6338 * Makefile.in: Regenerated.
6339
264095c3
AO
63402003-01-30 Alexandre Oliva <aoliva@redhat.com>
6341
6342 * config.if: Copy from GCC.
6343
a84dbcb3
AO
63442003-01-27 Phil Edwards <pme@gcc.gnu.org>
6345
6346 * configure.in: Revert 24Jan change.
6347 * configure: Regenerate.
6348
19618276
NN
63492003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6350
6351 * configure.in: Revert previous change.
6352 * configure: Regenerate.
6353
b7f27a92
NN
63542003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6355
6356 * configure.in: Make rda native-only.
6357 * configure: Regenerate.
6358
83326456
NN
63592003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
6360
6361 * configure.in: Add missing \.
6362 * configure: Rebuilt.
6363
5e367fa5
JJ
63642003-01-17 Jakub Jelinek <jakub@redhat.com>
6365
6366 * configure.in (baseargs): Avoid using \| in sed regular
6367 expressions.
6368 * configure: Rebuilt.
6369
e01f337c
JJ
63702003-01-16 Jakub Jelinek <jakub@redhat.com>
6371
6372 * configure.in (baseargs): Remove all supported forms of
6373 --cache-file, --srcdir, --host, --build and --target options
6374 from argument lists.
6375 * configure: Rebuilt.
6376
aa236487
AO
63772003-01-15 Alexandre Oliva <aoliva@redhat.com>
6378
6379 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6380 * configure: Rebuilt.
6381
586c0873
NN
63822003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
6383
6384 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6385 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6386 * Makefile.in: Regenerate.
6387 * configure: Regenerate.
6388
497f816e
DD
63892003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
6390
6391 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6392 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6393 * Makefile.in: Regenerate.
6394
bfbe5519
AO
63952003-01-09 Alexandre Oliva <aoliva@redhat.com>
6396
6397 * configure.in: Remove Makefile in build, host and target modules
6398 unless configure was run with --no-recursion.
6399 * configure: Rebuilt.
6400
3f234ef5
CD
64012003-01-08 Chris Demetriou <cgd@broadcom.com>
6402
6403 * config.guess: Update to 2003-01-03 version.
6404 * config.sub: Update to 2003-01-03 version.
6405
a3982d48
CF
64062003-01-07 Christopher Faylor <cgf@redhat.com>
6407
6408 * configure: Regenerate with proper autoconf 2.13.
6409
75778ec4
CF
64102003-01-07 Christopher Faylor <cgf@redhat.com>
6411
80b200a1
ZW
6412 * configure.in: Add AC_PREREQ for consistency.
6413 * configure: Regenerate.
75778ec4 6414
c180f501
AC
64152003-01-06 Andrew Cagney <ac131313@redhat.com>
6416
6417 * configure.in (GDB_TK): Add tcl directories conditional on
6418 gdb/gdbtk directory being present.
6419 * configure: Regenerate.
5481b376 6420
46ca2cc2
DA
64212003-01-04 John David Anglin <dave.anglin@nrc.ca>
6422
6423 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
6424 by gcc if LD is not defined and we are not doing a Canadian Cross.
6425 * configure: Rebuilt.
6426
53dd8dab
DJ
64272003-01-01 Daniel Jacobowitz <drow@mvista.com>
6428
6429 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
6430
50ceb20c
TT
64312002-12-31 Tom Tromey <tromey@redhat.com>
6432
6433 * Makefile.in: Rebuilt.
6434 * Makefile.def (target_modules) [libffi]: Allow installation.
6435
e78b5cfe
AS
64362002-12-31 Andreas Schwab <schwab@suse.de>
6437
6438 * configure.in: Fix use of $program_transform_name.
6439 * configure: Regenerated.
6440
67448102
DJ
64412002-12-30 Daniel Jacobowitz <drow@mvista.com>
6442
6443 * configure.in (baseargs): Don't remove first configure argument.
6444 * configure: Regenerated.
6445
e6bfb94a
AO
64462002-12-29 Alexandre Oliva <aoliva@redhat.com>
6447
6448 * Makefile.tpl (local-distclean): Don't remove...
6449 (multilib.ts): ... this. Moved into...
6450 (multilib.out): ... this. Don't use sub-make.
6451 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6452 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6453 (configure-build-[+module+], configure-[+module+],
6454 configure-target-[+module+], configure-gcc): ... these. Test
6455 for Makefile existence. Drop config.status from dependencies.
6456 * Makefile.in: Rebuilt.
6457 * configure.in: Move gcc-version-trigger to the end of
6458 ac_configure_args. Add comments to maybedep.tmp and
6459 serdep.tmp. Introduce --disable-serial-configure. Remove
6460 nonopt from baseargs, matching and removing corresponding
6461 whitespace while at it.
6462 * configure: Rebuilt.
6463
8f0dfb36
AO
64642002-12-28 Alexandre Oliva <aoliva@redhat.com>
6465
6466 * configure.in (host_configargs): Replace reference to
6467 no-longer-defined buildopts with --build=${build_alias}.
6468 * configure: Rebuilt.
6469
43be203f
AO
64702002-12-28 Alexandre Oliva <aoliva@redhat.com>
6471
6472 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
6473 program_transform_name to standard idiom.
6474 (AUTOGEN, AUTOCONF): Define.
6475 (Makefile.in): Use $(AUTOGEN).
6476 (Makefile): Depend on config.status, and use autoconf-style rule to
6477 build it. Move original commands to...
6478 (config.status): ... this new target.
6479 (configure): Add $(srcdir). Depend on config/acx.m4. Use
6480 $(AUTOCONF).
6481 * Makefile.in: Rebuilt.
6482
a0da8069
NN
64832002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
6484
d18f1c9f
NN
6485 * Makefile.tpl: Fix dramatic bustage due to change in
6486 program_transform_name.
6487 * Makefile.in: Regenerate.
6488
6489 * configure.in: Remove unnecessary PATH setting.
6490 * configure: Regnerate.
6491
6492 * configure.in: Don't default to unprefixed tools unless
6493 the native tools will work.
6494 * configure: Regenerate.
6495
a0da8069
NN
6496 * configure.in: Convert to autoconf script. Blow away lots
6497 of now-redundant Makefile fragments.
6498 * configure: Generate using Autoconf.
6499 * Makefile.tpl: Rewrite to reflect autoconfiscation.
6500 * Makefile.in: Regenerate.
6501
c567df0a
NN
65022002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
6503
5481b376 6504 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
6505 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6506
5481b376 6507 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 6508 where they belong.
2c7f9a32 6509
2dabcfb4
AS
65102002-12-24 Andreas Schwab <schwab@suse.de>
6511
6512 * Makefile.tpl (multilib.out): Fix missing space.
6513 * Makefile.in: Regenerate.
6514
1086bc09
NN
65152002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
6516
6517 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
6518 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
6519 * Makefile.in: Regenerate.
6520 * configure.in: Remove unnecessary leftovers.
6521
1086bc09
NN
65222002-12-21 Geoffrey Keating <geoffk@apple.com>
6523
6524 * configure.in (extra_ranlibflags_for_target): New variable.
6525 (*-*-darwin): Add -c to ranlib commands.
6526 * configure (tooldir): Handle extra_ranlibflags_for_target.
6527
14e9ca95
JJ
65282002-12-20 Jeff Johnston <jjohnstn@redhat.com>
6529
6530 * COPYING.NEWLIB: Updated.
6531 * COPYING.LIBGLOSS: Ditto.
6532
14c428fb
NN
65332002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6534
6535 * Makefile.tpl: Revert HJL's change.
6536 * Makefile.in: Regenerated.
6537 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6538 always.
6539
313b8244
AS
65402002-12-19 Andreas Schwab <schwab@suse.de>
6541
6542 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6543 * Makefile.in: Regenerate.
6544
efeae3db
L
65452002-12-18 H.J. Lu <hjl@gnu.org>
6546
6547 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6548 * Makefile.in: Regenerated.
6549
6550 * configure.in (build_prefix): New. Substitute.
6551
43d92c63
NN
65522002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
6553
59da4fe6
NN
6554 * Makefile.tpl: Don't let real targets depend on phony targets.
6555 * Makefile.in: Regenerate.
6556
43d92c63
NN
6557 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6558 * Makefile.in: Regenerate.
6559
b72e6a2d
JM
65602002-12-16 Jason Merrill <jason@redhat.com>
6561
6562 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6563 previous 'make bootstrap'.
6564 * Makefile.in: Regenerate.
6565
95c72c44
HPN
65662002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
6567
6568 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6569
7d695d07
JM
65702002-12-13 Jason Merrill <jason@redhat.com>
6571
6572 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
6573 library tests.
6574 (check-c++): Just depend on it and check-target-libstdc++-v3.
6575 * Makefile.in: Regenerate.
6576
54103d1e
NN
65772002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
6578
6579 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6580 * Makefile.in: Regenerate.
6581
4024f1e1
JJ
65822002-12-12 Jeff Johnston <jjohnstn@redhat.com>
6583
80b200a1
ZW
6584 * COPYING.NEWLIB: Update list of alternate Regent of California
6585 licenses and discuss official revoking of advertising clause.
6586 * COPYING.LIBGLOSS: Ditto.
4024f1e1 6587
7dda0df6
AO
65882002-12-12 Alexandre Oliva <aoliva@redhat.com>
6589
6590 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6591 * Makefile.in: Rebuilt.
6592
d03be79e 65932002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 6594
929293f4
NN
6595 * configure: Fix bug put in by gremlins.
6596
d03be79e
NN
6597 * Makefile.tpl: Substitute more autoconfily.
6598 * configure: Substitute more autoconfily.
6599 * Makefile.in: Regenerate.
6600
66012002-12-08 Andrew Cagney <ac131313@redhat.com>
6602
6603 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
6604 * Makefile.in (all-sim): Ditto.
a36d530e
DD
6605
66062002-12-06 DJ Delorie <dj@redhat.com>
6607
6608 * Makefile.tpl: Change configure dependencies to not have real
6609 targets depend on phony targets.
b4a77b47 6610
db1ac78d
NN
66112002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
6612
bcaf2395
NN
6613 * configure.in: Revert unintentional change.
6614
b4fa093e
NN
6615 * src-release: Configure host subdirs.
6616
db1ac78d
NN
6617 * Makefile.tpl: Change dependency for */multilib.out so that
6618 it works when gcc isn't in the tree.
6619
6620 * configure.in: Substitute more.
6621 * configure: Run subconfigures from the Makefile.
6622 * Makefile.tpl: Run subconfigures from the Makefile; add a few
6623 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
6624
15723a45
NN
66252002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
6626
e2b9e2dc
NN
6627 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
6628 and corresponding dependencies.
6629 * Makefile.in: Regenerate.
6630
2af579c4
NN
6631 * configure.in (host_tools): Order binutils, gas and ld for
6632 convenience in running the testsuites.
6633
a2cc058a
NN
6634 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
6635 * Makefile.in: Regenerate.
6636 * configure.in: Introduce rules to serialize subconfigure runs.
6637
15723a45
NN
6638 * configure.in: Introduce BASE_CC_FOR_TARGET.
6639 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
6640 Realize configure-build-* targets. Realize configure-target-* targets.
6641 * Makefile.in: Regenerate.
6642
ae831be5
NN
66432002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6644
6645 * configure: Move gcc_version_trigger stuff from here...
6646 * configure.in: ...to here.
6647
6648 * configure.in: Separate subconfigure options added by this file from
6649 options given by the user. Add machinery to put args for host
6650 subconfigures into the Makefile.
6651
6652 * Makefile.tpl: Remove 'vault' targets.
6653 * Makefile.tpl: Reorder and comment dependencies.
6654 * Makefile.in: Regenerate.
6655
bbf7c8ac
NN
66562002-11-28 Geoffrey Keating <geoffk@apple.com>
6657
6658 * configure.in: Move host-specific darwin noconfigdirs into
6659 the host-specific section.
6660
930314a4
NN
66612002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6662
52d7cdee
NN
6663 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
6664 during replay.
6665 * Makefile.in: Regenerate.
6666
930314a4
NN
6667 (finishing slow-motion replay)
6668 * configure: Remove skip-this-dir support.
6669 * Makefile.tpl: Remove skip-this-dir support.
6670
6671 * Makefile.tpl: Remove leftover support for non-autoconfiscated
6672 subdirectories.
6673 * Makefile.in: Regenerate.
6674
6675 * Makefile.tpl: Strip out useless setting of 'dir'.
6676 * Makefile.in: Regenerate.
5481b376 6677
930314a4
NN
66782002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6679
6680 (finishing slow-motion replay)
6681 * configure.in: Fix deeply stupid bug.
6682
6683 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
6684 shell code in CXX_FOR_TARGET
6685 * Makefile.def: Introduce raw_cxx.
6686 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6687 RAW_CXX_FOR_TARGET.
6688 * Makefile.in: Regenerate.
6689
66902002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6691
6692 (finishing slow-motion replay)
6693 * Makefile.tpl: Remove unnecessary ifs.
6694 * Makefile.in: Regenerate.
6695
5481b376 6696 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
6697 dependencies. Maybe-ize build-libiberty. Create dummy install
6698 targets for 'no_install' modules.
5481b376 6699 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 6700 build_modules stuff to configure.in.
5481b376 6701 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
6702 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
6703 * Makefile.in: Regenerate.
6704
3866be5d
NN
67052002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6706
6707 (continuing slow-motion replay)
6708 * Makefile.tpl: Make all-target, install-target behave similarly
6709 to all, install (only hitting configured targets). Eliminate
6710 unused macro defintions.
6711
6712 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6713 build != host.
6714
6715 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6716
6717 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6718
5481b376 6719 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
6720 configuring. Remove references to "dosrel".
6721 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 6722 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 6723 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 6724 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
6725 and redundant dependency; rearrange slightly.
6726 * Makefile.def: Add host-side libtermcap, utils.
6727
6728 * Makefile.in: Regenerate.
6729
e393202e
NN
67302002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6731
6732 (Continuing slow-motion replay)
6733 * Makefile.def: Add list of recursive targets to autogenerate.
6734 Add build_modules.
6735 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
6736 targets. Autogenerate *-build-* targets.
6737 * Makefile.in: Regenerate.
6738
583d52d7
NN
67392002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6740
6741 (Continuing slow-motion replay)
6742 * configure: More autoconf-style substitutions.
6743 * Makefile.tpl: More autoconf-style substitutions.
6744 * Makefile.in: Regenerate.
6745
67462002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6747
6748 (Continuing slow-motion replay)
6749 * configure: Substitute more variables in a more autoconf-friendly
6750 way. Simplify slightly.
6751 * Makefile.tpl: Make more variables substitutable in an
6752 autoconf-friendly way.
6753 * Makefile.in: Regenerate.
6754
874e38b4
NN
67552002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6756
6757 (Continuing slow-motion replay)
6758 * configure.in (v810*): Remove special setting of tools.
6759
6760 * configure: Add support for extra required flags for ar or nm.
6761 * configure.in (aix4.3+): Use above support for target-specific
6762 issues, rather than using config/mt-aix43.
6763
852e5f18
NN
67642002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6765
6766 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
6767 * configure: Remove 'removing', which doesn't work. Replace $subdir
6768 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
6769 with $srcdir. Reformat indentation. Substitute some variables
6770 formerly hard-coded in the Makefile for build=host.
6771 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6772 * Makefile.def: Autogenerate more.
6773 * Makefile.in: Regenerate.
6774
c9a0d920
DD
67752002-11-13 Bruce Korb <bkorb@gnu.org>
6776
6777 * Makefile.tpl: syntactic cleanup
6778
dd2768ff
KB
67792002-11-04 Kevin Buettner <kevinb@redhat.com>
6780
6781 * Makefile.def (host_modules): Add rda.
6782 * Makefile.in: Regenerate.
6783 * configure.in (target_tool): Add target-rda to list.
6784
1aa8389d
DD
67852002-10-25 Phil Edwards <pme@gcc.gnu.org>
6786
6787 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
6788 and restrap targets to this rule.
6789 * Makefile.in: Regenerate.
6790
28f46298
HPN
67912002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
6792
6793 * configure.in (i[3456]86-*-linux*): Add check to disable
6794 ${libgcj} for glibc1.
6795
ff72e302
NC
67962002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
6797
6798 * configure.in: Add tic4x target.
6799
8607b6c9
NN
68002002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
6801
6802 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6803 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6804 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6805 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6806 * Makefile.in: Regenerate.
6807
f8f61f4a
NN
68082002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6809
c86f794b
NN
6810 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6811 * Makefile.in: Regenerate.
6812
a9590527
NN
6813 * Makefile.def: Remove order dependency comments.
6814 * Makefile.tpl: Add explicit install-install dependencies.
6815 * Makefile.in: Regenerate.
6816
8412ce72
NN
6817 * Makefile.tpl: Remove material now in src-release. (Finally!)
6818 * Makefile.in: Regenerate.
6819
8b9f37f1
NN
6820 * configure: Restore my original patch by syncing with gcc version.
6821
f8f61f4a
NN
6822 * Bring following over from gcc:
6823
68242002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
6825
6826 * configure.in (s390*-*-linux*): Enable libgcj.
6827
403d9505
NN
68282002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6829
6830 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
6831
95f6f383
AM
68322002-10-02 Alan Modra <amodra@bigpond.net.au>
6833
e4673b0a 6834 * configure: Move stray lines back to where they belong.
95f6f383 6835
748503c8
NN
68362002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
6837
a581b5c3
NN
6838 * Makefile.tpl: Insert configure-target target, for src-release.
6839
c084f5b4
NN
6840 * configure: Finish reverting change which Andrew Cagney started
6841 reverting. Should fix bustage.
6842
7aa673ed 6843 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
6844 * src-release: New file. Contains material for making net
6845 releases for gdb, binutils, et al., formerly in Makefile.in.
6846
82a9b2d9
NC
68472002-09-30 Nick Clifton <nickc@redhat.com>
6848
6849 * cpu: New top level directory. Intended to hold input files for
6850 CGEN which have FSF copyright assignment.
6851 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6852
c2463a00
AC
68532002-09-29 Andrew Cagney <ac131313@redhat.com>
6854
6855 Revert below (note that src does not contain Makefile.tpl):
6856 * Makefile.tpl: Make subsituted variables more autoconfy.
6857 * Makefile.in: Regenerate.
6858
f03b4789
NN
68592002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
6860
c11e16a9
NN
6861 * configure: Revert accidentally applied changes.
6862
f03b4789
NN
6863 * Makefile.tpl: Make more autoconf-friendly.
6864 * Makefile.in: Regenerate.
6865 * configure: Make substitution more autoconf-like.
6866
68672002-09-28 Richard Earnshaw <rearnsha@arm.com>
6868
6869 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
6870 single entry to handle all these.
6871 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
6872 libjava on arm-*-elf.
6873
c0292023
GK
68742002-09-27 Geoffrey Keating <geoffk@apple.com>
6875
6876 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
6877 things that depend on them.
6878
c66d951e
NN
68792002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
6880
6881 * Makefile.tpl: Make subsituted variables more autoconfy.
6882 * Makefile.in: Regenerate.
6883 * configure: Make seds more autoconfy.
6884
907a7241 68852002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
6886
6887 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
6888 * Makefile.in: Regenerate.
6889 * configure.in: Rewrite sed statements to look autoconfy.
6890
907a7241
NN
6891 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
6892 all-target-foo on configure-target-foo.
6893 * Makefile.def: Ditto.
6894 * Makefile.in: Rebuild.
6895
405ea7a0
NN
68962002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
6897
6898 * Makefile.def: New file.
6899 * Makefile.tpl: New file.
6900 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
6901
6902 * configure.in: Minor rearrangement. Simplify tests.
6903
bdc57bfd
JT
69042002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
6905
6906 * configure.in (with_headers): Skip copy if value is "yes".
6907 (with_libs): Likewise.
6908
ae03d6e2
NN
69092002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6910
6911 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
6912 * configure.in (sh*-*-pe*): Ditto.
6913 * configure.in (mips*-*-pe*): Ditto.
6914 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
6915
6916 * configure.in: Rearrange.
6917
707960fe
NC
69182002-09-12 Nick Clifton <nickc@redhat.com>
6919
6920 * Import these changes from the config master repository:
6921
6922 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
6923
6924 * config.sub: Add tic4x target.
6925
6926 2002-09-03 Ben Elliston <bje@redhat.com>
6927
6928 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
6929 Reported by <Duncan_Stodart@insession.com>.
6930
36ea319f
JJ
69312002-09-10 Jeff Johnston <jjohnstn@redhat.com>
6932
6933 * COPYING.NEWLIB: More updates.
6934
cf57480a
JJ
69352002-09-09 Jeff Johnston <jjohnstn@redhat.com>
6936
6937 * COPYING.NEWLIB: Update.
6938
fd31a171
AC
69392002-08-23 Andrew Cagney <ac131313@redhat.com>
6940
23b632fc
AC
6941 * texinfo/texinfo.tex: Import version 2002-06-04.06.
6942
fd31a171
AC
6943 * config.guess: Import version 2002-08-23.
6944 * config.sub: Import version 2002-08-22.
6945
a08bafb5
AO
69462002-08-20 Alexandre Oliva <aoliva@redhat.com>
6947
6948 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
6949 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
6950 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
6951
17240c1f
NC
69522002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
6953
6954 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
6955
e70ad0c6
L
69562002-08-04 H.J. Lu (hjl@gnu.org)
6957
6958 * configure.in (mips*-*-linux*): Don't skip target-libffi.
6959
574e6d11
DD
69602002-07-31 Alan Modra <amodra@bigpond.net.au>
6961
6962 * configure.in: Move generic linux case to end. Copy generic
6963 linux noconfigdirs to mips*-*-linux* entry and new
6964 powerpc64*-*-linux* entry. Add target-libffi for the latter.
6965
611e7523
CD
69662002-07-19 Chris Demetriou <cgd@broadcom.com>
6967
6968 * MAINTAINERS: Clarify on config.guess and config.sub, and add
6969 one instance of them which was missed to the list to update.
6970
51759676
CD
69712002-07-16 Chris Demetriou <cgd@broadcom.com>
6972
6973 * config.guess: Update to 2002-07-09 version.
6974 * config.sub: Update to 2002-07-03 version.
6975
7c1f909c
DD
69762002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
6977
6978 * configure.in: Remove two redundant tests.
6979
d7cf5d30
DD
69802002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6981
6982 * configure.in (mips*-*-irix6*o32): Enable stabs.
6983
c74222f7
DD
69842002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
6985
5b53c336
DD
6986 * configure.in: Don't build grez.
6987 * Makefile.in: Ditto.
6988
c74222f7
DD
6989 * Makefile.in: Remove references to bsp, cygmon, libstub.
6990 * configure.in: Ditto.
6991
6992 * configure.in: Remove leftover reference to gdbtest.
6993
edd1b227
DD
69942002-07-08 Phil Edwards <pme@gcc.gnu.org>
6995
6996 * configure.in (gxx_include_dir): Change to match versioned
6997 C++ headers if --enable-version-specific-runtime-libs is used.
6998
486186e3
AO
69992002-07-04 Steve Ellcey <sje@cup.hp.com>
7000
7001 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7002
ff0a3bf8
DD
70032002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
7004
7005 * configure.in: Make --without-x work.
7006
1dfa8174
NC
70072002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
7008
7009 * contrib: New directory. Created to contain a copy of the
5481b376 7010 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
7011 the FSF GCC sources.
7012
07637366
DD
70132002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
7014
b6f83f2a
DD
7015 * configure.in: Rearrange target Makefile fragment collection.
7016
07637366
DD
7017 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7018 cvs[src].
7019 * configure.in: Ditto.
7020
f48556b1
DD
70212002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
7022
7023 * Makefile.in: Eliminate 'apache' targets.
7024 * configure.in: Eliminate 'apache' targets.
7025
7026 * configure.in: Eliminate redundant tests. Reorganize.
7027
7028 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7029
7030 * config-ml.in: Eliminate references to Cygnus configure.
7031
7032 * Makefile.in: Eliminate references to building emacs.
7033
70342002-07-01 Denis Chertykov <denisc@overta.ru>
7035
7036 * configure.in: Add support for ip2k.
7037
cdb9e2b8
BE
70382002-06-24 Ben Elliston <bje@redhat.com>
7039
7040 * configure.in (host_tools): Remove cgen.
7041
7042 * Makefile.in (all-cgen): Remove; runs from its source directory.
7043 (check-cgen, install-cgen, clean-cgen): Likewise.
7044 (all-opcodes): No not depend on all-cgen.
7045 (all-sim): Likewise.
7046
3558860c
DD
70472002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
7048
7049 * configure.in: Fix AIX configury bug.
7050
e3b0c936
DD
70512002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7052
cdb9e2b8 7053 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 7054
cdb9e2b8
BE
7055 * configure.in: Move definition of libstdcxx_flags right above
7056 usage, rather than way earlier.
8ee424c0 7057
c712250a
DD
7058 * configure.in: Pull definition of is_cross_compiler earlier.
7059
9ee1a75c
DD
7060 * configure.in: Rearrange a little.
7061
e3b0c936
DD
7062 * configure.in: Remove references to librx.
7063 * Makefile.in: Remove references to librx.
7064
b2bd228e
DD
70652002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7066
7067 * configure.in: Eliminate ${gasdir} variable.
7068
7cd52483
DB
70692002-06-18 Dave Brolley <brolley@redhat.com>
7070
7071 * configure.in: Add support for frv.
7072 * config.sub: Add support for frv.
7073
6c5e141a
DD
70742002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7075
7076 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7077
0d18b56d
JT
70782002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7079
7080 * configure.in (vax-*-netbsd*): Re-enable gas.
7081
fd8958d5
DD
70822002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
7083
27f15fdd
DD
7084 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7085 BUILD_PREFIX_1, to correct nomenclature.
7086 * configure: Likewise.
7087
fd8958d5
DD
7088 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7089 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7090
0c2442b7
DD
70912002-05-31 Olaf Hering <olh@suse.de>
7092
7093 * config-ml.in: Propogate DESTDIR also.
7094
a3602181
JT
70952002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
7096
7097 * configure.in (vax-*-netbsd*): Don't build gas for this
7098 platform.
7099
c95f53ae
MM
71002002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
7101
7102 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7103 and libgcj for AVR.
7104
1d7c1053
NC
71052002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
7106
7107 * config.sub: Add DLX target.
7108
4b37028f
JT
71092002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7110
7111 * config.guess: Update to 2002-05-22 version.
7112 * config.sub: Likewise.
7113
d5de0a84
NC
71142002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7115
7116 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7117 * config-ml.in: Likewise.
7118 * configure: Likewise.
7119 * configure.in: Likewise.
7120
c92a0210
DD
71212002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
7122
115a77aa
DD
7123 * configure.in: Simplify makefile fragment collection.
7124
7125 * configure.in: Remove code to build emacs.
e99daf2b 7126
91e060aa
DD
7127 * configure.in : Remove --srcdir argument from targargs and buildargs
7128 (it's always overridden in the Makefile anyway). Rearrange a bit.
7129
7130 * configure: Move some logic to configure.in.
7131 * configure.in: Move some logic from configure.
c92a0210 7132
91217342
JJ
71332002-05-07 Jeff Johnston <jjohnstn@redhat.com>
7134
7135 * COPYING.LIBGLOSS: New file.
7136
d3d8a9ee
NC
71372002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
7138
7139 * Makefile.in: Honour DESTDIR.
7140
3a036cdc
AO
71412002-05-05 Alexandre Oliva <aoliva@redhat.com>
7142
7143 * configure.in (noconfigdirs): Don't disable libgcj on
7144 sparc64-*-solaris* and sparcv9-*-solaris*.
7145
6d095fe4
AO
71462002-05-03 Alexandre Oliva <aoliva@redhat.com>
7147
7148 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7149
dac55df9
TF
71502002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
7151
7152 * configure.in (FLAGS_FOR_TARGET): Do not add
7153 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7154 on i[3456]86-*-linux*.
7155
a018e15b
TF
71562002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
7157
7158 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
7159
7160 * configure.in (noconfigdirs): Do not add target-newlib if
7161 target == i[3456]86-*-linux*, and host == target.
7162
5f284831
MM
71632002-04-29 Mark Mitchell <mark@codesourcery.com>
7164
7165 * config.guess: Updated to 2002-04-26's version.
7166 * config.sub: Updated to 2002-04-26's version.
7167
33babf59
DD
71682002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
7169
bd5f7da2
DD
7170 * configure.in: delete reference to absent file
7171
a0c4f3a0
DD
7172 * configure.in: replace '[' with 'test'
7173
66f1ba4f
DD
7174 * configure.in: Eliminate references to gash.
7175 * Makefile.in: Eliminate references to gash.
7176
7c3ab50c
DD
7177 * configure.in: remove useless references to 'pic' makefile fragments.
7178
bbc025f5
DD
7179 * configure.in: (*-*-windows*) Finish removing.
7180
33babf59
DD
7181 * configure.in: Eliminate redundant test for libgui.
7182
d5ec694c
DD
71832002-04-26 Joel Sherrill <joel@OARcorp.com>
7184
7185 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7186 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7187
57a5346c
DD
71882002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
7189
7190 * configure.in: remove references to dead files
7191
dbf93899
DD
71922002-04-18 Tom Tromey <tromey@redhat.com>
7193
7194 * configure.in: Disallow configuring libgcj when it is already
7195 installed and we're using Solaris 2.8 linker. Do enable libgcj on
7196 Solaris 2.8 by default. For PR libgcj/6158.
7197
26eadf68
DD
71982002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7199
7200 * configure.in: Move default CC setting out of config/mh-* fragments
7201 directly into here.
7202
a0a2c6c6
DD
72032002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7204
7205 * configure.in: don't even try to configure or make a subdirectory
7206 if there's no configure script for it.
7207
9972f812
DD
72082002-04-15 Mark Mitchell <mark@codesourcery.com>
7209
7210 * MAINTAINERS: Remove chill maintainers.
7211 * Makefile.in (CHILLFLAGS): Remove.
7212 (CHILL_LIB): Remove.
7213 (TARGET_CONFIGDIRS): Remove libchill.
7214 (CHILL_FOR_TARGET): Remove.
7215 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7216 CHILL_LIB.
7217 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7218 (CHECK_TARGET_MODULES): Likewise.
7219 (INSTALL_TARGET_MODULES): Likewise.
7220 (CLEAN_TARGET_MODULES): Likewise.
7221 (configure-target-libchill): Remove.
7222 (all-target-libchill): Remove.
7223 * configure.in (target_libs): Remove target-libchill.
7224 Do not compute CHILL_FOR_TARGET.
7225 * libchill: Remove directory.
5481b376 7226
75205f78
DD
72272002-04-15 DJ Delorie <dj@redhat.com>
7228
7229 * Makefile.in, configure.in, configure: Sync with gcc, entries
7230 follow...
7231
72322002-04-08 Tom Tromey <tromey@redhat.com>
7233
7234 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7235 Fixes PR libgcj/6068.
7236
72372002-03-30 Krister Walfridsson <cato@df.lth.se>
7238
7239 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7240
72412002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7242
7243 * configure.in (alpha*-dec-osf*): Enable libgcj.
7244
72452002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
7246
7247 Fix for: PR bootstrap/3591, target/5676
7248 * configure.in (mcore-pe): Disable the configuration of
7249 libstdc++-v3 since exceptions are not supported.
7250
72512002-03-20 Anthony Green <green@redhat.com>
7252
7253 * configure.in: Enable libgcj for xscale-elf target.
7254
72552002-02-28 Alexandre Oliva <aoliva@redhat.com>
7256
7257 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7258 libjava.
7259 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
7260
72612002-02-22 Alexandre Oliva <aoliva@redhat.com>
7262
7263 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
7264 libstdc++-v3 and libjava.
7265
72662002-02-11 Adam Megacz <adam@xwt.org>
7267
7268 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
7269 boehm-gc
7270
72712002-02-09 Alexandre Oliva <aoliva@redhat.com>
7272
7273 * config.guess: Updated to 2002-01-30's version.
7274 * config.sub: Updated to 2002-02-01's version.
7275 Contribute sh64-elf.
7276 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7277 * configure.in: Added sh64-*-*.
7278
72792002-01-17 H.J. Lu <hjl@gnu.org>
7280
7281 * Makefile.in (all-fastjar): Also depend on all-libiberty.
7282 (all-target-fastjar): Also depend on all-target-libiberty.
7283
7284Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
7285
7286 * configure, configure.in: Use temp file for long sed commands.
7287
72882001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
7289
7290 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
7291 libf2c.
7292
72932001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
7294
7295 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
7296
72972001-10-11 Hans-Peter Nilsson <hp@axis.com>
7298
7299 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7300
73012001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
7302
7303 * configure: Handle temporary files securely using mkdir.
7304
73052001-09-26 Will Cohen <wcohen@redhat.com>
7306
7307 * configure.in (*-*-linux*): Disable configuration of target-newlib
7308 and target-libgloss.
7309
73102001-09-26 Alexandre Oliva <aoliva@redhat.com>
7311
7312 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
7313 RANLIB.
7314
73152001-08-11 Graham Stott <grahams@redhat.com>
7316
7317 * Makefile.in (check-c++): Add missing semicolon.
7318
73192001-07-25 Andrew Haley <aph@cambridge.redhat.com>
7320
7321 * configure.in (sh-*-linux*): New.
7322
73232001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7324
7325 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7326 and libgcj on m68hc11/m68hc12.
7327
73282001-06-27 H.J. Lu (hjl@gnu.org)
7329
7330 * Makefile (CFLAGS_FOR_BUILD): New.
7331 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
7332
73332001-06-01 Hans-Peter Nilsson <hp@axis.com>
7334
7335 * configure.in (libstdcxx_flags): Do not try to execute
7336 libstdc++-v3/testsuite_flags until it exists.
7337
73382001-05-18 Benjamin Kosnik <bkoz@redhat.com>
7339
7340 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
7341
73422001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
7343
7344 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
7345
7346Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
7347
7348 * configure.in: Move *-chorusos target case to the proper switch.
7349 Disable libgcj.
7350
73512001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7352
7353 * Makefile.in (STAGE1_CFLAGS): Pass down.
7354
73552001-04-13 Alan Modra <amodra@one.net.au>
7356
7357 * config.guess: Add hppa64-linux support. Note for next import that
7358 this is already in the master file.
7359 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
7360
73612001-03-22 Colin Howell <chowell@redhat.com>
7362
7363 * Makefile.in (DO_X): Do not backslash single-quotes in
7364 backquotes (two places).
7365
73662001-03-18 Laurynas Biveinis <lauras@softhome.net>
7367
7368 * Makefile.in (DO_X): Quote nested quotes.
7369
73702001-03-15 Laurynas Biveinis <lauras@softhome.net>
7371
7372 * Makefile.in (DO_X): Use double quotes for quoting
7373 "RANLIB=$${RANLIB}".
7374
73752001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
7376
7377 * configure.in: Only use `lang_requires' for languages athat are
7378 actually enabled.
7379
73802001-03-07 Tom Tromey <tromey@redhat.com>
7381
7382 * configure.in: Allow config-lang.in to set `lang_requires' to list
7383 of other required languages.
7384
73852001-03-06 Laurynas Biveinis <lauras@softhome.net>
7386
7387 * Makefile.in: Remove RANLIB definition. Use RANLIB
7388 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
7389 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
7390
73912001-02-28 Benjamin Kosnik <bkoz@redhat.com>
7392 Alexandre Oliva <aoliva@redhat.com>
7393
7394 * Makefile.in (check-c++): Use tabs, not spaces.
7395
73962001-02-19 Benjamin Kosnik <bkoz@redhat.com>
7397
7398 * Makefile.in (check-c++): New rule.
7399
7400 * configure.in (target_libs): Remove libg++.
7401 (noconfigdirs): Remove libg++.
7402 (noconfigdirs): Same.
7403 (noconfigdirs): Same.
7404 (noconfigdirs): Same.
7405
7406 * config-ml.in: Remove libg++ references.
7407
7408 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
7409 (ALL_TARGET_MODULES): Same.
7410 (configure-target-libg++): Remove.
7411 (all-target-libg++): Remove.
7412 (configure-target-libio): Remove.
7413 (all-target-libio): Remove.
7414 (check-target-libio): Remove.
7415 (.PHONY): Remove.
7416 (libg++.tar.bz2): Remove.
7417 (all-target-cygmon): Remove libio.
7418 (all-target-libstdc++): Remove.
7419 (configure-target-libstdc++): Remove.
7420 (TARGET_LIB_PATH): Remove libstdc++.
7421 (ALL_GCC_CXX): Remove libstdc++.
7422 (all-target-gperf): Correct.
7423
74242001-02-15 Anthony Green <green@redhat.com>
7425
7426 * configure: Introduce GCJ_FOR_TARGET.
7427 * configure.in: Ditto.
7428 * Makefile.in: Ditto.
7429
74302001-02-08 Chandrakala Chavva <cchavva@redhat.com>
7431
7432 * configure.in: for *-chorusos, don't config target-newlib and
7433 target-libgloss.
7434
74352001-02-04 Mark Mitchell <mark@codesourcery.com>
7436
7437 Remove V2 C++ library.
7438 * configure.in: Remove --enable-libstdcxx_v3 support.
7439
74402001-01-27 Richard Henderson <rth@redhat.com>
7441
7442 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
7443
74442001-01-26 Tom Tromey <tromey@redhat.com>
7445
7446 * configure.in: Allow libgcj to be built on Sparc Solaris.
7447
74482001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
7449
7450 * configure.in: Enable libgcj on several additional platforms.
7451
74522001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
7453
7454 * configure.in: Enable libgcj for linux targets.
7455
74562001-01-09 Mike Stump <mrs@wrs.com>
7457
7458 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
7459 failures of subdirectories.
7460
74612001-01-02 Laurynas Biveinis <lauras@softhome.net>
7462
7463 * configure: handle DOS-style absolute paths.
7464
74652001-01-02 Laurynas Biveinis <lauras@softhome.net>
7466
7467 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
7468
74692000-12-18 Benjamin Kosnik <bkoz@redhat.com>
7470
7471 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
7472 (libstdcxx_incdir): Pass down.
7473 * config.if: Remove expired bits for cxx_interface, add stub.
7474 (libstdcxx_incdir): Add variable for g++ include directory.
7475 * configure.in (gxx_include_dir): Use it.
7476
74772000-12-15 Andreas Jaeger <aj@suse.de>
7478
7479 * configure.in: Handle lang_dirs.
7480
74812000-12-13 Anthony Green <green@redhat.com>
7482
7483 * configure.in: Disable libgcj for any target not specifically
7484 listed. Disable libgcj for x86 and Alpha Linux until compatible
7485 with g++ abi.
7486
74872000-12-13 Mike Stump <mrs@wrs.com>
7488
7489 * Makefile.in (local-distclean): Also remove fastjar.
7490
74912000-12-10 Anthony Green <green@redhat.com>
7492
7493 * configure.in: Define libgcj. Disable libgcj target libraries for
7494 most targets.
7495
74962000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
7497
7498 * configure.in (target_libs): Revert 2000-12-08 patch.
7499 (noconfigdirs): Added target-libjava.
7500
75012000-12-09 Laurynas Biveinis <lauras@softhome.net>
7502
7503 * Makefile.in: handle DOS-style absolute paths.
7504
75052000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7506
7507 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
7508 libjava.
7509 * configure.in (target_libs): Removed `target-libjava'.
7510
75112000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7512
7513 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
7514 (ALL_MODULES): Added fastjar.
7515 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
7516 (all-target-libjava): all-fastjar replaces all-zip.
7517 (all-fastjar): Added.
7518 (configure-target-fastjar, all-target-fastjar): Likewise.
7519 * configure.in (host_tools): Added fastjar.
7520
75212000-12-07 Mike Stump <mrs@wrs.com>
7522
7523 * Makefile.in (local-distclean): Remove leftover built files.
7524
75252000-11-16 Fred Fish <fnf@be.com>
7526
7527 * configure.in (enable_libstdcxx_v3): Fix typo,
7528 libstd++ -> libstdc++.
7529
75302000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
7531
7532 * configure: Provide the original toplevel configure arguments
7533 (including $0) to subprocesses in the environment rather than
7534 through gcc/configargs.h.
7535
75362000-11-12 Mark Mitchell <mark@codesourcery.com>
7537
7538 * configure: Turn on libstdc++ V3 by default.
7539
75402000-10-16 Michael Meissner <meissner@redhat.com>
7541
7542 * configure (gcc/configargs.h): Only create if there is a build GCC
7543 directory created.
7544
75452000-10-05 Phil Edwards <pme@gcc.gnu.org>
7546
7547 * configure: Save configure arguments to gcc/configargs.h.
7548
75492000-10-04 Andris Pavenis <pavenis@latnet.lv>
7550
7551 * Makefile.in (bootstrap): avoid recursion if subdir missing
7552 (cross): ditto
7553 (do-proto-toplev): ditto
7554
7555Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
7556
7557 * configure.in: Do not build byacc for hppa64. Provide paths to the
7558 X11 libraries for hppa64.
7559
75602000-09-02 Anthony Green <green@cygnus.com>
7561
7562 * Makefile.in (all-gcc): Depend on all-zlib.
7563 (CLEAN_MODULES): Add clean-zlib.
7564 (ALL_MODULES): Add all-zlib.
7565 * configure.in (host_libs): Add zlib.
7566
75672000-08-25 Alexandre Oliva <aoliva@redhat.com>
7568
7569 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
7570 $targargs to tell whether newlib is going to be built.
7571
7572 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
7573 $$r/TARGET_SUBDIR/libio for _G_config.h.
7574
75752000-08-14 Zack Weinberg <zack@wolery.cumb.org>
7576
7577 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
7578
7579 * configure: Make enable_threads and enable_shared defaults
7580 explicit. Substitute enable_threads into generated Makefiles.
7581 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
7582 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
7583
75842000-08-02 Manfred Hollstein <manfredh@redhat.com>
7585
7586 * configure.in: Re-enable all references to libg++ and librx.
7587
ffb97b2f 75882002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 7589
ffb97b2f
DD
7590 * configure.in: Add *-*-freebsd* configurations.
7591
bbf6e9e3
AC
75922002-04-07 Andrew Cagney <ac131313@redhat.com>
7593
7594 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
7595 (do-tar, do-bz2): New rules.
7596 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
7597 (gdb-tar): New rule.
7598 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
7599 (insight_dejagnu.tar): New rule.
7600 (insight.tar): New rule.
7601 (gdb+dejagnu.tar): New rule.
7602 (gdb.tar): New rule.
7603
8f1579c0
AC
76042002-04-07 Andrew Cagney <ac131313@redhat.com>
7605
7606 * MAINTAINERS: Update dejagnu/
7607
ba3c59ab
AO
76082002-03-16 Alexandre Oliva <aoliva@redhat.com>
7609
7610 * ltmain.sh (relink_command): Fix typo in previous change.
7611
6243d5dd
AO
76122002-03-15 Alexandre Oliva <aoliva@redhat.com>
7613
7614 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
7615 (relink_command): Added --tag flags.
7616 (mode=install): If relinking fails; error out.
7617
80413487
RH
76182002-03-12 Richard Henderson <rth@redhat.com>
7619
7620 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
7621 .NOTPARALLEL tag.
7622 (do-check): Rename from check.
7623 (check): Allow parallel check.
7624
3daeddf6
RH
76252002-03-11 Richard Henderson <rth@redhat.com>
7626
7627 * Makefile.in (.NOTPARALLEL): Add fake tag.
7628
fad93c55
L
76292002-03-07 H.J. Lu (hjl@gnu.org)
7630
7631 * configure.in: Enable gprof for mips*-*-linux*.
7632
2e8357fc
AO
76332002-02-28 Alexandre Oliva <aoliva@redhat.com>
7634
7635 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7636 libjava.
7637 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
7638
bd48e1a9
AC
76392002-02-24 Andrew Cagney <ac131313@redhat.com>
7640
7641 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
7642
39121370
DJ
76432002-02-23 Daniel Jacobowitz <drow@mvista.com>
7644
7645 * config.guess: Import from master sources, rev 1.232.
7646 * config.sub: Import from master sources, rev 1.246.
7647
081ff160
AO
76482002-02-23 Alexandre Oliva <aoliva@redhat.com>
7649
7650 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
7651 because its Makefile is there; test for the executable instead.
7652
20a5393b
AO
76532002-02-09 Alexandre Oliva <aoliva@redhat.com>
7654
7655 Contribute sh64-elf.
7656 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7657 * configure.in: Added sh64-*-*.
7658
38135629
JJ
76592002-02-04 Jeff Johnston <jjohnstn@redhat.com>
7660
80413487
RH
7661 * COPYING.NEWLIB: Remove advertising clause from
7662 Berkeley and Red Hat licenses.
38135629 7663
48d19748
MD
76642002-02-01 Mo DeJong <supermo@bayarea.net>
7665
7666 * Makefile.in: Add all-tix to deps for all-snavigator
7667 so that tix is built when building snavigator.
7668
f6e1c110
BE
76692002-02-01 Ben Elliston <bje@redhat.com>
7670
7671 * config.guess: Import from master sources, rev 1.229.
7672 * config.sub: Import from master sources, rev 1.240.
7673
4867be41
DJ
76742002-01-27 Daniel Jacobowitz <drow@mvista.com>
7675
7676 From Steve Ellcey <sje@cup.hp.com>:
7677 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7678 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7679 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7680 IA64.
7681 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7682 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7683 soname_spec, sys_lib_search_path_spec): Ditto.
7684
e82380cc
JT
76852002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
7686
7687 * configure.in (*-*-netbsd*): New. Skip target-newlib,
7688 target-libiberty, and target-libgloss. Skip Java-related
7689 libraries if not supported for NetBSD on target CPU.
7690
1319fb9c
NC
76912002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
7692
7693 * configure.in: Import StrongARM and XScale target_configdirs from
7694 FSF GCC version.
7695
b020f6ac
L
76962002-01-16 H.J. Lu (hjl@gnu.org)
7697
7698 * config.guess: Import from master sources, rev 1.225.
7699 * config.sub: Import from master sources, rev 1.238.
7700
7701 * MAINTAINERS: Updated notes on config.guess and config.sub.
7702
a0c1c920
NC
77032002-01-11 Steve Ellcey <sje@cup.hp.com>
7704
7705 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7706 ld and gdb are not supported.
7707
a9fa5e1f
JJ
77082002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7709
7710 * Change reference to Cygnus Solutions to be Red Hat.
7711
94077108
JJ
77122002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7713
7714 * COPYING.NEWLIB: Update generic copyright date.
7715
05ecd75c
MS
77162002-01-07 Mark Salter <msalter@redhat.com>
7717
7718 * configure.in: Remove target-bsp and target-cygmon from arm builds.
7719 Allow target-libgloss to be built for arm, strongarm, and xscale.
7720
a106bb62
BE
77212002-01-03 Ben Elliston <bje@redhat.com>
7722
7723 * MAINTAINERS: Update URL for config.* scripts.
7724
0e254642
AM
77252001-12-18 Alan Modra <amodra@bigpond.net.au>
7726
7727 * config.sub: Import latest version.
7728 * config.guess: Likewise.
7729
0a0d0041
TF
77302001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
7731
7732 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7733 options for i[3456]86-pc-linux* native builds.
7734
d932cae7
NC
77352001-12-05 Laurent Guerby <guerby@acm.org>
7736
7737 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 7738 libiberty.
d932cae7
NC
7739
7740 Import this patch from gcc:
5481b376 7741
d932cae7
NC
7742 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
7743
7744 * symlink-tree: handle DOS-style absolute paths.
7745
49b7683b
DD
77462001-11-28 DJ Delorie <dj@redhat.com>
7747 Zack Weinberg <zack@codesourcery.com>
7748
7749 When build != host, create libiberty for the build machine.
7750
7751 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7752 CONFIG_ARGUMENTS.
7753 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7754 New variables.
7755 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7756 and rules.
7757 (all.normal): Depend on ALL_BUILD_MODULES.
7758 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7759 (all-build-libiberty): Depend on configure-build-libiberty.
7760
7761 * configure: Calculate and substitute proper value for
7762 ALL_BUILD_MODULES.
7763 * configure.in: Create the build subdirectory.
7764 Calculate and substitute TARGET_CONFIGARGS (formerly
7765 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7766
26ef82f4
GK
77672001-11-26 Geoffrey Keating <geoffk@redhat.com>
7768
7769 * config.sub: Update to version 1.232 on subversion.
7770
43e64072
NC
77712001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
7772
7773 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7774 files from .po files for a distribution.
7775
66f6c0d5
HPN
77762001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
7777
7778 * COPYING.NEWLIB: Mention preserved notice in specific parts.
7779
4a02fdb2
JH
77802001-11-13 Jeff Holcomb <jeffh@redhat.com>
7781
7782 Merged from net gcc:
7783 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
7784 * ltcf-c.sh: Use $objext, not $ac_objext.
7785 2001-07-27 Mark Kettenis <kettenis@gnu.org>
7786 * ltcf-cxx.sh: Add support for GNU.
7787 2001-07-22 Timothy Wall <twall@redhat.com>
7788 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
7789 default settings if using GNU tools with that configuration.
7790 * ltcf-cxx.sh: Ditto.
7791 * ltcf-gcj.sh: Ditto.
7792 2001-07-21 Michael Chastain <chastain@redhat.com>
7793 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7794 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
7795 * ltmain.sh: Mark as gcc-local.
7796
227b9953
JH
77972001-11-13 Jeff Holcomb <jeffh@redhat.com>
7798
7799 * Makefile.in (all-bison): Revert 2001-10-24.
7800 Don't depend on texinfo.
7801
cbbab8fb
JJ
78022001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
7803
80413487 7804 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 7805
922b2485
DD
78062001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
7807
7808 * configure.in (--enable-languages): Be more permissive about
7809 syntax. Check for empty lists better. Warn about $LANGUAGES.
7810
f08fa01d
HPN
78112001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
7812
7813 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7814
fee3da4e
JH
78152001-10-24 Jeff Holcomb <jeffh@redhat.com>
7816
7817 Makefile.in (all-bison): Don't depend on texinfo.
7818
73fb1ef9
AM
78192001-10-03 Alan Modra <amodra@bigpond.net.au>
7820
7821 * gettext.m4: Test po/POTFILES.in exists before trying to read.
7822
373688ac
AO
78232001-09-29 Alexandre Oliva <aoliva@redhat.com>
7824
7825 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7826
9c07660b
HPN
78272001-09-28 Hans-Peter Nilsson <hp@axis.com>
7828
7829 * config.sub, config.guess: Import latest from subversions.
7830
3f152009
AO
78312001-09-21 Alexandre Oliva <aoliva@redhat.com>
7832
7833 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7834 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7835 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7836 avoid quotes nesting problems.
7837 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7838 (DO_X): Export only variables that are set.
7839
8f6a59e5
BE
78402001-09-19 Ben Elliston <bje@redhat.com>
7841
7842 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7843 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7844 semantics. Use the shell built-in "type" command instead.
7845
a1ec19fa
TS
78462001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7847
7848 * config.sub: Reverted the earlier change, this version is not the
7849 master file.
7850
4008bd9b
TS
78512001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7852
7853 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
7854 Add support for mips64.
7855
dd1e52a4
JH
78562001-09-03 Jeff Holcomb <jeffh@redhat.com>
7857
7858 * configure.in: Enable libstdc++-v3 for h8300 targets.
7859
91549d1c
EC
78602001-08-30 Eric Christopher <echristo@redhat.com>
7861 Jason Eckhardt <jle@redhat.com>
7862
7863 * config.sub: Add support for mipsisa32.
7864
cf966cf9
EC
78652001-08-30 Eric Christopher <echristo@redhat.com>
7866
7867 * config.sub, config.guess: Import latest from subversions.
7868
82208dc5
AM
78692001-08-20 Alan Modra <amodra@bigpond.net.au>
7870
7871 * config.sub, config.guess: Import latest from subversions.
7872
4dca8403
DD
78732001-07-26 DJ Delorie <dj@redhat.com>
7874
7875 * MAINTAINERS: Clarify libiberty merge rules and procedures.
7876
1107dce2
AM
78772001-06-19 Alan Modra <amodra@bigpond.net.au>
7878
7879 * Makefile.in: Revert 2001-06-17.
7880 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
7881
e09a6604
L
78822001-06-17 H.J. Lu <hjl@gnu.org>
7883
7884 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
7885 (gas+binutils.tar.bz2): Likewise.
7886 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
7887
31a8b634
AC
7888Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
7889
7890 * Makefile.in (VER): When present, extract the version number from
5481b376 7891 the file version.in.
31a8b634 7892
dc70af01
AO
78932001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
7894
7895 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7896 gcc/xgcc is built, use -print-prog-name to find out the program
7897 name to use.
7898
839bbd8c
AO
78992001-06-04 Mark Mitchell <mark@codesourcery.com>
7900
7901 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
7902 with_gcc]: Use `gcc -shared' to build a shared library.
7903
566e9a30
AO
79042001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
7905
7906 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
7907 archives.
7908
e877bb69
AO
79092001-05-28 Simon Patarin <simon.patarin@inria.fr>
7910
7911 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
7912 libraries when using g++ with native linker.
7913
1605288b
AO
79142001-05-28 Alexandre Oliva <aoliva@redhat.com>
7915
7916 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
7917
11a383ba
TR
79182001-05-24 Tom Rix <trix@redhat.com>
7919
7920 * configure.in : enable ld for aix
cf966cf9 7921
18611226
AO
79222001-05-22 Alexandre Oliva <aoliva@redhat.com>
7923
7924 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
7925 [aix4*|aix5*]: Prepend blank.
7926
6be7c12c
AO
79272001-05-20 Alexandre Oliva <aoliva@redhat.com>
7928
7929 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7930 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
7931 of subdir/configure scripts to use the new libtool.m4.
7932
4ed00bba
L
79332001-05-14 H.J. Lu <hjl@gnu.org>
7934
7935 * config.if (libc_interface): Set to -libc6.2- for cross
7936 compiling to Linux/glibc 2.2.
7937
b1af961c
AO
79382001-05-03 Alexandre Oliva <aoliva@redhat.com>
7939
7940 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
7941 libgcj.
7942
5ec3e74e
AO
79432001-04-26 Alexandre Oliva <aoliva@redhat.com>
7944
7945 * configure.in (noconfigdirs): Don't reset it from scratch in the
7946 target case; only append to it.
7947
b3ed1d6b
AO
79482001-04-26 Alexandre Oliva <aoliva@redhat.com>
7949
7950 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
7951 sparc-*-solaris2.8]: Disable ${libgcj}.
7952
96111c10
AO
79532001-04-25 Alexandre Oliva <aoliva@redhat.com>
7954
7955 * configure.in (libgcj_saved): Copy from $libgcj.
7956 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
7957 --disable-libgcj.
7958
b5bf43f2
AO
79592001-04-20 Alexandre Oliva <aoliva@redhat.com>
7960
7961 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
7962 1.641.2.228.
7963
8cc32590
AO
79642001-04-12 Alexandre Oliva <aoliva@redhat.com>
7965
7966 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7967 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
7968
dec0cb0c
AO
79692001-04-01 Alexandre Oliva <aoliva@redhat.com>
7970
7971 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
7972 New macros.
7973 (bootstrap, cross): Use RECURSE_FLAGS.
7974 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
7975
6a9c3886
AO
79762001-03-27 Alexandre Oliva <aoliva@redhat.com>
7977
7978 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
7979
d4fc7db8
NC
79802001-03-23 Nick Clifton <nickc@redhat.com>
7981
7982 * README-maintainer-mode: Add note about inability to use "make
7983 distclean" in maintainer mode.
7984
7389ff65
AO
79852001-03-22 Alexandre Oliva <aoliva@redhat.com>
7986
7987 Re-installed:
7988 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
7989 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
7990 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
7991 * ltcf-cxx.sh: Likewise.
7992 * ltcf-gcj.sh: Likewise.
7993
b3e0dc8e
PB
79942001-03-22 Philip Blundell <philb@gnu.org>
7995
7996 * config.sub, config.guess: Import latest from subversions.
7997
469b781c
AO
79982001-03-22 Alexandre Oliva <aoliva@redhat.com>
7999
8000 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8001 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8002
b0dad762
MC
80032001-03-20 Michael Chastain <chastain@redhat.com>
8004
8005 * Makefile.in: all-m4 depends on all-texinfo.
8006
c559bb17
AO
80072001-03-08 Alexandre Oliva <aoliva@redhat.com>
8008
8009 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8010
fef4ae2e
JJ
80112001-02-22 Jeff Johnston <jjohnstn@redhat.com>
8012
8013 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
8014 longer valid.
8015
8d6dd99d
NC
80162001-02-16 Nick Clifton <nickc@redhat.com>
8017
8018 * configure.in (noconfigdirs): Allow configuration of texinfo
8019 for Cygwin hosts.
8020
a85d7ed0
NC
80212001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
8022
8023 * config.guess: Add linux target for S/390.
8024 * config.sub: Likewise.
8025 * configure.in: Likewise.
8026
51221c5e
DD
80272001-02-06 Ben Elliston <bje@redhat.com>
8028
8029 * configure: Output host type to stdout, not stderr.
8030
9dec4c71
MS
80312001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8032
8033 * config.guess: Import from subversions.gnu.org (revision 1.181).
8034 * config.sub: Import from subversions.gnu.org (revision 1.199).
8035
9add9c04
AM
80362001-01-30 Alan Modra <alan@linuxcare.com.au>
8037
8038 * config.guess: Handle hppa64-linux systems.
8039
8679174d
MS
80402001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8041
8042 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8043 Don't unset, it's non-portable and no longer necessary, set to empty
8044 instead.
8045
02d01ed4
MS
80462001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8047
8048 * ltconfig: Shell portability fix for the tagname validity check.
8049
4cc5853d
MS
80502001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8051
8052 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8053
7487e485
AO
80542001-01-27 Alexandre Oliva <aoliva@redhat.com>
8055
8056 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8057 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8058
f332af52
AO
80592001-01-24 Alexandre Oliva <aoliva@redhat.com>
8060
8061 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8062 keep at least one of build_libtool_libs or build_old_libs set to
8063 yes.
8064
ef099754
AO
80652001-01-24 Alexandre Oliva <aoliva@redhat.com>
8066
8067 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8068 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8069
8341f2fc 80702000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 8071
8341f2fc
AJ
8072 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8073
80742000-11-03 Philip Blundell <pb@futuretv.com>
8075
8076 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8077 files.
ebf0fa2e 8078
c320a39f
JJ
80792001-01-15 Jeff Johnston <jjohnstn@redhat.com>
8080
8081 * COPYING.NEWLIB: Put into source repository.
8082
8817b92e
BE
80832001-01-15 Ben Elliston <bje@redhat.com>
8084
8085 * configure.in (host_tools): Add sid.
8086 Always configure cgen.
8087 * Makefile.in (all-sid): New target.
8088 (check-sid, clean-sid, install-sid): Likewise.
8089
35590697
AJ
80902001-01-07 Andreas Jaeger <aj@suse.de>
8091
80413487 8092 * config.sub, config.guess: Update from subversions.
35590697 8093
6ee6cea6
AO
80942000-12-12 Alexandre Oliva <aoliva@redhat.com>
8095
8096 * configure.in: Disable language-specific target libraries for
8097 languages that aren't enabled.
8098
077b8428
NC
80992000-11-24 Nick Clifton <nickc@redhat.com>
8100
8101 * configure.in (xscale-elf): Add target.
8102 (xscale-coff): Add target.
8103 (c4x, c5x, tic54x): Move after ARM targets.
8104
9e28a1ed
AO
81052000-11-23 Alexandre Oliva <aoliva@redhat.com>
8106
8107 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
8108
be98a80a
ILT
81092000-11-20 Ian Lance Taylor <ian@zembu.com>
8110
8111 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
8112
5cec67bf
AO
81132000-11-18 Alexandre Oliva <aoliva@redhat.com>
8114
8115 * Makefile.in: Merge with GCC and libgcj.
8116 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
8117 configure-target-<library> when their configure scripts need the C
8118 or C++ library to have already been built to work properly.
8119 (do_proto_toplev): Set them to an empty string.
8120
d932cae7 81212000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
8122
8123 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8124 (REALLY_SET_LIB_PATH): Use them.
8125
d932cae7 81262000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
8127
8128 * config.sub: Add support for Sun Chorus
8129
8602ff0c
NC
81302000-11-02 Per Lundberg <plundis@chaosdev.org>
8131
8132 * config.sub: Add support for the *-storm-chaos OS.
8133
f9e0997d
NC
81342000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
8135
80413487
RH
8136 * configure.in (noconfigdirs): Don't compile some
8137 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 8138
d64552c5
AO
81392000-09-30 Alexandre Oliva <aoliva@redhat.com>
8140
8141 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
8142 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
8143 all affected `configure' scripts.
8144
97f60b31
AO
81452000-09-25 Alexandre Oliva <aoliva@redhat.com>
8146
8147 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
8148 ltcf-c.sh.
8149
6e8dd58f
PB
81502000-09-12 Philip Blundell <philb@gnu.org>
8151
8152 * config.sub, config.guess: Update from subversions.
8153
103a2e99
AO
81542000-09-06 Alexandre Oliva <aoliva@redhat.com>
8155
51601921
AO
8156 * Makefile.in (all-zlib): Added dummy target.
8157
103a2e99
AO
8158 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
8159 multi-language branch.
8160
2809b4b9
AO
81612000-09-05 Alexandre Oliva <aoliva@redhat.com>
8162
8163 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8164 (bootstrap*): Depend on all-bootstrap.
8165
7450026c
AO
81662000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
8167
8168 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8169 crosses, but add gcc/include to the header search path for them.
8170
6cf86f7f
AO
81712000-08-31 Alexandre Oliva <aoliva@redhat.com>
8172
8173 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
8174 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
8175 * gettext.m4: New file, extracted from aclocal.m4.
8176
ce2ea6e3
AO
81772000-08-22 Alexandre Oliva <aoliva@redhat.com>
8178
8179 * config-ml.in (CC, CXX): Avoid trailing whitespace.
8180 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
8181 sub-configures.
8182
9765193e
DE
81832000-08-20 Doug Evans <dje@casey.transmeta.com>
8184
8185 * Makefile.in (ALL_MODULES): Add all-cgen.
8186 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8187 (all-cgen): New target.
8188 (all-opcodes,all-sim): Depend on all-cgen.
8189 * configure.in (host_tools): Add cgen.
8190 Only configure cgen if --enable-cgen-maint.
8191
d7b32520
AO
81922000-08-17 Alexandre Oliva <aoliva@redhat.com>
8193
8194 * config-ml.in (CC, CXX): Don't introduce a leading space.
8195
e52ef561
AO
81962000-08-16 Alexandre Oliva <aoliva@redhat.com>
8197
8198 * configure.in (libstdcxx_flags): Use
8199 libstdc++-v3/src/libstdc++.INC.
8200
88f9c2a0
AO
82012000-08-15 Alexandre Oliva <aoliva@redhat.com>
8202
8203 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
8204
98fbe43f
JM
82052000-08-11 Jason Merrill <jason@redhat.com>
8206
8207 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
8208 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
8209 (FLAGS_FOR_TARGET): Not here.
8210 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
8211
279ddab4
DD
82122000-08-07 DJ Delorie <dj@redhat.com>
8213
8214 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
8215 "if we're also building gcc, and it's a gcc that will run on the
8216 build machine, we want to use its includes instead of the system's
8217 default includes".
8218
60523a83
AO
82192000-08-03 Alexandre Oliva <aoliva@redhat.com>
8220
24ffec7a
AO
8221 * configure.in (libstdcxx_flags): Don't use `"'.
8222
60523a83
AO
8223 * config-ml.in: Adjust multilib search paths to the
8224 appropriate multilib tree.
8225
daf644b5
AO
82262000-08-02 Alexandre Oliva <aoliva@redhat.com>
8227
8228 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
8229 commas in $LANGUAGES.
8230
63266560
DD
82312000-08-01 Alexandre Oliva <aoliva@redhat.com>
8232
8233 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
8234
82352000-07-31 Alexandre Oliva <aoliva@redhat.com>
8236
8237 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
8238 CXX_FOR_TARGET for sed.
8239
82402000-07-30 Alexandre Oliva <aoliva@redhat.com>
8241
8242 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
8243 Do not override if already set in the environment or in configure.
8244 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
8245 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
8246
9e449d3e
AO
82472000-07-27 Alexandre Oliva <aoliva@redhat.com>
8248
8249 * Makefile.in (FLAGS_FOR_TARGET): New macro.
8250 (GCC_FOR_TARGET): Use it.
8251 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
8252 * configure.in: ... here.
8253 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
8254 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
8255
8bbd92e0
AO
82562000-07-24 Alexandre Oliva <aoliva@redhat.com>
8257
fd1f87b2
AO
8258 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
8259 (configure-target-libchill, configure-target-libobjc): Likewise.
8260
8bbd92e0
AO
8261 * configure.in: Use the same cache file for all target libs.
8262 * config-ml.in: But different cache files per multilib variant.
8263
25c6c112
JL
82642000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8265
8266 * configure (topsrcdir): Don't use dirname.
8267
ba73c63f
JM
82682000-07-20 Jason Merrill <jason@redhat.com>
8269
8270 * configure.in: Remove all references to libg++ and librx.
8271
8272 * configure, configure.in, Makefile.in: Unify gcc and binutils.
8273
1af08294
HPN
82742000-07-20 Hans-Peter Nilsson <hp@axis.com>
8275
8276 * config.sub: Update to subversions version 2000-07-06.
8277
ba73c63f
JM
82782000-07-12 Andrew Haley <aph@cygnus.com>
8279
8280 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
8281 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
8282
82832000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
8284
8285 * symlink-tree: Check number of arguments.
8286
d932cae7 82872000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
8288
8289 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
8290
ba73c63f
JM
82912000-07-05 Jim Wilson <wilson@cygnus.com>
8292
8293 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
8294 search path for a g++ extracted from the build tree. This
8295 will allow link tests run by configure scripts in
8296 subdirectories to succeed.
8297
92ee2f86
UC
82982000-07-01 Koundinya K <kk@ddeorg.soft.net>
8299
80413487 8300 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 8301
23f2f29f
CV
83022000-06-28 Corinna Vinschen <vinschen@cygnus.com>
8303
8304 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
8305 `os2'. Force ac_cv_exeext to be ".exe" in that case.
8306
f04f5a67
TW
83072000-06-19 Timothy Wall <twall@cygnus.com>
8308
8309 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
8310 * config.sub: Add tic54x target.
8311
11da68be
NC
83122000-06-07 Phillip Thomas <pthomas@suse.de>
8313
8314 * README-maintainer-mode: New file: Contains notes on using
8315 --enable-maintainer-mode with binutils.
8316
d932cae7 83172000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
8318
8319 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
8320
d932cae7 83212000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
8322
8323 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8324 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
8325
9442cea3
L
832620000-05-21 H.J. Lu (hjl@gnu.org)
8327
80413487
RH
8328 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8329 directory are used if they exist. Make sure
8330 $(build_tooldir)/include is searched for header files,
8331 $(build_tooldir)/lib/ for library files.
9442cea3 8332 (GCC_FOR_TARGET): Likewise.
80413487 8333 (CXX_FOR_TARGET): Likewise.
9442cea3 8334
d932cae7 83352000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
8336
8337 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8338
d932cae7 83392000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
8340
8341 * Makefile.in (configure-target-libiberty): Depend on
8342 configure-target-newlib.
8343
ba73c63f
JM
83442000-05-16 Alexandre Oliva <aoliva@cygnus.com>
8345
8346 * configure.in, Makefile.in: Merge all libffi-related
8347 configury stuff from the libgcj tree.
8348
d932cae7 83492000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
8350
8351 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8352 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
8353
d932cae7 83542000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
8355
8356 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8357 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 8358 current version information. Add to proto-toplev directory.
b5a23627
AC
8359 (gdb-taz): Build do-djunpack.
8360
ba73c63f
JM
83612000-05-15 David Edelsohn <edelsohn@gnu.org>
8362
8363 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
8364
7c86ed39
L
83652000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8366
8367 * ltmain.sh: Preserve in relink_command any environment
8368 variables that may affect the linker behavior.
8369
d932cae7 83702000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
8371
8372 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
8373
d932cae7 83742000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
8375
8376 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
8377
ed0a91a5
EZ
83782000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8379
8380 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 8381 with the version name.
ed0a91a5 8382
ba73c63f 83832000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 8384
ba73c63f 8385 * config.if: Tweak.
6cafa39f 8386
ba73c63f 83872000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 8388
ba73c63f 8389 * djunpack.bat: New file.
66156876 8390
d932cae7 83912000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
8392
8393 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
8394 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
8395 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
8396 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 8397
ba73c63f
JM
83982000-04-16 Dave Pitts <dpitts@cozx.com>
8399
80413487
RH
8400 * config.sub (case $basic_machine): Change default for "ibm-*"
8401 to "openedition".
ba73c63f 8402
d932cae7 84032000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
8404
8405 * Makefile.in (gdb-taz): New target. GDB specific archive.
8406 (do-md5sum): New target.
8407 (MD5PROG): Define.
8408 (PACKAGE): Default to TOOL.
8409 (VER): Default to a shell script.
8410 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 8411 md5 checksum generation.
b35ece4e
AC
8412 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
8413 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
8414 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 8415 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 8416
d932cae7 84172000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
8418
8419 * configure (warn_cflags): Delete.
8420
ba73c63f 84212000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 8422 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 8423
80413487
RH
8424 * configure.in (enable_libstdcxx_v3): Add.
8425 (target_libs): Add bits here to switch between libstdc++-v2 and
8426 libstdc++-v3.
8427 * config.if: And this file too.
8428 * Makefile.in: Add libstdc++-v3 targets.
35590697 8429
ba73c63f
JM
84302000-04-05 Michael Meissner <meissner@redhat.com>
8431
8432 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 8433
d332c5ac
JM
84342000-03-29 Jason Merrill <jason@casey.cygnus.com>
8435
8436 * configure.in: -linux-gnu*, not -linux-gnu.
8437
d932cae7 84382000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
8439
8440 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
8441 (do-tar-bz2): Replace TOOL with PACKAGE.
8442 (gdb.tar.bz2): Remove GDBTK from GDB package.
8443 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 8444 dejagnu.tar.bz2): New packages.
6dcbc97b 8445
96ce09a7
ILT
84462000-02-27 Andreas Jaeger <aj@suse.de>
8447
8448 * configure.in: Add entry for mips*-*-linux*, move catch all
8449 *-*-*linux* entry below this one.
8450
2031769e
ILT
84512000-02-27 Ian Lance Taylor <ian@zembu.com>
8452
8453 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
8454
4bab746c
NC
84552000-02-24 Nick Clifton <nickc@cygnus.com>
8456
8457 * config.sub: Support an OS of "wince".
8458
d932cae7 84592000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
8460
8461 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 8462 version.
ada59422 8463
5b93d8bb
AM
84642000-02-23 Linas Vepstas <linas@linas.org>
8465
8466 * config.sub: Add support for Linux/IBM 370.
8467 * configure.in: Likewise.
8468
2fb651f6
NC
84692000-02-22 Nick Clifton <nickc@cygnus.com>
8470
8471 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
8472
b8441c25
CF
84732000-02-20 Christopher Faylor <cgf@cygnus.com>
8474
8475 * config.guess: Guess "cygwin" rather than "cygwin32".
8476
d332c5ac
JM
84772000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8478
8479 * configure (gcc_version): When setting, narrow search to
8480 lines containing `version_string'.
8481
ba73c63f
JM
84822000-02-15 Denis Chertykov <denisc@overta.ru>
8483
8484 * config.sub: Add support for avr target.
8485
d932cae7 84862000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
8487
8488 * config.sub: Add mmix-knuth-mmixware.
8489
84902000-01-27 Christopher Faylor <cgf@redhat.com>
8491
8492 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
8493 structure stuff to -L library search.
8494 (CXX_FOR_TARGET): Ditto.
8495 (CROSS_CHECK_MODULES): Fix spelling mistake.
8496
84972000-01-24 Mark Mitchell <mark@codesourcery.com>
8498
8499 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
8500 the C++ compiler.
8501
85022000-01-12 Richard Henderson <rth@cygnus.com>
8503
8504 * configure.in: Don't build some bits for beos.
8505
85062000-01-12 Joel Sherrill (joel@OARcorp.com)
8507
8508 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
8509 as include files.
8510
91b2c84d
GK
85112000-01-06 Geoff Keating <geoffk@cygnus.com>
8512
8513 * configure.in: Use mt-aix43 to handle *_TARGET defs,
8514 not mh-aix43.
8515
ba73c63f
JM
85161999-12-14 Richard Henderson <rth@cygnus.com>
8517
8518 * config.guess (alpha-osf, alpha-linux): Detect ev67.
8519 * config.sub: Accept alphaev[78], alphaev8.
8520
85211999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8522
8523 * config.guess, config.sub: Update from autoconf.
8524
8525Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8526
8527 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
8528 necessary libraries are missing.
8529
85301999-10-25 Andreas Schwab <schwab@suse.de>
8531
8532 * configure: Fix quoting inside arguments of eval.
8533
85341999-10-21 Nick Clifton <nickc@cygnus.com>
8535
8536 * config-ml.in: Allow suppression of some ARM multilibs.
8537
8538Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
8539
8540 * config.guess: Add OS/390 match pattern.
8541 * config.sub: Add mvs, openedition targets.
8542 * configure.in (i370-ibm-opened*): New.
8543
ef14edc4
ILT
85441999-09-04 Steve Chamberlain <sac@pobox.com>
8545
8546 * config.sub: Add support for configuring for pj.
8547
afb478e8
NC
85481999-08-31 Nick Clifton <nickc@cygnus.com>
8549
fd6848f6 8550 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 8551
ba73c63f 85521999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
8553
8554 * configure.in: Do not configure or build ld for AIX
8555 platforms. ld is known to be broken on these platforms.
8556
ba73c63f
JM
8557Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8558
8559 * config-ml.in: Pass compiler flag corresponding to multidirs to
8560 subdir configures.
8561
c363de44
ILT
85621999-08-09 Ian Lance Taylor <ian@zembu.com>
8563
8564 * Makefile.in (LDFLAGS): Define.
8565
dc8bc5a6
ILT
85661999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
8567
8568 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
8569 noconfigdirs.
8570 (*-*-cygwin*): Likewise.
8571
6ca3858e
ILT
85721999-08-08 Ian Lance Taylor <ian@zembu.com>
8573
71141bb6
ILT
8574 * mkdep: New file.
8575 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
8576 (BINUTILS_SUPPORT_DIRS): Add mkdep.
8577
6ca3858e
ILT
8578 From Eli Zaretskii <eliz@is.elta.co.il>:
8579 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
8580 long file name when using DJGPP on MS-DOS.
8581
ba73c63f
JM
8582Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
8583
8584 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
8585
2735a327
AM
85861999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
8587
8588 * Makefile.in (check-target-libio): Remove all-target-libstdc++
8589 dependency as this causes "make check" to globally "make all"
8590
ba73c63f
JM
8591Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
8592
8593 * configure.in (target_libs): Added target-zlib.
8594 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
8595 (CONFIGURE_TARGET_MODULES): Likewise.
8596 (CHECK_TARGET_MODULES): Likewise.
8597 (INSTALL_TARGET_MODULES): Likewise.
8598 (CLEAN_TARGET_MODULES): Likewise.
8599 (configure-target-zlib): New target.
8600 (all-target-zlib): Likewise.
8601 (all-target-libjava): Depend on all-target-zlib.
8602 (configure-target-libjava): Depend on configure-target-zlib.
8603
8604 * Makefile.in (configure-target-libjava): Depend on
8605 configure-target-newlib.
8606 (configure-target-boehm-gc): New target.
8607 (configure-target-qthreads): New target.
8608
80413487
RH
8609 * configure.in (target_libs): Added target-qthreads.
8610 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
8611 (CONFIGURE_TARGET_MODULES): Likewise.
8612 (CHECK_TARGET_MODULES): Likewise.
8613 (INSTALL_TARGET_MODULES): Likewise.
8614 (CLEAN_TARGET_MODULES): Likewise.
8615 (all-target-qthreads): New target.
8616 (configure-target-libjava): Depend on configure-target-qthreads.
8617 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
8618
8619 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
8620 (CONFIGURE_TARGET_MODULES): Likewise.
8621 (CHECK_TARGET_MODULES): Likewise.
8622 (INSTALL_TARGET_MODULES): Likewise.
8623 (CLEAN_TARGET_MODULES): Likewise.
8624 (all-target-libjava): New target.
8625 (all-target-boehm-gc): Likewise.
8626 * configure.in (target_libs): Added libjava, boehm-gc.
8627
08d836d6
ILT
86281999-07-22 Ian Lance Taylor <ian@zembu.com>
8629
8630 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
8631 configure.bat in SUPPORT_FILES.
8632 (gas+binutils.tar.bz2): Likewise.
8633
8634 * makeall.bat: Remove; obsolete.
8635
8f36e47c
ILT
86361999-07-21 Ian Lance Taylor <ian@zembu.com>
8637
8638 From Mark Elbrecht:
8639 * configure.bat: Remove; obsolete.
8640
56e82f25
ILT
86411999-07-11 Ian Lance Taylor <ian@zembu.com>
8642
8643 * configure: Add -W -Wall to the default CFLAGS when compiling with
8644 gcc.
8645
1001d816
JL
8646Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
8647
8648 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
8649
106117aa
MM
86501999-06-30 Mark Mitchell <mark@codesourcery.com>
8651
8652 * configure.in: Build ld on IRIX6.
8653
c376f4ed
ILT
86541999-06-12 Ian Lance Taylor <ian@zembu.com>
8655
8656 * Makefile.in: Change distribution targets to use bzip2 instead of
8657 gzip.
8658 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 8659 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 8660
306b7445
NC
86611999-06-04 Nick Clifton <nickc@cygnus.com>
8662
8663 * config.sub: Add mcore target.
8664
d932cae7 86651999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
8666
8667 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
8668
d932cae7 86691999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
8670
8671 * config.guess (dummy): Changed to $dummy.
8672
6c3175b0
NC
86731999-05-24 Nick Clifton <nickc@cygnus.com>
8674
ba73c63f
JM
8675 * config.sub: Tidied up case statements.
8676
86771999-05-22 Ben Elliston <bje@cygnus.com>
8678
8679 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
8680 <jiro@din.or.jp>.
8681
8682 * config.guess: Merge with FSF version. Future changes will be
8683 more accurately recorded in this ChangeLog.
8684 * config.sub: Likewise.
8685
d932cae7 86861999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
8687
8688 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 8689
252b5132
RH
86901999-04-30 Tom Tromey <tromey@cygnus.com>
8691
8692 * ltmain.sh: [mode link] Always use CC given by ltconfig.
8693
86941999-04-23 Tom Tromey <tromey@cygnus.com>
8695
8696 * ltconfig, ltmain.sh: Update to libtool 1.2f.
8697
86981999-04-20 Drew Moseley <dmoseley@cygnus.com>
8699
8700 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
8701 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
8702 Bad merge removed these two changes.
8703
ba73c63f 8704Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 8705 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
8706
8707 * config.guess (interix Alpha): Add.
8708
252b5132
RH
87091999-04-11 Richard Henderson <rth@cygnus.com>
8710
8711 * configure.in (i?86-*-beos*): Do config gperf; don't config
8712 gdb, newlib, or libgloss.
8713
d932cae7 87141999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 8715
ba73c63f
JM
8716 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
8717 link a trivial program with -mabi=64. If it fails, remove mabi=64
8718 from multidirs.
8719
d932cae7 87201999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
8721
8722 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
8723
252b5132
RH
87241999-04-08 Nick Clifton <nickc@cygnus.com>
8725
8726 * config.sub: Add support for mcore targets.
8727
87281999-04-07 Michael Meissner <meissner@cygnus.com>
8729
8730 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
8731 not mt-ospace, in order to shut up assembler warning about using
8732 symbols that are named the same as registers.
8733
87341999-04-07 Drew Moseley <dmoseley@cygnus.com>
8735
8736 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
8737 dependency list for all-target-cygmon.
8738
87391999-04-05 Doug Evans <devans@casey.cygnus.com>
8740
8741 * config-ml.in: Check $host, not $target, for selective multilibs.
8742 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
8743 thumb interworking, and underscore prefix multilibs.
8744
87451999-04-04 Ian Lance Taylor <ian@zembu.com>
8746
8747 * missing: Update to version from current automake.
8748
8749Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
8750
8751 * configure (gxx_include_dir): Removed.
8752
8753 * configure.in (gxx_include_dir): Handle it.
8754 * Makefile.in: Likewise.
8755
87561999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
8757
8758 * config.sub (mips64vr4111,mips64vr4111el) Add.
8759
87601999-03-21 Ben Elliston <bje@cygnus.com>
8761
80413487 8762 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
8763
8764Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
8765
252b5132
RH
8766 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
8767 config/mh-djgpp.
8768
8769Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
8770
8771 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
8772 all-target-newlib to dependency list for all-target-bsp.
8773
8774Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
8775
8776 * config.sub: Add i386-uwin support.
8777 * config.guess: Likewise.
8778
8779Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8780
8781 * configure.in: cleanup, add mh-*pic handling for arm, special
8782 case powerpc*-*-aix*
8783
8784Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
8785
8786 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
8787 can be built.
8788
8789Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
8790
8791 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 8792 targets.
252b5132
RH
8793
87941999-03-02 Nick Clifton <nickc@cygnus.com>
8795
8796 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
8797
d932cae7 87981999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
8799
8800 * config.sub: Check for "cygwin*" rather than "cygwin32*"
8801
88021999-02-24 Nick Clifton <nickc@cygnus.com>
8803
8804 * config.sub: Fix typo in arm recognition.
8805
d932cae7 88061999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
8807
8808 * configure.in (noconfigdirs): Changed target_configdirs to
8809 include target-bsp only for m68k-*-elf* and m68k-*-coff*
8810 rather than m68k-*-* since it is not known to work on
8811 m68k-aout. Ditto for arm-*-*oabi.
8812
d932cae7 88131999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
8814
8815 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
8816
88171999-02-19 Ben Elliston <bje@cygnus.com>
8818
8819 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
8820 Smart and improved by Andrew Cagney.
8821
d932cae7 88221999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
8823
8824 * config.guess: Recognize openbsd-*-hppa.
8825
d932cae7 88261999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
8827
8828 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
8829 only if it is not empty.
8830
88311999-02-17 Nick Clifton <nickc@cygnus.com>
8832
8833 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 8834
fd6848f6 8835 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
8836
8837 * config.sub: Modified to recognize uname's armv* syntax.
8838
88391999-02-17 Mark Salter <msalter@cygnus.com>
8840
8841 * configure.in: Added target-bsp for sparclite.
8842
d932cae7 88431999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
8844
8845 * config.sub: Recognize alphapca5[67] and up to alphaev8.
8846
88471999-02-08 Nick Clifton <nickc@cygnus.com>
8848
8849 * configure.in: Add support for strongarm port.
8850 * config.sub: Add support for strongarm target.
8851
d932cae7 88521999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 8853
252b5132
RH
8854 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
8855 the old name config/mh-cygwin32.
8856 Enable texinfo.
8857
d932cae7 88581999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
8859
8860 * configure.in: Do build ld for ix86 Solaris.
8861
d932cae7 88621999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
8863
8864 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
8865 $AR_FOR_TARGET. Likewise for RANLIB.
8866
d932cae7 88671999-02-02 Catherine Moore <clm@cygnus.com>
35590697 8868
80413487
RH
8869 * config.sub (oabi): Recognize.
8870 * configure.in (arm-*-oabi): Handle.
252b5132 8871
d932cae7 88721999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
8873
8874 * config.guess: Improve detection of i686 on UnixWare 7.
8875
d932cae7 88761999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
8877
8878 * config.guess: Add support for i386-pc-interix.
8879 * config.sub: Likewise.
8880 * configure.in: Likewise.
252b5132 8881
d932cae7 88821999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
8883
8884 * Makefile.in: Remove unneeded all-target-libio from
8885 from all-target-winsup target since it is now unneeded.
8886 Add all-target-libtermcap in its place since it is now
8887 needed.
8888
d932cae7 88891998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
8890
8891 * configure.in: makefile stub for cygwin target is probably
8892 unnecessary. Remove it for now.
252b5132 8893
d932cae7 88941998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
8895
8896 * configure.in: libtermcap.a should be built when cygwin is the
8897 target as well as the host.
8898 * config.guess: Allow mixed case in cygwin uname output.
8899 * Makefile.in: Add libtermcap target.
252b5132 8900
d932cae7 89011998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
8902
8903 * config.sub: Clean up handling of hppa2.0.
8904
d932cae7 89051998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
8906
8907 * config.guess: Use C code to identify more HP machines.
8908
8909Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
8910
8911 * config.sub: Handle hppa2.0.
8912
ba73c63f
JM
8913Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
8914
8915 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 8916 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
8917
89181998-12-15 Mark Salter <msalter@cygnus.com>
8919
8920 * configure.in: Added target-bsp for several target architectures.
8921
8922 * Makefile.in: Added rules for bsp.
8923
252b5132
RH
8924Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
8925
8926 * config.guess: Improve detection of hppa2.0 processors.
8927
8928Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
8929
8930 * config.guess: Recognize FreeBSD using ELF automatically.
8931
89321998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
8933
8934 * configure (skip-this-dir): Add handling for new shell script, which
8935 might be created by a sub-directory's configure to indicate, this particular
8936 directory is "unwanted".
8937 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
8938
252b5132
RH
8939Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
8940
8941 * ltconfig: import from libtool, after changing libtool to
8942 account for the cygwin name change.
8943
8944Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
8945
8946 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
8947 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
8948
8949Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
8950
8951 * configure.in: Add libtermcap to list of cygwin dependencies.
8952
d932cae7 89531998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 8954
80413487
RH
8955 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
8956 they include winsup/include when it's a cygwin target.
252b5132
RH
8957
89581998-11-12 Tom Tromey <tromey@cygnus.com>
8959
8960 * configure.in (host_tools): Added zip.
8961 * Makefile.in (all-target-libjava): Depend on all-zip.
8962 (all-zip): New target.
8963 (ALL_MODULES): Added all-zip.
8964 (NATIVE_CHECK_MODULES): Added check-zip.
8965 (INSTALL_MODULES): Added install-zip.
8966 (CLEAN_MODULES): Added clean-zip.
8967
d932cae7 89681998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
8969
8970 * Makefile.in: lose "32" from comment about cygwin.
8971
d932cae7 89721998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
8973
8974 * configure.in: Use -Os to build target libraries for the fr30.
8975
d932cae7 89761998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
8977
8978 * config.sub: Add fr30.
8979
d932cae7 89801998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 8981
80413487 8982 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
8983 cygwin* instead of cygwin32*.
8984 * config.sub: Check cygwin* instead of cygwin32*.
8985
d932cae7 89861998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
8987
8988 * config.guess: Match any version of Unixware7.
8989
252b5132
RH
89901998-10-20 Syd Polk <spolk@cygnus.com>
8991
8992 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
8993 if desired.
8994
d932cae7 89951998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
8996
8997 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
8998 these if the appropriate directories and files to not exist.
8999
d932cae7 90001998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9001
9002 * Makefile.in (DEVO_SUPPORT): Add config.if.
9003
d932cae7 90041998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
9005
9006 * configure: Add pattern to replace "build_tooldir"'s
9007 definition in the generated Makefile with "tooldir"'s
9008 actual value.
9009
252b5132
RH
9010Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
9011
9012 * config.sub: Bring back lost sparcv9.
9013
ba73c63f
JM
9014 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9015
9016Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
9017
9018 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9019 CC_FOR_TARGET and friends.
9020
9021Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 9022
ba73c63f
JM
9023 * Makefile.in (build_tooldir): New variable, same as tooldir.
9024 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9025 -B$(build_tooldir)/bin/.
9026 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9027
252b5132
RH
9028Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
9029
9030 * config.sub: Add support for i[34567]86-pc-udk.
9031 * configure.in: Likewise.
9032
9033Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
9034
9035 * Makefile.in: add bzip2 package building bits for user
9036 tools module
9037 * configure.in: ditto
9038
ba73c63f
JM
9039Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
9040
9041 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9042 (ALL_TARGET_MODULES): Add all-target-libobjc.
9043 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9044 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9045 (all-target-libchill): Add dependencies.
9046 * configure.in (target_libs): Add libchill.
35590697 9047
252b5132
RH
90481998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
9049
ba73c63f 9050 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
9051
9052Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
9053
9054 * Makefile.in (all-automake): fix dependencies.
9055
9056Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
9057
9058 * configure.in: Minor cleanups for building in the $(target_alias)
9059 subdir.
9060
90611998-09-22 Jim Wilson <wilson@cygnus.com>
9062
9063 * Makefile.in (bootstrap): Set r and s before make all. Use
9064 BASE_FLAGS_TO_PASS in make all.
9065 (cross): Likewise.
9066
90671998-09-20 Mark Mitchell <mark@markmitchell.com>
9068
9069 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9070
252b5132
RH
9071Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
9072
9073 * config.sub: Fix typo in last change.
9074
90751998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9076
9077 * config.sub: Add support for C4x target.
9078 * configure.in: Likewise.
9079
90801998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
9081
9082 * config.sub: Recognize sparcv9 just like sparc64.
9083
9084Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
9085
9086 * config.guess: Match "Pent II" or "PentII" for OpenServer.
9087
9088Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
9089
9090 * config.guess: Correctly identify Pentium II sco boxes.
9091
9092 * config.guess: Fix "tr" code. From Weiwen Liu.
9093
9094Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
9095
9096 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9097 stabs.
9098
9099Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
9100
9101 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9102 (ALL_TARGET_MODULES): Add all-target-libchill.
9103 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9104 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9105 (all-target-libchill): Add dependencies.
9106 * configure.in (target_libs): Add libchill.
9107
9108Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9109
9110 * config.guess: Avoid assumptions about "tr" behaves when
9111 LANG is set to something other than English.
9112
9113Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
9114
9115 * configure (gxx_include_dir): Changed to
9116 '${prefix}/include/g++'-${libstdcxx_interface}.
9117
9118 * config.if: New to determine the interfaces.
9119
9120Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
9121
9122 * config.guess: Detect and handle MPE/IX.
9123 * config.sub: Deal with MPE/IX.
9124
9125Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
9126
9127 * configure.in: Use mh-aix43.
9128
91291998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
9130
9131 * configure: Fix --without/--disable cases for gxx-include-dir.
9132
9133Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
9134
9135 * mdata-sh: Imported. Needed for automake support.
9136
9137Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
9138
ba73c63f 9139 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
9140 "chmod og=u `find . -print`".
9141
9142Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
9143
ba73c63f 9144 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
9145
9146Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
9147
9148 * Makefile.in: Undo previous patch.
9149
9150Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
9151
9152 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
9153 to here ...
9154 (install-no-fixedincludes): and here
9155 (INSTALL_MODULES): ... from here.
9156
9157Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
9158
9159 * config.sub: Merge with FSF.
9160
9161 * config.guess: Merge with FSF.
9162
9163Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
9164
9165 * configure (extraconfigdirs): New variable.
9166 (SUBDIRS): Add extraconfigdirs and recurse on them too.
9167 * Makefile.in (all): Move higher in file.
9168 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
9169 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
9170 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
9171 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
9172 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
9173
91741998-07-23 Brendan Kehoe <brendan@cygnus.com>
9175
9176 * Makefile.in (all-target-libjava): Depend on all-gcc and
9177 all-target-newlib.
9178 (configure-target-libjava): Depend on $(ALL_GCC).
9179
9180Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
9181
9182 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
9183 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
9184
9185Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
9186
9187 * ylwrap: Change absolute path checks to check for DOS style path
9188 names.
9189
9190 * ylwrap: Don't use a full path name if the source file is in the
9191 same directory. From hjl@lucon.org (H.J. Lu).
9192
9193 * config-ml.in: Default to being verbose, to match Feb 18 change to
9194 configure.
9195
9196Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
9197
9198 Brought over from egcs:
9199
9200 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9201
9202 * configure.in (target_subdir): Set to ${target_alias} instead
9203 of "libraries".
9204
9205 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9206
9207 * configure.in (target_subdir): Set to libraries if enable_multilib.
9208
9209Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
9210
9211 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
9212 multilibs, force reconfiguration the first time we create
9213 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
9214
9215Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
9216
9217 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
9218 avoid confusion with --no-recursion.
9219
9220Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
9221
9222 * configure.in: Win32 hosts shouldn't use install -x
9223 * install-sh: remove -x option, and special .exe-handling
9224 hack.
9225
9226Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
9227
9228 * config.guess: Recognize i586-pc-beos.
9229 * configure.in: Don't build some bits for beos.
9230
9231Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
9232
9233 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
9234 CFLAGS default to -O2.
9235
9236 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
9237 when using GNU ld.
9238
9239Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
9240
9241 * ltmain.sh: Correct install when using a different shell.
9242
9243Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
9244
9245 * ltconfig, ltmain.sh: Update to libtool 1.2b.
9246
9247Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
9248
9249 * makefile.vms: Update to build binutils/makefile.vms. Add install
9250 target.
9251
9252Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
9253
9254 * ltconfig: Update to correct AIX handling.
9255
9256Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9257
9258 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
9259
9260 * configure.in (target_subdir): Set to ${target_alias} instead
9261 of "libraries".
9262
92631998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
9264
9265 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
9266 (Makefile): Depend on $(gcc_version_trigger).
9267
9268 * configure (gcc_version): Change default initializer to empty
9269 string.
9270 (gcc_version_trigger): New variable; pass this variable down
9271 to subdir configures to enable them checking gcc's version
9272 themselves. Emit make macros for both gcc_version vars.
9273 (topsrcdir): Initialize reliably.
9274 (recursion line): Remove --with-gcc-version=${gcc_version}.
9275
92761998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9277
9278 * configure (enable_version_specific_runtime_libs): Implement new flag
9279 --enable-version-specific-runtime-libs which installs C++ runtime stuff
9280 in $(libsubdir); emit definition in each generated Makefile.
9281 (gxx_include_dir): Initialize depending on
9282 $enable_version_specific_runtime_libs.
9283
92841998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9285
9286 * configure (gcc_version): Initialize properly depending on
9287 how and where configure is started.
9288 (recursion line): Pass a --with-gcc-version=${gcc_version}
9289 to configures in subdirs.
9290
9291Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
9292
9293 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 9294 cygmon
252b5132
RH
9295
9296Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
9297
9298 * configure.in: Add cygmon and libstub support for mn10200.
9299
93001998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
9301
9302 * configure (gcc_version): Add new variable describing the
9303 particular gcc version we're building.
9304 * Makefile.in (libsubdir): Add new macro for the directory
9305 in which the compiler finds executables, libraries, etc.
9306 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
9307 and libsubdir.
9308
9309Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9310
ba73c63f
JM
9311 * Makefile.in (local-clean): Remove *.log.
9312 (warning.log): Built with warn_summary from build.log.
9313 (mail-report.log): Run test_summary.
9314 (mail-report-with-warnings.log): Run test_summary including
9315 warning.log in the report.
252b5132
RH
9316
9317Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
9318
9319 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
9320
9321Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
9322
9323 * Makefile.in (grep): Grep no longer depends on libiberty.
9324
9325Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
9326
9327 * Makefile.in: all-snavigator needs all-libgui.
9328
9329Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
9330
9331 * configure.in: Add cygmon and libstub support for mn10300.
9332
9333Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
9334
9335 * missing: Update to version from automake 1.3.
9336
9337 * ltmain.sh: On installation, don't get confused if the same name
9338 appears more than once in the list of library names.
9339
9340Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
9341
9342 * config.sub: Accept m68060 and m5200 as CPU names.
9343
9344Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
9345
9346 * configure: Use && rather than using -a in test, because odd
9347 strings can confuse test.
9348 * configure.in: Likewise.
9349
9350Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
9351
9352 * ltconfig, ltmain.sh: Bring in Visual C++ support.
9353
9354Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9355
9356 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
9357 bootstrap4-lean): New targets.
9358
9359Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
9360
9361 * mpw-* Delete. Not used.
252b5132
RH
9362
9363Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
9364
9365 * COPYING.LIB: Update FSF address.
9366
9367Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
9368
9369 * ltconfig, ltmain.sh: Update to libtool 1.2a.
9370
9371 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
9372 GAS_SUPPORT_DIRS.
9373
9374Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
9375
9376 * ltconfig, ltmain.sh: Avoid producing a version number if
9377 -version-info was not used.
9378
9379Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
9380
9381 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
9382 building with newlib.
9383
93841998-04-30 Paul Eggert <eggert@twinsun.com>
9385
ba73c63f 9386 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 9387 Solaris `make' causes it to continue to next definition.
252b5132 9388
afb8d725
JM
9389Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
9390
9391 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
9392 the right GUI libraries and files are installed along with GDB.
9393
252b5132
RH
9394Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
9395
9396 * configure.in: Change alpha to alpha* in several places.
9397
9398Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
9399
9400 * config.sub: Recognize sparc86x.
9401
9402Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 9403
252b5132
RH
9404 * configure.in (--enable-target-optspace): Remove debug echo.
9405
9406Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
9407
9408 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
9409
9410Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
9411
9412 * ltconfig: Update cygwin32 support.
9413
9414 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
9415 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
9416 (GDB_SUPPORT_DIRS): Likewise.
9417
9418Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
9419
9420 * configure.in (target_makefile_frag): If --enable-target-optspace,
9421 use -Os to compile target libraries rather than -O2. Default to
9422 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
9423 not used.
9424 * configure.in (target_cflags): Ditto for d30v.
9425
9426Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
9427
9428 * Makefile.in (all-bfd): Depend on all-intl.
9429 (all-binutils): Likewise.
9430 (all-gas): Likewise.
9431 (all-gprof): Likewise.
9432 (all-ld): Likewise.
9433
252b5132
RH
94341998-04-19 Brendan Kehoe <brendan@cygnus.com>
9435
9436 * configure.in (host_tools): Fix typo, lbtool -> libtool.
9437
9438Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
9439
9440 * Makefile.in (all-bfd): Depend upon all-libiberty.
9441
9442 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
9443
9444Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
9445
9446 * Makefile.in: Add libstub.
9447
9448 * configure.in: Ditto. Build libstub for targets that have cygmon
9449 support.
9450
9451Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
9452
9453 * configure.in: Don't set PICFLAG on ix86-cygwin32.
9454
9455Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
9456
9457 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
9458 use mh-sysv5 if specified. Support gprof on SCO Open Server.
9459
9460Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
9461
9462 * configure: Define DEFAULT_M4 by searching PATH.
9463 * Makfile.in: Use DEFAULT_M4.
9464
9465Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
9466
9467 * ltconfig: Add cygwin32 support.
9468
9469 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
9470 to configure and build.
9471
9472Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
9473
9474 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
9475
9476Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
9477
9478 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
9479
9480Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
9481
9482 * Makefile.in: add ash make rules
9483 * configure.in: add ash to native_only and host_tools lists
9484
9485Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
9486
9487 * Makefile.in (all-gettext, all-intl): New targets.
9488 (ALL_MODULES): Added all-gettext, all-intl.
9489 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
9490 (INSTALL_MODULES): Added install-gettext, install-intl.
9491 (CLEAN_MODULES): Added clean-gettext, clean-intl.
9492
9493 * configure.in (host_tools): Added gettext.
9494 (native_only): Likewise.
9495 (noconfigdirs) [various cases]: Likewise.
9496 (host_libs): Added intl.
9497
afb8d725
JM
9498Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
9499
9500 * configure: Do not disable building gdbtk for cygwin32 hosts.
9501
ba73c63f
JM
9502Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
9503
9504 * configure.in: Add thumb-coff target.
9505 * config.sub: Add thumb-coff target.
9506
252b5132
RH
9507Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9508
9509 * Makefile.in: Revert yesterday's change.
9510 (all-target-winsup): all-target-librx stays out of here.
9511
9512Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
9513
ba73c63f
JM
9514 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
9515 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
9516 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
9517 Remove references to librx and libg++.
9518
9519Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
9520
9521 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
9522 recursive makes
9523
9524Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
9525
9526 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
9527 for newlib directory.
9528 (CXX_FOR_TARGET): Likewise.
9529
9530Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
9531
9532 * ltconfig: Update after libtool/ltconfig.in change for
9533 hpux11.
9534
9535Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
9536
9537 * ltconfig, ltmain.sh: Update to libtool 1.2.
9538
9539Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
9540
9541 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
9542 (install-gcc-cross): Instead, override LANGUAGES here.
9543
95441998-03-18 Dave Love <d.love@dl.ac.uk>
9545
9546 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
9547 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
9548
9549Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
9550
9551 * configure.in: Add Thumb-pe target.
9552
9553Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 9554
252b5132
RH
9555 * Makefile.in - changed sn targets to snavigator
9556 * configure.in - changed sn targets to snavigator
9557
9558Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
9559
9560 * config-ml.in: After building symlink tree call make distclean
9561 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
9562 to be the case for libiberty.
9563
9564Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
9565
9566 * configure: When making link, also check the current
9567 directory. The configure scripts may create one.
9568
9569Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
9570
9571 * config.sub: Accept alphapca56 and alphaev6 properly.
9572
9573Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9574
9575 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
9576
252b5132
RH
9577Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
9578
80413487 9579 * config.sub (sco5): Fix typo.
252b5132
RH
9580
9581Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
9582
9583 * Makefile.in (INSTALL_MODULES): Move install-tcl before
9584 install-itcl.
9585 (install-itcl): Remove dependency on install-tcl.
9586
9587Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
9588
9589 * configure.in: Remove libgloss from noconfigdirs for MN10300.
9590
252b5132
RH
9591Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
9592
9593 * configure.in: Don't build libgui for a cygwin32 target when not on
9594 a cygwin32 host.
9595
9596Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
9597
9598 * configure (redirect): Set to null, so default behavior of
9599 configure is now --verbose.
9600
96011998-02-16 Dave Love <d.love@dl.ac.uk>
9602
9603 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
9604 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
9605
9606Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
9607
9608 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
9609 this change to sync Makefile.in with its ChangeLog entries.
9610
9611Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
9612
9613 * ltmain.sh (mkdir): Check that the directory doesn't exist
9614 before we exit with error, so that we don't get races during
9615 parallel builds.
9616
9617Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
9618
9619 * ltconfig, ltmain.sh: Update from libtool 1.0i.
9620
9621Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
9622
9623 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
9624 PICFLAG_FOR_TARGET.
9625 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
9626
9627 * configure: Emit a definition for the new macro enable_shared
9628 into each Makefile.
9629
252b5132
RH
9630Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9631
9632 * configure.in (host_tools, native_only): Add libtool.
9633
9634Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
9635
9636 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
9637 Fix typo in ming config comment.
9638
9639Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
9640
9641 * ltconfig, ltmain.sh: Update from libtool 1.0h.
9642
9643Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
9644
9645 * config.sub: Add tic30 cases, and map c30 to tic30.
9646
ba73c63f
JM
9647Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
9648
9649 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
9650 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
9651 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
9652 (CLEAN_TARGET_MODULES): Similarly
9653 (all-target-libf2c): Add dependences.
35590697 9654 * configure.in (target_libs): Add libf2c.
ba73c63f 9655
252b5132
RH
9656Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
9657
ba73c63f
JM
9658 * configure.in: Remove expect from noconfigdirs when target
9659 is cygwin32. OK to build expect and dejagnu with Canadian
9660 Cross.
252b5132
RH
9661
9662Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
9663
9664 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
9665 host.
9666
9667 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
9668 and mingw32.
9669
9670Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
9671
9672 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
9673 here as it is not defined in the toplevel Makefile.
9674
9675Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
9676
9677 * configure (package_makefile_rules_frag): New variable, which names
9678 a file with generic rules, ...
9679 Change comment to mention we now have FIVE parts.
9680 * configure: Undo last change.
9681
9682Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
9683
9684 * config.guess: More accurate determination of HP processor types.
9685 * config.sub: More accurate determination of HP processor types.
9686
9687Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
9688
9689 * configure (package_makefile_frag): Move inserting the
9690 ${package_makefile_frag} to where it should be according
9691 to the comment.
9692
ba73c63f 9693Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
9694
9695 * config.guess: Add support for Linux/ARM.
9696
9697Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
9698
9699 * .cvsignore: Remove *-info and *-install since they match
9700 release-info and mpw-install, which we don't want to just ignore.
9701
9702Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
9703
9704 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
9705
9706Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
9707
9708 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
9709 local_prefix to sub-make invocations.
9710
9711Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
9712
9713 * configure.in: Check makefile fragments in the source
9714 directory.
9715
9716Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9717
ba73c63f
JM
9718 * configure.in: Check whether host and target makefile
9719 fragments exist before adding them to *_makefile_frag.
252b5132
RH
9720
9721Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
9722
9723 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 9724
252b5132
RH
9725Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
9726
9727 * configure.in: Make sure we only replace RPATH_ENVVAR on
9728 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
9729 regexp to sed.
9730
9731 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
9732 to sub-makes.
9733
97341998-01-13 Lee Iverson (leei@ai.sri.com)
9735
9736 * config-ml.in (multi-do): LDFLAGS must include multilib
9737 designator.
9738
9739Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
9740
9741 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
9742
9743Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
9744
9745 * config.sub: Add mingw32 support.
9746 * configure.in: Likewise.
252b5132
RH
9747
9748Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
9749
9750 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
9751
9752Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
9753
9754 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9755 * configure (gxx_include_dir): Provide a definition for subdirs
9756 which do not use autoconf.
9757
9758Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
9759
9760 * config.guess: Sync with egcs. Picks up new alpha support,
9761 BeOS & some additional linux support.
9762
ba73c63f 9763Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9764
9765 * config.guess: HP 9000/803 is a PA1.1 machine.
9766
ba73c63f
JM
9767Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
9768
9769 * configure.in: It's alpha*-...
252b5132
RH
9770
9771Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9772
ba73c63f
JM
9773 * configure.in (host_makefile_frag, target_makefile_frag):
9774 Handle multiple config files.
9775 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
9776 alpha-*-*.
252b5132
RH
9777
9778Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
9779
9780 * mkdep: New file.
9781
9782Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
9783
9784 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
9785
9786Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
9787
9788 * Makefile.in: Add libgui directory.
9789 (GDB_TK): Add all-libgui.
9790 * configure.in: Add libgui directory.
9791 * configure: Add all-libgui to GDB_TK.
9792
9793Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
9794
9795 * config-ml.in (multidirs): Add m32r to multilib list.
9796
9797Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
9798
9799 * Makefile.in (all-target-gperf): Change dependency to
9800 all-target-libstdc++.
9801
9802Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
9803
9804 * config.guess: Add BeOS support.
9805
9806Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
9807
9808 Source directory cvs renamed to cvssrc:
9809 * configure.in (host_tools): Change cvs to cvssrc.
9810 (native_only): Likewise.
9811 (noconfigdirs) [various cases]: Likewise.
9812 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
9813 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
9814 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
9815 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
9816 (all-cvssrc): Rename target from all-cvs.
9817
9818Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
9819
9820 * configure (gxx_include_dir): Fix thinko.
9821
9822Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
9823
9824 * Makefile.in (INSTALL_TARGET_CROSS): Define.
9825 (install-cross, install-gcc-cross): New targets.
9826
9827Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
9828
9829 * configure.in (noconfigdirs): Add support for Thumb target.
9830
9831 * config.sub (maybe_os): Add support for Thumb target.
9832
9833Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
9834
9835 * Makefile.in: Add rules for cygmon.
9836
9837 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
9838
9839Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
9840
9841 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9842 * configure (gxx_include_dir): Provide a definition for subdirs
9843 which do not use autoconf.
9844
9845Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
9846
9847 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 9848 11/18/97 build
252b5132
RH
9849
9850Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
9851
9852 * From Franz Sirl.
9853 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
9854 found on RedHat Linux systems.
9855
9856Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
9857
9858 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
9859 guesses.
9860
9861Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
9862
9863 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
9864
9865Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
9866
9867 * ltmain.sh: If mkdir fails, check whether the directory was created
9868 anyhow by some other process.
9869
9870Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
9871
9872 * configure.in (d30v-*-*): Configure all directories.
9873
9874Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
9875
9876 * configure.in (d30v-*-*): Configure newlib, libiberty directories
9877 for the D30V.
9878
9879Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
9880
9881 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
9882
9883Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
9884
80413487
RH
9885 * include/libiberty.h: Add extern "C" { so it can be used with C++
9886 progrms.
9887 * include/remote-sim.h: Add extern "C" { so it can be used with C++
9888 programs.
252b5132
RH
9889
9890Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
9891
9892 * configure.in (d30v-*-*): Configure GCC now.
9893
9894Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
9895
9896 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
9897 is no longer needed.
9898
9899Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
9900
9901 * Makefile.in: check-target-libio depends on all-target-libstdc++.
9902
9903Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
9904
9905 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
9906 targets using "$@" to provide support for similar but not identical
9907 targets without having to duplicate code.
9908
9909Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
9910
9911 * makefile.vms: Fix to work with DEC C.
9912
9913Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
9914
9915 * config.sub: Add mips-tx39-elf to marketing names.
9916
9917Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
9918
9919 * ltmain.sh: Handle symlinks in generated script.
9920
9921Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
9922
9923 * configure: Handle autoconf style directory options: --bindir,
9924 --datadir, --includedir, --infodir, --libdir, --libexecdir,
9925 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
9926 --sysconfdir.
9927 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
9928 (sharedstatedir, localstatedir, oldincludedir): New variables.
9929 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
9930 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
9931 sbindir, sharedstatedir, and sysconfdir.
9932
9933Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
9934
9935 * Makefile.in (bootstrap-lean): New target.
9936
9937Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
9938
9939 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 9940 sn, and gnuserv from noconfigdirs.
252b5132
RH
9941
9942Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
9943
9944 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
9945
9946Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
9947
ba73c63f 9948 * Makefile.in (cross): New target.
252b5132
RH
9949
9950Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 9951 Jeff Law <law@cygnus.com>
252b5132
RH
9952
9953 * Makefile.in (bootstrap2, bootstrap3): New targets.
9954 (all-bootstrap): Remove outdated and confusing target.
9955 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
9956
afb8d725
JM
9957Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
9958
9959 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 9960 windows. Consistent with gdb/configure.
afb8d725 9961
252b5132
RH
99621997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
9963
252b5132
RH
9964 * configure.in: Name Linux target fragment.
9965
9966 * configure: Rewrite so that project Makefile fragment is inserted
9967 first and appears last in the resulting Makefile.
9968
9969Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
9970
9971 * Makefile.in (install-itcl): Install tcl first.
9972
252b5132 9973Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 9974
252b5132
RH
9975 * configure.in: remove bison from noconfigdirs for Cygwin32 host
9976
9977Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9978
9979 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
9980
9981 * configure.in (skipdirs): Add target-librx for Linux.
9982 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
9983
9984Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
9985
9986 * Makefile.in (bootstrap): New target.
9987
9988Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
9989
9990 * config.sub: Accept 'amigados' for backward compatability.
9991
9992Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
9993
9994 * config.guess: Merge with FSF.
9995
ba73c63f
JM
9996Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
9997
9998 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
9999
252b5132
RH
10000Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
10001
10002 * config.sub: Add "marketing-names" patch.
10003
10004Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
10005
80413487 10006 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
10007
10008Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
10009
10010 * config.sub: Handle v850-elf.
10011
ba73c63f
JM
10012Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
10013
10014 * .cvsignore (*-install): Remove.
10015
252b5132
RH
10016Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
10017
10018 * ltconfig: Set CONFIG_SHELL in libtool.
10019 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10020
10021Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10022
10023 * configure.in (target_subdir): Set to libraries if enable_multilib.
10024
10025Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
10026
10027 * config.guess: Update from gcc directory.
10028
10029Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
10030
10031 * Makefile.in (all-sim): Depends on all-readline.
10032
10033Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10034
10035 * Makefile.in (BISON, YACC): Use $$s.
10036 (all-bison): Depend on all-texinfo.
10037
10038Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
10039
10040 * Makefile.in (BISON): Add -L flag.
10041 (YACC): Likewise.
10042
10043Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10044
35590697
AJ
10045 * configure.in (noconfigdirs): Add support for v850e target.
10046
252b5132
RH
10047 * config.sub (maybe_os): Add support for v850e target.
10048
10049Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10050
35590697
AJ
10051 * configure.in (noconfigdirs): Add support for v850ea target.
10052
252b5132
RH
10053 * config.sub (maybe_os): Add support for v850ea target.
10054
10055Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
10056
10057 * config.sub: Add mipstx39. Delete r3900.
10058
10059Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10060
10061 * Makefile.in (all-autoconf): Depends on all-texinfo.
10062
10063Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
10064
10065 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10066 eabi targets.
10067
10068Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
10069
10070 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10071
10072 * configure: When handling a Canadian Cross, handle YACC as well as
10073 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 10074 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
10075
10076Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
10077
10078 * Makefile.in (BISON): bison, not byacc or bison -y.
10079 (YACC): bison -y or byacc or yacc.
10080 (various): Add *-bison as appropriate.
10081 (taz): No need to mess with BISON anymore.
10082
10083Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
10084
10085 * configure: If OSTYPE matches *win32*, try to find a good value for
10086 CONFIG_SHELL.
10087
10088Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
10089
10090 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10091 configure.in if it is present.
10092
10093Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
10094
10095 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10096
10097Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
10098
10099 * config.sub: Recognize `arc' cpu.
10100 * configure.in: Likewise.
10101 * config-ml.in: Likewise.
10102
10103Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
10104
10105 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10106
10107Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
10108
10109 * configure: Changed sed delimiter from ':' to '|' when
10110 attempting to substitute ${config_shell} for SHELL. On
10111 NT ${config_shell} may contain a ':' in it.
10112
10113Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
10114
10115 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10116
10117Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
10118
10119 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
10120
10121Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
10122
10123 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
10124
10125 * ylwrap: If the program is a relative path, force it to be
10126 absolute.
10127
10128Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
10129
10130 * configure (tooldir): Set BISON to `bison -y' and not just bison.
10131
10132Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
10133
10134 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
10135 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
10136 for libraries.
252b5132
RH
10137
10138Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
10139
10140 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 10141 separated by spaces.
252b5132
RH
10142
10143Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
10144
10145 * ylwrap: New file.
10146 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
10147
10148 * ltmain.sh: Handle /bin/sh at start of install program.
10149
10150 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
10151
10152 * ltconfig, ltmain.sh: New files, from libtool 1.0.
10153 * missing: New file, from automake 1.2.
10154
10155Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
10156
10157 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
10158 check-tk to CHECK_X11_MODULES.
10159
10160Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
10161
10162 * config.sub: Merge with FSF.
10163
10164Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
10165
10166 * config.guess: Merge with FSF.
10167
10168Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
10169
10170 * configure: Treat msdosdjgpp like go32.
10171 * configure.in: Likewise. Don't remove gprof for go32.
10172
10173 * configure: Change Makefile.tem2 to Makefile.tm2.
10174
10175Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
10176
10177 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
10178
10179Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10180
10181 * install-sh (chmodcmd): Set to null if the DST directory already
10182 exists. Same as Nov 11th change.
10183
10184Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
10185
35590697 10186 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
10187
10188Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
10189
10190 * config.guess: Update from FSF.
10191
10192Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
10193
10194 * Makefile.in (GDB_TK): Depend on itcl and tix.
10195
10196Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
10197
10198 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
10199 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
10200 (INSTALL_SCRIPT): New variable.
10201 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
10202 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
10203 to -x.
10204 * install-sh: Add support for -x option.
10205
10206Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
10207
10208 * configure.in, Makefile.in: Treat tix like itcl.
10209
10210Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
10211
10212 * Makefile.in (WINDRES): New variable.
10213 (WINDRES_FOR_TARGET): New variable.
10214 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
10215 (EXTRA_HOST_FLAGS): Add WINDRES.
10216 (EXTRA_TARGET_FLAGS): Add WINDRES.
10217 (EXTRA_GCC_FLAGS): Add WINDRES.
10218 ($(DO_X)): Pass down WINDRES.
10219 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10220 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
10221 DLLTOOL_FOR_TARGET.
10222
10223Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
10224
10225 * configure.in: configure sim before gdb for win32-x-ppc
10226
10227Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10228
10229 Move gperf into the toplevel, from libg++.
10230 * configure.in (target_tools): Add target-gperf.
10231 (native_only): Add target-gperf.
10232 * Makefile.in (all-target-gperf): New target, depend on
10233 all-target-libg++.
10234 (configure-target-gperf): Empty rule.
10235 (ALL_TARGET_MODULES): Add all-target-gperf.
10236 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
10237 (CHECK_TARGET_MODULES): Add check-target-gperf.
10238 (INSTALL_TARGET_MODULES): Add install-target-gperf.
10239 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
10240
10241Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 10242
252b5132
RH
10243 * config.sub (mn10200): Recognize new basic machine.
10244
10245Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10246
10247 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
10248 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
10249
10250Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10251
10252 * configure.in: If we're building mips-sgi-irix6* native, turn on
10253 ENABLE_MULTILIB and set TARGET_SUBDIR.
10254
10255Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
10256
10257 * Makefile.in (all-sn): Depend on all-grep.
10258
10259Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
10260
10261 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
10262
10263 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
10264 Makefile. From Jeff Makey <jeff@cts.com>.
10265 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
10266
10267 * Makefile.in (DISTBISONFILES): Remove.
10268 (taz): Don't futz with DISTBISONFILES. Change BISON to use
10269 $(DEFAULT_YACC).
10270
10271 * configure.in: Build itl, db, sn, etc., when building for native
35590697 10272 cygwin32.
252b5132
RH
10273
10274 * Makefile.in (LD): New variable.
10275 (EXTRA_HOST_FLAGS): Pass down LD.
10276 ($(DO_X)): Likewise.
10277
10278Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
10279
10280 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
10281
10282Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
10283
10284 * configure.in (targargs): Strip out any supplied --build argument
35590697 10285 before adding our own. Always add --build.
252b5132
RH
10286
10287Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
10288
10289 * configure.in (targargs): Pass --build if we're doing
10290 a cross-compile.
10291
10292Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
10293
ba73c63f 10294 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
10295 sed. Otherwise sed chokes on NT path names with drive
10296 designators. Also look for "?:*" as the leading characters in an
10297 absolute pathname.
10298
10299Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
10300
10301 * config.sub: Support for r3900.
10302
10303Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
10304
10305 * configure.in: Use install-sh, not install.sh.
10306
10307Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
10308
10309 * Makefile.in (taz): Improve check for BISON so it doesn't try to
10310 apply it twice.
10311
10312Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
10313
10314 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
10315 install-binutils.
10316
10317Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
10318
10319 * Makefile.in: Add automake targets.
10320 * configure.in (host_tools): Add automake.
10321
10322Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
10323
10324 * configure: Default CXX to c++, not gcc.
10325 * Makefile.in (CXX): Set to c++, not gcc.
10326 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
10327
10328Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
10329
10330 * install-sh: try appending a .exe if source file doesn't
10331 exist
10332
10333Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
10334
10335 * configure.in: Turn on multilib by default.
10336 (cross_only): Remove target-libiberty.
10337
10338 * Makefile.in (all-gcc): Don't depend on libiberty.
10339
10340Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
10341
10342 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
10343
10344Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
10345
10346 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
10347 (DISTBISONFILES): Add ld/Makefile.in
10348
10349Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
10350
10351 * configure.in: if target is cygwin32 but host isn't cygwin32,
10352 don't configure gdb tcl tk expect, not just gdb.
10353
10354Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
10355
10356 * configure.in: Added gnuserv everywhere sn appears.
10357
10358 * Makefile.in (ALL_MODULES): Added all-gnuserv.
10359 (CROSS_CHECK_MODULES): Added check-gnuserv.
10360 (INSTALL_MODULES): Added install-gnuserv.
10361 (CLEAN_MODULES): Added clean-gnuserv.
10362 (all-gnuserv): New target.
10363
10364Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
10365
10366 * config.guess: Fixes for MIPS OpenBSD systems.
10367
10368Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
10369
10370 * Makefile.in (INSTALL_XFORM): Remove.
10371 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
10372
10373 * mkinstalldirs: New file, copied from automake.
10374 * Makefile.in (installdirs): Rename from install-dirs. Use
10375 mkinstalldirs. Change all users.
10376 (DEVO_SUPPORT): Add mkinstalldirs.
10377
10378Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
10379
10380 * install-sh: Rename from install.sh.
10381 * Makefile.in (INSTALL): Change install.sh to install-sh.
10382 (DEVO_SUPPORT): Likewise.
10383
10384 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
10385 Graichen <graichen@rzpd.de>.
10386
10387Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
10388
10389 * config.guess: Recognize OpenBSD systems correctly.
10390
10391Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10392
10393 * README, Makefile.in (ETC_SUPPORT): Remove references to
10394 cfg-paper*, configure.{texi,man,info*}._
10395
10396Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
10397
10398 * Makefile.in (all.normal): Ensure that gcc is built after all
10399 the x11 - ie gdb - targets.
10400
10401Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
10402
10403 * makefile.vms: Don't run conf-a-gas.
10404
10405Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
10406
80413487 10407 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
10408
10409Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
10410
10411 * configure.in: Remove noconfigdirs case since gdb also
10412 configures and builds for tic80-coff.
10413
10414Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
10415
10416 * configure: Set cache_file to config.cache.
10417 * Makefile.in (local-distclean): Remove config.cache.
10418
10419Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
10420
10421 * COPYING: Update FSF address.
10422
10423Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
10424
10425 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
10426 noconfigdirs.
10427
10428Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
10429
10430 * Makefile.in (install-dirs): Don't crash if prefix, and hence
10431 MAKEDIRS, is empty.
10432
10433Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
10434
10435 * config.sub: Tweak mn10300 entry.
10436
10437Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
10438
10439 * configure.in (host_tools): Put sim before gdb, so gdb's
10440 configure.tgt can determine if the simulator was configured.
10441
10442Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
10443
10444 * config.sub: Move BeOS $os case to be with other Cygnus
10445 local cases.
10446
10447Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
10448
10449 * config.sub: Remove misplaced comment that broke Linux.
10450
10451Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
10452
10453 * config.sub: Add BeOS support.
10454
10455Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
10456
10457 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
10458
10459Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
10460
10461 * configure.in (noconfigdirs): Remove tcl and tk from
10462 noconfigdirs for cygwin32 builds.
10463
10464Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
10465
10466 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
10467
10468Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
10469
10470 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
10471 make-all.com, use makefile.vms instead.
10472
10473Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
10474
10475 * config.sub: Accept -lnews*.
10476
10477Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
10478
10479 * configure.in (noconfigdirs): Disable target-newlib,
35590697 10480 target-examples and target-libiberty for d30v.
252b5132
RH
10481
10482Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10483
10484 * configure.in (noconfigdirs): Enable ld for d30v.
10485
10486Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
10487
10488 * configure.in (tic80-*-*): Build compiler.
10489
10490Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
10491
10492 * configure.in (d30v-*): Remove sim directory from list of
35590697 10493 unsupported d30v directories
252b5132
RH
10494
10495Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10496
35590697
AJ
10497 * config.sub, configure.in: Add d30v target cpu.
10498
252b5132
RH
10499Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
10500
10501 * makefile.vms: New file.
10502 * make-all.com: Remove.
10503
10504Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
10505
10506 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
10507
10508Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
10509
10510 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
10511
10512Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
10513
10514 * Makefile.in (ALL_MODULES): Added all-db.
10515 (CROSS_CHECK_MODULES): Addec check-db.
10516 (INSTALL_MODULES): Added install-db.
10517 (CLEAN_MODULES): Added clean-db.
10518
10519Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
10520
10521 * config.guess: Merge with latest FSF sources.
10522
10523Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
10524
10525 * Makefile.in (ALL_MODULES): Added all-itcl.
10526 (CROSS_CHECK_MODULES): Added check-itcl.
10527 (INSTALL_MODULES): Added install-itcl.
10528 (CLEAN_MODULES): Added clean-itcl.
10529
10530Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
10531
10532 * configure.in: build gdb for mn10200
10533
10534Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
10535
10536 * Makefile.in (all-target-winsup): Depend on all-target-libio.
10537
10538Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
10539
10540 * configure.in (tic80-*-*): Turn off most targets right now.
10541
10542Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
10543
10544 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
10545 rather than the makeinfo program.
10546 (do-info): Depend upon all-texinfo.
10547
10548Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
10549
10550 * configure.in: Remove uses of config/mh-linux.
10551
10552 * config.sub, config.guess: Merge with latest FSF sources.
10553
10554Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
10555
10556 * config.sub (case $basic_machine): Add tic80 entries.
10557
10558Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
10559
10560 * config.sub, config.guess: Merge with latest FSF sources.
10561
10562Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10563
10564 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
10565 * mpw-config.in: Test for NewFolderRecursive.
10566 * mpw-install: Use symbolic name for startup filename.
10567 * mpw-README: Add various additional details.
10568
10569Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
10570
10571 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
10572
10573Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
10574
10575 * configure.in: Do build gcc and the target libraries for
10576 the mn10200.
10577
10578Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
10579
10580 * configure.in: don't avoid building gdb for mn10300 any more
10581 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
10582 instead of single-quoting it.
10583
10584Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
10585
10586 * configure.in: Don't use --with-stabs on IRIX 6.
10587
10588Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
10589
10590 * configure.in (m32r): Build gdb, libg++ now.
10591
10592Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10593
10594 * configure.in (mips*-sgi-irix6*): Remove gdb and related
10595 directories from noconfigdirs.
10596
10597Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
10598
10599 * config.sub (basic_machine): added mips16 configuration
10600
10601Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10602
10603 * config.sub: Handle d10v-unknown.
10604
10605Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
10606
10607 * config.sub: Handle v850-unknown.
10608
10609Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
10610
10611 * Makefile.in: add findutils
10612 * configure.in: add findutils to list of host_tools
10613
10614Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
10615
10616 * config.sub: Handle mn10200 and mn10300.
10617
10618Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10619
10620 * configure.in (d10v-*): Do not build librx.
10621
10622Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
10623
10624 * configure.in (mn10300): Build everything except gdb & libgloss.
10625
10626Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
10627
10628 * config.guess: Patch for Dansk Data Elektronik servers,
10629 from Niels Skou Olsen <nso@dde.dk>.
10630
10631 For ncr, use /bin/uname rather than uname, since GNU uname does not
10632 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
10633
10634 Patch for MIPS R4000 running System V,
10635 from Eric S. Raymond <esr@snark.thyrsus.com>.
10636
10637 Fix thinko for nextstep.
10638
10639 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
10640
10641 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
10642 * config.guess: Guess mips-dec-mach_bsd4.3.
10643
10644 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
10645 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
10646 release numbers.
10647 * config.guess (mips-mips-riscos*): Emit just enough of the
10648 release number.
10649
10650 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
10651 * config.guess (sparc-auspex-sunos*): Added.
10652 (f300-fujitsu-*): Added.
10653
10654 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
10655 * config.guess: Recognize a Tadpole as a sparc.
10656
10657Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10658
10659 * config.guess: Don't assume that NextStep version is either 2 or
10660 3. NextStep 4 (aka OpenStep 4) has come out now.
10661
10662Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10663
10664 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
10665 From Rik Faith <faith@cs.unc.edu>.
10666
10667Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10668
10669 * config.sub: Contributions from bug-gnu-utils to:
10670 Support plain "hppa" (no version given) architecture, reported by
10671 OpenStep.
10672 OpenBSD like NetBSD.
10673 LynxOs is not a hardware supplier.
10674
10675 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 10676 OpenBSD like NetBSD.
252b5132
RH
10677 Stratus systems.
10678 More Pyramid systems.
10679 i[n>4]86 Intel chips.
10680 M680[n>4]0 Motorola chips.
10681 Use unknown instead of lynx for hardware manufacturer.
10682
10683Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10684
10685 * install.sh (chmodcmd): Set to null if the DST directory already
10686 exists.
10687
10688Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10689
10690 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
10691 not use mt-ppc target Makefile fragment any more.
10692
10693Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10694
10695 * configure.in (*-*-windows): Exclude everything but those dirs
10696 needed to build windows.
10697
10698Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
10699
10700 * Makefile.in (all-target-winsup): Depend on all-target-librx.
10701
10702Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10703
10704 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
10705
10706Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10707
10708 * Undo my previous change.
10709
10710Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
10711
10712 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
10713 unconditionally.
10714 (MAKEOVERRIDES): Define (revert this part of October 18 change).
10715
10716Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10717
10718 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
10719 host to add it's own flags.
252b5132
RH
10720
10721Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
10722
10723 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
10724
10725Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
10726
10727 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
10728 (CXX_FOR_TARGET): Likewise.
10729 (GCC_FOR_TARGET): Define.
10730 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
10731 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
10732 CC_FOR_TARGET was specified on the command line.
10733 (MAKEOVERRIDES): Don't define.
10734
10735Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
10736
10737 * configure.in (m32r): Fix spelling of libg++ libs.
10738
10739Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
10740
10741 * config.sub (-apple*): Remove, now redundant.
10742
10743Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
10744
10745 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
10746
10747 * configure: Rework yesterday's sed script patch.
10748
10749 * config.sub: Merge with FSF.
10750
10751Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
10752
10753 * config.guess: Merge from FSF.
10754
10755 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
10756 * config.guess: Use pc instead of unknown, for pc clone systems.
10757 Change linux to linux-gnu.
252b5132
RH
10758
10759 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 10760 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
10761
10762Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
10763
10764 * test-build.mk (HOLES): Add "xargs" for gdb.
10765
10766 * configure: Avoid hpux10.20 sed bug.
10767
10768Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
10769
4bddf3ad 10770 * configure.in: Add support for windows host
252b5132
RH
10771 (that is a build done under the Microsoft build environment).
10772
10773Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
10774
10775 * Makefile.in: Replace all uses of srcroot with s, to shrink
10776 command line lengths.
10777
10778 Patches from Geoffrey Noer <noer@cygnus.com>:
10779 * configure.in: If configuring for newlib, pass --with-newlib to
10780 subdirectories.
10781 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
10782 -Bnewlib/ and -Lwinsup to gcc.
10783 (CXX_FOR_TARGET): Likewise.
10784
10785Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
10786
10787 * Makefile.in (ETC_SUPPORT): Add configure.
10788
10789Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
10790
35590697 10791 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
10792 host configuration file.
10793
10794Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
10795
10796 * configure.in: Break mn10x00 support into separate
10797 mn10200 and mn10300 configurations.
10798 * config.sub: Likewise.
10799
10800Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
10801
10802 * configure.in: Add lots of stuff to noconfigdirs for
10803 the mn10x00 targets.
10804
10805 * config.sub, configure.in: Add mn10x00 support.
10806
10807Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
10808
10809 * make-all.com: Call conf-a-gas, not config-a-gas.
10810
10811Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
10812
10813 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 10814 targets.
252b5132
RH
10815
10816Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
10817
10818 * mpw-README: Add much more detail for native PowerMac.
10819 * mpw-install: New file.
10820 * mpw-configure: Add --norecursion and --help options.
10821 * mpw-config.in: Translate readme and install files when
10822 copying to objdir.
10823 * mpw-build.in: Don't always depend on byacc and flex.
10824 (install-only-top): New action.
10825
10826Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
10827
10828 * configure.in: You can now configure GDB for the v850.
10829
10830Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
10831
10832 * configure.in (noconfigdirs): Don't configure any C++ dirs
10833 if targeting D10V.
10834
10835Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
10836
10837 * config.sub: Recognize mips64vr5000.
10838
10839Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
10840
10841 * configure.in: Use a single line for host_tools and native_only.
10842
10843Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
10844
10845 * config.sub, configure.in: Add entries for m32r.
10846
10847Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
10848
10849 * Makefile.in (inet-install): Don't run install-gzip.
10850
10851Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
10852
10853 * configure.in: Don't config lots of things for *-*-windows*.
10854
10855Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
10856
10857 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
10858 (host_libs, host_tools): Copy from configure.in.
10859 * mpw-configure: Don't complain about directories not found.
10860
10861Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10862
10863 * configure.in (i[345]86): Recognize i686 for pentium pro.
10864 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
10865 file.
10866
10867 * config.guess (i[345]86): Ditto.
10868
10869Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10870
10871 * configure.in (noconfigdirs): Removed gdb for D10V.
10872
10873Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
10874
10875 * configure.in: Remove ld, target-libio, target-libg++, and
10876 target-libstdc++ from noconfigdirs.
10877
10878Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
10879
10880 * configure: Fix three locations where shell scripts were
10881 being run directly rather than with config_shell.
10882
10883Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
10884
10885 * configure.in (v850-*-*): Set up initial $noconfigdirs.
10886 * config.sub (basic_machine): Recognize v850.
10887
10888Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
10889
10890 * mpw-configure: Handle multiple enable/disable options and
10891 pass them down recursively, handle -c and -s flags appropriately
10892 depending on choice of compiler, add escape mechanism for
10893 quoted arguments to gC.
10894
10895Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10896
10897 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
10898 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
10899 so that -mrelocatable-lib and -mno-eabi are used.
10900
10901 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
10902 not support --print-multi-lib, don't abort.
10903
252b5132
RH
10904Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
10905
10906 * make-all.com: Run config-a-gas.
10907 * setup.com: Don't copy subdirectory files around.
10908
10909Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
10910
10911 * configure.in (*-*-ose): Remove exclusion of libgloss for this
10912 target, it now compiles correctly.
10913
10914Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
10915
10916 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
10917
10918Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10919
35590697 10920 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
10921
10922Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10923
10924 * configure.in (native_only): Add prms.
10925
10926Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
10927
10928 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
10929 (BINUTILS_SUPPORT_DIRS): Likewise.
10930
10931Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10932
10933 * configure.in (d10v-*-*): Don't configure ld or gdb until the
10934 d10v support is added.
10935
10936Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10937
10938 * configure.in (d10v-*-*): New target.
10939
10940Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
10941
10942 * config.guess (HP 9000/811): Recognize this as a PA1.1
10943 machine.
10944
10945Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
10946
10947 * Makefile.in (do-tar-gz): New target, split out from tail end of
10948 taz target. Run each command separately, don't use pipes.
10949 (taz): Use it.
10950
10951Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
10952
10953 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
10954 * mpw-build.in: No builds should depend on building byacc or flex,
10955 they are assumed to be installed already.
10956
10957Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10958
10959 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
10960 variable that CC_FOR_TARGET needs.
10961
10962Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10963
10964 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
10965 options have changed since the last time the subdirectory was
10966 configured, and if it has, reconfigure.
10967 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
10968 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
10969
10970Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
10971
10972 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
10973 CLEAN_MODULES): Add bash.
10974 (all-bash): New target.
10975
10976Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
10977
10978 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
10979
10980Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10981
10982 * config.sub (basic_machine): Recognize d10v as a valid processor.
10983
10984Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
10985
10986 * mpw-configure: Add support for --bindir.
10987 * mpw-build.in: Use a GCC-specific build script for GCC actions.
10988
10989Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
10990
10991 * configure.in: add bash, time, gawk to list of hosttools and things
10992 to only build for native toolchains
10993
10994Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10995
10996 * Makefile.in (docdir): Remove.
10997
10998Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10999
11000 * Makefile.in (datadir): Set to $(prefix)/share.
11001
11002Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
11003
11004 * configure.in: build diff and patch for cygwin32-hosted
11005 toolchains.
11006
11007Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
11008
11009 * config.sub: Accept -rtems*.
11010
11011Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
11012
80413487 11013 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
11014 remove diff from the list of things not buildable
11015 via Canadian Cross
252b5132
RH
11016
11017Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
11018
11019 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 11020 don't get ". ".
252b5132
RH
11021
11022Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
11023
11024 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11025
11026Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
11027
11028 * Makefile.in (taz): Handle case where tex3patch didn't even get
11029 checked out. Also, if it was found, put the symlink in a new util
11030 subdirectory.
11031
11032Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11033
11034 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11035
11036Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
11037
11038 * config.sub: Recognize -openvms.
11039 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11040 * make-all.com, setup.com: New files.
11041
11042Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11043
11044 * Makefile.in (taz): tex3patch moved to texinfo/util.
11045
11046Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
11047
afb8d725 11048 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
11049 * configure.in: remove make from disable-if-Can-Cross list
11050 enable gdb if ${host} and ${target} are cygwin32
11051
11052Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
11053
11054 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
11055 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11056
11057Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11058
11059 * config.guess: Combine mips-mips-riscos cases, and use cpp to
11060 distinguish sysv/svr4/bsd variants.
11061 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11062
11063Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
11064
11065 * configure.in: Added copyright notice.
11066 * move-if-change: Added copyright notice.
11067
11068Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11069
11070 * configure.in (powerpcle-*-solaris*): Until we get shared
11071 libraries working, don't build gdb, sim, make, tcl, tk, or
11072 expect.
11073
11074Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
11075
11076 * config.guess: Merge with FSF:
11077
11078 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11079 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11080
11081 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
11082 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11083
11084 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
11085 * config.guess: Combine two OSF1 rules.
11086 Also recognize field test versions. From mjr@zk3.dec.com.
11087 * config.guess (dgux): Use /usr/bin/uname rather than uname,
11088 because GNU uname does not support -p. From pmr@pajato.com.
11089
11090Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
11091
11092 * Makefile.in (MAKEDIRS): Removed $(tooldir).
11093
11094Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
11095
11096 * mpw-README: Document GCCIncludes.
11097
11098Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
11099
11100 * configure.in (alpha-*-linux*): Set enable_shared to yes.
11101
11102Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11103
11104 * mpw-configure: Handle --enable-FOO and --disable-FOO.
11105
11106Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
11107
11108 * configure.in (*-*-cygwin32): Configure make.
11109
11110Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
11111
11112 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11113
11114Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
11115
11116 * Makefile.in (all-inet): Depend on all-perl.
11117
11118 * Makefile.in (inet-install): New target.
11119
11120 * Makefile.in (all-inet): Depend on all-tcl.
11121 (all-inet): Depend on all-send-pr.
11122
11123Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11124
11125 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
11126 temporarily.
11127
11128Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
11129
11130 * configure.in: Don't configure --with-gnu-ld on AIX.
11131
11132Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11133
11134 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
11135
11136Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
11137
11138 * Makefile.in (ALL_MODULES): Added all-inet.
11139 (CROSS_CHECK_MODULES): Added check-inet.
11140 (INSTALL_MODULES): Added install-inet.
11141 (CLEAN_MODULES): Added clean-inet.
11142 (all-indent): New target.
11143
11144 * configure.in (host_tools): Added inet.
11145 (native_only): Added inet.
11146 (noconfigdirs): Added inet.
11147
11148Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
11149
11150 * configure.in: Don't configure libgloss if we are not configuring
11151 newlib.
11152
11153Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
11154
11155 * configure.in: Don't configure libgloss for unsupported
11156 architectures.
11157
11158Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11159
11160 * Makefile.in (CLEAN_MODULES): Add clean-apache.
11161
11162Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
11163
11164 * Makefile.in (ALL_MODULES): Include all-apache.
11165 (CROSS_CHECK_MODULES): Include check-apache.
11166 (INSTALL_MODULES): Include install-apache.
11167 (all-apache): New target.
11168
11169 * configure.in: Added apache everywhere perl is seen.
11170
11171Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11172
11173 * Makefile.in: Add support for clean-{module} and
11174 clean-target-{module} rules.
11175
11176Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
11177
11178 * configure.in (*-*-ose) do not build libgloss.
11179
11180Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11181
11182 * config.guess (prep*:SunOS:5.*:*): Turn into
11183 powerpele-unknown-solaris2.
11184
11185Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
11186
11187 * configure.in: Permit --enable-shared to specify a list of
11188 directories.
11189
11190Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11191
11192 * configure.in (host==solaris): Pass only the first word of $CC
11193 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
11194
11195Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11196
11197 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
11198
11199Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
11200
11201 * Makefile.in (ALL_MODULES): Include all-perl.
11202 (CROSS_CHECK_MODULES): Include check-perl.
11203 (INSTALL_MODULES): Include install-perl.
11204 (ALL_X11_MODULES): Include all-guile.
11205 (CHECK_X11_MODULES): Include check-guile.
11206 (INSTALL_X11_MODULES): Include install-guile.
11207 (all-perl): New target.
11208 (all-guile): New target.
11209
11210 * configure.in (host_tools): Include perl and guile.
11211 (native_only): Include perl and guile.
11212 (noconfigdirs): Don't build guile and perl; no ports have been
11213 done.
11214
11215Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
11216
80413487
RH
11217 * configure (--enable-*): Handle quoted option lists such as
11218 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
11219
11220Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11221
11222 * Makefile.in ({,inst}all-target): New rule so we can make and
11223 install all of the target directories easily.
11224
11225Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11226
11227 * configure.in: Add missing global flag in sed substitution when
11228 deleting `target-' from ${configdirs}.
11229
11230Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
11231
11232 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
11233 option.
11234
11235 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
11236 config/mh-necv4.
11237
11238 * install.sh: Correct misspelling of transformbasename.
11239
11240 * config.guess: Recognize mips-*-sysv*.
11241
11242Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
11243
11244 * config.sub: Recognize mon960.
11245
11246Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
11247
11248 * configure: Restore Canadian Cross handling of BISON and LEX,
11249 removed in Feb 20 change.
11250
11251Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
11252
11253 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
11254 Mention make install. Remove the old copyright date as well the
11255 clumsy and rather pointless copyright on the README file.
11256
11257Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
11258
11259 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
11260 Makefile after running symlink-tree, then run `make distclean' to
11261 avoid clobbering any generated files in srcdir.
11262
11263Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
11264
11265 * configure.in (m68k-*-netbsd*): Build everything now.
11266
11267Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11268
11269 * Makefile.in (taz): Fix quoting.
11270
11271Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
11272
11273 * configure.in (sparclet-*-*): Build everything now.
11274
11275Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11276
11277 * configure.in (m68k-*-linux*): New host.
11278
11279Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
11280
11281 * configure: Check for bison before byacc.
11282
11283Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
11284
11285 * Makefile.in configure: Change the way LEX and BISON/YACC are
11286 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
11287 searching PATH. These are used as fallbacks by Makefile.in if
11288 flex/bison/byacc aren't in objdir.
11289
11290Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
11291
11292 * Makefile.in: Make everything which depends upon all-bfd also
11293 depend upon all-opcodes, in case --with-commonbfdlib is used.
11294
11295Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11296
11297 * configure.in (host *-*-cygwin32): Don't build gdb if we are
11298 building NT native compilers on Unix.
11299
11300Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
11301
11302 * configure.in: Don't get CC from the host Makefile fragment if we
11303 can find gcc in PATH, or if this is a Canadian Cross. Move the
11304 Solaris test for /usr/ucb/cc to the post target script, just after
11305 the compiler sanity test.
11306
11307Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
11308
11309 * config.sub: Merge with FSF.
11310
11311Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
11312
11313 * Makefile.in (RPATH_ENVVAR): New variable.
11314 (REALLY_SET_LIB_PATH): Use it.
11315 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
11316
11317Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
11318
11319 * config.sub, configure.in: Recognize sparclet cpu.
11320
11321Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
11322
11323 * config.guess: Support m68k-cbm-sysv4.
11324
11325Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11326
11327 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
11328 m68k-unknown-linuxaout from linker help string. Put quotes around
11329 $ld_help_string.
11330
11331Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
11332
11333 * config.guess (powerpc-harris-powerunix): Add guess for port
11334 to new target.
11335
11336Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11337
11338 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
11339
11340Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
11341
11342 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
11343 $(REALLY_SET_LIB_PATH) in Makefile.
11344 * Makefile.in (SET_LIB_PATH): New variable.
11345 (REALLY_SET_LIB_PATH): New variable.
11346 ($(DO_X)): Use $(SET_LIB_PATH).
11347 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
11348 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
11349 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
11350 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
11351 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
11352 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
11353 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
11354 (install-dosrel): Likewise.
11355 (all-opcodes): Depend upon all-libiberty.
11356
11357Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
11358
11359 * config.guess (*:CYGWIN*): New
11360
11361Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11362
11363 * Makefile.in (all-target-winsup): All all-target-libiberty.
11364
11365Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11366
11367 * configure.in (noconfigdirs): Add missing # in front of comment.
11368
11369Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
11370
11371 * configure.in: add second pass to things added to noconfigdirs
11372 so *-gm-magic can exclude libgloss properly.
11373
11374Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
11375
11376 * mpw-configure (extralibs_name, rez_name): Set correctly
11377 for MWC68K compiler.
11378
11379 * mpw-README: Add more info on the necessary build tools.
11380
11381Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
11382
11383 * configure.in, config.sub: Recognize cygwin32.
11384
11385Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
11386
11387 * config.guess, config.sub: Recognize A/UX.
11388
11389Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
11390
11391 * config.sub: Merge with gcc/config.sub.
11392
11393Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
11394
11395 * mpw-build.in (do-binutils): Add build of stamps.
11396
11397Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
11398
11399 * config.sub: Add recognition for mips64vr4100*-* targets.
11400
11401Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11402
11403 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
11404 Add creation of gconfigargs with `--enable-shared' turned on.
11405 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
11406 ($(host)-stamp-stage3-configured): Likewise.
11407 (HOLES): Add chatr and ldd.
11408 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
11409
11410Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
11411
11412 * configure: Pass --nfp to recursive configures.
11413
11414Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
11415
11416 * Makefile.in (DLLTOOL): New.
11417 (DLLTOOL_FOR_TARGET): New.
11418 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
11419 (EXTRA_TARGET_FLAGS): Ditto.
11420 (EXTRA_GCC_FLAGS): Ditto.
11421 (CONFIGURE_TARGET_MODULES): Ditto.
11422 (DO_X): Ditto.
11423 * configure: Add DLLTOOL.
11424
11425Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
11426
11427 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
11428 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
11429 mh-sco, since old workarounds no longer needed, and don't
11430 build ld, since libraries have weak symbols in COFF.
11431
11432Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
11433
11434 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
11435
11436Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
11437
11438 * configure.in: Make sure that ${CC} can be used to compile an
11439 executable.
11440
afb8d725
JM
11441Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11442
11443 * Makefile.in (all-gdb): Depend on $(GDB_TK).
11444 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
11445 nothing depending on whether gdbtk is being built.
11446
252b5132
RH
11447Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
11448
11449 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
11450
11451Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
11452
11453 * configure.in (noconfigdirs): Put ld or gas in this early, if the
11454 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
11455
11456Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
11457
11458 * config-ml.in: Add support for
11459 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
11460 Simplify setting of multidirs from --disable-foo.
11461
11462Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11463
11464 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
11465 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
11466 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 11467 non-empty, pass them on to the GCC make.
252b5132
RH
11468 (all-bootstrap): New rule that is like all-gcc, except it executes
11469 the GCC bootstrap rule instead of the GCC all rule.
11470
11471Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
11472
11473 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
11474
11475Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11476
11477 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
11478 DG/UX support.
11479
11480Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
11481
11482 * config.sub (i*86*) Change [345] to [3456]
11483
11484Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11485
11486 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
11487 --with-gnu-ld=no.
11488
11489Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11490
11491 * config-ml.in (rs6000*, powerpc*): Add switches to control which
11492 AIX multilibs get built.
11493
11494Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11495
11496 * configure.in (i386-win32): Don't build expect if we're not
11497 building the tcl subdir.
11498
11499Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
11500
11501 * Makefile.in: (configure-target-examples, all-target-examples):
11502 New targets, configure and build example programs.
11503
11504Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11505
11506 * mpw-configure: If an mpw-config.in generated a file mk.sed,
11507 use it as input to sedit the generated MPW makefile.
11508 * mpw-README: Add a suggestion about Gestalt.h.
11509
11510Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
11511
11512 * config.sub: Accept *-*-ieee*.
11513
11514Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
11515
11516 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
11517 Ronald F. Guilmette <rfg@monkeys.com>.
11518
11519Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11520
11521 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
11522 for powerpc-pe native.
11523 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
11524 (target==powerpc-pe): duplicate i386-win32 entry.
11525
11526Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11527
11528 * configure.in (noconfigdirs): Exclude target-newlib for all versions
11529 of vxworks, not just vxworks5.1.
11530
11531Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
11532
11533 * mpw-configure: Add support for exec-prefix.
11534
11535Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11536
11537 * config.guess: Recognize HP model 816 machines as having
11538 a PA1.1 processor.
11539
11540Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
11541
11542 * configure: Ignore new autoconf configure options.
11543
252b5132
RH
11544Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11545
11546 * config.guess: Recognize Pentium under SCO.
11547 From Robert Lipe <robertl@arnet.com>.
11548
11549Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11550
11551 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
11552
11553Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
11554
11555 * configure.in: Don't configure gas for alpha-dec-osf*.
11556
11557Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
11558
11559 * configure.in: Default to --with-stabs for some targets for which
11560 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
11561 i[345]86*-*-unixware*.
11562
11563Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
11564
11565 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
11566 rather than basing it on the target. Simplify handling of options
11567 controlling which directories to configure. Remove extraneous
11568 slash in multi-clean target.
11569
11570Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
11571
11572 * config-ml.in: Prefix more variables with ml_ so they don't collide
11573 with configure's.
11574
11575Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
11576
11577 * configure: Don't turn -v into --v.
11578
11579Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
11580
11581 * configure.in (targargs): Fix typo.
11582
11583 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
11584
11585Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
11586
11587 * configure.in: Strip --host and --target options from
11588 CONFIG_ARGUMENTS, and always configure for --host only. Add
11589 --with-cross-host option when building with a cross-compiler.
11590 * configure: Canonicalize the arguments put into config.status by
11591 always using `=' for an option with an argument. Pass a presumed
11592 --host or --target explicitly.
11593
11594Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
11595
11596 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
11597 into general OS recognition case.
11598
11599Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11600
11601 * configure.in (target_configdirs): add target-winsup only
11602 for win32 target systems.
11603
11604Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
11605
11606 * Makefile.in (all-target-libgloss): Depend upon
11607 configure-target-newlib, since when libgloss is built it looks to
11608 see if the newlib directory exists.
11609
11610Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
11611
11612 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
11613 cfg-ml-*.in.
11614
11615Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
11616
11617 * configure: Handle LD and LD_FOR_TARGET when configuring a
11618 Canadian Cross.
11619
252b5132
RH
11620Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11621
11622 * configure.in (target_libs): add target-winsup.
11623 (target==i386-win32): add patch diff flex make to $noconfigdirs.
11624 (target==ppcle-pe): remove ld from $noconfigdirs.
11625
11626Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
11627
11628 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
11629 Preserve relative path names in $srcdir. Build symlink tree if
11630 configuring cross target dir and srcdir=. (= no VPATH support).
11631 (configure-target-libg++): Depend on configure-target-librx.
11632 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
11633 * config-ml.in: New file.
11634 * symlink-tree: New file.
11635 * configure: Ensure srcdir="." if that's what it is.
11636
11637Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
11638
11639 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
11640 includes and FLEX_SKELETON setting.
11641 * mpw-configure (--with-gnu-ld): New option, controls whether
11642 to use PPCLink or ld with PowerMac GCC.
11643 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
11644 * mpw-config.in: Configure grez if targeting Mac.
11645
11646 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
11647 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
11648 just macos.
252b5132
RH
11649 * configure.in: Configure grez resource compiler if targeting Mac.
11650 * Makefile.in (all-grez, install-grez): New targets.
11651
11652Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
11653
11654 * configure: CXX defaults to gcc, not g++. If we find
35590697 11655 gcc in the path, set CC to gcc -O2.
252b5132
RH
11656
11657Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
11658
11659 * configure: Default ${build} correctly. Avoid picking up extra
11660 spaces when reading CC and CXX from Makefile. When doing a
11661 Canadian Cross, use plausible default values for numerous
11662 variables.
11663 * configure.in: When doing a Canadian Cross, don't try to
11664 configure tools whose configure script can't handle it.
11665
11666Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11667
11668 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
11669
11670Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
11671
11672 * configure: Remove dubious bug reporting address.
11673
11674Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
11675
11676 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
11677 configure script, run that instead of this directory's configure.
11678 In either case, print a message that we're configuring the sub-dir.
11679
11680Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
11681
11682 * configure.in: Before checking for the existence of various files,
11683 use sed to filter out "target-".
11684
11685Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
11686
11687 * Makefile.in (DO_X): Split rule to decrease command line length
11688 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
11689 (Philippe De Muyter).
11690
11691Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11692
11693 * Makefile.in (all-patch): depend on all-libiberty.
11694
11695Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
11696
11697 * configure.in: If the only directory in target_configdirs which
11698 actually exists is libiberty, then set target_configdirs to empty,
11699 to avoid trying to build a target libiberty in a gas or gdb
11700 distribution.
11701
11702Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
11703
11704 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
11705 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
11706 systems.
252b5132
RH
11707
11708Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11709
11710 * configure.in (copy_dirs): Use sys-include instead of include
11711 for --with-headers option.
11712
11713Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
11714
11715 * Makefile.in, configure.in: Make winsup builds work with
11716 new scheme.
11717
11718Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
11719
11720 * configure.in: Build the linker on AIX.
11721
11722Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
11723
11724 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
11725 where needed.
11726
11727Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
11728
11729 * Makefile.in (all-gcc): Fix typo.
11730
11731Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
11732
11733 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
11734
11735Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
11736
11737 * configure.in: Rename libFOO to target-libFOO, and xiberty
11738 to target-xiberty, to provide more flexibility.
11739 (target_subdir): Define. Create if cross.
11740 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
11741 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
11742 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
11743 check-libFOO -> check-target-libFOO, etc.
11744 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
11745 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
11746 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
11747 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
11748 allow ALL_GCC="" to only configure.
11749 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
11750 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
11751 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
11752
11753Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
11754
11755 * Makefile.in (taz): Build "info" in etc explicitly.
11756
11757Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
11758
11759 * configure.in: Make sure that CC is undefined (as opposed to
11760 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
11761 problem with autoconf trying to configure on a host without GCC.
11762
11763Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11764
11765 * mpw-configure: Set host alias from choice of host compiler,
11766 only use generic MPW Makefile sed if present, edit a file
11767 named "hacked_Makefile.in" instead of "Makefile.in" if present.
11768 * mpw-README: Add problem notes about CW6 and CW7.
11769
11770Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
11771
11772 * Makefile.in (taz): Use ";" instead of ";;".
11773
11774Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
11775
11776 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
11777 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
11778 DISTDOCDIRS.
11779 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
11780 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
11781
11782Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
11783
11784 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
11785 and gnats, because they are now subsumed by DISTSTUFFDIRS.
11786 Move bfd to DISTSTUFFDIRS.
11787
11788Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11789
11790 * Makefile.in (X11_LIB): Removed.
11791 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
11792
11793 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
11794
11795Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11796
11797 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
11798 names.
11799
11800Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11801
11802 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
11803
11804Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
11805
11806 * configure.in (i[345]86-*-win32): Always build newlib.
11807 Don't configure cvs, autoconf or texinfo.
11808 * Makefile.in (LD_FOR_TARGET): New.
11809 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
11810 Pass down LD_FOR_TARGET.
11811
11812Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
11813
11814 * winsup: New directory.
11815 * Makefile.in: Build winsup.
11816 * configure.in: Winsup is configured when target is win32.
11817 Can only build win32 target GDB when native.
35590697 11818
252b5132
RH
11819Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
11820
11821 * config.guess: Recognize HP model 819 machines as having
11822 a PA 1.1 processor.
11823
11824Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
11825
11826 * configure: Fix sed loop which substitutes for CC and CXX to
11827 avoid bug found in various sed implementations.
11828
11829Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11830
11831 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
11832 simulator. Use standard powerpc-*-eabi*.
11833
11834Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
11835
11836 * configure.in: Stop putting gas and binutils in noconfigdirs for
11837 powerpc-*-aix* and rs6000-*-*.
11838
11839Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
11840
11841 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
11842 -mcall-aixdesc libraries.
11843
11844Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
11845
11846 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11847
11848 * config.sub (arm | armel | armeb): Fix shell syntax.
11849
11850Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11851
11852 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
11853 -msoft-float and -mcpu=common support.
11854 (powerpc*-*-eabisim*): Add support for building -mcall-aix
11855 libraries.
11856
11857Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11858
11859 * configure.in: Allow configuration and build of emacs19 for the alpha.
11860
11861Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11862
11863 * configure.in (CC): Get ^CC, not just any old CC, from
11864 ${host_makefile_frag}.
11865
11866Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11867
35590697 11868 * configure.in (CC): Try to get CC from
252b5132
RH
11869 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
11870
11871Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11872
11873 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
11874 only if it exists in $(srcdir).
11875
11876Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
11877
11878 * configure: If CC and CXX are not set in the environment, set
11879 them, based on either an existing Makefile or on searching for gcc
11880 in PATH. Substitute for CC and CXX in Makefile.
11881 * configure.in: Remove libm from target_libs. Separate
11882 target_configdirs from configdirs. If CC is not set in
11883 environment, try to get it from a host Makefile fragment. Rewrite
11884 changes of configdirs to use skipdirs instead. A few minor
11885 tweaks. Take directories out of target_configdirs as they are
11886 taken out of configdirs. Remove existing Makefile files from
11887 subdirectories. Substitute for TARGET_CONFIGDIRS and
11888 CONFIG_ARGUMENTS in Makefile.
11889 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
11890 by configure.in.
11891 (CONFIG_ARGUMENTS): Likewise.
11892 (CONFIGURE_TARGET_MODULES): New variable.
11893 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
11894 ($(CONFIGURE_TARGET_MODULES)): New target.
11895 (configure-libg++, configure-libio): New targets.
11896 (all-libg++): Depend upon configure-libg++.
11897 (all-libio): Depend upon configure-libio.
11898 (configure-libgloss, all-libgloss): New targets.
11899 (configure-libstdc++): New target.
11900 (all-libstdc++): Depend upon configure-libstdc++.
11901 (configure-librx, all-librx): New targets.
11902 (configure-newlib): New target.
11903 (all-newlib): Depend upon configure-newlib
11904 (configure-xiberty): New target.
11905 (all-xiberty): Depend upon configure-xiberty.
11906
11907Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11908
11909 * configure.in (host i[345]86-*-win32): Expand the
11910 noconfigdirs again.
11911
11912Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
11913
11914 * mpw-configure: Fix sed command file name.
11915
11916Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
11917
35590697 11918 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
11919 noconfigdirs again.
11920
11921Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
11922
11923 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
11924 or powerpc*-*-pe*, since they are not yet supported.
11925
11926Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11927
11928 Add PowerMac support and many other enhancements.
11929 * mpw-configure: New option --cc to select compiler to use,
11930 paste options set according to --cc into the generated
11931 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
11932 if mpw-make.sed is present.
11933 * mpw-config.in: Don't test for gC1, test for mpw-touch,
11934 add forward includes for PowerPC include files.
11935 * mpw-build.in: Build using Makefile.PPC if present.
11936 (do-byacc, etc): Remove separate version resource builds.
11937 (do-gas): Build "stamps" before "all".
11938 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
11939 * mpw-README: Update to reflect --cc option, PowerMac support,
11940 and recently-reported compatibility problems.
11941
11942Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
11943
11944 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
11945 embedded m68k systems (-aout, -coff, -elf, -vxworks).
11946 (--with-multilib-top): Pass to recursive invocations.
11947
11948Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
11949
11950 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
11951 v810-*-*.
11952
11953Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11954
11955 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
11956 gdb, ld and opcodes on v810-*-*.
11957
252b5132
RH
11958Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
11959
11960 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
11961 (local-maintainer-clean): New target.
11962 (maintainer-clean): New target.
11963 (realclean): Just depend upon maintainer-clean.
11964
11965Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11966
11967 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
11968
11969Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
11970
11971 * configure.in: Build ld in mips*-*-bsd* case.
11972
11973Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
11974
11975 * config.sub: Accept -lites* OS. From Ian Dall.
11976
11977Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
11978
11979 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 11980 targets.
252b5132
RH
11981
11982Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11983
11984 * configure.in: treat i386-win32 canadian cross the same as
11985 i386-go32 canadian cross.
11986
11987Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11988
11989 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
11990 running under the simulator to build a reduced set of libraries.
11991 (powerpc-*-eabiaix): Add fine grained multilib support added to
11992 other powerpc targets yesterday.
11993
11994Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11995
11996 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
11997 -disable-softfloat, -disable-relocatable, -disable-aix, and
11998 -disable-sysv to control which multilib libraries get built.
11999
12000Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12001
12002 * configure: Add Makefile.tem to list of files to remove in trap
12003 handler.
12004
12005Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
12006
12007 * config.guess (*Linux*): Add missing "exit"s.
12008 Also, need specific check for alpha-unknown-linux (uses COFF).
12009
12010Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
12011
12012 * config.guess: Merge with FSF:
12013
12014 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
12015 * config.guess (AIX4): More robust release numbering discovery.
12016
12017 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
12018 * config.guess (i386-sequent-ptx): Properly get version number.
12019
12020 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
12021 * config.guess (mips:*:4*:UMIPS): New case.
12022
12023Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
12024
12025 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12026 (i386-win32 host): Likewise. Don't build readline.
12027
afb8d725
JM
12028Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
12029
12030 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
12031 SUPPORT_FILES to submakes.
12032
252b5132
RH
12033Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
12034
12035 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12036 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12037 mpw-configure.
12038
12039Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
12040
12041 * configure.in (appdirs): Use =, not ==, in test expression when
12042 trying to build the text to print in the warning message for
12043 Solaris users.
12044
12045Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
12046
12047 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12048
12049Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12050
12051 * config.guess: Recognize lynx-2.3.
12052
12053Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
12054
12055 * config.sub (z8ksim): Deleted
12056 (z8k-*-coff): New, this is the one true name of the target.
12057
12058Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
12059
12060 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12061
12062Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
12063
12064 * config.guess (*:Linux:*:*): First try asking the linker what the
12065 default object file format is (elf, aout, or coff). Then if this
12066 fails, try previous methods.
12067
12068Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12069
12070 * configure.in: Don't build newlib for *-*-vxworks5.1.
12071
12072Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12073
12074 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12075 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12076
12077Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
12078
12079 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12080
12081Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
12082
12083 * cfg-ml-com.in: New file.
12084 * cfg-ml-pos.in: New file.
12085
12086Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12087
12088 * COPYING.NEWLIB: Add HP free copyright to list.
12089
12090Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12091
12092 * config.sub: Recognize -eabi* for the system, not just -eabi.
12093
12094Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
12095
12096 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12097 * config.sub, configure.in (win32): New target and host.
12098
12099Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
12100
12101 * configure.in: Add i386-pe configuration.
12102
12103Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
12104
12105 * mpw-build.in (install): Install GDB after LD.
12106
12107Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
12108
12109 * mpw-config.in (elf/mips.h): Always forward-include, needed
12110 for GDB to build.
12111
12112Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
12113
12114 * testsuite: New directory for customer acceptance and whole tool
12115 chain tests.
12116
12117Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12118
12119 * configure: If per-host line isn't found, but AC_OUTPUT is found
12120 and a configure script exists, run it instead.
12121
12122Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12123
12124 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
12125
12126Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
12127
12128 * configure: Set build_{cpu,vendor,os,alias} to host values when
12129 --build isn't specified.
12130
12131Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12132
12133 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
12134 (FLAGS_TO_PASS): Pass them.
12135 (EXTRA_TARGET_FLAGS): Ditto.
12136
252b5132
RH
12137Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12138
12139 * Makefile.in (all-libg++): Depend on all-libstdc++.
12140
12141Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12142
12143 * configure.in (noconfigdirs): Enable all packages for
12144 i386-unknown-netbsd.
12145
12146Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
12147
12148 * configure.in (noconfigdirs): Don't configure tk for i386-go32
12149 hosted builds (DOS builds)
12150
12151Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12152
12153 Changes for ARM based on patches from Richard Earnshaw:
12154 * config.sub: Handle armeb and armel.
12155 * configure.in: Omit arm linker only for riscix.
12156
12157Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
12158
12159 * config.guess: Update from FSF.
12160
12161Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
12162
12163 * config.sub: Recognize powerpcle as the little endian varient of
12164 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
12165 powerpcle variant. Convert pentium into i586, not i486. Add p5
12166 alias for i586. Map new x86 variants p6, k5, nexgen into i586
12167 temporarily.
12168
12169Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
12170
12171 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
12172
12173Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
12174
12175 * config.sub: Accept -lites* as a basic system type.
12176
12177Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
12178
12179 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
12180 installed, and if so return linuxoldld as the system name.
12181
12182Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
12183
12184 * config.guess: Add hppa1.1-hp-lites support.
12185
12186Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
12187
12188 * configure.in: Don't build newlib for m68k-vxworks5.1.
12189
12190Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12191
12192 * configure.in (mips-sgi-irix6): Use mh-irix5.
12193
12194Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
12195
12196 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
12197
12198Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12199
12200 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 12201 OSF/1. Fix compiler flags.
252b5132
RH
12202 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
12203
12204Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
12205
12206 * configure.in: Recognize --with-newlib.
12207 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
12208
afb8d725
JM
12209Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12210
12211 * Makefile.in: move {all,check,install}-gdb from *_MODULES
12212 to *_X11_MODULES due to gdbtk needing X include files et al.
12213
252b5132
RH
12214Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
12215
12216 Merge in support for Mac MPW as a host.
12217 (Old change descriptions retained for informational value.)
12218
12219 * mpw-config.in: Add generic include forwards for cpu-specific
12220 include files in aout and elf directories.
12221
12222 * mpw-configure: Added copyright.
12223 * mpw-config.in: Check for presence of required build tools.
12224 (target_libs): Add newlib.
12225 (target_tools): Add examples.
12226 (Read Me): Generate as "Read Me for MPW" instead.
12227 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
12228 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
12229 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
12230
12231 * mpw-configure: Remove subdir-specific makefile hackery,
12232 delete mk.tmp after using it.
12233
12234 * mpw-build.in (all): Display start and end times.
12235
12236 * mpw-configure (host_canonical): Set.
12237 (target_cpu): Always add to makefiles.
12238 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
12239 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
12240 (mpw-mh-mpw): Look for in srcdir and srcroot.
12241 Use sed instead of mpw-edit-prefix to edit prefix definitions.
12242
12243 * mpw-build.in: (install-only): New target.
12244
12245 * mpw-configure (host_alias, target_alias): Rename from hostalias
12246 and targetalias, add into generated Makefile.
12247 (mk.tmp): If present, add into generated Makefile.
12248 * mpw-build.in (all-gas): Build config.h first before gas proper.
12249
12250 * mpw-configure (config.status): Write only if changed.
12251 * mpw-config.in (readline): Configure it (not built, just used for
12252 definitions).
12253
12254 * mpw-config.in (elf/mips.h): Add a forward include.
12255
12256 * mpw-config.in: Forward-include most .h files in include into
12257 extra-include.
12258 (readline): Don't build.
12259 mpw-build.in (install): Install GDB.
12260
12261 * mpw-configure (prefix, mpw_prefix): Handle it.
12262 * mpw-config.in (mmalloc, readline): Don't configure.
12263 * mpw-build.in (thisscript): Rename to ThisScript.
12264 Use mpw-build instead of BuildProgram everywhere.
12265 (mmalloc, readline): Don't build.
12266 * mpw-README: New file, basic documentation about the MPW port.
12267
12268 * mpw-config.in: Use forward-include to create include files.
12269
12270 * mpw-configure: Add more things to the top of each configured
12271 Makefile, including contents of config/mpw-mh-mpw.
12272 * mpw-config.in (extra-include): Create this directory and fill it
12273 with Posix-like include files when configuring.
12274
12275 * config.sub (apple, mac, mpw): Add various aliases.
12276
12277 * mpw-build.in: New file, top-level build script fragment for MPW.
12278 * mpw-configure: New file, configure script for MPW.
12279 * mpw-config.in: New file, config fragment for MPW.
12280
12281Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12282
12283 * configure.in (host_libs): Remove glob, since it is gone from the
12284 sources.
12285
12286Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12287
12288 * Makefile.in: define empty GDB_NLM_DEPS var.
12289
12290 * configure.in(target_makefile_frag): use config/mt-netware
12291 for netware targets.
12292
12293Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
12294
12295 * config.sub: Merge in recent FSF changes. Remove linux special
12296 cases.
12297
12298Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12299
4bddf3ad 12300 Revert this change:
252b5132
RH
12301
12302 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
12303
12304 * build-all.mk: Use CC=cc -Xs on Solaris.
12305
252b5132
RH
12306Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12307
12308 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
12309 stop using it.
12310 * Makefile.in: Nuke all references to glob subdirectory.
12311
12312Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12313
12314 * configure.in: Fix --enable-shared logic in per-host.
12315
12316Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
12317
12318 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
12319
12320Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12321
12322 * configure.in (noconfigdirs): Don't build gas on AIX, for
12323 powerpc*-*-aix* as well as for rs6000*-*-aix*.
12324
12325Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
12326
12327 * configure: Fix --cache-file to work if the file argument is a
12328 relative path.
12329
12330Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
12331
12332 * configure: If the --cache-file is used, pass it down to
12333 configure in subdirectories.
12334
12335Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
12336
12337 * config.sub: add vxworks29k configuration.
12338
12339Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12340
12341 * Makefile.in (taz): Do "diststuff" part quietly.
12342
12343Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
12344
12345 * config.sub: Mini-merge with gcc/config.sub.
12346
12347Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12348
12349 * config.guess (IRIX): Sed - to _.
12350
12351Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12352
12353 * Makefile.in (source-vault, binary-vault): New targets.
12354
12355Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
12356
12357 * config.sub: Recognize -eabi as a basic system type.
12358
12359Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12360
12361 * configure.in (enable_shared stuff): Fix typo.
12362
12363Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
12364
12365 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
12366
12367Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12368
12369 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
12370
12371Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12372
12373 * configure.in (rs6000-*-*): Don't build gas.
12374
12375Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
12376
12377 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
12378 reduce command line length.
12379 (AS_FOR_TARGET): Check for as.new, not Makefile.
12380 (NM_FOR_TARGET): Check for nm.new, not Makefile.
12381
12382Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
12383
12384 * config.guess: Merge from FSF.
12385
12386Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12387
12388 * configure: Don't use $ when handling program_suffix.
12389
12390Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
12391
12392 * configure.in: Configure tk for hppa/hpux.
12393
12394Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
12395
12396 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
12397
12398Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12399
12400 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
12401 to LIBCXXFLAGS. Tests are better run without it.
12402
12403Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
12404
12405 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
12406
12407Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
12408
12409 * configure.in (*-*-netware*): Don't configure xiberty.
12410
12411Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
12412
12413 * configure.in: Remove tk from native_only list.
12414
12415Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
12416
12417 * build-all.mk: Add mips-ncd-elf target to sun4 targets
12418 for special NCD build.
12419
12420Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12421
12422 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
12423 makeall.bat, they're only useful for binutils snapshots.
12424 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
12425 makeall.bat to specified SUPPORT_FILES.
12426
12427Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
12428
12429 * build-all.mk: Add Ericsson targets to sun4 and solaris
12430 hosts. Add BNR's sun4 target to solaris host, so their
12431 build-from-source will be tested in-house first.
12432
12433Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12434
12435 * Makefile.in (LIBCFLAGS): New variable.
12436 (CFLAGS_FOR_TARGET): Ditto.
12437 (LIBCFLAGS_FOR_TARGET): Ditto.
12438 (LIBCXXFLAGS): Ditto.
12439 (CXXFLAGS_FOR_TARGET): Ditto.
12440 (LIBCXXFLAGS_FOR_TARGET): Ditto.
12441 (BASE_FLAGS_TO_PASS): Pass them.
12442 (EXTRA_TARGET_FLAGS): Ditto.
12443
4bddf3ad 12444 * configure.in: Support --enable-shared.
252b5132
RH
12445
12446Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
12447
12448 * configure.in (target_libs): Include libstdc++ again.
12449 * config.guess: Update from FSF (for FreeBSD).
12450
12451Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12452
12453 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
12454 makeall.bat.
12455 (DISTDOCDIRS): Add `etc'.
12456 (ETC_SUPPORT_PFX): New variable.
12457 (taz): Include anything from etc starting with a word in
12458 ETC_SUPPORT_PFX.
12459
12460Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12461
12462 * config.sub: Update for recent FSF changes. Remove obsolete
12463 h8300hds entry. Add -windows* and -osx as basic os. Minor
12464 spacing changes.
12465
12466Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12467
12468 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
12469
12470 * config.guess: Merge with FSF.
12471 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
12472
12473Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12474
12475 * configure: Since the "trap 0" handler will override the exit
12476 status on many systems, only use it for "exit 1", and make it set
12477 a non-zero exit status; reset it before "exit 0". Also, check
12478 exit status of config.sub, and error out if it failed.
12479
12480Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
12481
12482 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
12483 and install libgloss.
12484
12485Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12486
12487 * Makefile.in (all-binutils): Depend upon all-byacc.
12488
12489 * configure.in: Don't build emacs on Irix 5.
12490
12491Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12492
12493 * configure.in (*-*-netware*): Add libio.
12494
12495Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12496
12497 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
12498 (CHECK_TARGET_MODULES): Ditto.
12499 (INSTALL_TARGET_MODULES): Ditto.
12500 (TARGET_LIBS): Ditto.
12501 (all-libstdc++): Note dependencies.
12502
12503Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12504
12505 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
12506
12507Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12508
12509 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
12510 -fexternal-templates.
12511
12512 * configure.in (target_libs): Add libstdc++.
12513 (noconfigdirs): Add libstdc++ as appropriate.
12514
12515Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12516
12517 * config.guess: Update from FSF.
12518
12519Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12520
12521 * configure: Use ${config_shell} when running ${configsub}.
12522
12523Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
12524
12525 * config.sub: No longer recognize h8300h.
12526
12527Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12528
12529 * config.sub: Remove extraneous differences between config.sub and
12530 gcc/config.sub.
12531
12532Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12533
12534 * Makefile.in (DISTSTUFFDIRS): Add gas.
12535
12536Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
12537
12538 * COPYING.NEWLIB: New file.
12539
12540Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
12541
12542 * config.guess (HP-UX): Patch from Harlan Stenn
12543 <harlan@landmark.com> to also emit release level.
12544
12545Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12546
12547 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
12548
12549Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
12550
12551 * config.sub: Merge nextstep cleanup from FSF.
12552
12553Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12554
12555 * configure.in (arm-*-*): Don't configure ld for this target.
12556
12557Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12558
12559 * configure.in (*-*-netware): don't configure libg++, libio,
12560 librx, or newlib.
12561
12562Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12563
12564 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
12565 configure ld--it works, but it doesn't support shared libraries.
12566
12567Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12568
12569 * config.guess (*-unknown-freebsd*): Get rid of possible
12570 trailing "(Release)" in version string.
12571 Patch from Paul Richards <paul@isl.cf.ac.uk>.
12572
12573Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
12574
12575 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
12576 Fix type: *-next-neststep -> *-next-nextstep.
12577
12578 * config.guess: Merge from FSF:
12579
12580 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12581
12582 * config.guess: Recognize powerpc-ibm-aix3.2.5.
12583
12584 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12585
12586 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
12587 instead of UNIX_SV for UnixWare 1.0).
12588
12589Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
12590
12591 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
12592 to make gdb/nlm/* build after the compiler and linker.
12593
12594Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
12595
12596 * config.guess (netbsd, freebsd, linux): Accept any machine,
12597 not just i[34]86.
12598 (m68k-atari-sysv4): Relocate to match FSF version.
12599
12600 * config.guess: More merges from the FSF:
12601
12602 Add a space before function call or macro invocation.
12603
12604 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12605
12606 * config.guess: Add trap cmd to remove dummy.c and dummy when
12607 interrupted.
12608
12609 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12610
12611 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
12612 (dummy): Redirect stderr from compilation of dummy.c.
12613
12614 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
12615
12616 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
12617
12618Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
12619
12620 * configure: Accept and ignore --cache*, for compatibility with
12621 new autoconf.
12622
12623Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
12624
12625 * config.guess: Merge from FSF:
12626
12627 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12628
12629 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
12630 (PATH): Add /.attbin at end for finding uname.
12631 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
12632
12633 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
12634
80413487 12635 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
12636
12637 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
12638
80413487
RH
12639 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
12640 to select whether to use ELF or COFF.
252b5132
RH
12641
12642 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12643
80413487 12644 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
12645
12646 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12647
12648 * config.guess: Guess the OS version for HPUX.
12649
12650 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12651
12652 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
12653
12654Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12655
12656 * configure.in: Recognize --with-headers, --with-libs, and
12657 --without-newlib.
12658 * Makefile.in (all-xiberty): Depend upon all-ld.
12659
12660Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12661
12662 * configure.in: Change i[34]86 to i[345]86.
12663
12664Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12665
12666 * configure (version): A few more tweaks to help message.
12667
12668Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
12669
12670 * Makefile.in: Remove (for now) librx as a host library,
12671 now that we're building it for target.
12672
12673Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12674
12675 * configure: Fix up help message; from karl@owl.hq.ileaf.com
12676 (Karl Berry).
12677
12678Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
12679
12680 * configure.in: Also configure librx.
12681
12682Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12683
12684 * Makefile.in: Update various rules to reflect that librx
12685 is now needed for libg++.
12686
12687Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12688
12689 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
12690
12691Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12692
12693 * configure.in: Configure the examples directory.
12694
12695Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12696
12697 * configure: Simplify Jun 2 1994 change.
12698
12699Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12700
12701 * change CC to /usr/latest/bin/gcc for lynx host builds, since
12702 /bin/gcc isn't good enough to build gcc.
12703
12704Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
12705
12706 * Makefile.in (GDB_SUPPORT_FILES): Remove
12707 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
12708 (gdb.tar.gz): Add new rule to use standard distribution building
12709 mechanism.
12710
12711Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12712
12713 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
12714 Bill Cox <bill@cygnus.com>.
12715
12716Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
12717
12718 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
12719
12720Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
12721
12722 * configure: Search current dir first in .gdbinit.
12723
12724Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
12725
12726 * config.sub: Recognize freebsd (merged from gcc config.sub).
12727
12728Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
12729
12730 * config.sub: Refer to NeXT's operating system as nextstep.
12731
12732 * config.sub (case $basic_machine): Re-order the cases, to match
12733 the order in the FSF version (which is mostly alphabethical).
12734 Merge in some additions and changes from the FSF.
12735
12736Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
12737
12738 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
12739 * config.sub: Recognize cxux7.
12740 * configure.in: Use mh-cxux for m88k-harris-cxux*.
12741
12742Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12743
12744 * config.sub: Fix typo powerpc -> powerpc-*.
12745
12746Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
12747
12748 * Makefile.in: `all-emacs19' depends on `all-byacc'.
12749
12750 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
12751 parallel with all-emacs and install-emacs). Top-level command
12752 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
12753
12754Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12755
12756 * test-build.mk ($(host)-stamp-stage2-installed): Remove
12757 $(relbindir)/make before doing ``make install'', and use
12758 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
12759 installing over running make binary.
12760 ($(host)-stamp-stage3-installed): Likewise.
12761
12762Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12763
12764 * config.guess: Recognize Mach.
12765
12766Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12767
12768 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
12769 see whether --exec-prefix was used.
12770
12771Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12772
12773 * README: Explicitly mention libg++/README. (Zoo's idea.)
12774
12775Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12776
12777 * Makefile.in: Add all-librx target similar to all-libproc.
12778
12779Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
12780
12781 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
12782 with post 1.2 uname bogosity.
12783
12784Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12785
12786 * configure: Remove temporary files on receipt of a signal.
12787
12788Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
12789
12790 * configure: If there is a package_makefile_frag, remove
12791 ${subdir}/Makefile.tem after copying it in.
12792
12793Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12794
12795 * build_all.mk: support rs6000 lynx identifies itself as
12796 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
12797 since /bin/gcc is too feeble to compile a modern gcc.
12798
12799Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12800
12801 * brought devo/test-build.mk update-to-date with progressive/
12802 test-build.mk. Add lynx targets and hppa flag info.
12803
12804Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12805
12806 * configure.in: Use mh-ncrsvr43. Patch from
12807 Tom McConnell <tmcconne@sedona.intel.com>.
12808
12809Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
12810
12811 * config.guess (i386-unknown-bsdi): No longer need to
12812 check #if defined(__bsdi__) && defined(__i386__).
12813
12814Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12815
12816 * configure: Set program_transform_nameoption correctly.
12817
12818Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12819
12820 * brought build-all.mk update-to-date with progressive build-all.mk,
12821 added new targets and hppa info.
35590697 12822
252b5132
RH
12823Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12824
12825 * configure: If config.guess result is a prefix of the user
12826 specified target, assume a native build and use the user specified
12827 target as the host alias. Remove SunOS patch suffix removal hack.
12828 * configure.in: Remove SunOS patch suffix removal hack.
12829
12830 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
12831 in NATIVE_CHECK_MODULES.
12832
12833Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
12834
12835 * Makefile.in: Rename HOST_ONLY to NATIVE.
12836 * configure: Delete SunOs patch suffix from host_canonical
12837 and build_canonical variables that are prepended to Makefiles.
12838 * configure.in: Add comments for easier maintenance.
12839
12840Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12841
12842 * Makefile.in: Add all-libproc target similar to all-gui.
12843
12844Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
12845
12846 * Makefile.in (CHECK_MODULES): split into
12847 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
12848
12849Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
12850
12851 * config.guess (i386-unknown-bsdi): New system to guess.
12852
12853Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12854
12855 * Makefile.in: Add all-gui target (but not yet build by "all").
12856
12857Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
12858
12859 * config.sub: Move deletion of patch suffix from here...
12860 * configure.in: To here, at Ian's suggestion. The top-
12861 level scripts might need to know of a patch level.
12862
12863Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
12864
12865 * config.sub: Strip off patch suffix so rtl is recognized
12866 as a sunos4.1.3 machine, even though it's been patched.
12867
12868Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
12869
12870 * Makefile.in (INSTALL_LAST): Delete.
12871 (INSTALL_DOSREL): New.
12872
12873Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12874
12875 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
12876 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
12877 whether we pass down --with-gnu-ld anyhow.
12878
12879Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
12880
12881 * Makefile.in (INSTALL_LAST): Change operation so it works
12882 on more flavors of make.
12883 * configure.in (go32): Don't build libg++ or libio.
12884
12885Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
12886
12887 * Makefile.in (Move HOST_PREFIX_1 and friends up so
12888 they can be overriden by templates.
12889
12890Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
12891
12892 * configure.in (target==go32): Don't build gdb.
12893 * dosrel: New directory.
12894
12895Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
12896
12897 * configure.in (host==go32): Configure dosrel too.
12898 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
12899 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
12900 be set by incoming names or templates.
12901 (INSTALL_LAST): New rule.
252b5132
RH
12902
12903Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
12904
12905 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
12906
12907Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12908
252b5132
RH
12909 * configure.in (appdirs): New variable. Currently empty, but will
12910 be used in gas distribution. If nonempty, lists a set of
12911 directories at least one of which must get configured, or top
12912 level configuration is considered to have failed.
12913 (rs6000-*-lynxos*): Use new file name.
12914
12915Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12916
12917 Eliminate XTRAFLAGS.
12918 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
12919 newlib include files using -idirafter, and also use -nostdinc.
12920 (CXX_FOR_TARGET): Likewise.
12921 (XTRAFLAGS): Removed.
12922 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
12923 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
12924 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
12925 ($(DO_X)): Don't pass down XTRAFLAGS.
12926
12927Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12928
12929 * configure.in (mips*-dec-bsd*): New target; do build linker.
12930 (mips*-*-bsd*): New target; don't build linker.
12931
12932Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12933
12934 * configure.in: support rs6000-*-lynxos* configuration.
12935 support sunos4 as a cross target.
12936
12937 * config.sub: look for lynx*, not lynx since the OS version may
12938 legitimately be part of the name.
12939
12940Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12941
12942 * configure.in (i[34]86-*-sco*): Move to be with other i386
12943 targets.
12944 (romp-*-*): New target. Skip various binary utilities.
12945 (vax-*-*): New target. Don't build newlib.
12946 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
12947
12948Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12949
12950 * configure.in: Only set host_makefile_frag if config
12951 directory exists.
12952
12953Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12954
12955 * install.sh: If $dstdir exists, don't check whether each
12956 component does.
12957
12958Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12959
12960 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
12961
12962Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
12963
35590697
AJ
12964 * configure.in (*-*-lynxos*): Don't configure newlib for either
12965 native or cross Lynx.
252b5132
RH
12966
12967Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
12968
12969 * config.sub (sparc64-elf): Fix os.
12970 (z8k): Remove duplicate.
12971
12972Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12973
12974 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
12975 gcc/stmp-fixproto, to try to prevent fixproto from being run.
12976
12977Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
12978
12979 * configure: Make file links cleanly even if Lynx fails on
80413487 12980 an NFS symlink (at least fail cleanly).
252b5132
RH
12981
12982Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12983
12984 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
12985 -XNh2000.
12986
12987Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12988
12989 * configure: Unknown options are fatal again.
12990
12991Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
12992
12993 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 12994 compatibility.
252b5132
RH
12995
12996Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
12997
12998 * build-all.mk: Add `clean' target.
12999
13000Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13001
13002 * config.guess: Add SINIX support.
13003 * configure.in: Add mips-*-sysv4* support.
13004
13005Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
13006
13007 * build-all.mk: Document all useful targets.
13008 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13009 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13010
13011Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13012
13013 * configure: Support --silent, --quiet.
13014
13015Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13016
13017 * configure: Support --disable-FEATURE.
13018
13019Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13020
13021 * config.guess: Recognize NCR running SVR4.3.
13022
13023Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
13024
13025 * config.guess: Make BSDI generate i386-unknown-bsd386.
13026 Patch from Paul Eggert <eggert@twinsun.com>.
13027
13028Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13029
13030 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13031
13032Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13033
13034 * configure: Make unrecognized options give nonfatal warnings
13035 instead of fatal errors, and pass them to any subdirectory
13036 configures in case they recognize them.
13037 Make --x equivalent to --with-x.
13038
13039Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13040
13041 * configure: Add --enable-* options. Clean up usage message and
13042 some comments.
13043
13044Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
13045
13046 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13047
13048Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13049
13050 * configure.in (hppa*-*-*): Enable binutils.
13051
13052Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13053
13054 * config.sub: Recognize cisco.
13055
13056Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
13057
13058 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13059
13060Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13061
13062 * config.guess: about target *-hitachi-hiuxwe2, don't print more
13063 than one configuration name. Add comment.
13064
13065Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
13066
13067 * config.guess: about target *-hitachi-hiuxwe2, fixed
13068 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
13069 macro is incorrect.]
13070
13071Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13072
13073 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13074 than the "make ls" stuff which used to be here.
13075
13076Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13077
13078 * config.guess: Recognize i[34]86-unknown-freebsd.
13079 From Shawn M Carey <smcarey@rodan.syr.edu>.
13080
13081Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
13082
13083 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13084
13085Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
13086
13087 * config.guess: Check for ptx.
13088
13089Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
13090
13091 * config.sub: Add os9k checking.
13092
13093Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13094
13095 * config.guess: Handle OSF1 running on HPPA processors
13096
13097Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13098
13099 * configure: If subdir configure fails, print out a message with
13100 subdirectory name, in case subdir's configure code didn't identify
13101 itself.
13102
13103Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
13104
13105 * configure.in: Remove embedded newlines from configdirs.
13106 Avoid mismatches of substrings. Fix matching strings at end
13107 of configdirs.
13108
13109Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
13110
13111 * config.guess: Add Lynx/rs6000 config support.
13112
13113Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13114
13115 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13116
13117Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
13118
13119 * configure.in (hppa*-*-osf*): Treat this just like most other
13120 PA configurations (eg no binutils or ld).
13121 (hppa*-*-*elf*): These configurations have binutils and ld.
13122
13123Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13124
13125 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
13126
13127Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13128
13129 * configure.in (rs6000-*-*): Build gas.
13130
13131Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13132
80413487 13133 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
13134
13135Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13136
13137 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
13138 for GDB and GDB has been fixed to not need it.
13139
252b5132
RH
13140Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13141
13142 * config.guess: Recognize vax hosts.
13143
13144Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13145
13146 * configure (while loop): Don't use "break 2" inside case
13147 statement -- the case statement isn't an enclosing loop.
13148
13149Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
13150
13151 * config.guess: Clean up NeXT support, to allow nextstep
13152 on Intel machines. Make OS be nextstep.
13153
13154Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
13155
13156 * config.guess: Add alternate forms for Convex.
13157
13158Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
13159
13160 * configure: Completely rewrite option processing. Take
13161 advantage of pattern-matching to avoid invoking test frequently.
13162 Also clean up host and target defaulting logic.
13163
13164Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13165
13166 * Makefile.in: Replace all occurrances of "rootme" with "r" and
13167 "$${rootme}" with "$$r", to increase the likelihood that the do-*
13168 commands (plus user environment) will fit SCO limits.
13169
13170Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13171
13172 * configure.in: Don't issue warnings about directories which are
13173 not being configured if -norecursion is set. Correct test for
13174 --with-gnu-as and --with-gnu-ld to not get confused by substring
13175 matches.
13176
13177 * configure.in: Don't build gas for alpha-dec-osf1*.
13178
13179Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
13180
13181 * configure: Back out Per's change of 12/19/1993. It changes the
13182 behavior of configure in unexpected and confusing ways.
13183
13184 Also, use different delim char when calculating
13185 program_transform_name so that the name can contain slashes.
13186
13187Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
13188
13189 * configure.in, config.sub: Add support for VSTa micro-kernel.
13190
13191Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
13192
13193 * configure.in: Nuke hacks which were used to get a special
13194 version of GAS for HPPA configurations.
13195
13196Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
13197
13198 * configure: If only ${target_alias} is given, use that
13199 as the default for ${host_alias}.
13200 * configure: Add missing back-slashes before nested quotes.
13201
13202Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13203
13204 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
13205
13206Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
13207
13208 * config.guess: Recognize some Tektronix configurations.
13209 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
13210
13211Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13212
13213 * config.sub: Match any flavor of SH.
13214
13215Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
13216
13217 * configure.in: Don't try to configure newlib for Alpha.
13218
13219Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13220
13221 * configure.in: Don't build ld for Irix 5. Don't build gas,
13222 libg++ or libio for any Alpha target.
13223
13224 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
13225
13226Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
13227
13228 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
13229 default arguments -- so it tried to compress itself.
13230
13231Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13232
13233 * configure.in (notsupp): ensure that a space is always at the end
13234 of the configdirs list, since the grep checks for an explicit space
13235
13236Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13237
13238 * configure.in (target i386-sysv4.2): don't build ld, since static
13239 versions of many libraries are not available.
13240
13241Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13242
13243 * config.guess: Recognize Apollos (using environment variables).
13244 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
13245
13246Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13247
13248 * config.guess: Recognize Sony news mips running newsos.
13249
13250Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
13251
13252 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
13253 "fi ; else" for bash.
13254
13255Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
13256
13257 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
13258
13259Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
13260
13261 * config.sub: accept unixware as an alias for svr4.2.
13262 Fix some inconsistancies with the gcc version.
13263
13264Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13265
13266 * Makefile.in (DISTDOCDIRS): Add gdb.
13267
13268Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
13269
13270 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
13271
13272Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13273
13274 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
13275 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
13276 this now.
13277
13278Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13279
13280 * config.sub: Accept hiux* as an OS name.
13281
13282 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
13283 etc/make-stds.texi. The underscore came from gcc, and dje now
13284 agrees that RUNTESTFLAGS is the correct name.
13285
13286Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
13287
13288 * install.sh: Remove 'set -e'. It makes any conditionals
13289 in the script useless.
13290
13291 * config.guess: Automatically recognize arm-acorn-riscix
13292 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
13293
13294Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
13295
13296 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
13297
13298Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13299
13300 * Makefile.in (DISTDOCDIRS): New variable.
13301 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 13302 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
13303
13304Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13305
13306 * configure.in (hppa target): check the source directory for the
13307 pagas sub-directory
13308
13309Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
13310
13311 * config.sub: Allow -aout* and -elf*.
13312
13313Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13314
13315 * configure.in: Don't build ld on i386-solaris2, same as for
13316 sparc-solaris2.
13317
13318Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
13319
13320 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
13321
13322Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13323
13324 * configure.in: Configure gdb for alpha.
13325
13326Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13327
13328 * Makefile.in (CXXFLAGS): Add -O.
13329
13330Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13331
13332 * config.guess: added support for DG Aviion
13333
13334Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13335
13336 * configure.in: Produce warning message for subdirectories not
13337 configurable for this host/target combination. Don't try to
13338 configure gdb for vms.
13339
13340Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13341
13342 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
13343 appropriate files before making "diststuff".
13344 (DISTBISONFILES): New var: list of files to be edited.
13345 (DISTSTUFFDIRS): Add binutils.
13346
13347Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13348
13349 * config.sub: also handle mipsel and mips64el (for little endian mips)
13350
13351Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13352
13353 * configure.in: Add * to end of all OS names.
13354
13355Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
13356
13357 * configure.in: Build newlib for LynxOS native.
13358
13359Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13360
13361 * config.guess: Add support for delta 88k running SVR3.
13362
13363 * configure.in: Add comment about HP compiler vs. emacs.
13364
13365Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13366
13367 * configure.in: don't build ld on solaris2 (not a viable option
13368 due to bugs in getpwnam & getpwuid)
13369
13370Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13371
13372 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
13373 config.guess will produce a full version number.
13374
13375Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13376
13377 * configure.in: Build linker and binutils for alpha-dec-osf1.
13378
13379Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13380
13381 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
13382 and gdb/testsuite/Makefile.in.
13383
13384Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13385
13386 * configure.in: recognize mips*- instead of mips-
13387
13388Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
13389
13390 * config.sub: Accept linux*coff and linux*elf as operating
13391 systems.
13392
13393Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13394
13395 * config.sub: Recognize mips64, and mips3 as an alias for it.
13396
13397Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13398
13399 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
13400 gdb knows how to handle OSF/1 shared libraries.
13401
13402Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13403
13404 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
13405 * config.guess: Recognize Hitachi's HIUX.
13406 * config.sub: Recognize h3050r* and hppahitachi.
13407 Remove redundant cases for hp9k[23]*.
13408
13409Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13410
13411 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
13412 if gas and ld are in the source tree and are in ${configdirs}.
13413 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 13414 --with options (but still pass them down on the command line,
252b5132
RH
13415 if they were explicitly specified).
13416
13417Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13418
13419 * configure: substitute SHELL value in Makefile.in with
13420 ${CONFIG_SHELL}
13421
13422Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13423
13424 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
13425 *-*-solaris2* targets.
13426
13427Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13428
13429 * Makefile.in: define M4, and pass it down to sub-makes;
13430 all-autoconf now depends on all-m4
13431
13432Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13433
13434 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
13435 presence of {ar,ranlib} instead of a configured directory
13436
13437Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
13438
13439 * config.guess: Accept 34?? as well as 33?? for NCR.
13440
13441Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13442
13443 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
13444 of 'gas' in sed commands, since 'gash' is now in the tree as well.
13445
13446Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13447
13448 * configure: grab values for $(CC) and $(CXX) from the
13449 environment, so that someone can do "CC=gcc configure; make" and
13450 have it work right (matching the way that autoconf works now)
13451
13452 * configure.in, Makefile.in: add support for gash, the tcl
13453 interface to Galaxy
13454
13455 * config.guess: add NetBSD variants (hp300, x86)
13456
13457Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
13458
13459 * install.sh: Support -d option (in the manner of SunOS 4 install,
13460 as it is more deterministic than that of GNU install)
13461 (chmodcmd): Set file to mode 755 by default (should also do default
13462 chgrp and chown, but I don't feel like dealing with that now)
13463
13464Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
13465
13466 * config.sub: Remove h8300hhms alias.
13467
13468Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13469
13470 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
13471
13472Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13473
13474 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
13475 as stmp-fixinc
13476
13477Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13478
13479 * config.sub: recognize m88110-bug-coff.
13480
13481Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13482
13483 * Makefile.in (all-libio): all dependencies on the toolchain used
13484 to build this (gcc, gas, ld, etc)
13485
13486Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13487
13488 * config.guess: Deal with OSF/1 1.3 on alpha.
13489
13490Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13491
13492 * install.sh: add some 'else true' clauses for portability
13493
13494 * configure.in: don't build libio for h8[35]00-*-* targets
13495
13496Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
13497
13498 * Makefile.in: Add support for new libio.
13499
13500Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13501
13502 * install.sh: If one command fails, don't try the rest. Don't try
13503 to remove $dsttmp (via trap) unless we have already created it.
13504 If $src doesn't exist, detect it and exit with an error.
13505
13506 * config.guess: Recognize BSD on hp300.
13507
13508Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
13509
13510 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
13511 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
13512
13513Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
13514
13515 * Makefile.in (all-send-pr): depends on all-prms
13516
13517Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13518
13519 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
13520
13521Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13522
13523 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
13524 Added test for mips-mips-riscos5.
13525
13526Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13527
13528 * configure.in: use mh-hp300 for 68k HP hosts
13529
13530Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13531
13532 * configure: add support for CONFIG_SHELL, so that you can use
13533 some alternate shell for evaluating configure scripts
13534
13535Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
13536
13537 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
13538 in configure script to bug-gdb@prep.ai.mit.edu when building
13539 distribution archive.
13540 * Makefile.in (COMPRESS): Remove def.
13541 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
13542 gdb.tar.Z and make-gdb.tar.Z respectively.
13543 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
13544 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
13545 to convergence with 'taz' target in Makefile.in.
13546
13547Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13548
13549 * install.sh (dsttmp): use trap to ensure that tmp files go
13550 away on error conditions
13551
13552Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13553
13554 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
13555
13556Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13557
13558 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
13559 its parent is '/' not ''.
13560
13561 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
13562
13563Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
13564
13565 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
13566 that ${newsrcdir}/configure.in does.
13567
13568Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13569
13570 * test-build.mk: support for CONFIG_SHELL
13571
13572Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
13573
13574 * config.sub (netware): Add as a basic system type.
13575
13576Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13577
13578 * Makefile.in (Makefile): depend on configure.in. Also drop the
13579 $(srcdir)/ from the dependency on Makefile.in.
13580
13581Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
13582
13583 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
13584 (h8300hhms is temporary until multi-libraries are implemented).
13585 * configure.in: Handle h8300h too.
13586
13587Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13588
13589 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
13590
13591Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
13592
13593 * configure: Remove extraneous output when guessing host type.
13594 * config.guess: Remove extraneous output when guessing using C
13595 compiler rather than uname, or when guessing fails.
13596
13597Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13598
13599 * Makefile.in: remove all.cross and install.cross targets
13600
13601 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
13602 definitions
13603
13604Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
13605
13606 * configure.in (target sh): Build gprof.
13607
13608Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13609
13610 * config.sub: change -solaris to -solaris2
13611
13612Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13613
13614 * configure.in: Use config/mh-riscos for mips-*-sysv*.
13615
13616Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
13617
13618 * configure: Correct error message for missing Makefile.in to
13619 print correct directory.
13620
13621Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13622
13623 * install.sh: kludge around 386BSD shell bug
13624
13625Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
13626
13627 * config.guess: Recognize NeXT.
13628 * config.guess: Recognize i486-ncr-sysv4.
13629 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
13630
13631Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
13632
13633 * Makefile.in (MAKEINFOFLAGS): New variable.
13634 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
13635 * build-all.mk, test-build.mk: Pass down --no-split as
13636 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
13637
13638Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
13639
13640 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
13641
13642Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
13643
13644 * Makefile.in (libg++.tar.z): New rule.
13645 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
13646 * Makefile.in (taz): Only do a single chmod.
13647
13648Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13649
13650 * install.sh: don't use dirname anymore (replaced with sed usage)
13651
13652Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
13653
13654 * Makefile.in: Change extension for gzip'd files from '.z' to
13655 '.gz' per new FSF standard usage.
13656
13657Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13658
13659 * configure: put quotes around the final value of program_transform_name
13660
13661Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13662
13663 * Makefile.in: new install.sh support; update install-info rules
13664
13665Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
13666
13667 * configure.in: Build diff for crosses, but not for go32 host.
13668
13669 * configure.in: Build gprof only for native, and don't build it
13670 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
13671
13672Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
13673
13674 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
13675
13676Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13677
13678 * configure.in (host_tools): Add prms.
13679
13680Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13681
13682 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
13683 with $(FLAGS_TO_PASS) on the command line
13684
13685 * config.sub: Recognize lynx and lynxos
13686
13687Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
13688
13689 * config.sub: Accept -ecoff*, not just -ecoff.
13690
13691Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13692
13693 * Makefile.in (taz): Use .gz suffix instead of .z.
13694 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
13695 names.
13696
13697Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13698
13699 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
13700
13701Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13702
13703 * Makefile.in (install-no-fixedincludes): install gcc last, so
13704 that rebuilds that might happen during 'make install' don't get
13705 bogus gcc include files
13706
13707Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13708
13709 Change from Utah for HPPA support:
13710 * config.guess: Recognize hppa1.x-hp-bsd.
13711
13712Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
13713
13714 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
13715 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
13716
13717Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
13718
13719 * config.sub: Add support for rom68k and bug boot monitors.
13720
13721Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
13722
13723 * Makefile.in: Make all-opcodes depend on all-bfd.
13724
13725Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
13726
13727 * config.guess: Added special check for i[34]86-univel-sysv4*.
13728
13729Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
13730
13731 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
13732 the processor rather than assuming i486.
13733
13734Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13735
13736 * config.guess: Recognize SunOS6 as Solaris3.
13737
13738Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
13739
13740 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
13741 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
13742
13743Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
13744
13745 * build-all.mk (all-cross): New target for Canadian Cross.
13746 Added Q2 go32 targets.
13747 * test-build.mk: Configure go32 cross sparclite-aout and
13748 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
13749 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
13750
13751Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13752
13753 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
13754 GO32 hosted toolchains
13755
13756Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
13757
13758 * configure: change so "-exec-prefix" gets passed down rather
13759 than "-exec_prefix" so autoconf generated Makefiles get the
13760 exec_prefix set right.
13761
13762Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13763
13764 * config.guess: get the Solaris2 minor version number
13765
13766 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
13767
13768Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13769
13770 * config.guess: Recognize some Sequent platforms.
13771
13772Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13773
13774 * Makefile.in: added the vault-install target
13775
13776 * configure.in: actually use the Sun3 makefile fragment that's in
13777 config, also added the release dir to configdirs
13778
13779Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13780
13781 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
13782
13783Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13784
13785 * configure.in: remove some program from Alpha targetted toolchains
13786
13787Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
13788
13789 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
13790 gprof.
13791 (taz): Run "make diststuff" in those directories instead of "make
13792 proto-dir". Look for "VERSION=" only at start of line in subdir
13793 Makefile. Use "gzip -9" for compression.
13794 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
13795 (binutils.tar.z): New target.
13796
13797Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13798
13799 * Makefile.in (taz): Include gpl.texinfo.
13800
13801Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13802
13803 * Makefile.in (setup-dirs): Merged into "taz" target.
13804 (taz): Only do `proto-dir' stuff if a directory is actually needed
13805 for this target.
13806
13807Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
13808
13809 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
13810 (FLAGS_TO_PASS): Pass down MUNCH_NM.
13811 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
13812 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
13813 (gcc-no-fixedincludes): Correct for current gcc Makefile.
13814
13815Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
13816
13817 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
13818 config.sub, and move-if-change to gdb testsuite distribution
13819 archive, so the testsuite can be extracted, configured, and
13820 run separately from the gdb distribution. Blow away the Chill
13821 tests that require a Chill compiled executable, since GNU Chill
13822 is not yet publically available.
13823
13824Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13825
13826 * test-build.mk: set environment variables in a single command,
13827 instead of a list of assignments and exports
13828
13829 * config.guess: recognize Alpha/OSF1 systems
13830
13831Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13832
13833 * configure: Change help message to prefer --options rather than
13834 -options.
13835
13836Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13837
13838 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
13839 zippy@ecst.csuchico.edu.
13840 * config.guess: Recognize miniframe.
13841
13842Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
13843
9eb322aa
MF
13844 * Makefile.in: Use srcroot to find runtest rather than rootme.
13845 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
252b5132
RH
13846
13847Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
13848
13849 * test-build.mk: Extensive additions to support building on a
13850 machine other than the host.
13851
13852Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13853
13854 * configure (tooldir): Fix for i386-aix again.
13855
13856Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
13857
13858 * configure, Makefile.in: Change definition of $(tooldir)
13859 to match the FSF.
13860
13861Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
13862
13863 * config.guess: Recognize i[34]86/SVR4.
13864
13865Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13866
13867 * Makefile.in (all-gdb): gdb depends on sim.
13868
13869Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
13870
13871 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
13872 at the same time we make the prototype gdb directory.
13873 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
13874 files at the same time as the gdb base release distribution.
13875
13876Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
13877
13878 * Makefile.in (check): Use individual check targets rather than
13879 DO_X rule.
13880 (check-gcc): Added.
13881
13882Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
13883
13884 * config.sub: Use sysv3.2 not sysv32 for canonical OS
13885 for System V release 3.2.
13886
13887Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13888
13889 * config.sub: Recognize hppaosf.
13890 * configure.in: Do configure ld/binutils/gas for it.
13891
13892Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13893
13894 * configure (tooldir): Alter syntax used to set this, for systems
13895 where "\$" isn't handled right, like i386-aix.
13896
13897Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
13898
13899 * configure: Pass program-transform-name, not
13900 program_transform_name, to recursive configures.
13901
13902Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
13903
13904 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
13905 of gas+ld+binutils.
13906
13907Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
13908
13909 * config.guess: Recognize AIX3.2 as distinct from 3.1.
13910
13911Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13912
13913 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
13914
252b5132
RH
13915Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13916
13917 * Makefile.in (PRMS): Set back to all-prms.
13918
13919Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
13920
13921 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
13922 targets, rather than for MIPS hosts.
13923
13924Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13925
13926 * configure.in: add comment for --with-x default values
13927
13928 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
13929
13930 * Makefile.in: add check-* targets for each of the directories in
13931 the tree. Add a definition of RUNTEST that will use the one we
13932 just built, if it exists. Pass this down via FLAGS_TO_PASS.
13933
13934Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
13935
13936 * configure.in: Removed obsolete references to bfd_target and
13937 target_makefile_frag.
13938
13939 * build-all.mk: Set assorted targets for Q2.
13940 * config.sub: Recognize z8k-sim and h8300-hms.
13941 * test-build.mk: Really don't pass host to configure.
13942 (HOLES): Added uname.
13943
13944Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
13945
13946 * configure: Handle an empty program-prefix, program-suffix or
13947 program-transform-name correctly.
13948
13949Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
13950
13951 * build-all.mk: -G 8 no longer required for MIPS targets.
13952 * test-build.mk: Don't pass host argument to configure; make it
13953 guess.
13954
13955Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
13956
13957 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
13958 * Makefile.in (COMPRESS): New macro, like GZIP.
13959
13960Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
13961
13962 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
13963
13964 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
13965 with gas currently defaults to -G 0.
13966
13967Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
13968
13969 * Makefile.in (all-flex): flex depends on byacc.
13970
13971 * build-all.mk: If host not specified, use config.guess. Pass TAG
13972 to test-build.mk as RELEASE_TAG.
13973 * test-build.mk (configargs): New variable containing arguments to
13974 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
13975 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
13976
13977 * config.guess: Use /bin/uname when checking -X argument on SCO,
13978 to avoid invoking GNU uname which doesn't understand -X.
13979
13980 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
13981
13982 * configure.in: Build gas for mips-*-*.
13983
13984Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13985
13986 * Makefile.in (all.normal): insert missing backslash.
13987
13988Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
13989
4bddf3ad 13990 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
13991
13992 * Makefile.in: Complete overhaul to merge many almost identical
13993 targets.
13994
13995Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13996
13997 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
13998 (gdb.tar.Z): Adjusted.
13999
14000 * Makefile.in (setup-dirs, taz): New targets; should be general
14001 enough to adapt for gdb sometime. Build only .z file.
14002 (gas.tar.z): New target.
14003
14004Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14005
14006 * build-all.mk: Use CC=cc -Xs on Solaris.
14007
252b5132
RH
14008Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
14009
14010 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
14011 for handling BISON for FSF releases.
14012
14013Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14014
14015 * configure: Actually implement the change zoo just documented.
14016
14017Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
14018
14019 * configure: when using config.guess, only set target_alias when
14020 it's not already been set (ie, on the command line)
14021
14022Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14023
14024 * Makefile.in: add installcheck target, set PRMS to install-prms
14025
14026Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14027
14028 * configure: add support for package_makefile_fragment, handle the
14029 case where a directory has a configure.in file but no Makefile.in
14030 more gracefully (with an actual understandable error message, even);
14031 add support for --without (and add this to the usage message); also
14032 explicitly add a --host=${host_alias} to the command line when
14033 config.guess is used
14034
14035Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14036
14037 * configure: Must use both --host and --target in recursive calls.
14038
14039Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
14040
14041 * Makefile.in: Change deja-gnu to dejagnu.
14042
14043Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
14044
14045 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14046
14047Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14048
14049 * configure.in: canonicalize all instances to *-*-solaris2*,
14050 also strip out a number of tools to not build for go32 host
14051
14052Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14053
14054 * config.guess: add GPL.
14055
14056 * Makefile.in, config.guess, config.sub, configure: bump
14057 copyrights to 93.
14058
14059Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
14060
14061 * Makefile.in (do-info): Removed obsolete check for existence of
14062 localenv file.
14063
14064 * Makefile.in (MAKEOVERRIDES): Define to be empty.
14065
14066Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14067
14068 * Makefile.in: a couple of 'else true' for decstation,
14069 support for TclX
14070
14071 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14072
14073Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
14074
14075 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14076
14077Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
14078
14079 * config.guess: Recognize i386-ibm-aix (PS/2).
14080 * configure.in: Use config/mh-aix386 file for it.
14081
14082Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
14083
14084 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14085 CC_FOR_TARGET instead.
14086 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14087
14088Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
14089
14090 * Makefile.in: Add sim to list of directories sent with gdb
14091
14092Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
14093
14094 * configure.in: Put back mips-dec-bsd* case.
14095
14096Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
14097
14098 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14099 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
14100 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
14101
14102Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14103
14104 * configure.in: remove no-op mips-dec-bsd* in "case $target"
14105
14106 * Makefile.in (dir.info): only run gen-info-dir if it exists,
14107 (install-info): install dir.info only if it exists,
14108 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14109
14110Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
14111
14112 * configure.in: For vms target, skip bfd, ld, binutils. Do build
14113 gas for mips-dec-bsd.
14114
14115Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
14116
14117 * configure (makesrcdir): If ${srcdir} is relative and not ".",
14118 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
14119
14120Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
14121
14122 * configure.in: Added "dejagnu" to hosttools list.
14123
14124Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
14125
14126 * config.sub, configure.in, config.guess: Add support
14127 for Bosx, an AIX variant from Bull.
14128 Patches from F.Pierresteguy@frcl.bull.fr.
14129
14130Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
14131
14132 * devo/dejagnu: Initial creation of devo/dejagnu.
14133 Migrated dejagnu testcases and support files for testing software
14134 tools to reside as subdirectories, currently called "testsuite",
14135 within the directory of the software tool. Migrated all programs,
14136 support libraries, etc. beloging to dejagnu proper from
14137 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
14138 with no modifications. The changes to these files which will
14139 allow them to configure, build, and execute properly will be made
14140 in a future update.
14141
14142Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14143
14144 * Makefile.in: Change send_pr to send-pr.
14145 * configure.in: Likewise.
14146 * send_pr: Renamed directory to send-pr.
14147
14148Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
14149
14150 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
14151
14152Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
14153
14154 * README: Update for gdb-4.8 release.
14155 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
14156 gdb-xxx.tar.z (gzip'd) file also.
14157
14158Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14159
14160 * Makefile.in: make all-diff depend on all-libiberty
14161
14162Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
14163
14164 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
14165
14166Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14167
14168 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
14169
14170Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
14171
14172 * Makefile.in (DEVO_SUPPORT): Remove etc directory
14173 (ETC_SUPPORT): Only add the files GDB wants from etc/.
14174 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
14175
14176Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14177
14178 * Makefile.in: makeinfo binary is in a new location
14179
14180Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
14181
14182 * config.sub: Accept -ecoff as an OS.
14183
14184 * Makefile.in: Various changes to eliminate a level of make
14185 recursion and reduce the required command line length.
14186 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
14187 sub-makes.
14188 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
14189 variables holding settings for specific sub-makes.
14190 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
14191 in terms of BASE_FLAGS_TO_PASS.
14192 (TARGET_LIBS): New variable listing directories which use
14193 TARGET_FLAGS_TO_PASS.
14194 (subdir_do): Eliminated.
14195 (do-*): New set of targets to replace subdir_do.
14196 (various): All targets which used subdir_do now depend on do-*.
14197 (local-clean): Renamed from do_clean.
14198 (local-distclean): New target, dependency of distclean and
14199 realclean.
14200 (install-info): Don't create directories. Depend on dir.info
14201 rather than calling make recursively.
14202 (install-dir.info): Eliminated.
14203 (install-info-dirs): Create all info directories here.
14204 (dir.info): Depend upon do-install-info.
14205
14206 * test-build.mk (HOLES): Added false.
14207
14208Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
14209
14210 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
14211
14212Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14213
14214 * Makefile.in (info): remove dependency on all-texinfo. The
14215 problem was really in texinfo/C, not at this level.
14216
14217Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
14218
14219 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
14220
14221Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
14222
14223 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
14224 GDB releases.
14225
14226Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14227
14228 * configure: Include srcdir in message about target of link not
14229 being found. Don't convert `-' to `_' in `with' options being
14230 passed to subdirs.
14231
14232Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14233
14234 * configure.in: add uudecode to host_tools
14235
14236 * Makefile.in: added {all,install}-uudecode targets, added them to
14237 the appropriate lists
14238
14239Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
14240
14241 * Makefile.in (all-gcc): Added dependency on all-gas.
14242
14243 * configure.in (mips-*-*): Build ld and binutils.
14244
14245Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14246
14247 * configure: check return code from mkdir, print error message and
14248 exit on failure.
14249
14250Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
14251
14252 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
14253
14254Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
14255
14256 * test-build.mk (HOLES): Added tar, cpio and uudecode.
14257
14258Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14259
14260 * config.sub (h8500): Recognize this as a cpu type.
14261
14262Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14263
14264 * configure: source directory missing is no longer a warning
14265
14266 * configure.in: recognize irix[34]* instead of irix[34]
14267
14268 * Makefile.in: define and pass down X11_LIB
14269
252b5132
RH
14270Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
14271
14272 * guess-systype: Renamed to ...
14273 * config.guess: ... by popular request.
14274 * configure.in, Makefile.in: Update accordingly.
14275
14276Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
14277
14278 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
14279 + Add Convex, Cray/Unicos, and Encore/Multimax support.
14280 + Execute ./dummy instead of assuming . is in PATH.
14281
14282Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
14283
14284 * guess-systype: New shell script. Attempts to guess the
14285 canonical host name of the executing host.
14286 Only a few hosts are supported so far.
14287 * configure: Call guess-systype if no host is specified.
14288
14289Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
14290
14291 * Makefile.in (gcc-no-fixedincludes): Made to work with current
14292 gcc Makefile.
14293
14294
14295Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
14296
14297 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
14298 (all-gcc, install-gcc, subdir_do): Use it.
14299
14300Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14301
14302 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
14303
14304Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
14305
14306 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
14307 set exclusively by configure, using configure.in .
14308
14309Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14310
14311 * test-build.mk: set $PATH for all builds
14312
14313 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
14314
14315Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
14316
14317 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
14318 the one used in gcc/Makefile.in, so that a null expansion doesn't
14319 override the one needed to build gcc with a native cc.
14320
14321
14322Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14323
14324 * configure: Accept -with arguments.
14325
14326Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14327
14328 * Makefile.in: added h8300sim
14329
14330Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
14331
252b5132
RH
14332 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
14333 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
14334 (all-cygnus, native, build-cygnus): Make
14335 $(canonhost)-stamp-3stage-done, not $(host)....
14336 * test-build.mk (stamp-3stage-compared): Use tail +10c for
14337 i386-sco3.2v4. Added else true to if command.
14338
14339Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
14340
14341 * config.sub: (from FSF) Sequent uses a BSD-like OS.
14342
14343Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
14344
14345 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
14346
14347Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14348
14349 * configure.in: don't remove binutils from Solaris builds
14350
14351Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
14352
14353 * Makefile.in: get rid of earlier definitions for *clean,
14354 also handle the recursive info rule better
14355
14356Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
14357
14358 * Makefile.in (mostlyclean, distclean, realclean): Fix to
14359 do more-or-less the right thing.
14360
14361Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
14362
14363 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
14364 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
14365
14366Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14367
14368 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
14369 $(host_canonical).
14370
14371 * configure.in: split the configdirs list into 4 categories (native
14372 v. cross, library v. tool) and handle the cross-only and native-
14373 only in more reasonable (and correct!) way.
14374
14375Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
14376
14377 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
14378 configdirs anymore.
14379
14380Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14381
14382 * Makefile.in: extensive cleanup:: removed all of the explicit
14383 clean-* targets, collapsed many wrappers around subdir_do into
14384 one, added additional targets to satisfy standards.texi, deleted
14385 some old targets, some changes for consistency
14386
14387Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14388
14389 * configure.in: handle some programs as cross-only, and others as
14390 native only
14391
14392 * test-build.mk: handle partial holes in a more generic manner
14393
14394 * Makefile.in: m4 depends on libiberty
14395
252b5132
RH
14396Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14397
14398 * configure.in: add m4, textutils, fileutils, sed, shellutils,
14399 time, wdiff, and find to configdirs
14400
14401 * Makefile.in: all, clean, and install rules for the new programs
14402 added to configure.in
14403
14404Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14405
14406 * configure.in: use mh-sun for all *-sun-* hosts
14407
252b5132
RH
14408Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14409
14410 * Makefile.in: define flags for X11 include files and library file
14411 locations, pass them down to the programs that need this info
14412
14413 * build-all.mk: added a 'native' target, to 3stage the native toolchain
14414
252b5132
RH
14415Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14416
14417 * configure.in: start building libg++ for HP-UX targets
14418
14419Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
14420
14421 * README: Update references to files moved into etc/.
14422
14423Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
14424
14425 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
14426 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
14427
14428Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
14429
14430 * configure: accept dash as well as underscore in long option
14431 names for FSF compatibility.
14432
14433Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
14434
14435 * config.sub: added -sco3.2v4 support from FSF.
14436
14437Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14438
14439 * configure.in: expand the section that adds or removes
14440 directories from the list of programs to build, to handle native
14441 vs. cross in addition to host v. native
14442
14443Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
14444
14445 * Makefile.in: Replace C++ in macro names with CXX.
14446 This is less likely to break ...
14447
14448Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14449
14450 * test-build.mk: add -w to GNU_MAKE
14451
14452Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14453
14454 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
14455 add 'sparc' to list of recognized cpus. This needed to make
14456 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
14457 Delete some redundant ose68 variants. Recognize -wrs as an os,
14458 then changes that into $CPU-wrs-vxworks.
14459
14460 * configure.in: remove most references to gdbtest, regularize
14461 target based program removal
14462
14463 * test-build.mk: import from p3 tree (many fixes and changes)
14464
14465Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14466
14467 * Makefile.in: added rules to handle tcl, tk, and expect
14468
14469 * configure.in: handle those directories if they exist
14470
14471Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14472
14473 * config.sub: removed bogus hppabsd and hppahpux names, since
14474 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
14475
14476Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14477
14478 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
14479 depends upon all-xiberty
14480
14481 * Makefile.in: changes from p3, including:
14482
14483 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
14484
14485 * Makefile.in (XTRAFLAGS): include newlib directories if
14486 newlib/Makefile exists, rather than if host != target.
14487
14488 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
14489
14490 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14491 from the same source tree and not building a cross-compiler. This
14492 matters for the libg++ configuration if reconfiguring a tree that
14493 has already been installed.
14494
14495 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
14496
14497 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14498 pick up the machine and system specific header files.
14499
14500 * Makefile.in: added AS_FOR_TARGET, passed down in
14501 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14502 the C compiler to use to create programs which are run in the
14503 build environment, set it to default to $(CC), and passed it down
14504 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14505
14506 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
14507
14508 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
14509 We need them for unusual native builds, like systems without
14510 ranlib.
14511
14512 * configure: also define $(host_canonical) and
80413487
RH
14513 $(target_canonical), which are the full, canonical names for the
14514 given host and target
252b5132
RH
14515
14516Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
14517
14518 * Makefile.in: Added separate definitions for C++.
14519
14520Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
14521
14522 * configure.in (configdirs): Add deja-gnu.
14523
14524Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
14525
14526 * README: Update for configure.texi and gdb-4.7 release.
14527
14528Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
14529
14530 * Makefile.in: Move "all" target to top of file.
14531 Previously, first target was ".PHONY" which caused BSD4.4 make
14532 to build .PHONY when make was run without arguments.
14533
14534Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
14535
14536 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
14537 Library-copylefted code in libiberty.
14538
14539Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
14540
14541 * config.sub: Replace m68kmote with plain old m68k.
14542
14543Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
14544
14545 * Makefile.in: Remove space from blank line, avoid Make complaints.
14546
14547Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
14548
14549 * config.sub: Complain if no argument is given. Added support for
14550 386bsd as OS and target alias.
14551
14552Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
14553
14554 * Makefile.in (XTRAFLAGS): include newlib directories if
14555 newlib/Makefile exists, rather than if host != target.
14556
14557Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
14558
14559 * config.sub: recognize sparclite-wrs-vxworks.
14560
14561 * Makefile.in (install-xiberty): added *-xiberty make rules (from
14562 p3.) Added clean-xiberty to clean.
14563
14564Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14565
14566 * configure.in: use *-*-* instead of nested cases for host and target
14567
14568Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
14569
14570 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14571 from the same source tree and not building a cross-compiler. This
14572 matters for the libg++ configuration if reconfiguring a tree that
14573 has already been installed.
14574
14575Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
14576
14577 * config.sub (i486v/i486v4): Merge in from FSF version.
14578
14579Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
14580
14581 * configure: only set PWD if it is already set.
14582
14583Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
14584
14585 * configure: just set PWD=`pwd` at the top, since Ultrix sh
14586 doesn't have unset and all success paths (and most error paths)
14587 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
14588 to just ${PWD} to avoid confusion.)
14589
14590Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
14591
14592 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
14593 even for a native compilation.
14594
14595Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
14596
14597 Changes to make the gdb.tar.Z rule work better.
14598
14599 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
14600 (DEVO_SUPPORT): Add configure.texi.
14601 (bfd-ilrt.tar.Z): Remove ancient rule.
14602
14603Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
14604
14605 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14606 pick up the machine and system specific header files.
14607
14608 * configure.in, config.sub: added new target m68010-adobe-scout,
14609 with alias of adobe68k. Changed configure.in to check for
14610 -scout before -sco* to avoid a false match.
14611
14612 * Makefile.in: added AS_FOR_TARGET, passed down in
14613 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14614 the C compiler to use to create programs which are run in the
14615 build environment, set it to default to $(CC), and passed it down
14616 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14617
14618Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
14619
14620 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
14621 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
14622 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
14623 FOR_TARGET variants, to newlib and libg++.
14624
14625Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
14626
14627 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
14628 first.
14629
14630Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
14631
14632 * config.sub: Accept `elf' as an environment.
14633
14634Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14635
14636 * Makefile.in (all-opcodes): cd into the right directory
14637
14638Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
14639
14640 * configure: added -program_transform_name option, used as
14641 argument to sed when installing programs.
14642 configure.texi: added documentation for -program_prefix,
14643 -program_suffix and -program_transform_name.
14644
14645Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
14646
14647 * config.sub: Accept i486 where i386 ok.
14648
14649Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
14650
14651 * config.sub: accept we32k
14652
14653Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
14654
35590697 14655 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
14656
14657 * Makefile.in: don't create all directories for ``make install'';
14658 let the subdirectories create the ones they need.
14659
14660Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14661
80413487 14662 * COPYING: new file, GPL v2
252b5132
RH
14663
14664Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14665
14666 * Makefile.in: use the new gen-info-dir, which needs a template
14667 argument (which also lives in texinfo)
14668
14669 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
14670
252b5132
RH
14671Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
14672
14673 * config.sub (ncr3000): Change i386 to i486.
14674
14675Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14676
14677 * Makefile.in: add install-rcs, install-grep to
14678 install-no-fixedincludes, removed install-bison and install-libgcc
14679
14680Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
14681
14682 * configure.in: grab the HPUX makefile fragment if on HPUX
14683
14684Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14685
14686 * Makefile.in: eradicate bison spoor (ditto libgcc).
14687 configure.in: recognise m68{k,000}-ericsson-OSE.
14688 es1800 is alias for m68k-ericsson-OSE
14689
14690Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14691
14692 * configure.in: rearrange the parts that remove programs from
14693 configdirs, based now on HOST==TARGET or by canonical triple.
14694
14695Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14696
14697 * test-build.mk: recurse explicitly with -f test-build.mk when
14698 appropriate. predicate stage3 and comparison on the existence
14699 of gcc. That is, if gcc isn't around, we aren't three-staging.
14700 On very clean, also remove ...stamp-co. Build in-place before
14701 doing other builds.
14702
14703Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14704
14705 * Makefile.in, configure.in: add tgas
14706
14707Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14708
14709 * Makefile.in: a number of changes merged in from progressive.
14710
14711 * configure.in: add libm.
14712
14713 * .cvsignore: ignore some stuff that comes from test-build.mk.
14714
252b5132
RH
14715Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
14716
14717 * config.sub: Add es1800 (m68k-ericsson-es1800).
14718
14719Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14720
14721 * configure: Add program_suffix (parallel to program_prefix)
14722 * Makefile.in: adjust directory-creating script for losing decstation
14723
14724Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
14725
14726 * configure: Minor $subdir-related fixes.
14727
14728Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14729
14730 * configure: fix various problems with propogating
14731 makefile_target_frag in subdirs.
14732 * configure.in: config libgcc if its there
14733
14734Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
14735
14736 * config.sub: HPPA merge.
14737
252b5132
RH
14738Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
14739
14740 * Makefile.in: Replace all-bison with all-byacc in all
14741 dependency lines for other tools (which now use byacc).
14742
14743Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
14744
14745 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
14746
252b5132
RH
14747Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
14748
14749 * Makefile.in: make gprof rules similar to byacc rules (instead of
14750 vestigal $(unsubdir) that didn't work...)
14751
14752Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
14753
14754 * config.sub: Add support for Linux.
14755 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
14756 (at least for libg++).
14757
14758Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14759
14760 * configure.texi: fix doc for the -nfp option to configure
14761
14762Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
14763
14764 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
14765
14766Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
14767
14768 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
14769 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
14770 * configure.in: added solaris* host_makefile_frag hook.
14771
14772Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14773
14774 * config.sub: changed recognition of m68000 so that various
14775 m68k types can be specified via m680[01234]0
14776
14777Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14778
14779 * config.sub (basic_machine): fix sed so that '-foo' isn't
14780 completely substituted out while .+'-foo' loses the '-foo'
14781
14782Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14783
14784 * config.sub ($os): Add -aout.
14785
14786Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
14787
14788 * configure: If host_makefile_frag is absolute, don't
14789 prefix ${invsubdir} (relevant to libg++ auto-configure).
14790
14791Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14792
14793 * Makefile.in (tooldir): Define it.
14794 (all-ld): Depend on all-flex.
14795
14796Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
14797
14798 * Makefile.in (check): Fix libg++ special case.
14799
14800Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
14801
14802 * configure: do not bury `pwd` into config.status, thus do fewer
14803 pwd's.
14804
14805 * configure: print the "Building in" message only when building in
14806 other than "." AND verbose.
14807
14808 * configure: remove -s, rework -v to better accomodate guested
14809 configures.
14810
14811 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
14812
14813Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
14814
14815 * Makefile.in: macroize flags passed on recursion. remove
14816 fileutils.
14817
14818Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
14819
14820 * configure: get makesrcdir right for subdirs deeper than 1.
14821
14822 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
14823 install.
14824
14825Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
14826
14827 * Makefile.in: don't print subdir_do or recursion lines.
14828
14829Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
14830
14831 * standards.texi: added menu item.
14832
14833 * Makefile.in: build and install standards.info.
14834
14835 * standards.texi: new file.
14836
14837Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14838
14839 * configure: test for and move config.status pieces from
14840 ${subdir}/.
14841
14842Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
14843
252b5132
RH
14844 * configure: Test for existance of files before trying to mv
14845 them, to avoid numerous non-existance messages.
14846
14847Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
14848
14849 * configure: correct final line of config.status.
14850
14851 * configure: patch from eggert. Avoids a protection problem if
14852 the original Makefile.in is read only.
14853
14854 * configure: use move-if-change from gcc to create config.status.
14855 Some makefiles depend on config.status to tell if a directory
14856 has been reconfigured for a different host. This change
14857 prevents those directories from remaking everything in the case
14858 where the reconfig was only intended to rebuild a Makefile.
14859
14860 * configure: test for config.sub with "config.sub sun4" rather
14861 than "config.sub ${host_alias}". Otherwise we can't tell a bad
14862 host alias from a missing config.sub.
14863
14864Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14865
14866 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
14867 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
14868
14869Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
14870
14871 * configure: mkdir ${subdir} as needed.
14872
14873Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
14874
14875 * Makefile.in,configure.in: added autoconf.
14876
14877Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14878
14879 * Makefile.in: no longer pass against on recursion.
14880
14881 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
14882 definitions are not inherited.
14883
14884 * configure: correct makesrcdir when subdir is .
14885
14886Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
14887
14888 * configure: Add support for 'subdirs' variable, which is
14889 like 'configdirs', except that configure doesn't re-invoke
14890 itself for subdirs, it just creates a Makefile for each subdir.
14891 * configure.texi: Document subdirs.
14892
14893Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14894
14895 * configure.in: added flex to configdirs
14896
14897Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
14898
14899 * Makefile.in: remove clean-stamps from clean.
14900
14901Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
14902
14903 * configure.in: Add gdbtest to configdirs.
14904
14905Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
14906
14907 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
14908 to recursive makes.
14909 * configure.in: Recognize new ncr3000 config.
14910
14911Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
14912
14913 * Makefile.in, configure.in: removed references to gdbm.
14914
14915Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
14916
14917 * config.sub: Don't canonicalize os value
14918 newsos* to bsd (readline needs to check for newsos).
14919 (This fix was earlier made Jan 31, but got re-broken.)
14920
14921Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
14922
14923 * configure.in: sco is an os, not a vendor!
14924
14925 * configure: Quote $( better. Keep various shells happy.
14926
14927Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
14928
14929 * Makefile.in: eliminate stamp-files.
14930
14931Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
14932
14933 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
14934 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
14935
14936Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
14937
14938 * config.sub: fix iris/iris3.
14939
14940Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
14941
14942 * configure: re-add -rm.
14943
14944Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
14945
14946 * Maskefile.in: add .stmp-rcs to all.
14947
14948 * configure.in: remove gas from rs6000 build, use aix host fragment.
14949
14950Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
14951
14952 * configure: pass down site_option during recursion.
14953
14954Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
14955
14956 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
14957
14958Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
14959
14960 * configure: Change exec_prefix so that it really defaults to prefix.
14961
14962Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
14963
14964 * Makefile.in, configure.in: Add support for mmalloc library.
14965
14966Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
14967
14968 * Makefile.in: add stmp dependencies for a few more things.
14969
14970Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
14971
14972 * configure: adjusted error message on objdir/srcdir configure
14973 collision, per john's suggestion.
14974
14975 * Makefile.in: add libiberty stmp to all and all.cross.
14976
14977Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
14978
14979 * Makefile.in: remove force dependencies, add grep to all.
14980
14981Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
14982
14983 * Makefile.in: drop flex. make stamp files work.
14984
14985 * configure: added test for conflicting configuration in srcdir,
14986 remove trailing slashes from srcdir. Otherwise emacs gdb mode
14987 gets cranky. use relative paths for configure and srcdir
14988 whenever possible. Send some error messages to stderr that were
14989 going to stdout.
14990
14991Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
14992
14993 * Makefile.in: Fix libg++ rule to check for gcc directory
14994 before using gcc/gcc. Also pass XTRAFLAGS.
14995
14996Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
14997
14998 * Makefile.in: added stmp-files so that directories aren't polled
14999 when they are already built.
15000
15001 * configure.texi: fixed a node pointer problem.
15002
15003Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
15004
4bddf3ad 15005 * config.sub configure.in gdb/configure.in
252b5132
RH
15006 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15007 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15008 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
15009
15010Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15011
15012 * configure: -recurring becomes -silent. corrected help message
15013 for -site= option.
15014
15015 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15016
15017Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15018
15019 * configure: when building Makefile for crosses, replace
15020 tooldir and program_prefix. default srcdir from location of
15021 config.sub. remove "for host in hosts" and "for target in
15022 targets" loops.
15023
15024Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15025
15026 * Makefile.in: Do not pass bindir or mandir to cvs.
15027
15028Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
15029
15030 * Makefile.in, configure.in: removed traces of namesubdir,
15031 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
15032 copyrights to '92, changed some from Cygnus to FSF.
15033
15034 * configure.texi: remove most references to multiple hosts,
15035 multiple targets, subdirs, etc.
15036
15037 * configure.man: removed rcsid. reference config.sub not
15038 config.subr.
15039
15040 * Makefile.in: mkdir $(infodir) on install-info.
15041
15042Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
15043
15044 * configure.texi: Explain better about .gdbinit and about
15045 the environment that configure.in sections run in.
15046
15047Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
15048
15049 * configure.in: Ultrix is only a decstation if it's a MIPS.
15050
15051Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
15052
15053 * README: DOC.configure => cfg-paper.texi.
15054
15055Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
15056
15057 * config.sub (near case $os): Don't convert newsos* to bsd!
15058
15059Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
15060
15061 * Makefile.in: Reinstall change from gdb-4.3 that reduces
15062 the number of copies of COPYING that go into the GDB tar file.
15063
15064Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
15065
4bddf3ad 15066 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
15067 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15068 Fix SCO configuration stuff.
15069
15070Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
15071
15072 * Makefile.in: For libg++, make sure the -I pointing
15073 to the gcc directory goes *after* all the libg++-local -I flags.
15074 Also, move just-gcc dependency from just-libg++ to all-libg++.
15075
15076Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
15077
15078 * configure: Change -x to -f to keep Ultrix /bin/test happy.
15079
15080Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
15081
15082 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
15083
15084Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
15085
15086 * config.sub: Add stratus configuration frags. Also
15087 submitted to FSF.
15088
15089Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
15090
15091 * Makefile.in (DEV_SUPPORT): add configure.man.
15092
15093 * config.sub(Decode manufacturer-specific): add -none*.
15094
15095Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
15096
15097 * Makefile.in: remove form feeds to make Sun's make happy.
15098 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
15099
15100Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
15101
15102 * Makefile.in (AR_FLAGS): Make quieter.
15103
15104Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
15105
15106 * configure.in: Add libg++.
15107 * configure: When verbose, don't output the command line at each
15108 level; it will be unremarkably the same as the previous version,
15109 which will be the same as what the user typed.
15110
15111Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
15112
15113 * configure.in, Makefile.in: fix clean-info, add flex. add
15114 fileutils.
15115
15116 * configure: be less sensitive to spaces in Makefile.in. Do not
15117 look for sources in "..". Doing so breaks subdirectories that
15118 might have their own configure. If a subdir has it's own
15119 configure script, use it.
15120
15121Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
15122
15123 * cfg-paper.texi: some changes suggested by rms.
15124
15125Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
15126
15127 * config.sub: Merge in some small additions from the FSF version,
15128 taken from the gcc distribution, to bring the Cygnus and FSF
15129 versions into closer sync.
15130
15131Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
15132
15133 * configure.in: Changed svr4 references to sysv4.
15134
15135Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
15136
15137 * configure: added -V for version number option.
15138
15139Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
15140
15141 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
15142 renamed from DOC.configure to cfg-paper.texi.
15143
15144Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15145
15146 * configure, config.subr, config.sub: config.subr is now
15147 config.sub again.
15148
15149Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
15150
15151 * configure.texi: new file, in progress.
15152
15153 * Makefile.in: build info file and install the man page for
15154 configure.
15155
15156 * configure.man: new file, first cut.
15157
15158 * configure: find config.subr again now that configuration "none"
15159 has gone. removed all traces of the -ansi option. removed all
15160 traces of the -languages option.
15161
15162 * config.subr: resync from rms.
15163
d932cae7 151641991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15165
15166 * configure, config.sub, config.subr: merge config.sub into
15167 config.subr, call the result config.subr, remove config.sub, use
15168 config.subr.
15169
15170 * Makefile.in: revised install for dir.info.
15171
d932cae7 151721991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15173
15174 * configure.in: add decstation host makefile frag.
15175
15176 * Makefile.in: BISON now bison -y again. also install-gcc on
15177 install. clean-gdbm on clean. infodir belongs in datadir.
15178 Make directories for info install. Build dir.info here then
15179 install it.
15180
d932cae7 151811991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15182
15183 * Makefile.in: fix for bad directory tests.
15184
d932cae7 151851991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15186
15187 * configure: \{1,2\} appears to be a sysv'ism. Use a different
15188 regexp. -srcdir relative was being handled incorrectly.
15189
15190 * Makefile.in: unwrapped some for loops so that parallel makes
15191 work again and so one can focus one's attention on a particular
15192 package.
15193
d932cae7 151941991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15195
15196 * configure: added PWD as a stand in for `pwd` (for speed). use
15197 elif wherever possible. make -srcdir work without -objdir.
15198 -objdir= commented out.
15199
d932cae7 152001991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15201
15202 * configure: +options become --options. -subdirs commented out.
15203 added -host, -datadir. Renamed -destdir to -prefix. Comment in
15204 Makefile now at top of generated Makefile. Removed cvs log
15205 entries. added -srcdir. create .gdbinit only if there is one
15206 in ${srcdir}.
15207
15208 * Makefile.in: idestdir and ddestdir go away. Added copyrights
15209 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
15210 and mandir now keyed off datadir by default.
15211
d932cae7 152121991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15213
15214 * Freshly created ChangeLog.
15215
15216\f
15217Local Variables:
15218mode: change-log
15219left-margin: 8
15220fill-column: 76
15221version-control: never
15222End:
This page took 1.328787 seconds and 4 git commands to generate.