Automatic date update in version.in
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
6e733cce
L
12014-11-24 H.J. Lu <hongjiu.lu@intel.com>
2
3 * libtool.m4: Updated from GCC trunk.
4
8969c424
JBG
52014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
6
7 * config.guess: Update from upstream config repo.
8 * config.sub: Ditto.
9
37e77caf
JBG
102014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
11
12 * move-if-change: Update from upstream gnulib.
13
e3046511
JBG
142014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
15
16 * compile: Sync with upstream Automake.
17 * depcomp: Ditto.
18 * install-sh: Ditto.
19 * missing: Ditto.
20 * mkinstalldirs: Ditto.
21 * ylwrap: Ditto.
22
3e615393
TG
232014-10-15 Tristan Gingold <gingold@adacore.com>
24
25 * src-release.sh (do_proto_toplev): Configure with --target.
26
6d26190c
JY
272014-10-03 Jing Yu <jingyu@google.com>
28
29 * configure.ac: Add aarch64 to list of targets that support gold.
30 * configure: Regenerate.
31
a9d58c06
AB
322014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
33
34 * configure.ac: Add mips*-img-elf* target triple.
35 * configure: Regenerate.
36
b25b5cef
CJW
372014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
38 * configure: Disable gdb for nds32*-*-* until supported.
39 * configure.ac: Disable gdb for nds32*-*-* until supported.
40
f8797b5a
JB
412014-09-05 Joel Brobecker <brobecker@adacore.com>
42
43 * configure: Regenerate.
44
2536ee9d
WN
452014-08-27 Will Newton <will.newton@linaro.org>
46
47 * src-release.sh: New file.
48 * src-release: Remove file.
49
1f995db6
JS
502014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
51
52 GDB not supported for or1k*-*-rtems*
53 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
54 of the stanzas results in this not being caught by or1k*-*-* later.
55 * configure. Regenerated.
56
a843ea33
SB
572014-07-25 Samuel Bronson <naesten@gmail.com>
58
59 * .gitattributes: New file for use with git-merge-changelog.
60
cfbc1a6c
JS
612014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
62
63 Disable gdb for or1k*-*-* until supported
64 * configure.ac (or1k*-*-*): Disable gdb.
65 * configure: Regenerated.
66
d9e042ac
SL
672014-05-14 Sandra Loosemore <sandra@codesourcery.com>
68
69 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
70 * configure: Regenerated.
71
201f096f 722014-03-26 Jakub Jelinek <jakub@redhat.com>
73
74 PR sanitizer/56781
75 * Makefile.def: Set bootstrap=true; for host fixincludes.
76 * configure.ac: Don't bootstrap host fixincludes unless
77 --with-build-config=bootstrap-{a,ub}san.
78 * Makefile.in: Regenerated.
79 * configure: Regenerated.
80
730af8ee 812014-03-21 Jakub Jelinek <jakub@redhat.com>
82
83 * configure.ac: Move BUILD_CONFIG set up earlier. Add
84 --enable-vtable-verify option parsing. Don't add
85 target-libsanitizer to bootstrap_target_libs unless
86 --with-build-config=bootstrap-asan or
87 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
88 to bootstrap_target_libs unless --enable-vtable-verify.
89 * configure: Regenerated.
90
abca8d87 912014-03-07 Jakub Jelinek <jakub@redhat.com>
92
93 PR bootstrap/58572
94 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
95 -I for libstdc++-v3 includes if $(LEAN).
96 * Makefile.in: Regenerated.
97
68d122bb 982014-02-24 Walter Lee <walt@tilera.com>
99
100 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
101 (tilegx-*-*): Change to tilegx*-*-*.
102 * configure: Regenerate.
103
39d1b2ae
RS
1042014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
105
106 * config.sub, config.guess: Import from upstream.
107
50f80006
EB
1082014-04-04 Eric Botcazou <ebotcazou@adacore.com>
109
110 PR bootstrap/60620
111 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
112 * Makefile.in: Regenerate.
113
a6305403
YS
1142014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
115
116 * Makefile.def (dependencies): Make all-ld depend on all-binutils
117 for WINDRES_FOR_TARGET in default-manifest.o rule.
118 * Makefile.in: Regenerate.
119
62a0f723
RO
1202014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
121
122 PR target/59788
123 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
124 *solaris2*.
125
530e8392
KB
1262013-12-19 Keven Boell <keven.boell@intel.com>
127
128 * cp-namespace.c (cp_lookup_nested_symbol): Enable
129 nested lookups for fortran modules.
130 * dwarf2read.c (read_module): Add fortran module to
131 the symbol table.
132 (add_partial_symbol, add_partial_module): Add fortran
133 module to the partial symbol table.
134 (new_symbol_full): Create full symbol for fortran module.
135 * f-exp.y (yylex): Add new module domain to be parsed.
136 * symtab.h: New domain for fortran modules.
137
7f9b20bb
KB
1382013-12-19 Keven Boell <keven.boell@intel.com>
139
140 * f-exp.y (yylex): Add domain array to enable lookup
141 in multiple domains. Loop over lookup domains and try
142 to find requested symbol. Add STRUCT_DOMAIN to lookup
143 domains to be able to query for user defined types.
144
afc0578d 1452013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
146
147 * configure.ac: Add user-friendly check for native x86_64-linux
148 multilibs.
149 * configure: Regenerate.
150
f3f51a69
AM
1512013-11-23 Alan Modra <amodra@gmail.com>
152
153 * config.sub, config.guess: Import from upstream.
154
2440009d 1552013-11-07 Thomas Schwinge <thomas@codesourcery.com>
156
2440009d 157 * Makefile.in: Regenerate.
158
e78e02e6 159 * Makefile.tpl: Fix typo.
160 * Makefile.in: Regenerate partially.
161
9aaf2a7e 1622013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
163
164 * configure.ac: Added libcilkrts to noconfig list when C++ is not
165 supported.
166 * configure: Regenerated.
167
880b18d1 1682013-10-30 Jason Merrill <jason@redhat.com>
169
170 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
171 --disable-build-format-warnings.
172
522e3d71 1732013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
174
f3f51a69 175 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
522e3d71 176 depend on libstdc++ and libgcc.
177 * configure: Regenerate.
178 * configure.ac: Added libcilkrts to target binaries. Also, restrict
179 libcilkrts for POSIX and i*86, and x86_64 architectures.
180 * Makefile.in: Added libcilkrts related fields to support building it.
181
cb49a9e1 1822013-10-26 Jeff Law <law@redhat.com>
183
184 * Makefile.def (target_modules): Remove libmudflap
185 (languages): Remove check-target-libmudflap).
186 * Makefile.in: Rebuilt.
187 * Makefile.tpl (check-target-libmudflap-c++): Remove.
188 * configure.ac (target_libraries): Remove target-libmudflap.
189 Remove checks which disabled libmudflap on some systems.
190 * configure: Rebuilt.
191 * libmudflap: Directory removed.
192
82033c9b
JBG
1932013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
194
195 * configure.ac: Update from GCC.
196 * configure: Regenerate.
197
b50d7605
HPN
1982013-10-15 Hans-Peter Nilsson <hp@axis.com>
199
200 * src-release (do-proto-toplevel): Support subdir-path-prefixed
201 files in SUPPORT_FILES.
202 (SIM_SUPPORT_DIRS): New variable.
203 (sim.tar.bz2): New rule.
204
f4cfb980
JBG
2052013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
206
207 * configure.ac: Update from GCC.
208 * configure: Regenerate.
209
78b1434c
JJ
2102013-10-01 Jeff Johnston <jjohnstn@redhat.com>
211
212 * COPYING.NEWLIB: Update with new copyright.
213
b3fc79f8
JBG
2142013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
215
216 * configure.ac: Update from GCC.
217 * configure: Regenerate.
218
cc9afea3
AM
2192013-09-20 Alan Modra <amodra@gmail.com>
220
221 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
222 ppc host match. Support little-endian powerpc linux hosts.
223
f006cabd
JB
2242013-08-16 Joel Brobecker <brobecker@adacore.com>
225
226 * src-release (VER): When using $(TOOL)/common/create-version.sh,
227 strip the "-cvs" suffix from the version number if present.
228
95e43135
JBG
2292013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
230
231 * configure.ac: Sync with GCC repo.
232 * Makefile.def: Ditto.
233 * configure: Regenerate.
234 * Makefile.in: Ditto.
235
7539e41e
JB
2362013-07-22 Joel Brobecker <brobecker@adacore.com>
237
238 * src-release (VER): Use $(TOOL)/common/create-version.sh
239 if it exists.
240
e8044f35
RS
2412013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
242
243 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
244 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
245 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
246 * configure: Regenerate.
247
7bab7634
DC
2482013-06-01 George Thomas <george.thomas@atmel.com>
249
95e43135
JBG
250 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
251 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
7bab7634 252
b5364c9e
JJ
2532013-05-06 Sandra Loosemore <sandra@codesourcery.com>
254
255 * COPYING.NEWLIB: Add Altera Corporation copyright.
256
5dad867c
JBG
2572013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
258
259 * config.guess: Update from config repo.
260 * config.sub: Ditto.
261
b836cb18
JBG
2622013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
263
264 * Makefile.def: Sync with GCC.
265 * Makefile.in: Regenerate.
266
e7d5abf1
JBG
2672013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
268
269 * configure.ac: Sync with GCC.
b836cb18 270 * configure: Regenerate.
e7d5abf1 271
4f778543
MF
2722013-03-22 Mike Frysinger <vapier@gentoo.org>
273
274 * src-release (VER): Change bfd/configure.in sed to use the new
275 `bfd/configure --version` output.
276
f1dd87fc
YZ
2772013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
278
279 * configure.ac: Sync with GCC repo.
280 * configure: Ditto.
281
a413f71a
ILT
2822013-02-05 Ian Lance Taylor <iant@google.com>
283
284 PR go/55969
285 * configure.ac: Disable libgo on some systems where it does not
286 work.
287 * configure: Rebuild.
288
3a98824c
AM
2892013-02-05 Alan Modra <amodra@gmail.com>
290
291 * configure: Regenerate after syncing config/.
292
3dae1673
JBG
2932013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
294
295 * configure.ac: Sync with GCC repo.
296 * configure: Ditto.
297 * Makefile.def: Ditto.
298 * Makefile.in: Ditto.
299
bf51454b
JB
3002013-01-11 Joel Brobecker <brobecker@adacore.com>
301
302 Sync with GCC, merge:
303
304 2013-01-09 Jason Merrill <jason@redhat.com>
305
306 * .gitignore: Import from gdb repository.
307
c841a2be
JBG
3082013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
309
310 * config.sub: Update from config repo.
311
d7b9dae9
EB
3122013-01-11 Eric Botcazou <ebotcazou@adacore.com>
313
314 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
315 * Makefile.in: Regenerate.
316
861ea9c8
L
3172013-01-09 H.J. Lu <hongjiu.lu@intel.com>
318
319 * Makefile.def (configure-gcc): Depend on all-gmp.
320 (all-gcc): Remove dependency on all-gmp.
321 * Makefile.in: Regenerated.
322
ce82b126
JBG
3232013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
324
1b4f418d 325 * config.guess: Update from config repo.
c2e5e6d7 326 * config.sub: Ditto.
ce82b126 327
fd62a30d
JJ
3282013-01-07 Jeff Johnston <jjohnstn@redhat.com>
329
330 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
331 exists and replace the new bfin license in its location.
332
0140d685
L
3332013-01-07 H.J. Lu <hongjiu.lu@intel.com>
334
335 PR gas/14899
336 * Makefile.def (dependencies): Make all-binutils, all-gprof,
337 all-ld and all-gold depend on all-gas.
338 * Makefile.in: Regenerated.
339
c3d399e7
L
3402012-12-29 Ben Elliston <bje@gnu.org>
341
342 * config.guess: Update to 2012-12-29 version.
343 * config.sub: Likewise.
344
9417cd2f
JBG
3452012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
346
347 * Makefile.def (install-target-libgo): Depend on
348 install-target-libatomic. Merged from GCC repo.
349 * Makefile.in: Regenerate.
350
68dad382
JJ
3512012-12-17 Jeff Johnston <jjohnstn@redhat.com>
352
353 * COPYING.LIBGLOSS: Add license for bfin libgloss.
354
2344b8da
TS
3552012-12-16 Thomas Schwinge <thomas@codesourcery.com>
356
357 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
358 * configure: Regenerate.
359
5eb08693
L
3602012-12-11 H.J. Lu <hongjiu.lu@intel.com>
361
362 * Makefile.def (target_modules): Add bootstrap=true and
363 raw_cxx=true to libsanitizer.
364 * configure.ac (bootstrap_target_libs): Add libsanitizer.
365 * Makefile.in: Regenerated.
366 * configure: Likewise.
367
53ab32d8
JBG
3682012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
369
370 * config.sub: Merge from config repo.
371
d2489204
JBG
3722012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
373
374 * configure.ac: Merge from GCC.
c2e5e6d7
JBG
375 * Makefile.tpl: Ditto.
376 * Makefile.in: Ditto.
377 * configure: Ditto.
d2489204 378
c23b5043
JBG
3792012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
380
381 * configure.ac (noconfigdirs): Merge from GCC.
382 * configure: Regenerate.
383
1dd1f7f6
JBG
3842012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
385
386 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
387
2bda3143
L
3882012-11-14 Roland McGrath <mcgrathr@google.com>
389
390 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
391 * configure: Regenerate.
392
5286fdef
L
3932012-11-13 Richard Henderson <rth@redhat.com>
394
395 * configure.ac: Move libsanitizer logic to subdirectory.
396 * configure: Regenerate.
397
3982012-11-13 Dodji Seketeli <dodji@redhat.com>
399
400 * configure.ac: Enable libsanitizer just on x86 linux for now.
401 * configure: Re-generate.
402
4032012-11-13 David Edelsohn <dje.gcc@gmail.com>
404
405 * configure.ac: Merge libquadmath sections.
406 * configure: Regenerate.
407
4082012-11-12 Wei Mi <wmi@google.com>
409
410 * configure.ac: Add libsanitizer to target_libraries.
411 * Makefile.def: Ditto.
412 * configure: Regenerate.
413 * Makefile.in: Regenerate.
414
f66a9a70
L
4152012-11-03 H.J. Lu <hongjiu.lu@intel.com>
416
417 * configure: Regenerated.
418
4192012-11-03 Robert Mason <rbmj@verizon.net>
420
421 * configure.ac: add --disable-libstdcxx configure option
422 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
423
6d94c122
CV
4242012-10-24 Corinna Vinschen <corinna@vinschen.de>
425
426 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
427 against Mingw64 w32api.
428 * configure: Regenerate.
429
a882be68
EB
4302012-10-23 Eric Botcazou <ebotcazou@adacore.com>
431
432 PR bootstrap/54820
433 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
434 * configure: Regenerate.
435
b3676d82
EB
4362012-10-22 Eric Botcazou <ebotcazou@adacore.com>
437
438 PR bootstrap/54820
439 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
440 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
441 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
442 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
443 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
444 * Makefile.in: Regenerate.
445 * configure.ac (have_static_libs): New variable and associated check.
446 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
447 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
448 * configure: Regenerate.
449
7b0e8ca5
MF
4502012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
451
452 * config.guess, config.sub: Include updated version from
453 config-patches. Adds microblaze little endian support.
454
8e71395b
L
4552012-09-28 Ian Lance Taylor <iant@google.com>
456
457 * Makefile.def: Make all-target-libgo depend on
458 all-target-libbacktrace.
459 * Makefile.in: Rebuild.
460
4612012-09-26 Ian Lance Taylor <iant@google.com>
462
463 * Makefile.def: Make all-gcc depend on all-libbacktrace.
464 * Makefile.in: Rebuild.
465
4662012-09-06 Diego Novillo <dnovillo@google.com>
467
468 * configure.ac: Bump minimum GMP version to 4.2.3.
469 * configure: Re-generate.
470
4712012-09-05 Georg-Johann Lay <avr@gjlay.de>
472
473 PR target/54461
474 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
475 target-libgloss if not configured --with-avrlibc=no.
476 * configure: Regenerate.
477
4782012-09-04 Jason Merrill <jason@redhat.com>
479
480 * configure.ac: Fix --enable-languages=all.
481
4822012-09-03 Richard Guenther <rguenther@suse.de>
483
484 PR bootstrap/54138
485 * configure.ac: Re-organize ISL / CLOOG checks to allow
486 disabling with either --without-isl or --without-cloog.
487 * configure: Regenerated.
488
4892012-09-03 Georg-Johann Lay <avr@gjlay.de>
490
491 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
492 * configure: Regenerate.
493
d09bbf00
SE
4942012-09-21 Steve Ellcey <sellcey@mips.com>
495
496 * configure.ac: Add mips*-mti-elf* target.
497 * configure: Regenerate.
498
2bf680c4
ILT
4992012-09-19 Ian Lance Taylor <iant@google.com>
500
501 * configure.ac (host_libs): Add libbacktrace.
502 (target_libraries): Add libbacktrace.
503 * Makefile.def (host_modules): Add libbacktrace.
504 (target_modules): Likewise.
505 * configure, Makefile.in: Rebuild.
506
5c0b3823
WL
5072012-09-15 Jiong Wang <jiwang@tilera.com>
508
509 * configure.ac (ENABLE_GOLD): support tilegx*
510 * configure: rebuild
511
1488e230
DE
5122012-09-14 David Edelsohn <dje.gcc@gmail.com>
513
514 PR target/38607
515 Merge upstream change.
516 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
517
518 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
519 Add libgomp*.o to compare_exclusions for AIX.
520 * configure: Regenerate.
521
df6795ce
L
5222012-08-26 H.J. Lu <hongjiu.lu@intel.com>
523
524 PR binutils/4970
525 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
526 and opcodes.
527 * Makefile.in: Regenerated.
528
7ec59b9e
L
5292012-08-14 Diego Novillo <dnovillo@google.com>
530
531 Merge from cxx-conversion branch.
532
533 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
534 POSTSTAGE1_CONFIGURE_FLAGS.
535 * Makefile.in: Regenerate.
536 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
537 Force C++ when bootstrapping.
538 * configure: Regenerate.
539
5402012-07-06 Richard Guenther <rguenther@suse.de>
541
542 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
543 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
544 --with-gmp=system.
545 * Makefile.in: Regenerated.
546 * configure: Likewise.
547
5482012-07-06 Richard Guenther <rguenther@suse.de>
549
550 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
551 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
552 supply V=1 as extra_make_flags.
553 * configure: Regenerated.
554 * Makefile.in: Likewise.
555
5562012-07-03 Richard Guenther <rguenther@suse.de>
557
558 * Makfile.def (isl): Remove not necessary extra_exports and
559 extra_make_flags.
560 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
561 * Makefile.in: Regenerated.
562
5632012-07-03 Richard Guenther <rguenther@suse.de>
564
565 * Makefile.def (cloog): Add V=1 to extra_make_flags.
566 * configure.ac: If either the ISL or the CLooG check failed
567 do not try to build in-tree versions.
568 * Makefile.in: Regenerated.
569 * configure: Regenerated.
570
5712012-07-02 Richard Guenther <rguenther@suse.de>
572 Michael Matz <matz@suse.de>
573 Tobias Grosser <tobias@grosser.es>
574 Sebastian Pop <sebpop@gmail.com>
575
576 * Makefile.def: Add ISL host module, remove PPL host module.
577 Adjust ClooG host module to use the proper ISL.
578 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
579 * configure.ac: Include config/isl.m4. Add ISL host library,
580 remove PPL. Remove PPL configury, add ISL configury, adjust
581 ClooG configury.
582 * Makefile.in: Regenerated.
583 * configure: Likewise.
584
5852012-07-02 Richard Guenther <rguenther@suse.de>
586
587 Merge from graphite branch
588 2011-07-21 Tobias Grosser <tobias@grosser.es>
589
590 * configure: Regenerated.
591 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
592 both cloog.org and legacy versions. The only supported version will
593 be CLooG with the isl backend.
594
595 2011-07-21 Tobias Grosser <tobias@grosser.es>
596
597 * configure: Regenerated.
598 * configure.ac: Require cloog isl 0.17.0
599
600 2011-07-21 Tobias Grosser <tobias@grosser.es>
601
602 * configure: Regenerated.
603 * config/cloog.m4: Do not define CLOOG_ORG
604
6052012-06-29 Steven Bosscher <steven@gcc.gnu.org>
606
607 * configure.ac: Skip C if explicitly selected.
608 * configure: Regenerate.
609
6102012-06-28 Christophe Lyon <christophe.lyon@st.com>
611
612 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
613 they contain -O2.
614 * configure: Regenerate.
615
6162012-06-20 Jason Merrill <jason@redhat.com>
617
618 * Makefile.tpl (check-target-libgomp-c++): New.
619 (check-target-libitm-c++): New.
620 * Makefile.def (c++): Add them.
621 * Makefile.in: Regenerate.
622
6232012-05-16 Olivier Hainque <hainque@adacore.com>
624
625 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
626 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
627 (install-no-fixedincludes): Adjust accordingly.
628 * Makefile.in: Regenerate.
629
6302012-05-09 Nick Clifton <nickc@redhat.com>
631 Paul Smith <psmith@gnu.org>
632
633 PR bootstrap/50461
634 * configure.ac (mpfr-dir): When using in-tree MPFR sources
635 allow for the fact that from release v3.1.0 of MPFR the source
636 files were moved into a src sub-directory.
637 * configure: Regenerate.
638
6392012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
640
641 * configure.ac: Bump minimum MPFR version to 2.4.0.
642 * configure: Regenerated.
643
6442012-05-01 Richard Henderson <rth@redhat.com>
645
646 * Makefile.def (libatomic): New target_module.
647 * configure.ac (target_libraries): Add libatomic.
648 (noconfigdirs): Check if libatomic is supported.
649 * Makefile.in, configure: Rebuild.
650
f87f9c61
L
6512012-05-15 H.J. Lu <hongjiu.lu@intel.com>
652
653 Merge upstream change
654 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
655
6562011-11-21 Andreas Tobler <andreast@fgznet.ch>
657
658 * libtool.m4: Additional FreeBSD 10 fixes.
659
68f107fa
AO
6602012-06-28 Christophe Lyon <christophe.lyon@st.com>
661
662 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
663 they contain -O2.
664 * configure: Regenerate.
665
b9c361e0
JL
6662012-05-14 Catherine Moore <clm@codesourcery.com>
667
668 * NEWS: Mention PowerPC VLE port.
669
9eb322aa
MF
6702012-05-11 Mike Frysinger <vapier@gentoo.org>
671
672 * MAINTAINERS (config/): Move to intl/ section.
673 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
674
58b1dd21
NC
6752012-05-09 Nick Clifton <nickc@redhat.com>
676 Paul Smith <psmith@gnu.org>
677
678 PR bootstrap/50461
679 * configure.ac (mpfr-dir): When using in-tree MPFR sources
680 allow for the fact that from release v3.1.0 of MPFR the source
681 files were moved into a src sub-directory.
682 * configure: Regenerate.
683
2e702c99
RM
6842012-05-02 Roland McGrath <mcgrathr@google.com>
685
686 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
687 * configure: Regenerate.
688
d2213593
JB
6892012-04-25 Joel Brobecker <brobecker@adacore.com>
690
691 * config.sub: Update to 2012-04-18 version from official repo.
692
202e2356
NC
6932012-03-19 Tristan Gingold <gingold@adacore.com>
694
695 * configure.ac (ia64*-*-*vms*): Add support for ld.
696 * configure: Regenerate.
697
2479f722
RO
6982012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
699
700 * configure.ac (enable_libgomp): Remove *-*-irix6*.
701 (unsupported_languages): Remove mips-sgi-irix6.*.
702 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
703 (with_stabs): Remove.
704 * configure: Regenerate.
705
4e97d92b
RO
7062012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
707
708 * configure.ac (enable_libgomp): Remove *-*-osf*.
709 (with_stabs): Remove alpha*-*-osf*.
710 * configure: Regenerate.
711
f9ea6f98
JJ
7122012-03-09 Jeff Johnston <jjohnstn@redhat.com>
713
714 * COPYING.NEWLIB: Modify DJ Delorie license to include
715 modification rights in clause as permitted by DJ Delorie.
716 * COPYING.LIBGLOSS: Ditto.
717
48688b3e
JJ
7182012-03-09 Jeff Johnston <jjohnstn@redhat.com>
719
720 * COPYING.NEWLIB: Remove two unused licenses.
721
0945bbee
TG
7222012-03-05 Tristan Gingold <gingold@adacore.com>
723
724 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
725 * configure: Regenerate.
726
516be0c5
JJ
7272012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
728
729 * COPYING.NEWLIB: Add Adapteva notice.
730 * COPYING.LIBGLOSS: Add Adapteva notice.
731
64b986c0
EB
7322011-12-18 Eric Botcazou <ebotcazou@adacore.com>
733
734 * configure: Regenerate.
735
58cddc18
JJ
7362011-12-15 Jeff Johnston <jjohnstn@redhat.com>
737
738 * COPYING.LIBGLOSS: Add GPL with exception license.
739
b121d7d4
DD
7402011-11-09 Roland McGrath <mcgrathr@google.com>
741
742 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
743 * configure: Rebuild.
744 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
745 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
746 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
747 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
748 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
749 Add READELF.
750 * Makefile.in: Rebuild.
751
d32e2926
RH
7522011-11-08 Richard Henderson <rth@redhat.com>
753
754 * configure.ac: Test for libitm directory present first.
755
756 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
757
758 * configure.ac: Test libitm/configure.tgt to disable libitm.
759 * configure: Rebuild.
760
98dd765a
RO
7612011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
762
763 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
764 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
765 * Makefile.in: Regenerate.
766
99c513f6
DD
7672011-11-01 DJ Delorie <dj@redhat.com>
768
769 * configure.ac (rl78-*-*) New case.
770 * configure: Regenerate.
771
ff3ec4ee
DD
7722011-11-01 DJ Delorie <dj@redhat.com>
773
774 * config.sub: Update to version 2011-10-29 (added rl78)
775
c28a9f49
NC
7762011-10-27 Nick Clifton <nickc@redhat.com>
777
778 * config.sub: Import these changes from the config project:
779
a903d6ac 780 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
c28a9f49
NC
781 Ben Elliston <bje@gnu.org>
782
783 * config.sub (epiphany): New.
784
785 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
786 Ben Elliston <bje@gnu.org>
787
9eb322aa 788 * config.sub (hexagon, hexagon-*): New.
c28a9f49
NC
789
790 2011-08-23 Roland McGrath <mcgrathr@google.com>
791
792 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
793 64eb to be64.
794
795 2011-08-16 Roland McGrath <mcgrathr@google.com>
796
797 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
798 (nacl): Grok as alias for 32el-unknown-nacl.
799
860144e4
JB
8002011-08-19 Joel Brobecker <brobecker@adacore.com>
801
802 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
803
40ae9136
YQ
8042011-08-14 Yao Qi <yao@codesourcery.com>
805
806 Merge from gcc:
807
808 2011-08-14 Yao Qi <yao@codesourcery.com>
809 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
810 * configure: Regenerate.
811
ffdd6afc
ILT
8122011-07-26 Ian Lance Taylor <iant@google.com>
813
814 Merge from gcc:
815
816 2011-07-26 Ian Lance Taylor <iant@google.com>
817 * configure.ac: Set have_compiler based on whether gcc directory
818 exists, rather than on whether gcc is in configdirs.
819 * configure: Rebuild.
820
821 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
822 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
823 link directories.
824 * Makefile.in: Rebuild.
825
826 2011-07-20 Ian Lance Taylor <iant@google.com>
827 PR bootstrap/49787
828 * configure.ac: Move --enable-bootstrap handling earlier in file.
829 If --enable-bootstrap and either --enable-build-with-cxx or
830 --enable-build-poststage1-with-cxx, enable C++ automatically.
831 * configure: Rebuild.
832
833 2011-07-19 Ian Lance Taylor <iant@google.com>
834 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
835 make C++ a boot_language. Set and substitute
836 POSTSTAGE1_CONFIGURE_FLAGS.
837 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
838 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
839 * configure, Makefile.in: Rebuild.
840
841 2011-07-16 Jason Merrill <jason@redhat.com>
842 * Makefile.def (language=c++): Add check-c++0x and
843 check-target-libmudflap-c++.
844 * Makefile.tpl (check-target-libmudflap-c++): New.
845 * Makefile.in: Regenerate.
846
847 2011-07-16 Matthias Klose <doko@ubuntu.com>
848 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
849 * Makefile.def (target_modules/libjava): Pass
850 $(EXTRA_CONFIGARGS_LIBJAVA).
851 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
852 if not configured with --enable-static-libjava.
853 * Makefile.in: Regenerate.
854 * configure: Likewise.
855
856 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
857 PR regression/47836
858 PR bootstrap/23656
859 PR other/47733
860 PR bootstrap/49247
861 PR c/48825
862 * configure.ac (target_libraries): Remove target-libiberty.
863 Remove case-statement setting skipdirs=target-libiberty for
864 multiple targets. Remove checking target_configdirs and
865 removing target-libiberty but keeping target-libgcc if
866 otherwise empty.
867 * Makefile.def (target_modules): Don't add libiberty.
868 (dependencies): Remove all traces of target-libiberty.
869 * configure, Makefile.in: Regenerate.
870
9ccb86e7
JM
8712011-07-22 Jason Merrill <jason@redhat.com>
872
873 * Makefile.def (language=c++): Add check-c++0x and
874 check-target-libmudflap-c++.
875 * Makefile.tpl (check-target-libmudflap-c++): New.
876 * Makefile.in: Regenerate.
877
090bc50f
RO
8782011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
879
880 * configure: Regenerate.
881
cff32a7c
RO
8822011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
883
884 PR target/39150
885 * configure.ac (i[3456789]86-*-solaris2*): Also accept
886 x86_64-*-solaris2.1[0-9]*.
887 * configure: Regenerate.
888
eb4b2452
NC
8892011-06-13 Walter Lee <walt@tilera.com>
890
891 * configure.ac (tilepro-*-*) New case.
892 (tilegx-*-*): Likewise.
893 * configure: Regenerate.
894
3c0013bf
NC
8952011-06-06 Nick Clifton <nickc@redhat.com>
896
897 * config.sub: Sync from upstream.
898
91c1f14c
DK
8992011-05-08 Doug Kwan <dougkwan@google.com>
900
901 Merge from gcc:
902
903 2011-05-08 Doug Kwan <dougkwan@google.com>
904
905 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
906 * configure: Regenerated.
907 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
908 value from configure.
909 * Makefile.in: Regenerated.
910
c7e4b184
JM
9112011-05-05 Joseph Myers <joseph@codesourcery.com>
912
913 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
914 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
915 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
916 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
917 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
918 *-*-vxworks*): Disable newlib and libgloss in separate case
919 statement.
920 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
921 to separate case statement.
922 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
923 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
924 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
925 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
926 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
927 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
928 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
929 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
930 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
931 i[[3456789]]86-*-rdos*, m32r-*-*,
932 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
933 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
934 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
935 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
936 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
937 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
938 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
939 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
940 and libgloss in main case over targets. Remove most empty cases
941 in main case over targets.
942 * configure: Regenerate.
943
7152a690
JM
9442011-05-04 Joseph Myers <joseph@codesourcery.com>
945
946 * configure.ac: Remove code setting special library locations for
947 hppa*64*-*-hpux11*. Remove code setting compiler for
948 sparc-sun-solaris2*.
949 * configure: Regenerate.
950
ff46fb8f
JM
9512011-05-04 Joseph Myers <joseph@codesourcery.com>
952
953 * configure.ac: Separate libgloss_dir settings from general case
954 over targets.
955 * configure: Regenerate.
956
82ae827f
JM
9572011-04-28 Joseph Myers <joseph@codesourcery.com>
958
959 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
960 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
961 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
962 cases in libgcj-disabling case statement.
963 (hppa*64*-*-linux*): Set unsupported_languages instead of
964 disabling target-zlib.
965 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
966 to hppa*64*-*-hpux*.
967 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
968 hppa*-*-hpux*.
969 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
970 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
971 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
972 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
973 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
974 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
975 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
976 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
977 libgcj-disabling case statement.
978 * configure: Regenerate.
979
0827f9a6
JM
9802011-04-28 Joseph Myers <joseph@codesourcery.com>
981
982 * configure.ac: Disable Java for targets not supporting libffi.
983 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
984 Remove cases in Java-disabling statement.
985 (*arm-wince-pe): Change to arm-wince-pe.
986 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
987 cases in Java-disabling statement.
988 (bfin-*-*): Don't disable Java again.
989 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
990 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
991 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
992 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
993 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
994 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
995 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
996 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
997 Java-disabling statement.
998 (mmix-*-*): Don't disable Java again.
999 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1000 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1001 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1002 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1003 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1004 statement.
1005 * configure: Regenerate.
1006
899b04ef
JM
10072011-04-28 Joseph Myers <joseph@codesourcery.com>
1008
1009 Merge from GCC:
1010
1011 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1012
1013 PR lto/48086
1014 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1015 * configure: Regenerate.
1016
9863d716
JM
10172011-04-28 Joseph Myers <joseph@codesourcery.com>
1018
1019 * configure.ac: Separate cases disabling Java and Java libraries
1020 from general case over targets.
1021 * configure: Regenerate.
1022
a90ef4bf
JM
10232011-04-06 Joseph Myers <joseph@codesourcery.com>
1024
1025 * configure.ac (build_tools): Remove build-byacc.
1026 (host_libs): Remove mmalloc.
1027 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1028 autoconf automake libtool diff rcs fileutils shellutils time
1029 textutils wdiff find uudecode hello tar gzip indent recode release
1030 sed perl gawk findutils gettext zip.
1031 (libgcj): Remove target-qthreads.
1032 (target_tools): Remove target-examples target-gperf.
1033 (YACC): Don't handle building byacc.
1034 * configure: Regenerate.
1035 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1036 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1037 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1038 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1039 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1040 handle building components.
1041 * Makefile.in: Regenerate.
1042
05a02268
RW
10432011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1044
1045 * config.sub: Sync from upstream.
1046
c5f5c3c2
JM
10472011-04-01 Joseph Myers <joseph@codesourcery.com>
1048
1049 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1050 (microblaze*): Don't disable libssp.
1051 * configure: Regenerate.
1052
f6c1938b
JM
10532011-04-01 Joseph Myers <joseph@codesourcery.com>
1054
1055 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1056 moveifchange.
1057 * configure: Regenerate.
1058 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1059 * Makefile.in: Regenerate.
1060
1f111696
JM
10612011-04-01 Joseph Myers <joseph@codesourcery.com>
1062
1063 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1064 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1065 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1066 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1067 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1068 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1069 md_exec_prefix cases.
1070 * configure: Regenerate.
1071
065a5627
JM
10722011-04-01 Joseph Myers <joseph@codesourcery.com>
1073
1074 * configure.ac: Separate cases disabling target-libssp,
1075 target-libiberty, target-libstdc++-v3 and Fortran from general
1076 case over targets.
1077 * configure: Regenerate.
1078
b2f14e4a
JM
10792011-04-01 Joseph Myers <joseph@codesourcery.com>
1080
1081 * configure.ac (*-*-chorusos): Don't disable libgcj.
1082 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1083 Remove case.
1084 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1085 (arm-*-coff): Don't disable libgcj.
1086 (arm*-*-linux-gnueabi): Remove useless assignment.
1087 (arm-*-riscix*): Don't disable libgcj.
1088 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1089 configuration.
1090 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1091 (c54x*-*-*): Remove case.
1092 (tic54x-*-*): Don't disable GCC or GCC libraries.
1093 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1094 to *.
1095 (d10v-*-*): Don't disable GCC libraries.
1096 (d30v-*-*): Don't disable libgcj.
1097 (h8500-*-*): Don't disable GCC libraries.
1098 (i960-*-*): Don't disable libgcj.
1099 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1100 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1101 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1102 libgcj.
1103 (m68k-*-coff*): Remove case.
1104 (mmix-*-*): Don't disable libgloss on host.
1105 (mn10200-*-*, mn10300-*-*): Remove cases.
1106 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1107 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1108 Don't disable libgcj.
1109 (romp-*-*): Remove case.
1110 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1111 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1112 case.
1113 (v810-*-*): Don't disable GCC libraries.
1114 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1115 (ip2k-*-*): Don't disable GCC libraries.
1116 * configure: Regenerate.
1117
6a608608
JM
11182011-03-28 Joseph Myers <joseph@codesourcery.com>
1119
1120 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1121 libffi on host.
1122 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1123 on host.
1124 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1125 * configure: Regenerate.
1126
5b806d27
NC
11272011-03-26 John Marino <binutils@marino.st>
1128
1129 * configure.ac: Add support for *-*-dragonfly*
1130 * configure: Regenerate.
1131
0377a422
JM
11322011-03-25 Joseph Myers <joseph@codesourcery.com>
1133
1134 * configure.ac (native_only): Remove.
1135 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1136 send-pr uudecode guile gnuserv on host.
1137 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1138 send-pr rcs guile perl texinfo libtool on host.
1139 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1140 automake send-pr rcs guile perl texinfo libtool on host.
1141 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1142 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1143 (alpha*-dec-osf*): Don't disable fileutils on target.
1144 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1145 texinfo send-pr expect dejagnu on target.
1146 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1147 target-qthreads on target.
1148 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1149 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1150 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1151 x86_64-*-mingw*): Don't disable expect on target.
1152 (*-*-cygwin*): Don't disable target-gperf on target.
1153 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1154 gnuserv on target.
1155 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1156 target.
1157 * configure: Regenerate.
1158
2354b38b
JM
11592011-03-25 Joseph Myers <joseph@codesourcery.com>
1160
1161 * configure.ac (target_tools): Remove target-groff.
1162 (native_only): Remove target-groff.
1163 (hppa*64*-*-*): Don't disable byacc.
1164 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1165 setting.
1166 (*-*-kaos*): Don't skip target-librx and target-groff.
1167 (*-*-netware*): Don't skip target-libmudflap.
1168 (*-*-tpf*): Don't skip target-libmudflap.
1169 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1170 directories on the host.
1171 (ia64*-*-*vms*): Don't skip tix.
1172 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1173 host.
1174 * configure: Regenerate.
1175
28d9b232
PB
11762011-03-24 Paolo Bonzini <pbonzini@redhat.com>
1177
1178 * configure.ac: Remove references to mt-mep, mt-netware,
1179 mt-wince.
1180 * Makefile.def: Add all-utils soft dependencies.
1181 * Makefile.tpl: Remove GDB_NLM_DEPS.
1182 * configure: Regenerate.
1183 * Makefile.in: Regenerate.
1184
dbbe5f95
PB
11852011-03-24 Paolo Bonzini <bonzini@gnu.org>
1186
1187 Sync from GCC:
1188
1189 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1190
1191 * configure.ac: Do not include mh-x86omitfp.
1192 * configure: Regenerate.
1193
1194 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1195
1196 * configure.ac: Remove empty cases.
1197 * configure: Regenerate.
1198
1199 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1200
1201 * Makefile.def: Add dependency from termcap to gdb.
1202 * Makefile.in: Regenerate.
1203
1204 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1205
1206 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1207 * configure: Regenerate.
1208 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1209 * Makefile.tpl: Likewise.
1210 * Makefile.in: Regenerate.
1211
1212 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1213
1214 * configure.ac: Remove all mentions of tentative_cc.
1215 * configure: Regenerate.
1216
1217 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
1218
1219 PR lto/48086
1220 * configure.ac: Re-enable LTO on *-apple-darwin9.
1221 * configure: Regenerate.
1222
3516a403
JM
12232011-03-24 Joseph Myers <joseph@codesourcery.com>
1224
1225 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1226 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1227 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1228 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1229 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1230 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1231 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1232 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1233 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1234 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1235 *-*-rhapsody*): Remove host cases.
1236 * configure: Regenerate.
1237
93cc359e
JM
12382011-03-24 Joseph Myers <joseph@codesourcery.com>
1239
1240 * configure.ac (ppc*-*-pe): Remove host case.
1241 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1242 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1243 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1244 cases.
1245 * configure: Regenerate.
1246
29b2c556
JM
12472011-03-24 Joseph Myers <joseph@codesourcery.com>
1248
1249 * config.sub: Update to version 2011-03-23.
1250
f0ff0f90
JM
12512011-03-22 Joseph Myers <joseph@codesourcery.com>
1252
1253 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1254 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1255 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1256 * configure: Regenerate.
1257
782cb41f
JM
12582011-03-22 Joseph Myers <joseph@codesourcery.com>
1259
1260 * config-ml.in: Don't handle arc-*-elf*.
1261 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1262 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1263 handle GCC libraries.
1264 * configure: Regenerate.
1265
0e8ad34f
RO
12662011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1267
1268 PR bootstrap/48120:
1269 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1270 Add -lstdc++ -lm to LIBS.
1271 * configure: Regenerate.
1272
5548b4ce
DE
12732011-03-18 David Edelsohn <dje.gcc@gmail.com>
1274
1275 * config.guess: Update to version 2011-02-02
1276 * config.sub: Update to version 2011-02-24
2e702c99 1277
86ed8cf6
SP
12782011-03-03 Sebastian Pop <sebastian.pop@amd.com>
1279
9eb322aa
MF
1280 * configure.ac: Adjust test of with_ppl.
1281 * configure: Regenerated.
86ed8cf6 1282
b123da99
SP
12832011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1284
1285 * configure.ac: Add -lpwl to ppllibs.
1286 * config/cloog.m4: Add -lisl to clooglibs.
1287 * configure: Regenerated.
1288
822ce8ee
RW
12892011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1290
1291 Import from Libtool and gnulib:
1292
1293 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
1294
1295 Prepare for supporting FreeBSD 10.
1296 * config.rpath: Remove handling of freebsd1* which soon would
1297 match FreeBSD 10.0.
1298
1299 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
1300
1301 Remove support for FreeBSD 1.x.
1302 * libtool.m4 (_LT_LINKER_SHLIBS)
1303 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1304 soon would incorrectly match FreeBSD 10.0.
1305
dcb5e506
RW
13062011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1307
1308 PR binutils/12283
1309 * MAINTAINERS (mkinstalldirs): Comes from Automake.
1310 (move-if-change): Comes from gnulib.
1311 * move-if-change: Import version from gnulib.
1312
8d8eef9a
RW
13132011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1314
1315 Sync from GCC:
1316
1317 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
1318
1319 PR lto/47225
1320 * Makefile.def (lto-plugin): Double dash for enable-shared.
1321 (configure-gcc): Depend on all-lto-plugin.
1322 * Makefile.in: Rebuilt.
1323
1324 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1325
1326 * configure.ac: Remove extra bracket.
1327 * configure: Regenerate.
1328
1329 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
1330
1331 PR lto/47225
1332 * Makefile.def: Add dependency for install-gcc
1333 on install-lto-plugin.
1334 * Makfile.in: Regenerated
1335
1336 2011-01-25 Jakub Jelinek <jakub@redhat.com>
1337
1338 * configure.ac: If with_ppl is no, move setting with_cloog=no
1339 after CLOOG_REQUESTED check.
1340 * configure: Regenerated.
1341
1342 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1343
1344 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1345 CLooG has been requested.
1346 * configure: Regenerated.
1347
1348 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1349
1350 * configure: Regenerated.
1351 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1352
1353 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1354
1355 * configure: Regenerated.
1356 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1357
1358 2011-01-07 Jan Hubicka <jh@suse.cz>
1359
1360 PR lto/47225
1361 * Makefile.in: Regenerate.
1362 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1363 configure.
1364
65b4571a
AO
13652011-01-31 Alexandre Oliva <aoliva@redhat.com>
1366
1367 PR libgcj/44341
1368 * configure.ac: Discard --with-* flags for host when configuring
1369 target libraries for cross build.
1370 * configure: Rebuilt.
1371
7837304f
AS
13722011-01-21 Andreas Schwab <schwab@redhat.com>
1373
1374 Sync from GCC:
1375
1376 2011-01-21 Andreas Schwab <schwab@redhat.com>
1377
1378 * configure.ac: Use AS_HELP_STRING throughout.
1379 * configure: Regenerate.
1380
1381 2011-01-18 Jie Zhang <jie.zhang@analog.com>
1382
1383 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1384 * configure: Regenerate.
1385
115ef890
RW
13862010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1387
1388 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1389
92c9a463
JB
13902011-01-13 Joel Brobecker <brobecker@adacore.com>
1391
1392 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1393 for ia64-hpux.
1394 * configure: Regenerate.
1395
887ebfb4
RW
13962011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1397
1398 Sync from GCC:
1399 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1400
1401 * configure.ac: (picochip): Disable libiberty.
1402 * configure: Regenerate.
1403
04d2c2b2
JJ
14042010-12-18 Jeff Johnston <jjohnstn@redhat.com>
1405
1406 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
1407
33d23ee8
ILT
14082010-12-10 Ian Lance Taylor <iant@google.com>
1409
1410 PR bootstrap/46819
1411 * configure.ac: For --disable-libgcj clear libgcj_saved.
1412 * configure: Rebuild.
1413
89a1e9c3
PB
14142010-12-10 Tobias Burnus <burnus@net-b.de>
1415
1416 PR fortran/46540
1417 * configure.ac: Add --disable-libquadmath and
1418 --disable-libquadmath-support.
1419 * configure: Regenerate.
1420
ac7bcd26
TG
14212010-12-10 Tristan Gingold <gingold@adacore.com>
1422
1423 * src-release (ETC_SUPPORT): add gnu-oids.texi
1424
d357cef7
HPN
14252010-12-03 Hans-Peter Nilsson <hp@axis.com>
1426
1427 PR libffi/46792
1428 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1429 * configure: Regenerate.
1430
4f11b223
ILT
14312010-12-02 Ian Lance Taylor <iant@google.com>
1432
1433 * configure.ac: Always set default for poststage1_ldflags to
1434 -static-libstdc++ -static-libgcc.
1435
989abc33
JJ
14362010-12-02 Jeff Johnston <jjohnstn@redhat.com>
1437
1438 * COPYING.NEWLIB: Add National Semiconductor notice.
1439
950386c6
AS
14402010-11-29 Andreas Schwab <schwab@redhat.com>
1441
1442 * configure.ac: Move comment to remove extra space in last argument
1443 of GCC_TARGET_TOOL.
1444
87cda2cf
AO
14452010-11-26 Alexandre Oliva <aoliva@redhat.com>
1446
7d509c83 1447 PR other/46026
87cda2cf
AO
1448 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1449 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1450 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1451 (BASE_FLAGS_TO_PASS): Use it.
1452 * configure: Rebuilt.
1453 * Makefile.in: Rebuilt.
1454
d3b50760
L
14552010-11-23 H.J. Lu <hongjiu.lu@intel.com>
1456
1457 PR binutils/12258
1458 * configure.ac: Correct comments for --enable-gold/--enable-ld.
1459 Properly check default linker.
1460 * configure: Regnerated.
1461
c7791212
NC
14622010-11-23 Matthias Klose <doko@ubuntu.com>
1463
1464 * configure.ac: For --enable-gold, handle value `default' instead of
1465 `both*'. New configure option --{en,dis}able-ld.
1466 * configure: Regenerate.
1467
9e1a94f4
ILT
14682010-11-20 Ian Lance Taylor <iant@google.com>
1469
1470 * configure.ac: Only disable a language library if no language needs
1471 it. Don't let --disable-libgcj uncondtionally disable libffi.
1472 * configure: Rebuild.
1473
ceca0218
PB
14742010-11-20 Paolo Bonzini <bonzini@gnu.org>
1475
1476 * configure: Regenerate.
1477
9b980aa1
RW
14782010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1479
1480 PR other/46202
1481 * configure.ac: Fix just-built in-tree STRIP name to be
1482 binutils/strip-new.
1483 * configure: Regenerate.
1484 * Makefile.def (install-strip-gcc, install-strip-binutils)
1485 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1486 (install-strip-sid): Mirror dependencies on non-strip variants
1487 of these targets on the respective -strip prerequisites.
1488 * Makefile.tpl (install-strip, install-strip-host)
1489 (install-strip-target): New targets.
1490 (install-strip-[+module+], install-strip-target-[+module+]):
1491 New targets.
1492 * Makefile.in: Regenerate.
1493
e552509b
ILT
14942010-11-19 Ian Lance Taylor <iant@google.com>
1495 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1496
1497 * configure.ac: Add target-libgo to target_libraries. Set
1498 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1499 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1500 (HOST_EXPORTS): Add GOC.
1501 (BASE_TARGET_EXPORTS): Add GOC.
1502 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1503 (GOCFLAGS_FOR_TARGET): New variable.
1504 (EXTRA_HOST_FLAGS): Add GOC.
1505 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1506 * Makefile.def (target_modules): Add libgo.
1507 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1508 (dependencies): Add dependency from configure-target-libgo to
1509 configure-target-libffi and all-target-libstdc++-v3. Add
1510 dependencies from all-target-libgo to all-target-libffi.
1511 (languages): Add go.
1512 * configure: Rebuild.
1513 * Makefile.in: Rebuild.
1514
15152010-11-19 Ian Lance Taylor <iant@google.com>
1516
1517 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1518 compiler/flag environment variables.
1519
15202010-11-18 Ian Lance Taylor <iant@google.com>
1521
1522 * configure.ac: Check for lang_requires_boot_languages in
1523 config-lang.in files.
1524 * configure: Rebuild.
1525
8c21d9c7
MF
15262010-11-17 Mike Frysinger <vapier@gentoo.org>
1527
1528 * .gitignore: New file.
1529
e552509b
ILT
15302010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1531 Tobias Burnus <burnus@net-b.de>
1532
1533 PR fortran/32049
1534 * Makefile.def: Add libquadmath; build it with language=fortran.
1535 * configure.ac: Add libquadmath.
1536 * Makefile.tpl: Handle multiple libs in check-[+language+].
1537 * Makefile.in: Regenerate.
1538 * configure: Regenerate.
1539
15402010-11-15 Andreas Schwab <schwab@redhat.com>
1541
1542 * configure.ac: Fix spelling in option names.
1543 * configure: Regenerated.
1544
15452010-11-13 Georg-Johann Lay <georgjohann@web.de>
1546
1547 PR bootstrap/39622
1548 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1549 * configure: Regenerated.
1550
15512010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1552
1553 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
1554 define the cloog backend to use. Furthermore, only pass the ppllibs to
1555 the configure checks, if necessary.
1556 * configure: Regenerate.
1557
15582010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1559
1560 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
1561 * configure: regenerate
1562
15632010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1564
1565 * config/cloog.m4: Fix typo. verison -> version.
1566 * configure: Regenerate.
1567
15682010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1569
1570 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
1571 * configure: Regenerate.
1572
15732010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1574
1575 * configure.ac: Support official CLooG.org versions.
1576 * configure: Regenerate.
1577 * config/cloog.m4: New.
1578
aa291e2d
ME
15792010-11-05 Michael Eager <eager@eagercon.com>
1580
1581 * COPYING.LIBGLOSS: Correct typo in microblaze.
1582 * COPYING.NEWLIB: Same.
1583
e552509b
ILT
15842010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1585
1586 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1587 * configure: Regenerate.
1588
74cea91b
DK
15892010-11-03 Ian Lance Taylor <iant@google.com>
1590 Dave Korn <dave.korn.cygwin@gmail.com>
1591
1592 PR lto/46273
1593 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
1594 and on other supported platforms whenever LTO is enabled.
1595 * configure: Rebuild.
1596
6d0cd39e
AM
15972010-11-02 Alan Modra <amodra@gmail.com>
1598
1599 PR binutils/12110
1600 * configure.ac: Error when source path contains spaces.
1601 * configure: Regenerate.
1602
18a8530e
ILT
16032010-10-20 Ian Lance Taylor <iant@google.com>
1604
1605 * Makefile.def (target_modules): Set lib_path to src/.libs for
1606 libstdc++-v3 module.
1607 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1608 * Makefile.in: Rebuild.
1609
6ed3211e
JJ
16102010-10-08 Bernd Schmidt <bernds@codesourcery.com>
1611 Joseph Myers <joseph@codesourcery.com>
1612
1613 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
1614 notices.
1615 * COPYING.NEWLIB: Add Texas Instruments notice.
1616
a8eb3f0a
DK
16172010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
1618
1619 * configure.ac (build_lto_plugin): New shell variable.
1620 (--enable-lto): Turn on by default for all non-ELF platforms that
1621 have had LTO support added so far. Set build_lto_plugin appropriately
1622 for both ELF and non-ELF.
1623 (configdirs): Add lto-plugin or not based on build_lto_plugin.
1624 * configure: Regenerate.
1625
4074d5f2
RW
16262010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1627
1628 PR bootstrap/45326
1629 PR bootstrap/45174
1630 * configure.ac: Honor initial values of $build_configargs,
1631 $host_configargs, $target_configargs. Mark the precious, so
1632 environment settings get recorded.
1633 * configure: Regenerate.
1634
29821356
RW
16352010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1636
1637 Sync from GCC:
1638
1639 2010-09-30 Michael Eager <eager@eagercon.com>
1640
1641 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1642 * configure: Regenerate.
1643
1644 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
1645
1646 * configure.ac (enable-lto): Add Darwin to the list of supported lto
1647 targets and amend comment.
1648 * configure: Regenerate.
1649
1650 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
1651
1652 * configure.ac: Enable LTO by default on Darwin.
1653 * configure: Regenerate.
1654
1655 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
1656
1657 PR bootstrap/44455
1658 * configure.ac (extra_mpfr_configure_flags): Copy from
1659 extra_mpc_gmp_configure_flags.
1660 * configure: Re-generated.
1661
57eefe4d
RW
16622010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1663
1664 Sync from GCC:
1665
1666 PR bootstrap/45796
1667 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1668 Depend on all-build-libiberty.
1669 * Makefile.in: Regenerate.
1670
16712010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
1672
1673 Sync from GCC:
1674
1675 PR bootstrap/44621
1676 * configure.ac: Fix unportable shell quoting.
1677 * configure: Regenerate.
1678
48bb73dd
RW
16792010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
1680
1681 * configure.ac: Support all v850 targets.
1682 * configure: Regenerate.
1683
1d14850f
PB
16842010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
1685
1686 PR target/44862
1687 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1688 Provide -B option to allow for link spec %s substitutions for
1689 libstdc++.a on darwin.
1690 * Makefile.in: Regenerate.
1691
7530c480
AO
16922010-06-10 Alexandre Oliva <aoliva@redhat.com>
1693
1694 * Makefile.def (configure-gcc): Depend on all-libelf.
1695 * Makefile.in: Rebuild.
1696
285d560d
RW
16972010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1698
1699 * config.sub, config.guess: Update from upstream sources.
1700
a009f2e7
RW
17012010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1702
1703 Sync from GCC:
1704
1705 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
1706 * configure.ac: Allow all the versions greater than 0.10 of PPL.
1707 * configure: Regenerated.
1708
1709 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
1710 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1711 * configure: Regenerate.
1712
1713 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
1714 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1715 * configure: Regenerate.
1716
1717 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1718 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1719 separately.
1720 * configure: Regenerate.
1721
1722 2010-04-13 Steve Ellcey <sje@cup.hp.com>
1723 * configure: Regenerate after change to elf.m4.
1724
1725 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1726 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1727 * configure: Regenerated.
1728
1729 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1730 * configure.ac: Print "buggy but acceptable" when CLooG
1731 revision is less than 9.
1732 * configure: Regenerated.
1733
e49e5c92
DK
17342010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
1735
1736 Merge from gcc:
1737
1738 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
1739 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1740 * configure: Regenerate.
1741
1742 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
1743 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1744 a platform that supports LTO.
1745 * configure: Regenerate.
1746
1747 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
1748 PR lto/42776
1749 * configure.ac (--enable-lto): Refactor handling so libelf tests
1750 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1751 and allow LTO to be explicitly enabled on non-ELF platforms that
1752 are known to support it inside else-clause.
1753 * configure: Regenerate.
1754
e6de499b
NC
17552010-04-27 Roland McGrath <roland@redhat.com>
1756 H.J. Lu <hongjiu.lu@intel.com>
1757
1758 * configure.ac (--enable-gold): Support both, both/gold and
1759 both/bfd to add gold to configdirs without removing ld.
1760 * configure: Regenerated.
1761
1762 * Makefile.def: Add install-gold dependency to install-ld.
1763 * Makefile.in: Regenerated.
1764
d594eacc
TG
17652010-04-14 Tristan Gingold <gingold@adacore.com>
1766
1767 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1768 * configure: Regenerate.
1769
938d2b74
RW
17702010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1771
1772 Merge from gcc:
1773 PR bootstrap/43615
1774 PR bootstrap/43328
1775 Revert:
1776 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1777 * configure.ac: Do not pass --enable-multilib nor
1778 --disable-multilib in baseargs. Accept explicitly passed
1779 --enable_multilib.
1780 * configure: Regenerate.
1781
a9ef41a7
RW
17822010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1783
1784 PR bootstrap/43328
1785 * configure.ac: Do not pass --enable-multilib nor
1786 --disable-multilib in baseargs. Accept explicitly passed
1787 --enable_multilib.
1788 * configure: Regenerate.
1789
619a3713
JM
17902010-03-23 Joseph Myers <joseph@codesourcery.com>
1791
1792 * configure.ac (tic6x-*-*): New case.
1793 * configure: Regenerate.
1794
92f4e989
JM
17952010-03-23 Joseph Myers <joseph@codesourcery.com>
1796
1797 Merge from gcc:
1798 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
1799 PR ada/42554
1800 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1801 * configure: Regenerate.
1802
c35a0556
JM
18032010-03-23 Joseph Myers <joseph@codesourcery.com>
1804
1805 * config.sub: Update to version 2010-03-22.
1806 * config.guess: Update to version 2009-12-30.
1807
18fa8f9c
JM
18082010-03-14 Joseph Myers <joseph@codesourcery.com>
1809
1810 Merge from gcc:
1811 2010-01-11 Richard Guenther <rguenther@suse.de>
1812 PR lto/41569
1813 * Makefile.def (all-lto-plugin): Depend on all-gcc.
1814 * Makefile.in: Regenerated.
1815
ba98da75
RO
18162010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1817
1818 PR libstdc++/32499
1819 * configure.ac (RANLIB): Default to true.
1820 (STRIP): Likewise.
1821 (RANLIB_FOR_TARGET): Remove superfluous : argument.
1822 * configure: Regenerate.
1823
3994761f
NC
18242010-02-17 Nick Clifton <nickc@redhat.com>
1825
1826 PR 11238
1827 * Makefile.tpl (local-distclean): Also remove config.cache files in
1828 sub-directories as there may not be Makefiles present in the
1829 sub-directories.
792cdb50
NC
1830 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1831 the config.cache files found by the find command.
1832
3994761f
NC
1833 * Makefile.in: Regenerate.
1834 * configure.ac: Revert previous delta.
1835 * configure: Regenerate.
1836
01a82011
NC
18372010-02-15 Nick Clifton <nickc@redhat.com>
1838
1839 PR 11238
1840 * configure.ac: Delete config.cache files in sub-directories when
1841 deleting Makefiles.
1842 * configure: Regenerate.
1843
143754cd
NC
18442010-02-15 Nick Clifton <nickc@redhat.com>
1845
1846 * configure.ac: Sync from gcc.
1847 * configure: Regenerate.
1848
a6b5846e
KG
18492010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1850
1851 Sync from gcc:
1852 * configure.ac: Add "recommended" version checks for GMP/MPC.
1853 Update recommended GMP/MPFR/MPC versions.
1854 * configure: Regenerate.
1855
2aa2364a
JR
18562010-01-25 Joern Rennecke <amylaar@spamcop.net>
1857
1858 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1859 * configure.ac (bootstrap_target_libs): Make inclusion of
1860 target-libgomp conditional on libgomb being in target_configdirs.
1861 * configure: Regenerate.
1862
d35e937f
JR
18632010-01-23 Joern Rennecke <amylaar@spamcop.net>
1864
1865 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1866 * configure.ac (bootstrap_target_libs): Include target-libgomp.
1867 * configure: Regenerate.
1868
911e63d0
JR
18692010-01-22 Joern Rennecke <amylaar@spamcop.net>
1870
1871 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1872 * configure.ac (target_configdirs): Substitute.
1873 * Makefile.def: Bootstrap target module libgomp.
1874 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1875 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1876 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1877 * configure, Makefile.in: Regenerate.
1878
3725885a
RW
18792009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1880
1881 * libtool.m4: Sync from git Libtool.
1882 * ltmain.sh: Likewise.
1883 * ltoptions.m4: Likewise.
1884 * ltversion.m4: Likewise.
1885 * lt~obsolete.m4: Likewise.
1886
d5f2ee2e 18872010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9eb322aa 1888 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d5f2ee2e
KG
1889
1890 PR bootstrap/42424
1891 * configure.ac: Include libtool m4 files.
9eb322aa 1892 (_LT_CHECK_OBJDIR): Call it.
d5f2ee2e
KG
1893 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1894 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 1895
d5f2ee2e
KG
1896 * configure: Regenerate.
1897
f2b2dd91
RW
18982010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1899
1900 PR bootstrap/41818
1901 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1902 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
1903 * Makefile.in: Regenerate.
1904
06ca7962
BE
19052009-12-18 Ben Elliston <bje@au.ibm.com>
1906
1907 * config.sub, config.guess: Update from upstream sources.
1908
30a16d7b
JJ
19092009-12-17 Jeff Johnston <jjohnstn@redhat.com>
1910
1911 * COPYING.NEWLIB: Update copyright date.
1912 * COPYING.LIBGLOSS: Ditto.
1913
d9b76ff9
KG
19142009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1915
1916 PR middle-end/30447
1917 PR middle-end/30789
1918 PR other/40302
1919
1920 * configure.ac: Require MPC.
1921 * configure: Regenerate.
1922
1923 * configure.ac: Update minimum MPC version to 0.8.
1924 * configure: Regenerate.
1925
e12dec02
PB
19262009-11-20 Paolo Bonzini <bonzini@gnu.org>
1927
1928 * config.guess: Sync with upstream and gcc.
1929 * config.sub: Sync with upstream and gcc.
1930
606a9ca0
AO
19312009-11-16 Alexandre Oliva <aoliva@redhat.com>
1932
1933 * Makefile.def: Restore host and target settings for gmp.
1934 * Makefile.in: Rebuild.
1935
1f53ca9a
AO
19362009-11-16 Alexandre Oliva <aoliva@redhat.com>
1937
1938 * configure.ac: Add libelf to host_libs. Enable in-tree configury
1939 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
1940 Fix portability of test of C++ as bootstrap language. Add
1941 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1942 * configure: Rebuild.
1943 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1944 and cloog. Fix in-tree ppl configuration. Introduce libelf
1945 in-tree building.
1946 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1947 (POSTSTAGE1_HOST_EXPORTS): Use it.
1948 (STAGE[+id+]_CXXFLAGS): New.
1949 (BASE_FLAGS_TO_PASS): Pass it down.
1950 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
1951 extra_exports.
1952 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1953 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1954 extra_exports.
1955 * Makefile.in: Rebuild.
1956
19572009-11-06 Ozkan Sezer <sezeroz@gmail.com>
1958
1959 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
1960 paths for *-w64-mingw* and x86_64-*mingw*.
1961 * configure: Regenerated.
1962
19632009-10-30 Kai Tietz <kai.tietz@onevision.com>
1964
1965 * configure.ac: Disable target-winsup & co for
1966 x86_64-*-mingw* and *-w64-mingw* targets.
1967 * configure: Regenerated.
1968
19692009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1970
1971 * configure.ac (CLooG test): Use = with test.
1972 * configure: Regenerate.
1973
19742009-10-22 Richard Guenther <rguenther@suse.de>
1975
1976 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
1977 cloog if the ppl version check failed. Move flags saving
1978 before setting in libelf check.
1979 * configure: Regenerate.
1980
19812009-10-21 Richard Guenther <rguenther@suse.de>
1982
1983 * configure.ac: Adjust the ppl and cloog configure to work as
1984 documented. Disable cloog if ppl was disabled. Omit the version
1985 checks if they were disabled.
1986 * configure: Re-generate.
1987
6811fb56
RW
19882009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1989
1990 * configure.ac: Add 'lto' to enable_languages, not
1991 new_enable_languages, and only if not already present.
1992 * configure: Regenerate.
1993
700d40ca
ILT
19942009-10-06 Ian Lance Taylor <iant@google.com>
1995
1996 * Makefile.def: check-gold depends upon all-gas.
1997 * Makefile.in: Rebuild.
1998
19992009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2000
2001 * Makefile.def: all-lto-plugin depends on all-libiberty.
2002 set bootstrap=true for lto-plugin.
2003 Add lto-plugin.
2004 * Makefile.in: Regenerate.
2005 * configure.ac (host_libs): Add lto-plugin.
2006 * configure: Regenerate.
2007
20082009-10-03 Diego Novillo <dnovillo@google.com>
2009
2010 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2011 (HOST_LIBELFLIBS): Define.
2012 (HOST_LIBELFINC): Define.
2013 * Makefile.in: Regenerate.
2014 * configure.ac: Add --enable-lto.
2015 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2016 If --enable-lto is used, add 'lto' to new_enable_languages.
2017 If --enable-lto is used and gold is enabled, add
2018 lto-plugin to configdirs.
2019 * configure: Regenerate.
2020
20212009-10-03 Simon Baldwin <simonb@google.com>
2022
2023 * configure.ac: If --with-system-zlib, suppress local zlib and
2024 pass --with-system-zlib to subdir configure scripts.
2025 * configure: Regenerate.
2026
20272009-10-01 Loren J. Rittle <ljrittle@acm.org>
2028 Paolo Bonzini <bonzini@gnu.org>
2029
2030 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2031 $(srcdir).
2032 * Makefile.in: Rebuilt.
2033
c8cb1b3e
PB
20342009-09-29 Paolo Bonzini <bonzini@gnu.org>
2035
2036 Sync from gcc:
2037 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2038
2039 * configure.ac: Update minimum MPC version to 0.7.
2040 * configure: Regenerate.
2041
30167e0a
NC
20422009-09-25 Nick Clifton <nickc@redhat.com>
2043
2044 * configure.ac: Pass any --cache-file=/dev/null option on to
2045 subconfigures.
2046 * configure: Regenerate.
2047
707a0b5c
NC
20482009-09-23 Nick Clifton <nickc@redhat.com>
2049
2050 * config.sub, config.guess: Update from upstream sources.
2051
700d40ca
ILT
20522009-09-22 Loren J. Rittle <ljrittle@acm.org>
2053
2054 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2055 * Makefile.in: Rebuilt.
2056
2fd0b40b
RW
20572009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2058
2059 PR bootstrap/32272
2060 * configure.ac: Error out if $srcdir isn't '.' but contains
2061 host-${host_noncanonical}.
2062 * configure: Regenerate.
2063
4385ad3c
RW
20642009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2065
16b1ad29
RW
2066 * configure.ac: If bootstrapping a combined tree with
2067 --enable-gold, require c++ in stage1_languages.
2068 * configure: Regenerate.
2069
f8dc745f
RW
2070 * configure.ac: Also add target_libs of stage1_languages to
2071 bootstrap_target_libs.
2072 * configure: Regenerate.
2073
4385ad3c
RW
2074 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2075 with --enable-languages not containing c++.
2076 * configure: Regenerate.
2077
df51e4e1
JZ
20782009-09-16 Jie Zhang <jie.zhang@analog.com>
2079
2080 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2081 * configure: Regenerate.
2082
06a51eac
RW
20832009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2084
2085 * configure.ac: Do not use $extrasub for replacing @if/@endif
2086 parts in Makefile; instead, use additional arguments to
2087 AC_CONFIG_COMMANDS to do the replacement manually, with several
2088 sed invocations, to avoid HP-UX sed command limits.
2089 * configure: Regenerate.
2090
96655cc4
AO
20912009-09-04 Alexandre Oliva <aoliva@redhat.com>
2092
2093 * configure.ac (with-build-config): Document. Handle without.
2094 Handle missing argument.
2095 * configure: Rebuilt.
2096
20972009-09-03 Alexandre Oliva <aoliva@redhat.com>
2098
2099 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2100 Default to bootstrap-debug only if compare-debug works.
2101 * configure: Rebuilt.
2102 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2103 * Makefile.in: Rebuilt.
2104
21052009-09-01 Alexandre Oliva <aoliva@redhat.com>
2106
2107 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2108 * Makefile.in: Rebuilt.
2109
8e957354
PB
21102009-09-02 Paolo Bonzini <bonzini@gnu.org>
2111
2112 * Makefile.tpl (AWK): Fix typo.
2113 * Makefile.in: Regenerate.
2114
21152009-09-02 Paolo Bonzini <bonzini@gnu.org>
2116
2117 * configure.ac: Detect awk and sed.
2118 * Makefile.def (flags_to_pass): Add AWK and SED.
2119 * Makefile.tpl (AWK, SED): New.
2120 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2121 * configure: Regenerate.
2122 * Makefile.in: Regenerate.
2123
fb792462
TG
21242009-09-01 Tristan Gingold <gingold@adacore.com>
2125
2126 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
2127 Remove logical names.
2128
a69e7d0a
DK
21292009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
2130
2131 * ltmain.sh (func_normal_abspath): New function.
2132 (func_relative_path): Likewise.
2133 (func_mode_help): Document new -bindir option for link mode.
2134 (func_mode_link): Add new -bindir option, and use it to place
2135 output DLL if specified.
2136
d444d2ba
RW
21372009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2138
2139 * configure.ac (AC_PREREQ): Bump to 2.64.
2140
13b7343a
RW
21412009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2142
af542c2e
RW
2143 * README-maintainer-mode: Point directly to upstream locations
2144 for autoconf, automake, libtool, gettext, instead of copies on
2145 sources.redhat.com. Document required versions.
2146 * configure.ac: Do not substitute datarootdir, htmldir,
2147 pdfdir, docdir. Do not process --with-datarootdir,
2148 --with-htmldir, --with-pdfdir, --with-docdir.
2149 * configure: Regenerate.
2150
81ecdfbb
RW
2151 * configure: Regenerate.
2152
13b7343a
RW
2153 * compile: Sync from Automake 1.11.
2154 * depcomp: Likewise.
2155 * install-sh: Likewise.
2156 * missing: Likewise.
2157 * mkinstalldirs: Likewise.
2158 * ylwrap: Likewise.
2159
c1102ce7
RW
21602009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2161
34a0f3cf
RW
2162 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2163 (baseargs): Add --disable-option-checking.
2164 * configure: Regenerate.
2165
c1102ce7
RW
2166 * Makefile.def (configure-target-libiberty): Depend on
2167 all-binutils and all-ld.
2168 (configure-target-newlib): Likewise.
2169 * Makefile.in: Regenerate.
2170
e8a5fa9c
RW
21712009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2172
2173 Sync with GCC, merge:
2174
2175 2009-07-31 Christian Bruel <christian.bruel@st.com>
2176
2177 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2178 * configure: Regenerate.
2179
2180 2009-07-06 Ian Lance Taylor <iant@google.com>
2181
2182 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2183 * configure: Rebuild.
2184
2185 2009-06-26 Steve Ellcey <sje@cup.hp.com>
2186
2187 PR bootstrap/40338
2188 * configure.ac (comparestring): Create new variable.
2189 * Makefile.tpl (comparestring): Use to skip some comparisions.
2190 * configure: Regenerate.
2191 * Makefile.in: Regenerate.
2192
2193 2009-06-23 Ian Lance Taylor <iant@google.com>
2194
2195 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
2196 boot_languages. Only bootstrap target libraries listed in
2197 target_libs for some boot language. Add --with-stage1-ldflags,
2198 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
2199 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
2200 if not building with C++.
2201 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2202 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2203 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2204 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2205 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
2206 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2207 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2208 * configure, Makefile.in: Rebuild.
2209
2210 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2211
2212 * configure.ac: Detect MPC in default directory.
2213 * configure: Regenerate.
2214
2215 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
2216
2217 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2218 to noconfdirs.
2219 * configure: Regenerate.
2220
2221 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2222
2223 * Makefile.def: Add MPC support and dependencies.
2224 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
2225
2226 * Makefile.in, configure: Regenerate.
2227
2228 2009-05-24 Nicolas Roche <roche@adacore.com>
2229
2230 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2231 * Makefile.in: Regenerate.
2232
2233 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
2234
2235 * configure.ac (cygwin noconfigdirs): Remove libgcj.
2236 * configure: Regenerate.
2237
2238 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
2239
2240 * configure.ac ($with_ppl): Default to no if not supplied.
2241 ($with_cloog): Likewise.
2242 configure: Regenerate.
2243
2244 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2245
2246 PR bootstrap/39739
2247 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2248 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2249
2250 * configure, Makefile.in: Regenerate.
2251
2252 2009-04-14 Jakub Jelinek <jakub@redhat.com>
2253
2254 * configure.ac: Change copyright header to refer to version
2255 3 of the GNU General Public License and to point readers at the
2256 COPYING3 file and the FSF's license web page.
2257 * Makefile.def: Likewise.
2258 * Makefile.tpl: Likewise.
2259 * Makefile.in: Regenerate.
2260
2261 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
2262
2263 * configure.ac: Restore match for darwin9 or later. Use double
2264 brackets since regeneration eats one pair.
2265 * configure: Regenerate.
2266
bf110216
CF
22672009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
2268
2269 * MAINTAINERS: Perform some obvious fixups.
2270
2262bbf4
BE
22712009-08-17 Ben Elliston <bje@au.ibm.com>
2272
2273 * config.sub, config.guess: Update from upstream sources.
2274
25a07265
NC
22752009-08-06 Michael Eager <eager@eagercon.com>
2276
2277 * configure.ac: Add Microblaze target.
2278 * configure: Regenerate.
2279
85bd1942
TG
22802009-07-02 Tristan Gingold <gingold@adacore.com>
2281
2282 * configure.ac: Do not exclude gas for i386-*-darwin.
2283 Add a case for x86_64-*-darwin.
2284 * configure: Regenerate.
2285
f9806fa5
DE
22862009-06-26 Doug Evans <dje@sebabeach.org>
2287
2288 * Makefile.def (host_modules): Add cgen.
2289 * Makefile.in: Regenerate.
2290 * configure.ac (host_tools): Add cgen.
2291 * configure: Regenerate.
2292
6bfb4e30
JJ
22932009-06-17 Michael Eager <eager@eagercon.com>
2294
2295 * COPYING.LIBGLOSS: Add Xilinx license.
2296
8bcf2718
NC
22972009-06-15 Ryan Mansfield <rmansfield@qnx.com>
2298
2299 * configure.ac: Define is_elf for QNX Neutrino targets.
2300 * configure: Regenerate.
2301
04ec0acb
RW
23022009-06-03 Jerome Guitton <guitton@adacore.com>
2303 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2304
9eb322aa
MF
2305 * Makefile.tpl (all): Avoid a trailing backslash.
2306 * Makefile.in: Regenerate.
04ec0acb 2307
7ee5dbeb
BE
23082009-06-03 Ben Elliston <bje@au.ibm.com>
2309
2310 * config.sub, config.guess: Update from upstream sources.
2311
fda13ee8
AO
23122009-06-02 Alexandre Oliva <aoliva@redhat.com>
2313
2314 * Makefile.tpl ([+compare-target+]): Compare all stage
2315 directories, rather than just gcc.
2316 * Makefile.in: Rebuilt.
2317
4a657b0d
DK
23182009-05-28 Doug Kwan <dougkwan@google.com>
2319
2320 * configure.ac: Support gold for target arm*-*-*.
2321 * configure: Regenerate.
2322
07fc31c9
AO
23232009-05-27 Alexandre Oliva <aoliva@redhat.com>
2324
2325 * Makefile.tpl (all): Avoid harmless warning in make all when
2326 gcc-bootstrap is enabled but stage_last does not exist.
2327 * Makefile.in: Rebuilt.
2328
8a7a39ab
TG
23292009-05-25 Tristan Gingold <gingold@adacore.com>
2330
2331 * setup.com: Complete the file with configuration and build.
2332
b5233201
AO
23332009-05-18 Alexandre Oliva <aoliva@redhat.com>
2334
2335 PR other/40159
2336 * Makefile.tpl (all): Don't assume gcc-bootstrap and
2337 gcc-no-bootstrap are mutually exclusive.
2338 * Makefile.in: Rebuilt.
2339
7b6175f9
AO
23402009-05-18 Alexandre Oliva <aoliva@redhat.com>
2341
2342 PR other/40159
2343 * Makefile.tpl (all): Don't end with unconditional success.
2344 * Makefile.in: Rebuilt.
2345
1b05fbbd
AO
23462009-05-12 Alexandre Oliva <aoliva@redhat.com>
2347
2348 PR target/37137
2349 * Makefile.def (flags_to_pass): Remove redundant and incomplete
2350 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2351 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2352 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
2353 stage_configureflags, stage_cflags and stage_libcflags into
2354 explicit Makefile macros.
2355 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2356 GFORTRAN.
2357 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2358 CC. Set CC_FOR_BUILD from CC.
2359 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2360 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2361 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2362 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
2363 and GFORTRAN.
2364 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2365 (_LIBCFLAGS): Renamed to _TFLAGS.
2366 (do-compare-debug, do-compare3-debug): Drop.
2367 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2368 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2369 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2370 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2371 (XGCC_FLAGS_FOR_TARGET): New.
2372 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2373 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2374 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2375 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2376 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
2377 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
2378 TFLAGS.
2379 (BUILD_CONFIG): Include if requested.
2380 (all): Set TFLAGS on bootstrap.
2381 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2382 (all-stageid-prefixmodule): Likewise.
2383 (do-clean, distclean-stageid): Set TFLAGS.
2384 (restrap): Fix whitespace.
2385 * Makefile.in: Rebuilt.
2386
dc17c78c
EB
23872009-04-25 Eric Botcazou <ebotcazou@adacore.com>
2388
2389 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2390 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2391 * Makefile.in: Regenerate.
2392
14324cd7
EZ
23932009-04-24 Eli Zaretskii <eliz@gnu.org>
2394
2395 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
2396 consistency with config.sub. (Update from upstream sources.)
2397
f8d5f06c
JM
23982009-04-21 Joseph Myers <joseph@codesourcery.com>
2399
2400 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
2401
0000e2bf
BE
24022009-04-17 Ben Elliston <bje@au.ibm.com>
2403
2404 * config.sub, config.guess: Update from upstream sources.
2405
20135e4c
NC
24062009-04-15 Anthony Green <green@moxielogic.com>
2407
34adf976 2408 * configure.ac: Add moxie support.
20135e4c
NC
2409 * configure: Rebuilt.
2410
ef699244
L
24112009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2412
2413 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2414 * configure: Regenerate.
2415
10ad8ef3
L
24162009-04-09 H.J. Lu <hongjiu.lu@intel.com>
2417
2418 PR gas/10039
2419 * configure.ac: Require texinfo 4.7.
2420 * configure: Regenerated.
2421
c50523ce
L
24222009-04-09 Steve Ellcey <sje@cup.hp.com>
2423
2424 * Makefil.def (languages): New entries.
2425 * Makefile.tpl (check-gcc-*): New generic target.
2426 * Makefile.in: Regenerate.
2427
47afba5f
EZ
24282009-03-27 Eli Zaretskii <eliz@gnu.org>
2429
2430 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
2431 Windows builds of Sed.
2432
dc448a7b
TT
24332009-03-18 Tom Tromey <tromey@redhat.com>
2434
2435 * configure: Rebuild.
2436 * configure.ac (host_libs): Add libiconv.
2437 * Makefile.in: Rebuild.
2438 * Makefile.def (host_modules): Add libiconv.
2439 (configure-gdb, all-gdb): Depend on libiconv.
2440
24741ab2
JB
24412009-03-16 Tristan Gingold <gingold@adacore.com>
2442
2443 * configure.ac: Treat gdb as supported on x86_64-darwin.
2444 * configure: Regenerate.
2445
29383458
JM
24462009-03-16 Joseph Myers <joseph@codesourcery.com>
2447
2448 Merge from GCC:
2449
2450 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2451
2452 * configure.ac (--with-host-libstdcxx): New option.
2453 * configure: Regenerate.
2454
2455 2009-01-29 Robert Millan <rmh@aybabtu.com>
2456
2457 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2458 * configure: Regenerate.
2459
2460 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
2461
2462 PR tree-optimization/38515
2463 * configure.ac (cloog-polylib): Removed.
2464 (with_ppl, with_cloog): Test for "no".
2465 * configure: Regenerated.
2466
58e24671
RW
24672009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2468
2469 Backport from git Libtool:
2470
2471 2009-01-19 Robert Millan <rmh@aybabtu.com>
2472 Support GNU/kOpenSolaris.
2473 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2474 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2475 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2476 GNU/kOpenSolaris.
2477
314b2e66
AS
24782009-02-05 Andreas Schwab <schwab@suse.de>
2479
2480 * Makefile.tpl (stage_last): Define $r and $s before using
2481 $(RECURSE_FLAGS_TO_PASS).
2482 * Makefile.in: Regenerate
2483
8b700390
JJ
24842009-01-21 Jeff Johnston <jjohnstn@redhat.com>
2485
2486 * COPYING.NEWLIB: Add ARM license.
2487
66775d67
AM
24882009-01-16 Alan Modra <amodra@bigpond.net.au>
2489
2490 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 2491 (all-opcodes): Depend on all-libiberty.
66775d67
AM
2492 * Makefile.in: Regenerate.
2493
19e99079
NC
24942009-01-15 Douglas B Rupp <rupp@gnat.com>
2495
2496 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2497 * configure: Regenerate.
2498
22e8c8e0
RW
24992008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2500
2501 Backport link test fix from upstream Libtool:
2502
2503 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2504 Add cache variables to tests that require the linker to work.
2505 For shlibpath_overrides_runpath, this also changes the semantics
2506 to let the result from the C compiler take precedence.
2507 compiler take precedence.
2508
7d6d7764
BE
25092008-12-02 Ben Elliston <bje@au.ibm.com>
2510
2511 * config.sub, config.guess: Update from upstream sources.
2512
ea8af06e
JJ
25132008-12-17 Jeff Johnston <jjohnstn@redhat.com>
2514
2515 * COPYING.NEWLIB: Updated.
2516 * COPYING.LIBGLOSS: Ditto.
2517
af0771d3
PB
25182008-12-16 Paolo Bonzini <bonzini@gnu.org>
2519
2520 Sync with GCC:
2521
2522 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
2523
2524 * configure.ac (ppllibs): Add by default the lib flags.
2525 * configure: Regenerate.
2526
2527 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2528
314b2e66
AS
2529 * configure.ac: Add double brackets on darwin[912].
2530 * configure: Regenerate.
af0771d3
PB
2531
2532 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
2533
314b2e66
AS
2534 * configure.ac: Expand to darwin10 and later.
2535 * configure: Regenerate.
af0771d3 2536
f7c83eac
AS
25372008-12-02 Andreas Schwab <schwab@suse.de>
2538
2539 * Makefile.def: configure-target-boehm-gc depends on
2540 all-target-libstdc++-v3.
2541 * Makefile.in: Regenerate.
2542
bc67ad83
BE
25432008-12-02 Ben Elliston <bje@au.ibm.com>
2544
2545 * config.sub, config.guess: Update from upstream sources.
2546
e28c595f
JM
25472008-11-27 Joseph Myers <joseph@codesourcery.com>
2548
2549 Merge from GCC:
2550
2551 2007-12-02 Matthias Klose <doko@ubuntu.com>
2552
2553 * config-ml.in: Remove 64bit configure tests.
2554
2555 2008-05-14 Rafael Espindola <espindola@google.com>
2556
2557 * config-ml.in: don't handle --enable-shared and --enable-static.
2558
2559 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
2560 Tobias Grosser <grosser@fim.uni-passau.de>
2561 Jan Sjodin <jan.sjodin@amd.com>
2562 Harsha Jagasia <harsha.jagasia@amd.com>
2563 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2564 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2565 Adrien Eliche <aeliche@isty.uvsq.fr>
2566
2567 Merge from graphite branch.
2568 * configure: Regenerate.
2569 * Makefile.in: Regenerate.
2570 * configure.ac (host_libs): Add ppl and cloog.
2571 Add checks for PPL and CLooG.
2572 * Makefile.def (ppl, cloog): Added modules and dependences.
2573 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2574 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2575
2576 2008-09-03 Richard Guenther <rguenther@suse.de>
2577
2578 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2579 cloog test.
2580 * configure: Re-generate.
2581
2582 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
2583
2584 * configure.ac (--with-cloog-polylib): New.
2585 (--disable-cloog-version-check): New.
2586 (--disable-ppl-version-check): New.
2587 * configure: Re-generate.
2588
2589 2008-09-05 Richard Guenther <rguenther@suse.de>
2590
2591 * configure.ac: Initialize clooglibs to -lcloog.
2592 * configure: Re-generate.
2593
2594 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2595
2596 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2597 recommended version to 2.3.2.
2598
2599 * configure: Regenerate.
2600
2601 2008-10-31 Ben Elliston <bje@au.ibm.com>
2602
2603 * configure.ac (spu-*-*): Remove special case.
2604 * configure: Regenerate.
2605
2606 Complete comment text from GCC version of:
2607
2608 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2609
2610 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2611 (GCC_SHLIB_SUBDIR): New.
2612 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2613 * configure: Regenerate.
2614 * Makefile.in: Regenerate.
2615
652dec25
TG
26162008-11-27 Tristan Gingold <gingold@adacore.com>
2617
2618 * configure.ac: Build gdb for i?86-*-darwin*
2619 * configure: Regenerated.
2620
7582fb4a
DJ
26212008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2622
2623 PR bootstrap/38014
2624 PR bootstrap/37923
2625
2626 Revert:
2627
2628 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2629
2630 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2631 * Makefile.in: Regenerated.
2632
2633 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2634
2635 PR gdb/921
2636 PR gdb/1646
2637 PR gdb/2175
2638 PR gdb/2176
2639
2640 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2641 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2642 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2643 (HOST_EXPORTS): Pass CPPFLAGS.
2644 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2645 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2646 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2647 * Makefile.in, configure: Regenerated.
2648 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2649 and CPPFLAGS_FOR_BUILD.
2650
faee1be2
UW
26512008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
2652
2653 * configure.ac [spu-*-*]: Do not set skipdirs.
2654 * configure: Re-generate.
2655
b7c2dce4
DJ
26562008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2657
2658 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2659 * Makefile.in: Regenerated.
2660
bb52de30
DJ
26612008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2662
2663 PR gdb/921
2664 PR gdb/1646
2665 PR gdb/2175
2666 PR gdb/2176
2667
2668 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2669 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2670 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2671 (HOST_EXPORTS): Pass CPPFLAGS.
2672 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2673 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2674 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2675 * Makefile.in, configure: Regenerated.
2676 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2677 and CPPFLAGS_FOR_BUILD.
2678
b25062ae
SE
26792008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
2680
2681 * libtool.m4: Update to libtool 2.2.6.
2682 * lt~obsolete.m4: Update to libtool 2.2.6.
2683 * ltmain.sh: Update to libtool 2.2.6.
2684 * ltsugar.m4: Update to libtool 2.2.6.
2685 * ltversion.m4: Update to libtool 2.2.6.
2686 * ltoptions.m4: Update to libtool 2.2.6.
2687 * ltgcc.m4: Update to match changes from libtool 2.2.6.
2688
3bbd2f8f
AL
26892008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2690
2691 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2692 (GCC_SHLIB_SUBDIR): New.
2693 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2694 * configure: Regenerate.
2695 * Makefile.in: Regenerate.
2696
b29d32ce
TG
26972008-08-28 Tristan Gingold <gingold@adacore.com>
2698
2699 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2700 Enable bfd, binutils and opcodes.
2701 * configure: Regenerate.
2702
c325a203
DD
27032008-08-16 Nicolas Roche <roche@adacore.com>
2704
2705 * Makefile.tpl: Add BOOT_ADAFLAGS.
2706 * Makefile.in: Regenerate.
2707
e7c8859c
RS
27082008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
2709
2710 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2711 * configure: Regenerate.
2712
da888c87
PB
27132008-07-30 Paolo Bonzini <bonzini@gnu.org>
2714
2715 Sync with gcc:
2716 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
2717
f7c83eac
AS
2718 * configure.ac: Add makefile fragments for hpux.
2719 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2720 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2721 * configure: Regenerate.
2722 * Makefile.in: Regenerate.
da888c87
PB
2723
2724 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2725
f7c83eac
AS
2726 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2727 * Makefile.in: Regenerate.
2728 * configure: Regenerate.
da888c87 2729
944982cf
ILT
27302008-06-18 Ian Lance Taylor <iant@google.com>
2731
662c6704
ILT
2732 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
2733
944982cf
ILT
2734 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
2735
7a283e07
RW
27362008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2737
2738 * configure: Regenerate.
2739
5b553f7e
RW
27402008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2741
2742 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2743 "$@" is still intact with both Autoconf 2.59 and 2.62.
2744 * configure: Regenerate.
2745
675492f0
RW
27462008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2747
2748 * Makefile.tpl: Fix comment errors.
2749 * Makefile.in: Regenerate.
2750
b018a5d1
JB
27512008-06-13 Julian Brown <julian@codesourcery.com>
2752
2753 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2754 of libobjc for ARM EABI Linux.
2755 * configure: Regenerate.
2756
310213e8
DE
27572008-06-12 David S. Miller <davem@davemloft.net>
2758 David Edelsohn <edelsohn@gnu.org>
2759
2760 * configure.ac: Add powerpc*-*-* to gold supported targets.
2761 * configure: Regenerate.
2762
6641ce42
JM
27632008-06-08 Joseph Myers <joseph@codesourcery.com>
2764
2765 PR tree-optimization/36218
2766 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2767 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2768 (all prefix="build-"): Pass them to build-system sub-makes.
2769 * Makefile.in: Regenerate.
2770
03c2f9e6
DJ
27712008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
2772
2773 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
2774 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
2775 mkdep, and compile. Update comments.
2776 (ETC_SUPPORT): Add ChangeLog and update comments.
2777
4538db8b
ILT
27782008-05-11 Ian Lance Taylor <iant@google.com>
2779
2780 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
2781
266df637
PB
27822008-04-18 Paolo Bonzini <bonzini@gnu.org>
2783
2784 Sync with gcc:
2785 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2786
2787 PR bootstrap/35457
2788 * configure.ac: Include override.m4.
2789 * configure: Regenerate.
2790
2791 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2792
f7c83eac
AS
2793 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2794 * Makefile.in: Regenerate.
266df637
PB
2795
2796 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
2797
f7c83eac
AS
2798 * configure.ac: Do not build libssp for the AVR.
2799 * configure: Regenerate.
266df637 2800
a86a761e
NC
28012008-04-18 Nick Clifton <nickc@redhat.com>
2802
2803 * MAINTAINERS: Replace reference to configure.in with reference to
2804 configure.ac.
2805
52310858
NC
28062008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
2807
f7c83eac 2808 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 2809 as nonconfigurable directories list.
f7c83eac 2810 * configure: Regenerate.
52310858 2811
f5314dd5
DM
28122008-04-14 David S. Miller <davem@davemloft.net>
2813
2814 * configure.ac: Add sparc*-*-* to gold supported targets.
2815 * configure: Regenerate.
2816
e2208220
BE
28172008-04-14 Ben Elliston <bje@au.ibm.com>
2818
2819 * config.sub, config.guess: Update from upstream sources.
2820
0bb6ea20
HPN
28212008-04-12 Hans-Peter Nilsson <hp@axis.com>
2822
2823 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2824 * Makefile.in: Regenerate.
2825
e5164e97
ILT
28262008-04-07 Ian Lance Taylor <iant@google.com>
2827
2828 * Makefile.def: check-gold depends upon all-binutils.
2829 * Makefile.in: Regenerate.
2830
e33b51a6
NC
28312008-04-04 Nick Clifton <nickc@redhat.com>
2832
2833 PR binutils/4334
2834 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2835 builds.
2836 * configure: Regenerate.
2837
fc5df3ab
NC
28382008-04-04 NightStrike <NightStrike@gmail.com>
2839
2840 PR other/35151
f7c83eac
AS
2841 * configure.ac: Combine rules for mingw32 and mingw64.
2842 * configure: Regenerate.
fc5df3ab 2843
c779bab8
PB
28442008-03-27 Paolo Bonzini <bonzini@gnu.org>
2845
2846 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2847 * Makefile.in: Regenerate.
2848
93f9b408
ILT
28492008-03-20 Ian Lance Taylor <iant@google.com>
2850
2851 * configure.ac: Add support for --enable-gold.
2852 * Makefile.def: Add gold as a directory like ld.
2853 * configure, Makefile.in: Regenerate.
2854
5746fb46
AK
28552008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
2856
2857 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2858 (s390_cond_extensions): Reduced extensions to the compare related.
2859 (main): z10 cpu type option added.
2860 (expandConditionalJump): Renamed to ...
2861 (insertExpandedMnemonic): ... this.
2862
2863 * opcodes/s390-opc.c: Re-group the operand format makros.
2864 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
2865 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
2866 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
2867 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
2868 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
2869 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
2870 INSTR_SIL_RDU): New instruction formats added.
2871 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
2872 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
2873 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
2874 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
2875 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
2876 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
2877 masks added.
2878 (s390_opformats): New formats added "ris", "rrs", "sil".
2879 * opcodes/s390-opc.txt: Add the conditional jumps with the
2880 extensions removed from automatic expansion in s390-mkopc.c manually.
2881 (asi - trtre): Add new System z10 EC instructions.
2882 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2883
58c85be7
RW
28842008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2885
2886 * configure.ac: m4_include config/proginstall.m4.
2887 * configure: Regenerate.
2888
78124051
RW
28892008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2890
2891 Backport from upstream Libtool:
f7c83eac 2892
78124051 2893 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 2894
78124051
RW
2895 Deal with Autoconf 2.62's semantic change in m4_append.
2896 * ltsugar.m4 (lt_append): Replace broken versions of
2897 m4_append.
2898 (lt_if_append_uniq): Don't require separator to be overquoted,
2899 and avoid broken m4_append.
2900 (lt_dict_add): Fix typo.
2901 * libtool.m4 (_LT_DECL): Don't overquote separator.
2902
018f1bea
DE
29032008-03-13 David Edelsohn <edelsohn@gnu.org>
2904
2905 * config.rpath: Add AIX 6 support.
2906
5c5f596d
PB
29072008-03-13 Paolo Bonzini <bonzini@gnu.org>
2908
2909 * Makefile.def (stageprofile). Remove -fprofile-generate
2910 from stage_libcflags.
2911 * Makefile.in: Regenerate.
2912
a1f93a5e
BE
29132008-03-13 Ben Elliston <bje@au.ibm.com>
2914
2915 * config.sub, config.guess: Update from upstream sources.
2916
98c3d905
AK
29172008-03-06 Florian Krohm <fkrohm@us.ibm.com>
2918
2919 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
2920 * s390-opc.txt (cmpsc): Duplicate entry removed.
2921 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
2922 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
2923 fier, cu42, cu41): Fix operand format.
2924
7f6ef0c0
PB
29252008-02-20 Paolo Bonzini <bonzini@gnu.org>
2926
f7c83eac
AS
2927 PR bootstrap/32009
2928 PR bootstrap/32161
2929
2930 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2931 * configure: Regenerate.
2932
2933 * Makefile.def: Define stage_libcflags for all bootstrap stages.
2934 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2935 STAGE4_LIBCFLAGS): New.
2936 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2937 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2938 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2939 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2940 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2941 for target modules. Don't export LIBCFLAGS.
2942 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2943 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2944 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2945 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2946 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2947 * Makefile.in: Regenerate.
7f6ef0c0 2948
eaf19029
PB
29492008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2950
2951 PR libgcj/33085
2952 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2953 Do not use -DDLL_EXPORT. Backport from upstream.
2954
680c43e9
NC
29552008-02-14 Nick Clifton <nickc@redhat.com>
2956
2957 Import this patch from gcc:
2958 2008-01-24 David Edelsohn <edelsohn@gnu.org>
2959
2960 * libtool.m4: Backport AIX 6 support from ToT Libtool.
2961
c72b1d96
HPN
29622008-02-02 Hans-Peter Nilsson <hp@axis.com>
2963
2964 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2965 * configure: Regenerate.
2966
8b66833e
BW
29672008-01-31 Marc Gauthier <marc@tensilica.com>
2968
2969 * configure.ac (xtensa*-*-*): Recognize processor variants.
2970 * configure: Regenerate.
2971
9cc8ae67
PB
29722008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2973
f7c83eac
AS
2974 PR bootstrap/34922
2975 * configure.ac (PARSE_ARGS): Push suitable setting of
2976 ac_subdirs_all, for `./configure --help=recursive'.
2977 Handle `+' in generic toplevel directory disabling.
2978 * configure: Regenerate.
9cc8ae67 2979
19090595
BE
29802008-01-23 Ben Elliston <bje@au.ibm.com>
2981
2982 * config.sub, config.guess: Update from upstream sources.
2983
9f1e7fd3
BE
29842008-01-08 Ben Elliston <bje@au.ibm.com>
2985
2986 * config.sub, config.guess: Update from upstream sources.
2987
2f959d61
JJ
29882007-12-19 Jeff Johnston <jjohnstn@redhat.com>
2989
2990 * COPYING.LIBGLOSS: Update default copyright.
2991
aa054b85
JJ
29922007-12-19 Jeff Johnston <jjohnstn@redhat.com>
2993
2994 * COPYING.NEWLIB: Update default copyright.
2995
57c53b2b
RS
29962007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2997
2998 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2999 Change recommended MPFR from 2.2.1 > 2.3.0.
3000 * configure: Regenerate.
3001
fee14b60
RS
30022007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3003
3004 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3005 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3006 * Makefile.in: Regenerate.
3007
c9b68031
DD
30082007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3009
3010 * configure.ac: Enable libjava for x86_64-*-darwin9.
3011 * configure: Regenerate.
3012
ad25e7d5
BE
30132007-12-05 Ben Elliston <bje@au.ibm.com>
3014
3015 * config.sub, config.guess: Update from upstream sources.
3016
6ac84f65
PB
30172007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3018
f7c83eac
AS
3019 * config-ml.in: Robustify against white space in absolute file
3020 names.
6ac84f65 3021
f7c83eac
AS
3022 * config-ml.in (multi-clean): Substitute ${Makefile}.
3023 Remove superfluous ${Makefile} in list.
6ac84f65 3024
7b3200f9
DJ
30252007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3026
3027 * Makefile.def (dependencies): Make configure-gdb depend on
3028 all-intl.
3029 * Makefile.in: Regenerated.
3030
2c133ff9
JJ
30312007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3032
3033 * Makefile.def: To avoid problems running with parallel makes,
3034 build newlib before libgloss so that target specific header
3035 files are availble.
3036 * Makefile.in: Regenerate.
3037
5074315a
DJ
30382007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3039
3040 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3041 * Makefile.in: Regenerate.
3042
f5bc1778
DJ
30432007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3044
3045 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
3046 * libdecnumber: New directory, imported from GCC.
3047
c66487f8
NC
30482007-10-08 Mike Frysinger <vapier@gentoo.org>
3049
3050 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3051 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3052 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3053 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3054 * configure: Regenerate.
3055
b5714970
PB
30562007-10-01 Paolo Bonzini <bonzini@gnu.org>
3057
3058 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3059 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3060 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3061 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3062 * configure.ac: Default them to host tools for $host = $build.
3063 Subst them.
3064
3065 * configure: Regenerate.
3066 * Makefile.in: Regenerate.
3067
f3b1e08e
RS
30682007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3069
3070 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3071 * configure: Regenerate.
3072
cff87f51
DD
30732007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3074
3075 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3076 libstdc++.
3077 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3078 * configure: Regenerate.
3079 * Makefile.in: Regenerate.
f7c83eac 3080
625a61cd
AS
30812007-09-17 Andreas Schwab <schwab@suse.de>
3082
3083 * configure.ac: Raise minimum makeinfo version to 4.6.
3084 * configure: Regenerate.
3085
83a3a68b
AM
30862007-09-15 Alan Modra <amodra@bigpond.net.au>
3087
3088 * configure.ac: Correct makeinfo version check.
3089 * configure: Regenerate.
3090
5bd8be13
RS
30912007-09-14 Richard Sandiford <richard@codesourcery.com>
3092
3093 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3094 to $skipdirs and only disable gprof for newlib. Use the normal
3095 mips*-elf* handling in other respects.
3096 * configure: Regnerate.
3097
5566c1fa
DD
30982007-09-12 David Daney <ddaney@avtrex.com>
3099
3100 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3101 enabling libgcj.
3102 * configure: Regenerate.
3103
31042007-09-12 Richard Guenther <rguenther@suse.de>
3105
3106 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3107 nor --disable-checking is provided also turn on yes and types
3108 checking for stage1.
3109 * configure: Re-generate.
3110
a18e2996 31112007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
3112
3113 PR target/33281
3114 * configure.ac: Use config/mh-mingw on mingw.
3115 * configure: Regenerate.
84e7906e 3116
691bb5a1
DD
31172007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3118
3119 PR other/32154
3120 * configure.ac: For libgloss targets, point the linker to the linker
3121 script, startup code and simulator library.
3122 * configure: Regenerate.
3123
6d18b86b
AH
31242007-09-09 Andrew Haley <aph@redhat.com>
3125
3126 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 3127 target-libjava.
6d18b86b 3128
f00a3165 31292007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 3130
f00a3165 3131 * config.sub, config.guess: Update from upstream sources.
971aaaa5 3132
2abc4e65
BE
31332007-08-21 Richard Guenther <rguenther@suse.de>
3134
3135 * configure.ac: Add types checking to stage1 checking flags.
3136 * configure: Regenerate.
3137
8a6ee3ab 31382007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 3139 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
3140
3141 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3142 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3143 * Makefile.in: Regenerate.
3144 * configure.ac (--with-debug-prefix-map): New.
3145 * configure: Regenerate.
3146
429acdec
RS
31472007-08-17 Richard Sandiford <richard@codesourcery.com>
3148 Nigel Stephens <nigel@mips.com>
3149
429acdec
RS
3150 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3151 as target_makefile_frag.
3152 * configure: Regenerate.
3153
8520c408
AO
31542007-08-16 Alexandre Oliva <aoliva@redhat.com>
3155
3156 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3157 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3158 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3159 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3160 (do-compare, do-compare3, do-compare-debug): New.
3161 ([+compare-target+]): Use them.
3162
31632007-08-16 Alexandre Oliva <aoliva@redhat.com>
3164
3165 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3166 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3167 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3168 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3169 (do-compare, do-compare3, do-compare-debug): New.
3170 ([+compare-target+]): Use them.
3171
2444379b
BE
31722007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3173 Ben Elliston <bje@au.ibm.com>
3174
3175 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3176 --silent if $silent.
3177 * configure: Regenerate.
3178
d6f99447
DJ
31792007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
3180
3181 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
3182
bd0aa315
NC
31832007-07-17 Nick Clifton <nickc@redhat.com>
3184
3185 * COPYING3: New file. Contains version 3 of the GNU General
3186 Public License.
3187 * COPYING3.LIB: New file. Contains version 3 of the GNU
3188 Lesser General Public License.
3189
0ebe98fb
BS
31902007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
3191
3192 * configure.ac: Fix my previous change to really match GCC.
3193 * configure: Regenerate.
3194
521ec477
DD
31952007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3196
3197 * configure.ac: Rewrite 'configure --help' strings to look nicer.
3198 * configure: Regenerate.
3199
32002007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3201
3202 * configure.ac: Add some missing m4 quotation.
3203 * configure: Regenerate.
3204
0c24b341
NC
32052007-07-09 Kai Tietz <kai.tietz@onevision.com>
3206
f7c83eac
AS
3207 * Makefile.def: Add windmc tool to build.
3208 * Makefile.tpl: Likewise.
3209 * configure.ac: Likewise.
3210 * Makefile.in: Regenerate.
3211 * configure: Regenerate.
0c24b341 3212
a09314d0
L
32132007-07-05 H.J. Lu <hongjiu.lu@intel.com>
3214
3215 * lt~obsolete.m4: New. Import from 20070318 libtool.
3216
7c3e1d12
BS
32172007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
3218
3219 * configure.ac: Don't add target-libmudflap to noconfigdirs for
3220 uclinux and linux-uclibc targets.
3221 * configure: Regenerate.
3222
a5b3b4dd
DD
32232007-06-28 DJ Delorie <dj@redhat.com>
3224
3225 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3226 not building newlib.
3227 * configure: Regenerated.
f7c83eac 3228
184d813c
DJ
32292007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
3230
3231 * src-release (DEVO_SUPPORT): Correct typos.
3232
31d99776
DJ
32332007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3234
3235 * Makefile.def: Add dependency from configure-gdb to all-bfd.
3236 * Makefile.in: Regenerated.
3237
e00a73e3
PB
32382007-06-14 Paolo Bonzini <bonzini@gnu.org>
3239
f7c83eac
AS
3240 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3241 (distclean-stage[+id+]): Possibly delete stage_last.
3242 * Makefile.in: Regenerate.
e00a73e3 3243
98a1bbc5
BE
32442007-06-07 Ben Elliston <bje@au.ibm.com>
3245
3246 * config.sub, config.guess: Update from upstream sources.
3247
973601e1
BE
32482007-06-07 Ben Elliston <bje@au.ibm.com>
3249
3250 * Makefile.tpl: Fix spelling error.
3251 * Makefile.in: Regenerate.
3252
2038f525
PB
32532007-06-04 Paolo Bonzini <bonzini@gnu.org>
3254
3255 Sync with gcc:
3256 2007-05-30 Jakub Jelinek <jakub@redhat.com>
3257
f7c83eac
AS
3258 PR bootstrap/29382
3259 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3260 * configure: Rebuilt.
2038f525 3261
f7c5c4b5
PB
32622007-06-01 Steve Ellcey <sje@cup.hp.com>
3263
12a64d4f
L
3264 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3265 lt_cv_sys_max_cmd_len.
f7c5c4b5 3266
7ad9660b
PB
32672007-05-31 Paolo Bonzini <bonzini@gnu.org>
3268
3269 * ltgcc.m4: Update from GCC.
3270
0e7ef45c
EC
32712007-05-25 Andreas Tobler <a.tobler@schweiz.org>
3272
12a64d4f 3273 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 3274
37ad9514
SE
32752007-05-24 Steve Ellcey <sje@cup.hp.com>
3276
3277 * ltmain.sh: Update from GCC.
3278 * libtool.m4: Update from GCC.
3279 * ltsugar.m4: New. Update from GCC.
3280 * ltversion.m4: New. Update from GCC.
3281 * ltoptions.m4: New. Update from GCC.
3282 * ltconfig: Remove.
3283 * ltcf-c.sh: Remove.
3284 * ltcf-cxx.sh: Remove.
3285 * ltcf-gcj.sh: Remove.
3286 * src-release: Update with new libtool file list.
3287
8ee82aff
PB
32882007-05-16 Paolo Bonzini <bonzini@gnu.org>
3289
3290 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3291 stage_cflags.
3292 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3293 Remove CFLAGS/LIBCFLAGS.
3294 (configure-stage[+id+]-[+prefix+][+module+],
3295 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3296 * Makefile.in: Regenerate.
3297
149cb58d
SE
32982007-04-14 Steve Ellcey <sje@cup.hp.com>
3299
3300 * config-ml.in: Update from GCC.
3301
91506736
DJ
33022007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
3303
3304 * src-release (do-proto-toplev): Process the support directories before
3305 the tool directory.
3306
ffa8bd48
RS
33072007-03-21 Richard Sandiford <richard@codesourcery.com>
3308
3309 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3310 of glob. Quote arguments with single quotes too.
3311 * configure: Regenerate.
3312
a4fd3374
DD
33132007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
3314
3315 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3316 * Makefile.in: Regenerate
3317
b8025f34
AS
33182007-03-07 Andreas Schwab <schwab@suse.de>
3319
3320 * configure: Regenerate.
3321
a3ca38d2
DD
33222007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3323
3324 * configure.ac: Add "--with-pdfdir" configure option,
3325 which defines pdfdir variable.
3326 * Makefile.def (target=fixincludes): Add install-pdf to
3327 missing targets.
3328 (recursive_targets): Add install-pdf target.
3329 (flags_to_pass): Add pdfdir.
3330 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3331 target.
3332 * configure: Regenerate
3333 * Makefile.in: Regenerate
3334
33352007-02-28 Eric Christopher <echristo@apple.com>
3336
3337 Revert:
3338 2006-12-07 Mike Stump <mrs@apple.com>
3339
3340 * Makefile.def (dependencies): Add dependency for
3341 install-target-libssp and install-target-libgomp on
3342 install-gcc.
3343 * Makefile.in: Regenerate.
3344
33452007-02-27 Matt Kraai <kraai@ftbfs.org>
3346
3347 * configure: Regenerate.
3348 * configure.ac: Move statements after variable declarations.
3349
a4708fba
JM
33502007-02-19 Joseph Myers <joseph@codesourcery.com>
3351
3352 * configure.ac: Adjust for loop syntax.
3353 * configure: Regenerate.
3354
9a819804
AO
33552007-02-18 Alexandre Oliva <aoliva@redhat.com>
3356
3357 * configure: Rebuilt.
3358
81ec575a
AO
33592007-02-18 Alexandre Oliva <aoliva@redhat.com>
3360
3361 * configure.ac: Drop multiple occurrences of --enable-languages,
3362 and fix its quoting.
3363 * configure: Rebuilt.
3364
92f01d61 33652007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
3366 Nathan Sidwell <nathan@codesourcery.com>
3367 Vladimir Prus <vladimir@codesourcery.com
3368 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
3369
3370 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3371 * configure: Regenerate.
3372
b1299c4e
DJ
33732007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3374
3375 * configure.ac (target_libraries): Move libgcc before libiberty.
3376 * configure: Regenerated.
3377
18f6b6ee
PB
33782007-02-13 Paolo Bonzini <bonzini@gnu.org>
3379
3380 * configure: Regenerate again?
3381
9c4e9f27
PB
33822007-02-13 Paolo Bonzini <bonzini@gnu.org>
3383
3384 * configure: Reapply PR30748 fix which was lost in the previous commit.
3385
24ff9987
DJ
33862007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3387 Paolo Bonzini <bonzini@gnu.org>
3388
3389 PR bootstrap/30753
3390 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
3391 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
3392 * configure: Regenerated.
3393
7df2cd5d
PB
33942007-02-10 Paolo Bonzini <bonzini@gnu.org>
3395
3396 * configure: Regenerate.
3397
b0aaa663
DJ
33982007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3399
3400 PR bootstrap/30748
3401 * configure.ac: Correct syntax for Solaris ksh.
3402 * configure: Regenerated.
3403
a0323144
PB
34042007-02-09 Paolo Bonzini <bonzini@gnu.org>
3405
3406 * Makefile.def: Sync with GCC.
3407 * Makefile.tpl: Sync with GCC.
3408 * Makefile.in: Regenerate.
3409 * configure: Regenerate.
3410
c6b750e1
DJ
34112007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3412
3413 * Makefile.tpl (build_alias, host_alias, target_alias): Use
3414 noncanonical equivalents.
3415 * configure.in: Rename to...
3416 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
3417 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
3418 target_noncanonical. Use them. Rewrite removal of configure
3419 arguments for autoconf 2.59. Discard variable settings. Force
3420 program_transform_name for native tools.
3421
3422 * Makefile.in: Regenerated.
3423 * configure: Regenerated with autoconf 2.59.
3424
3425 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
3426
f3cd89f4
JJ
34272007-02-08 Jeff Johnston <jjohnstn@redhat.com>
3428
3429 * COPYING.LIBGLOSS: Reformat default Red Hat
3430 license to fit within 80 columns.
3431 * COPYING.NEWLIB: Ditto.
3432
4e206d7e
DB
34332007-02-05 Dave Brolley <brolley@redhat.com>
3434
3435 * Contribute the following changes:
3436 2006-11-28 DJ Delorie <dj@redhat.com>
3437
3438 * configure.in: Fix typo for mep's target_makefile_frag.
3439 * configure: Regenerated.
3440
3441 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
3442
3443 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
3444 * configure: Regenerate.
3445
3446 2001-09-19 DJ Delorie <dj@redhat.com>
3447
3448 * configure.in (target_makefile_frag): use mt-mep
3449
3450 2001-06-12 Don Howard <dhoward@redhat.com>
3451
3452 * configure.in: Remove gdb from MeP skip list.
3453
3454 2001-04-05 DJ Delorie <dj@redhat.com>
3455
3456 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
3457
3458 2001-03-20 Ben Elliston <bje@redhat.com>
3459
3460 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
3461
3462 2001-03-19 Ben Elliston <bje@redhat.com>
3463
3464 * config.sub (mep, mep-*): Add.
3465
b2edfdd2
AS
34662007-01-31 Andreas Schwab <schwab@suse.de>
3467
3468 * Makefile.tpl (LDFLAGS): Substitute it.
3469 * Makefile.in: Regenerate.
3470
ceb92e78
PB
34712007-01-11 Paolo Bonzini <bonzini@gnu.org>
3472
3473 * configure.in: Change == to = in test command.
f7c83eac 3474 * configure: Regenerate.
ceb92e78 3475
4b900473 34762007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
3477 Nick Clifton <nickc@redhat.com>
3478 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
3479
3480 * configure.in (build_configargs, host_configargs, target_configargs):
3481 Remove build/host/target parameters.
3482 (host_libs): Add gmp and mpfr.
3483 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3484 * Makefile.def (gmp, mpfr): New.
3485 (gcc): Remove target.
3486 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3487 target_os, target_vendor): New.
3488 (configure): Add host_alias/target_alias arguments. Adjust invocations.
3489 * configure: Regenerate.
3490 * Makefile.in: Regenerate.
4b900473
PB
3491
34922007-01-11 Matt Fago <fago@earthlink.net>
3493
3494 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 3495 to improve robustness of configure tests.
4b900473
PB
3496 * configure: Regenerate.
3497
80f6dcbc
NC
34982007-01-08 Kai Tietz <kai.tietz@onevision.com>
3499
3500 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 3501 * configure: Regenerate.
80f6dcbc 3502
f86e35b8
NC
35032007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
3504
3505 * Makefile.tpl (all-target): Correct @if conditional for target
3506 modules.
3507 * configure.in: Omit libiberty if building only target libgcc.
3508 * configure, Makefile.in: Regenerated.
3509
79fcd0ec
PB
35102007-01-04 Paolo Bonzini <bonzini@gnu.org>
3511
3512 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
3513 * configure: Regenerate.
3514
6aa8ef82
DJ
35152007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
3516
3517 * Makefile.def (target_modules): Add libgcc.
3518 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
3519 * Makefile.tpl (clean-target-libgcc): Delete.
3520 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3521 on gcc even for bootstrapped modules. Rewrite handling of
3522 lang_env_dependencies to loop over target_modules.
3523 * configure.in (target_libraries): Add target-libgcc.
3524 * Makefile.in, configure: Regenerated.
3525
9b134994
PB
35262006-12-29 Paolo Bonzini <bonzini@gnu.org>
3527
3528 Sync with gcc:
3529 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3530
f7c83eac
AS
3531 * configure.in: Reorganize recognition of languages. Add
3532 --enable-stage1-languages. Show supported languages for the chosen
3533 target rather than all recognized languages.
3534 * configure: Regenerate.
9b134994
PB
3535
3536 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3537
f7c83eac
AS
3538 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3539 * Makefile.in: Regenerate.
9b134994
PB
3540
3541 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3542
f7c83eac
AS
3543 * configure.in: Warn that MPFR 2.2.0 is buggy.
3544 * configure: Regenerate.
9b134994 3545
8cf39b1b
ILT
35462006-12-27 Ian Lance Taylor <iant@google.com>
3547
3548 * configure.in: When removing Makefiles to force a reconfigure, also
3549 remove prev-DIR*/Makefile.
3550 * configure: Regenerate.
3551
ebff6cd5
KH
35522006-12-23 Kazu Hirata <kazu@codesourcery.com>
3553
3554 * config.bfd: Recognize fido.
3555
8a0d8a5c
PB
35562006-12-19 Paolo Bonzini <bonzini@gnu.org>
3557
3558 Sync with gcc:
3559
3560 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3561
3562 * configure.in: Remove "$build" case for powerpc-*-darwin* since
3563 it only affects bootstrap and could be tested on "$host" as well.
3564 * configure: Regenerate.
3565 * config/mh-ppc-darwin: Add to the stage1 cflags here.
3566
3567 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3568
3569 PR bootstrap/29544
3570 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3571 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3572 move here comment from Makefile.tpl.
3573 * Makefile.tpl: Move some definitions higher in the file.
3574 (STAGE1_CHECKING): New.
3575 * configure.in: Add --enable-stage1-checking.
3576 * configure: Regenerate.
3577 * Makefile.in: Regenerate.
3578
3579 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3580
3581 * configure.in: Update error message for missing GMP/MPFR.
3582
3583 * configure: Regenerate.
3584
3585 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3586
3587 * configure.in: Update MPFR version in error message.
3588
3589 * configure: Regenerate.
3590
3591 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3592
3593 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3594 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3595 --with-gmp-lib): New flags.
3596
3597 * configure: Regenerate.
3598
790c0838
AM
35992006-12-12 Andreas Tobler <a.tobler@schweiz.org>
3600
3601 PR bootstrap/30134
3602 * configure.in: Correct x86 darwin support for libjava to powerpc
3603 and i?86 only.
3604 * configure: Regenerate.
3605
77d7106f
AM
36062006-12-11 Alan Modra <amodra@bigpond.net.au>
3607
3608 * configure.in: Handle spu makefile frag.
77d7106f
AM
3609 * Makefile.tpl (MAINT): Define
3610 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3611 * configure: Regenerate.
3612 * Makefile.in: Regenerate.
3613
0cfa5389
BE
36142006-12-11 Ben Elliston <bje@au.ibm.com>
3615
3616 * config.sub, config.guess: Update from upstream sources.
3617
2839fe5d
BE
36182006-12-11 Ben Elliston <bje@au.ibm.com>
3619
3620 * configure.in: Sync with GCC (spu-*-*).
3621 * configure: Sync with GCC.
3622
b897f5d4
MS
36232006-12-07 Mike Stump <mrs@apple.com>
3624
3625 * Makefile.def (dependencies): Add dependency for
3626 install-target-libssp and install-target-libgomp on
3627 install-gcc.
3628 * Makefile.in: Regenerate.
3629
9daf3993
PB
36302006-11-16 Paolo Bonzini <bonzini@gnu.org>
3631
3632 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3633 (unstage): Test for stage_last presence.
3634
3635 PR bootstrap/29802
3636 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
3637 * Makefile.in: Regenerate.
3638
9dbaa842
DD
36392006-11-14 DJ Delorie <dj@redhat.com>
3640
3641 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
3642 * Makefile.in: Sync with GCC.
3643 * configure.in: Sync with GCC (mpfr, gmp).
3644 * configure: Sync with GCC.
3645
b0cbce8d
JJ
36462006-11-08 Jie Zhang <jie.zhang@analog.com>
3647
3648 * configure.in: Remove target-libgloss from noconfigdirs for
3649 bfin-*-*.
3650 * configure: Regenerated.
3651
44330a94
JJ
36522006-10-27 Jeff Johnston <jjohnstn@redhat.com>
3653
3654 * COPYING.NEWLIB: Add spu license.
7de05dd5 3655 * COPYING.LIBGLOSS: Ditto.
44330a94 3656
56a8fe78
DD
36572006-10-17 Brooks Moses <bmoses@stanford.edu>
3658
3659 * Makefile.def: Added pdf target handling.
3660 * Makefile.tpl: Added pdf target handling.
3661 * Makefile.in: Regenerated.
3662
fbb00ad0
JJ
36632006-10-11 Jeff Johnston <jjohnstn@redhat.com>
3664
3665 * COPYING.NEWLIB: Updated.
3666 * COPYING.LIBGLOSS: Ditto.
3667
6b89cc21
DB
36682006-09-27 Dave Brolley <brolley@redhat.com>
3669
3670 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
3671 $s instead of $r.
3672 * configure: Regenerated.
3673
17bcf627
BE
36742006-09-26 Ben Elliston <bje@au.ibm.com>
3675
3676 * config.sub, config.guess: Update from upstream sources.
3677
f3529cf1
TS
36782006-09-20 Thiemo Seufer <ths@mips.com>
3679
3680 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3681 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3682 * configure: Regenerate.
3683
45055374
CV
36842006-08-30 Corinna Vinschen <corinna@vinschen.de>
3685
3686 * configure.in: Never build newlib for a Mingw host.
3687 Never build newlib as Mingw target library.
3688 Test the existence of winsup/cygwin for building a Cygwin newlib,
3689 rather than just winsup.
3690 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3691 building a Mingw target.
3692 * configure: Regenerate.
3693
4be041b2 36942006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
3695 Nigel Stephens <nigel@mips.com>
3696 David Ung <davidu@mips.com>
4be041b2
TS
3697
3698 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
3699
1d89b610
PB
37002006-07-25 Paolo Bonzini <bonzini@gnu.org>
3701
3702 Sync from GCC:
3703 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
3704
f7c83eac
AS
3705 PR bootstrap/18058
3706 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3707 if the bootstrap compiler is a GCC version that supports it.
3708 * configure: Regenerate.
1d89b610 3709
66a79c16
DJ
37102006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
3711
3712 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3713 * configure: Regenerated.
3714
c1cb7e02
PB
37152006-07-18 Paolo Bonzini <bonzini@gnu.org>
3716
f7c83eac
AS
3717 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3718 for stages after the first.
c1cb7e02 3719
7206a0ee
JJ
37202006-07-17 Jakub Jelinek <jakub@redhat.com>
3721
3722 * Makefile.def: Add dependencies for configure-opcodes
3723 on configure-intl and all-opcodes on all-intl.
3724 * Makefile.in: Regenerated.
3725
6816f995
AO
37262006-07-04 Peter O'Gorman <peter@pogma.com>
3727
3728 * ltconfig: chmod 644 before ranlib during install.
3729
3d3adb43
PB
37302006-07-03 Paolo Bonzini <bonzini@gnu.org>
3731
1f3f1bbf 3732 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
3733 * configure: Regenerate.
3734
64ce424c
PB
37352006-07-03 Paolo Bonzini <bonzini@gnu.org>
3736
3737 Sync from gcc:
3738
3739 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
3740
3741 PR other/27063
3742 * configure.in: Test subdir_requires and give an appropriate
3743 error message.
3744 * configure: Regenerate.
3745
3746 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3747
3748 PR target/27540
3749 * configure.in: Only enable libgomp on IRIX 6.
3750 * configure: Regenerate.
3751
d42c4017
DA
37522006-06-20 David Ayers <d.ayers@inode.at>
3753
3754 PR bootstrap/28072
3755 * configure.in: Add target-boehm-gc to noconfigdirs depending on
3756 whether target-libjava is being configured instead of whether the
3757 java front end is enabled.
3758 * configure: Regenerate.
0e7ef45c 3759
4962c51a
MS
37602006-06-15 Mark Shinwell <shinwell@codesourcery.com>
3761
3762 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
3763 to R_ARM_LDC_SB_G{0,1,2} respectively.
3764
caee866a
PB
37652006-06-15 Paolo Bonzini <bonzini@gnu.org>
3766
3767 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3768 too.
3769 * Makefile.in: Regenerate.
3770
363ef840
DA
37712006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3772
3773 Sync from gcc:
3774
3775 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3776 * configure.in: Don't enable libgomp on hpux10.
3777 * configure: Rebuilt.
3778
54d1c879
DA
37792006-06-13 David Ayers <d.ayers@inode.at>
3780
3781 Sync from gcc:
3782
3783 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 3784
54d1c879
DA
3785 PR bootstrap/27963
3786 PR target/19970
0e7ef45c 3787 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
3788 ${libgcj} is specified.
3789 * configure: Regenerate.
0e7ef45c 3790
a4d8b690
JJ
37912006-06-08 Jeff Johnston <jjohnstn@redhat.com>
3792
3793 Sync from gcc:
3794
3795 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 3796 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
3797
3798 PR bootstrap/18033
3799 * config-ml.in: Eval option if surrounded by single quotes.
3800
4f0ef2d8
CD
38012006-06-07 Carlos O'Donell <carlos@codesourcery.com>
3802
3803 Sync from gcc:
0e7ef45c 3804
4f0ef2d8 3805 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 3806
4f0ef2d8
CD
3807 PR libobjc/13946
3808 * Makefile.def: Add dependencies for libobjc which boehm-gc.
3809 * Makefile.in: Regenerate.
3810 * configure.in: Add --enable-objc-gc at toplevel and have it
3811 enable boehm-gc for Objective-C.
3812 Remove target-boehm-gc from libgcj.
3813 Add target-boehm-gc to target_libraries.
3814 Add target-boehm-gc to noconfigdirs where ${libgcj}
3815 is specified.
3816 Assert that boehm-gc is supported when requested for Objective-C.
3817 Only build boehm-gc if needed either for Java or Objective-C.
3818 * configure: Regenerate.
3819
3820 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 3821
4f0ef2d8
CD
3822 PR 27674
3823 * Makefile.tpl (configure-[+prefix+][+module+],
3824 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3825 Remove rule to unstage bootstrapped modules.
3826 (stage_current): New.
3827 * Makefile.in: Regenerate.
3828
3829 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3830 Andreas Tobler <a.tobler@schweiz.ch>
3831
3832 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
3833 * configure: Rebuilt.
3834
3835 Revert
3836 2006-01-31 Richard Guenther <rguenther@suse.de>
3837 Paolo Bonzini <bonzini@gnu.org>
3838
3839 * Makefile.def (target_modules): Add libgcc-math target module.
3840 * configure.in (target_libraries): Add libgcc-math target library.
3841 (--enable-libgcc-math): New configure switch.
3842 * Makefile.in: Re-generate.
3843 * configure: Re-generate.
3844
c17b816b
JJ
38452006-06-05 Jeff Johnston <jjohnstn@redhat.com>
3846
3847 * config-ml.in: Alter CCASFLAGS to include special
3848 multilib options the same as is done for CFLAGS.
3849
20e95c23
DJ
38502006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
3851
3852 * Makefile.def: Added dependencies from sim and gdb on intl, and
3853 added configure dependencies to everything with an all dependency
3854 on intl.
3855 * gettext.m4: Removed.
3856 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
3857 (GDB_SUPPORT_DIRS): Add intl.
3858 * Makefile.in: Regenerated.
3859
4bd8ad80
DJ
38602006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
3861
3862 * src-release (DEVO_SUPPORT): Add config.rpath.
3863
c380fdd8
PB
38642006-05-25 Paolo Bonzini <bonzini@gnu.org>
3865
3866 * Makefile.def (bfd, opcodes): Fix lib_path.
3867 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3868 (restrap): Move under "@if gcc-bootstrap". Fix typo.
3869 * Makefile.in: Regenerate.
3870
701628f5
MS
38712006-05-24 Mark Shinwell <shinwell@codesourcery.com>
3872
3873 * configure.in: Enable gprof for cross builds.
3874 * configure: Regenerate.
3875
25aae7f2
DJ
38762006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
3877
3878 * src-release (MAKEINFOFLAGS): Define.
3879 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
3880
ea3d1626
BE
38812006-05-14 Ben Elliston <bje@au.ibm.com>
3882
3883 * config.sub, config.guess: Update from upstream sources.
3884
49b9e644
BE
38852006-05-12 Ben Elliston <bje@au.ibm.com>
3886
3887 * config.sub, config.guess: Update from upstream sources.
3888
482dd2f6
DJ
38892006-05-04 Steve Ellcey <sje@cup.hp.com>
3890
3891 * blt, iwidgets, mmalloc: Remove directories.
3892
8b01a5c2
DD
38932006-05-01 DJ Delorie <dj@redhat.com>
3894
641a3af4 3895 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
3896 * configure: Regenerate.
3897
a481dbb7
DD
38982006-04-18 DJ Delorie <dj@redhat.com>
3899
3900 * configure.in (m32c): Build libstdc++-v3. Pass flags to
3901 reference libgloss so that libssp can be built in a combined
3902 tree.
3903 * configure: Regenerate.
3904
962c9e74
BE
39052006-04-10 Ben Elliston <bje@au.ibm.com>
3906
3907 * contrib: Remove directory.
3908
108a6f8e
CD
39092006-04-06 Carlos O'Donell <carlos@codesourcery.com>
3910
3911 * Makefile.tpl: Add install-html target.
3912 * Makefile.def: Add install-html target.
3913 * Makefile.in: Regenerate.
3914 * configure.in: Add --with-datarootdir, --with-docdir,
3915 and --with-htmldir options.
3916 * configure: Regenerate.
3917
a4ef73e9
BE
39182006-03-31 Ben Elliston <bje@au.ibm.com>
3919
3920 PR binutils/1860
3921 * configure.in: Require makeinfo 4.4 or higher.
3922 * configure: Regenerate.
3923
b37df25a
PB
39242006-03-14 Paolo Bonzini <bonzini@gnu.org>
3925
3926 * Makefile.in: Regenerate.
3927
a6df5a19
PB
39282006-03-14 Paolo Bonzini <bonzini@gnu.org>
3929
3930 Sync with gcc:
3931 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
3932
f7c83eac
AS
3933 * configure.in: Handle --disable-<component> generically.
3934 * configure: Regenerate.
a6df5a19
PB
3935
3936 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 3937
f7c83eac
AS
3938 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
3939 (TARGET_CONFIGDIRS): Remove.
3940 * configure.in: Remove AC_SUBST(target_configdirs).
3941 * Makefile.in, configure: Regenerated.
a6df5a19
PB
3942
3943
65419985
L
39442006-03-01 H.J. Lu <hongjiu.lu@intel.com>
3945
3946 PR libgcj/17311
3947 * ltmain.sh: Don't use "$finalize_rpath" for compile.
3948
c52c6897
PB
39492006-02-20 Paolo Bonzini <bonzini@gnu.org>
3950
3951 PR bootstrap/25670
3952
3953 * Makefile.tpl ([+compare-target+]): Print explanation messages.
3954
3955 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3956 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3957 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3958 BUILD_PREFIX, BUILD_PREFIX_1.
3959 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3960
3961 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3962 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3963
3964 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3965 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3966 of `cat stage_current`. Always provide the `r' and `s' variables.
3967 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3968 a single shell execution.
3969 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3970 bootstrapped modules, make the stage1 module if the build was not
3971 started yet, else build the current stage.
3972 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3973 (all-build, all-host, all-target, [+make_target+]-host,
3974 [+make_target+]-target): Do not use \-continued lines.
3975 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3976 (current_stage, restrap, stage_last): New.
3977
3978 * Makefile.in: Regenerate.
3979 * configure: Regenerate.
3980
b3ded179
PB
39812006-02-14 Paolo Bonzini <bonzini@gnu.org>
3982
3983 Sync from gcc:
3984
3985 2006-01-31 Richard Guenther <rguenther@suse.de>
3986 Paolo Bonzini <bonzini@gnu.org>
3987
f7c83eac
AS
3988 * Makefile.def (target_modules): Add libgcc-math target module.
3989 * configure.in (target_libraries): Add libgcc-math target library.
3990 (--enable-libgcc-math): New configure switch.
3991 * Makefile.in: Re-generate.
3992 * configure: Re-generate.
3993 * libgcc-math: New toplevel directory.
b3ded179
PB
3994
3995 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
3996 Jakub Jelinek <jakub@redhat.com>
3997 Diego Novillo <dnovillo@redhat.com>
b3ded179 3998
f7c83eac
AS
3999 * libgomp: New directory.
4000 * Makefile.def: Add target_module libgomp.
4001 * Makefile.in: Regenerate.
4002 * configure.in (target_libraries): Add target-libgomp.
4003 * configure: Regenerate.
b3ded179 4004
3a35eeb3
PB
40052006-02-14 Paolo Bonzini <bonzini@gnu.org>
4006 Andreas Schwab <schwab@suse.de>
0e7ef45c 4007
3a35eeb3
PB
4008 * configure: Regenerate.
4009
2429c060
PB
40102006-01-16 Paolo Bonzini <bonzini@gnu.org>
4011
4012 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4013 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4014 the assembler, linker and binutils.
4015 * configure: Regenerate.
4016
ec49b2b8
NC
40172006-01-16 Nick Clifton <nickc@redhat.com>
4018
49b9e644 4019 * config.sub, config.guess: Sync from config repository.
ec49b2b8 4020
44b2308f
AO
40212006-01-05 Alexandre Oliva <aoliva@redhat.com>
4022
4023 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4024 @ from continuation.
4025 * Makefile.in: Rebuilt.
4026
80911fe1
PB
40272006-01-04 Paolo Bonzini <bonzini@gnu.org>
4028
4029 Sync from gcc:
4030
4031 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4032
f7c83eac 4033 PR bootstrap/24252
80911fe1 4034
f7c83eac
AS
4035 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4036 * Makefile.tpl (OBJDUMP): New.
4037 (EXTRA_HOST_FLAGS): Add it.
4038 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 4039
f7c83eac
AS
4040 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4041 to use symbolic links between directories. Avoid race conditions
4042 or make them harmless.
4043 * configure.in: Do not try to use symbolic links between directories.
80911fe1 4044
f7c83eac
AS
4045 * Makefile.def (LEAN): Pass.
4046 * Makefile.tpl (LEAN): Define.
4047 (stage[+id+]-start): Accept that the previous directory does not
4048 exist, if the bootstrap is lean.
4049 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4050 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4051 configure substitution.
4052 ([+compare-target+]): Likewise.
4053 ([+bootstrap-target+]-lean): New.
4054 * configure.in: Remove lean bootstrap support from here.
80911fe1 4055
f7c83eac
AS
4056 * Makefile.in: Regenerate.
4057 * configure: Regenerate.
80911fe1
PB
4058
4059 2006-01-02 Andreas Schwab <schwab@suse.de>
4060
f7c83eac
AS
4061 * configure.in: When reconfiguring remove Makefile in
4062 all stage directories.
4063 * configure: Regenerate.
80911fe1 4064
b59bea8a
NC
40652005-12-27 Leif Ekblad <leif@rdos.net>
4066
4067 * configure.in: Add support for RDOS target.
4068 * configure: Regenerate.
4069
d7730bac
NC
40702005-12-27 Nick Clifton <nickc@redhat.com>
4071
4072 PR binutils/1990
4073 * libtool.m4: Synchronize with version in GCC sources.
4074
c02dabc3
PB
40752005-12-20 Paolo Bonzini <bonzini@gnu.org>
4076
f7c83eac 4077 Revert Ada-related part of the previous change.
c02dabc3 4078
f7c83eac
AS
4079 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4080 Do not pass.
4081 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4082 * Makefile.in: Regenerate.
4083 * configure.in: Do not include mt-ppc-aix target fragment.
4084 * configure: Regenerate.
c02dabc3 4085
f6d183c0
PB
40862005-12-19 Paolo Bonzini <bonzini@gnu.org>
4087
4088 * configure.in: Select appropriate fragments for PowerPC/AIX.
4089 * configure: Regenerate.
4090
4091 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4092 BOOT_CFLAGS, BOOT_LDFLAGS.
4093 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4094 BOOT_CFLAGS, BOOT_LDFLAGS.
4095 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4096 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4097 (stage): Fail if we cannot complete the work.
4098 * Makefile.in: Regenerate.
4099
f29759fc
JJ
41002005-12-16 Jeff Johnston <jjohnstn@redhat.com>
4101
4102 * COPYING.NEWLIB: Update copyright year for default
4103 copyright.
4104
1f054001
PB
41052005-12-15 Paolo Bonzini <bonzini@gnu.org>
4106
4107 * Makefile.tpl (all, do-[+make_target+], do-check, install,
4108 install-host-nogcc): Don't invoke $(stage) at the end.
4109 * Makefile.in: Regenerate.
4110
0aed8855
PB
41112005-12-14 Paolo Bonzini <bonzini@gnu.org>
4112
4113 * configure.in: Flip the top-level bootstrap switch.
4114 * configure: Regenerate.
4115
4116 Merge from gcc:
4117
4118 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
4119
f7c83eac
AS
4120 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4121 $(stage) and $(unstage).
4122 (EXTRA_TARGET_FLAGS): Correct double-quoting.
4123 (all): Remove stray semicolon.
4124 (local-distclean): Don't handle multilib.tmp and multilib.out.
4125 (install.all): Set $s for consistency.
4126 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4127 check_multilibs setting. Always make the install directory.
4128 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4129 Correct @if/@endif.
4130 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4131 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4132 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4133 (multilib.out): Remove.
4134 * Makefile.in: Regenerated.
0aed8855
PB
4135
41362005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4137
4138 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4139 * configure.in: Replace ms1 arch with mt.
4140 * configure: Rebuilt.
4141
41422005-12-05 Paolo Bonzini <bonzini@gnu.org>
4143
4144 Sync with gcc:
4145
4970f871
NS
41462005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4147
4148 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4149 * configure.in: Replace ms1 arch with mt.
4150 * configure: Rebuilt.
4151
be01d343
PB
41522005-12-05 Paolo Bonzini <bonzini@gnu.org>
4153
4154 Sync with gcc:
4155
4156 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4157
f7c83eac
AS
4158 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4159 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4160 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
4161 Find in-tree tools if available.
4162 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4163 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4164 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4165 (COMPILER_*_FOR_TARGET): New.
4166 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4167 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4168 (CONFIGURED_*, USUAL_*): Remove.
4169 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4170 STRIP): Use autoconf substitutions.
4171 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4172 COMPILER_NM_FOR_TARGET): New.
4173 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4174
4175 (all): Make all-host and all-target in parallel.
4176 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4177 that $$r and $$s are set before invoking a recursive make.
4178 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4179 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
4180
4181 2005-11-29 Ben Elliston <bje@au.ibm.com>
4182
f7c83eac
AS
4183 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4184 from the gcc build directory.
4185 * Makefile.in: Regenerate.
be01d343
PB
4186
4187 2005-11-29 Ben Elliston <bje@au.ibm.com>
4188
f7c83eac
AS
4189 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
4190 depend on all-libdecnumber.
4191 * configure.in (host_libs): Include libdecnumber.
4192 * Makefile.in: Regenerate.
4193 * configure: Likewise.
be01d343
PB
4194
4195 2005-11-21 Kean Johnston <jkj@sco.com>
4196
f7c83eac 4197 * config.sub, config.guess: Sync from upstream sources.
be01d343 4198
907be67c
DJ
41992005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
4200
4201 * Makefile.def: Remove gdb dependencies for gdbtk.
4202 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4203 (configure-gdb, install-gdb): New rules.
4204 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4205 * Makefile.in, configure: Regenerated.
4206
e360f423
PB
42072005-10-22 Paolo Bonzini <bonzini@gnu.org>
4208
4209 PR bootstrap/24297
4210 * Makefile.tpl (do-[+make-target+], do-check, install,
4211 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4212 are set before recursing.
4213 * Makefile.in: Regenerate.
4214
45d5eb0a
EB
42152005-10-20 Eric Botcazou <ebotcazou@adacore.com>
4216
4217 PR bootstrap/18939
4218 * Makefile.def (gcc) <target>: Fix thinko.
4219 * Makefile.in: Regenerate.
4220
3cf3372e
BS
42212005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
4222
4223 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4224 * configure: Regenerate.
4225
bd70a46f
KH
42262005-10-09 Kazu Hirata <kazu@codesourcery.com>
4227
4228 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4229 target-libffi, target-qthreads, target-libjava, and
4230 targetlibobjc.
4231 * configure: Regenerate.
4232
5ae72758
DJ
42332005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
4234
4235 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4236 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4237 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4238 (USUAL_OBJDUMP_FOR_TARGET): New.
4239 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4240 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 4241 * configure, Makefile.in: Regenerated.
5ae72758 4242
cc96343e
PB
42432005-10-05 Paolo Bonzini <bonzini@gnu.org>
4244
4245 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4246 before other host packages.
4247
f70224b5
PB
42482005-10-05 Paolo Bonzini <bonzini@gnu.org>
4249
4250 PR bootstrap/22340
4251
4252 * configure.in (default_target): Remove.
4253 * Makefile.tpl (all): Do not use prerequisites as subroutines
4254 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4255 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4256 use prerequisites as subroutines.
4257 (check-host, check-target): New.
4258 (bootstrap configure & all targets): Do not use stage*-start
4259 if the directory layout is already ok.
4260 (non-bootstrap configure & all targets): Prepend a $(unstage).
4261 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
4262 (NOTPARALLEL): Remove.
4263 (unstage, stage variables): New variables.
4264 (unstage, stage targets): Simply expand to those variables.
4265
4266 * configure: Regenerate.
4267 * Makefile.in: Regenerate.
4268
c13c918a
JW
42692005-10-04 James E Wilson <wilson@specifix.com>
4270
4271 * Makefile.def (lang_env_dependencies): Add libmudflap.
4272 * Makefile.in: Regenerate.
4273
376a0e54
CM
42742005-10-03 Catherine Moore <clm@cm00re.com>
4275
4276 * configure.in (bfin-*-*): Support bfin.
4277 * configure: Regenerated.
4278
d320aacb
L
42792005-09-30 H.J. Lu <hongjiu.lu@intel.com>
4280
4281 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4282 * configure: Regenerated.
4283
7e0f7140
GK
42842005-09-28 Geoffrey Keating <geoffk@apple.com>
4285
4286 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4287 (LIPO_FOR_TARGET): New.
4288 (CONFIGURED_LIPO_FOR_TARGET): New.
4289 (USUAL_LIPO_FOR_TARGET): New.
4290 (STRIP_FOR_TARGET): New.
4291 (CONFIGURED_STRIP_FOR_TARGET): New.
4292 (USUAL_STRIP_FOR_TARGET): New.
4293 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4294 STRIP_FOR_TARGET.
4295 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4296 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4297 * Makefile.in: Regenerate.
4298 * configure: Regenerate.
0e7ef45c 4299
096f7d00
DE
43002005-09-19 David Edelsohn <edelsohn@gnu.org>
4301
4302 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4303 (rs6000-*-aix*): Same.
4304 * configure: Regenerate.
4305
43062005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
4307
4308 * configure.in: Recognize f95 in the --enable-languages option,
4309 and substitute it for fortran, issuing a warning.
4310 * configure: Regenerate.
4311
2016dfcc
BE
43122005-09-07 Ben Elliston <bje@au.ibm.com>
4313
4314 Import from Autoconf sources:
4315
4316 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
4317 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
4318 Elliston. Handle weird characters correctly.
4319
6dd2fda9
DD
43202005-08-30 Phil Edwards <phil@codesourcery.com>
4321
4322 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
4323 * configure: Regenerated.
4324
e6db70d4
RE
43252005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
4326
f7c83eac
AS
4327 * Makefile.def (libssp): Add to lang_env_dependencies.
4328 * Makefile.in: Regenerate.
e6db70d4 4329
e1e3d0f5
CG
43302005-08-17 Christian Groessler <chris@groessler.org>
4331
4332 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4333 * Makefile.in: Regenerate.
4334
05cbd757
PB
43352005-08-12 Paolo Bonzini <bonzini@gnu.org>
4336
4337 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4338 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4339 Look for alternate names of the target cc and c++
4340 * configure: Regenerate.
4341
55db4b87
PB
43422005-08-08 Paolo Bonzini <bonzini@gnu.org>
4343
4344 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4345 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4346 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4347 tools; remove code to manually set them.
4348 (Target tools): Look in the environment for them.
4349 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4350 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4351 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4352 build directory.
4353 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4354 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4355 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4356 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4357 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4358 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4359 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4360 * configure: Regenerate.
4361 * Makefile.in: Regenerate.
4362
414e5532
MM
43632005-07-27 Mark Mitchell <mark@codesourcery.com>
4364
4365 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 4366 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
4367 * Makefile.in: Regenerated.
4368
a19b6204
MM
43692005-07-26 Mark Mitchell <mark@codesourcery.com>
4370
4371 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4372 (CFLAGS_FOR_TARGET): Use it.
4373 (CXXFLAGS_FOR_TARGET): Likewise.
4374 * Makefile.in: Regenerated.
4375 * configure.in (--with-build-sysroot): New option.
4376 * configure: Regenerated.
4377
b73aa406
PB
43782005-07-24 Paolo Bonzini <bonzini@gnu.org>
4379
4380 * Makefile.tpl: Wrap install between unstage and stage
4381 * Makefile.in: Regenerate.
4382
6e4d0bcb
KC
43832005-07-16 Kelley Cook <kcook@gcc.gnu.org>
4384
4385 * all files: Update FSF address.
4386
49f58d10
JB
43872005-07-14 Jim Blandy <jimb@redhat.com>
4388
4389 * configure.in: Add cases for Renesas m32c.
4390 * configure: Regenerated.
0e7ef45c 4391
1d9c9cd7
KC
43922005-07-14 Kelley Cook <kcook@gcc.gnu.org>
4393
4394 * COPYING, compile, config-ml.in, config.guess,
4395 config.sub, install-sh, missing, mkinstalldirs,
4396 symlink-tree, ylwrap: Sync from upstream sources.
4397
1587117a
EC
43982005-07-13 Eric Christopher <echristo@redhat.com>
4399
4400 * configure.in: Add toplevel noconfigdir support for tpf.
4401 * configure: Regenerate.
4402
bb780410
DD
44032005-07-11 Jakub Jelinek <jakub@redhat.com>
4404
4405 * Makefile.def (target_modules): Add libssp.
4406 * configure.in (target_libraries): Add target-libssp.
4407 * configure: Rebuilt.
4408 * Makefile.in: Rebuilt.
4409
064d0a7c
PB
44102005-07-11 Paolo Bonzini <bonzini@gnu.org>
4411
4412 PR ada/22340
4413
4414 * Makefile.def: Sync with gcc.
4415 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4416 * Makefile.in: Regenerate.
4417
b2edd3b5
AS
44182005-07-07 Andreas Schwab <schwab@suse.de>
4419
4420 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4421 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4422 * Makefile.in: Regenerated.
4423
5f128533
KH
44242005-07-07 Kazu Hirata <kazu@codesourcery.com>
4425
4426 * configure.in: Add --enable-libssp and --disable-libssp.
4427 * configure: Regenerate with autoconf-2.13.
4428
4e3fc8e5
GK
44292005-07-06 Geoffrey Keating <geoffk@apple.com>
4430
4431 * configure.in: Don't build sim or rda when targetting darwin.
4432 * configure: Regenerate.
4433
c7357d6a
BE
44342005-07-04 Ben Elliston <bje@gnu.org>
4435
4436 * src-release (do-proto-toplev): Remove dejagnu bits.
4437 (DEJAGNU_SUPPORT_DIRS): Remove.
4438 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
4439 (GDBD_SUPPORT_DIRS): Likewise.
4440 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
4441 (INSIGHTD_SUPPORT_DIRS): Likewise.
4442 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
4443
44442005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
4445
4446 * setup.com (mpw): Remove unused directive.
4447
7d329e61
PB
44482005-06-22 Paolo Bonzini <bonzini@gnu.org>
4449
4450 * Makefile.def (stagefeedback): Come after profile.
4451 Define profiledbootstrap target.
4452 * Makefile.tpl (profiledbootstrap): Remove.
4453 (stageprofile-end): Zap stagefeedback.
4454 (stagefeedback-start): Copy all .gcda files, not only GCC's.
4455 * Makefile.in: Regenerate.
4456
e5fbed21
DD
44572005-06-13 Zack Weinberg <zack@codesourcery.com>
4458
4459 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
4460 In 'cpp' stanza, support '#line' as well as '# '.
4461
59f7ec45
HPN
44622005-06-07 Hans-Peter Nilsson <hp@axis.com>
4463
4464 * configure.in (unsupported_languages): New macro.
4465 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
4466 non-ported target libraries in noconfigdirs.
4467 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4468 non-linux-gnu. Remove libgcj_ex_libffi.
9eb322aa 4469 <lang_frag loop>: Set add_this_lang=no if the language is in
59f7ec45
HPN
4470 unsupported_languages.
4471 * configure: Regenerate.
4472
c10e9ba7
DD
44732005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
4474
4475 * configure.in: Fix typo in handling of --with-mpfr-dir.
4476 * configure: Regenerate.
4477
20deb2b8
JB
44782005-06-02 Jim Blandy <jimb@redhat.com>
4479
4480 * config.sub: Add cases for the Renesas m32c. (This patch has been
4481 accepted into the master sources.)
4482
cdb9b172 44832005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
4484 Michael Snyder <msnyder@redhat.com>
4485 Stan Cox <scox@redhat.com>
cdb9b172 4486
f7c83eac 4487 * configure.in: Set noconfigdirs for ms1.
cdb9b172 4488
f7c83eac 4489 * configure: Regenerate.
cdb9b172 4490
1dc3053f
PB
44912005-05-25 Paolo Bonzini <bonzini@gnu.org>
4492
4493 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4494 (Dependencies): Consider target modules for bootstrap dependencies.
4495 Make target bootstrap modules depend on each stage's gcc.
4496 * Makefile.in: Regenerate.
4497
c60fe18b
PB
44982005-05-20 Paolo Bonzini <bonzini@gnu.org>
4499
4500 * Makefile.def (configure-gcc): Depend on binutils having been built.
4501 (all-gcc): No need to do it here.
4502 * Makefile.in: Regenerate.
4503
27258dd4
PB
45042005-05-19 Paul Brook <paul@codesourcery.com>
4505
0e7ef45c 4506 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
4507 language cannot be built.
4508 * configure: Regenerate.
4509
42ecbf5e
DJ
45102005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4511
4512 * ylwrap: Import from Automake 1.9.5.
4513
ae380b45
MS
45142005-05-04 Mike Stump <mrs@apple.com>
4515
4516 * configure.in: Always pass --target to target configures as
4517 otherwise rebuilds that do --recheck will fail.
811d3af8 4518 * configure: Rebuilt.
ae380b45 4519
d545f33b
PB
45202005-05-04 Paolo Bonzini <bonzini@gnu.org>
4521
4522 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4523 STAGE_HOST_EXPORTS.
4524 (configure, all): Add bootstrap support.
4525 (Host modules, target modules): Pass post-stage1 flags and exports.
4526 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4527 * Makefile.in: Regenerate.
4528
2faa2958
PB
45292005-04-29 Paolo Bonzini <bonzini@gnu.org>
4530
4531 Sync from gcc:
4532
4533 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
4534
f7c83eac 4535 * config.sub: Update from master copy.
2faa2958
PB
4536
4537 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
4538
f7c83eac
AS
4539 * configure.in <crisv32-*-*, cris-*-*>: New local variable
4540 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
4541 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
4542 "*-*-elf" and "*-*-linux*".
4543 * configure: Regenerate.
2faa2958 4544
a7254363
PB
45452005-04-06 Paolo Bonzini <bonzini@gnu.org>
4546
f7c83eac 4547 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
4548 (TARGET_CONFIGARGS): Include --with-target-subdir.
4549 (configure, all): New macros. Use them throughout.
4550
a8637a7d
PB
45512005-04-05 Paolo Bonzini <bonzini@gnu.org>
4552
4553 * Makefile.tpl: Sync with gcc.
4554 * Makefile.in: Regenerate.
4555
dd387d52
JR
45562005-03-30 J"orn Rennecke <joern.rennecke@st.com>
4557
4558 * config/mh-mingw32: Delete.
4559 * configure.in: Don't use it.
4560 * configure: Regenerate.
4561
e90269c8
PB
45622005-03-31 Paolo Bonzini <bonzini@gnu.org>
4563
4564 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4565 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4566 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
4567 (HOST_LIB_PATH): Generate from Makefile.def.
4568 (TARGET_LIB_PATH): Likewise.
4569 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4570 * Makefile.in: Regenerate.
4571 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4572 (RPATH_ENVVAR): Include Darwin case.
4573 * configure: Regenerate.
4574
9a237d9e
PB
45752005-03-25 Paolo Bonzini <bonzini@gnu.org>
4576
4577 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4578 * configure: Regenerate.
4579
479759c8
ZW
45802005-03-21 Zack Weinberg <zack@codesourcery.com>
4581
4582 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4583 gcc_version, and gcc_version_trigger from set of flags to pass.
4584 * Makefile.tpl: Remove definitions of above variables.
4585 (config.status): Remove dependency on $(gcc_version_trigger).
4586 * Makefile.in: Regenerate.
4587 * configure.in: Do not reference config/gcc-version.m4 nor
4588 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
4589 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
4590 * configure: Regenerate.
4591
4cfaf6d5
DD
45922005-03-16 Manfred Hollstein <manfred.h@gmx.net>
4593 Andrew Pinski <pinskia@physics.uc.edu>
4594
4595 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4596 * Makefile.in: Regenerate.
4597
33a3fb7b
AO
45982005-03-01 Alexandre Oliva <aoliva@redhat.com>
4599
4600 PR libgcj/20160
4601 * ltmain.sh: Avoid creating archives with components that have
4602 duplicate basenames.
4603
2da12f12
PB
46042005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
4605
479759c8
ZW
4606 PR bootstrap/20250
4607 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4608 instead of check.
4609 * Makefile.in: Regenerate.
2da12f12 4610
b00612cc
PB
46112005-02-28 Paolo Bonzini <bonzini@gnu.org>
4612
4613 Sync from gcc.
4614
4615 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
4616
4617 PR bootstrap/17383
4618 * Makefile.def (target_modules): Remove "stage", now unnecessary.
4619 * Makefile.tpl (HOST_SUBDIR): New substitution.
4620 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4621 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4622 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4623 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4624 (Host modules, Bootstrapped modules): Use it.
4625 (Build modules, Target modules): Do not create symlink trees,
4626 always configure out-of-srcdir.
4627 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4628 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4629 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4630 $(HOST_SUBDIR). Create a symlink for host_subdir.
4631
4632 * Makefile.in: Regenerate.
4633 * configure: Regenerate.
4634
4635 Merged from libada-gnattools-branch:
4636 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
4637
4638 * Makefile.def: Add gnattools as a module, depending on target-libada.
4639 * Makefile.in: Regenerate.
4640 * configure.in: Include gnattools in host_tools; disable it if ada
4641 is disabled.
4642 * configure: Regenerate.
4643
c3e65f62
NC
46442005-02-23 Nick Clifton <nickc@redhat.com>
4645
4646 * configure: Regenerate.
4647
e4d180c2
NC
46482005-02-22 Paul Schlie <schlie@comcast.net>
4649
4650 * configure.in: Allow darwin targeted ports to build tk, itcl and
4651 libgui.
4652
e3c770b1
EB
46532005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
4654
4655 PR libgcj/10353
4656 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4657 * configure: Regenerate.
4658
9c73618c
AC
46592005-02-08 Andrew Cagney <cagney@gnu.org>
4660
4661 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
4662 gdb/ section. Update GDB's URL.
4663
c46f8c51
AC
46642005-01-31 Andrew Cagney <cagney@gnu.org>
4665
4666 * gettext.m4: Only set ENABLE_NLS when gettext is present.
4667
c7e66c6d
HPN
46682005-01-29 Hans-Peter Nilsson <hp@axis.com>
4669
4670 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4671 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4672 target-libgloss when not *-*-elf and *-*-aout.
4673 * configure: Regenerate.
4674
a53bf506
AC
46752005-01-27 Andrew Cagney <cagney@gnu.org>
4676
4677 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
4678
45181ed1
AC
46792005-01-24 Andrew Cagney <cagney@gnu.org>
4680
4681 * gettext.m4: Only fall back to ../intl/ when it's present.
4682
a1e0f4e4
KC
46832005-01-17 Kelley Cook <kcook@gcc.gnu.org>
4684
4685 * install-sh, config.sub: Import from upstream.
4686
46872005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
4688
4689 PR bootstrap/18222
4690 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4691 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4692 * Makefile.in: Regenerate.
4693
c50382e2
PB
46942005-01-03 Paolo Bonzini <bonzini@gnu.org>
4695
4696 Revert 2004-12-28 Makefile changes, a better fix will be
4697 applied to mainline and src after GCC 4.0 branches.
4698
11d07737
PB
46992004-12-28 Paolo Bonzini <bonzini@gnu.org>
4700
4701 PR bootstrap/17383
4702
4703 * Makefile.def (target_modules): Remove stage parameter,
4704 it is always true now.
4705 * Makefile.tpl (configure-build-[+module+],
4706 configure-target-[+module+]): Always build symlink tree
4707 for the directory and for include. BUILD_SUBDIR and
4708 TARGET_SUBDIR cannot be . anymore.
4709 * Makefile.in: Regenerate.
4710
dadfdbe2
DD
47112004-12-25 David Edelsohn <edelsohn@gnu.org>
4712
4713 Revert 2004-12-08 Makefile changes.
4714
dbf85af7
JR
47152004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
4716
4717 * configure.in (sh64-*-*): Reenable gprof.
4718 * configure: Regenerate.
4719
6b8fea99
JB
47202004-12-09 Jim Blandy <jimb@redhat.com>
4721
4722 * MAINTAINERS: List 'depcomp' as part of automake.
4723
7341462c
DE
47242004-12-08 David Edelsohn <edelsohn@gnu.org>
4725
4726 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4727 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4728 (EXTRA_TARGET_FLAGS): Add PICFLAG.
4729 * Makefile.in: Regenerate.
4730
21fde4dc
DD
47312004-12-07 Matt Kraai <kraai@ftbfs.org>
4732
4733 * Makefile.tpl: Generate normal dependencies if the LHS module is
4734 not bootstrapped.
4735 * Makefile.in: Regenerate.
4736
3da796a2
RS
47372004-12-03 Richard Sandiford <rsandifo@redhat.com>
4738
4739 * configure.in: Include config/gxx-include-dir.m4. Use
4740 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
4741 * configure: Regenerate.
4742
73fb7068
RS
47432004-12-03 Richard Sandiford <rsandifo@redhat.com>
4744
4745 * config.if: Delete.
4746 * configure.in: Set libstdcxx_incdir directly.
4747 * configure: Regenerate.
4748 * MAINTAINERS: Remove mention of config.if.
4749 * src-release (DEVO_SUPPORT): Remove config.if.
4750
6c8e6ce9
EC
47512004-12-02 Eric Christopher <echristo@redhat.com>
4752
3b6098f8
EC
4753 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
4754 of things to remove.
6c8e6ce9 4755 * Makefile.in: Regenerate.
479759c8 4756
b8658a2f
RS
47572004-12-02 Richard Sandiford <rsandifo@redhat.com>
4758
4759 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4760 * configure: Regenerate.
4761
afefada0
RS
47622004-12-02 Richard Sandiford <rsandifo@redhat.com>
4763
4764 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
4765 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
4766 * configure: Regenerate.
4767
5dcac624
DA
47682004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4769
4770 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4771 (hppa*64*-*-*): Delete incorrect comment.
4772 * configure: Rebuilt.
4773
57d1eb1a
DD
47742004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4775
4776 * install-sh, compile: Import from automake.
4777
47782004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4779
4780 * config.guess, config.sub: Import from savannnah.
4781
6d389afc
MS
47822004-11-12 Mike Stump <mrs@apple.com>
4783
4784 * Makefile.def: Add html support.
4785 * Makefile.tpl: Likewise.
4786 * Makefile.in: Regenerate.
4787
69e57115
GK
47882004-11-11 Geoffrey Keating <geoffk@apple.com>
4789
4790 PR 18423
4791 * configure.in: Remove all instances of build-fixincludes from
4792 noconfigdirs.
4793 (build_configargs): Supply --target to subdirectories.
4794 * configure: Regenerate.
4795
4796 * Makefile.def: Make gcc install depend on fixincludes install.
4797 * Makefile.in: Regenerate.
4798
ba719b26
HPN
47992004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
4800
4801 * configure.in (noconfigdirs) [mmix-*-*]: Disable
4802 target-libgfortran.
4803 * configure: Regenerate.
4804
c37653e7
DE
48052004-11-07 David Edelsohn <edelsohn@gnu.org>
4806
4807 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4808 like CC.
4809
1eefd493
PB
48102004-11-05 Paolo Bonzini <bonzini@gnu.org>
4811
4812 * Makefile.def (host fixincludes): Specify missing targets.
4813 * Makefile.in: Regenerate.
4814
02b1af09
L
48152004-11-04 H.J. Lu <hongjiu.lu@intel.com>
4816
4817 PR other/17783
4818 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4819 * configure: Regenerated.
4820
7f266840
DJ
48212004-11-04 Daniel Jacobowitz <dan@debian.org>
4822
4823 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4824 * configure: Regenerated.
4825
47444073
AL
48262004-10-28 Eric B. Weddington <ericw@evcohs.com>
4827
4828 PR target/18151
4829 * configure.in (case ${target}): Do not build fixincludes for avr.
4830 * configure: Regenerated.
4831
caeba88f
AL
48322004-10-26 Paolo Bonzini <bonzini@gnu.org>
4833
4834 * configure.in (case ${target}): Do not build fixincludes
4835 on platforms where it is not used.
4836 * configure: Regenerated.
4837
0fdbe983
DJ
48382004-10-23 Daniel Jacobowitz <dan@debian.org>
4839
4840 * configure.in: Use an absolute path to install-sh.
4841 * configure: Regenerated.
4842
1c0f67c1
AC
48432004-10-19 Andrew Cagney <cagney@gnu.org>
4844
4845 * src-release (do-djunpack, do-md5sum): Install the generated file
4846 directly into the proto-toplev/ directory.
479759c8 4847
a9cfce9c
AC
48482004-10-19 Andrew Cagney <cagney@gnu.org>
4849
4850 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
4851
ac0fa625
DD
48522004-10-12 Kelley Cook <kcook@gcc.gnu.org>
4853
4854 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4855 * configure: Regenerate.
4856
d27cc32e
PB
48572004-10-06 Paolo Bonzini <bonzini@gnu.org>
4858
4859 Fix wrong conflict resolution in:
4860
4861 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
4862
4863 * Makefile.in: Regenerate.
4864 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4865 in the recursive `make', instead of hardwiring `all'.
4866 (Autogenerated TARGET-* variables): New.
4867
1763908f
UW
48682004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4869
4870 Merged from GCC / libtool upstream:
4871 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
4872 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4873 * ltcf-cxx.sh (tpf*): Likewise.
4874 * ltconfig (tpf*): Add TPF OS configuration support.
4875
0490e016
NC
48762004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
4877
4878 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 4879 * configure: Regenerate.
0490e016 4880
32be62b5
RS
48812004-09-24 Michael Roth <mroth@nessie.de>
4882
4883 * configure.in (--without-headers): Add missing double quotes.
4884 * configure: Regenerate.
4885
6048df60
DD
48862004-09-24 Kelley Cook <kcook@gcc.gnu.org>
4887
4888 * ylwrap: Revert to previous version.
4889
315b3b02
L
48902004-09-23 H.J. Lu <hongjiu.lu@intel.com>
4891
6048df60 4892 PR bootstrap/17369
315b3b02
L
4893 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4894 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4895 SET_GCC_LIB_PATH_CMD.
4896 (BASE_TARGET_EXPORTS): Likewise.
4897 * Makefile.in: Regenerated.
4898
4899 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4900 * configure: Regenerated.
4901
fe69863c
DD
49022004-09-23 Kelley Cook <kcook@gcc.gnu.org>
4903
4904 * config.guess: New upstream version
4905 * compile, depcomp, install-sh, ylwrap: Likewise.
4906
49072004-09-19 Roger Sayle <roger@eyesopen.com>
4908
4909 * config/mh-x86omitfp: New host makefile fragment. Add
4910 -fomit-frame-pointer to the default BOOT_CFLAGS.
4911 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4912 * configure: Regenerate.
4913
49142004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
4915
4916 PR target/11572
4917 * configure.in (*-*-darwin*): Renable libobjc.
4918 * configure: Regenerate.
4919
be75bbe1 49202004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 4921
be75bbe1
DB
4922 * Makefile.def: Remove libbanshee.
4923 * Makefile.tpl: Ditto.
4924 * configure.in: Ditto.
4925 * Makefile.in: Regen.
4926 * configure: Ditto.
4927
1b882a91
PB
49282004-09-07 Paolo Bonzini <bonzini@gnu.org>
4929
4930 * missing: Import latest version from master repository.
4931
eb1352ed
NC
49322004-09-04 Nick Clifton <nickc@redhat.com>
4933
4934 * config.sub: Import latest version from master repository.
4935 * config.guess: Likewise.
4936 This includes these changes:
479759c8 4937
eb1352ed
NC
4938 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
4939
4940 * config.sub: Handle crisv32, alias etraxfs.
4941 * config.guess (crisv32:Linux:*:*): Handle.
4942
4943 2004-08-13 Brad Smith <brad@comstyle.com>
4944
4945 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4946 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4947
4948 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
4949
4950 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4951 assume the processor is a powerpc. This is because coreutils
4952 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4953 in this case, due to a MacOS X bug that causes
4954 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4955 to return a negative number.
4956 Problem reported by Petter Reinholdtsen in:
4957 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4958
4959 2004-07-19 Ben Elliston <bje@gnu.org>
4960
4961 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4962
4963 2004-06-24 Ben Elliston <bje@gnu.org>
4964
4965 * config.guess: Update copyright years.
4966 * config.sub: Likewise.
4967
4968 2004-06-22 Robert Millan <robertmh@gnu.org>
4969
4970 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4971 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4972
4973 2004-06-22 Stanley F. Quayle <stan@stanq.com>
4974
4975 * config.guess (*:*VMS:*:*): New entry. Replaces
4976 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4977 manufacturer.
4978
4979 2004-06-22 Ben Elliston <bje@gnu.org>
4980
4981 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4982 * config.sub: Likewise.
4983
4984 2004-06-22 Ben Elliston <bje@gnu.org>
4985
4986 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4987 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4988
4989 2004-06-11 Ben Elliston <bje@gnu.org>
4990
4991 * config.guess (pegasos:OpenBSD:*:*): Remove.
4992
4993 2004-06-11 Ben Elliston <bje@gnu.org>
4994
4995 From Wouter Verhelst <wouter@grep.be>:
4996 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4997
4998 2004-06-11 Ben Elliston <bje@gnu.org>
4999
5000 * config.guess (luna88k:OpenBSD:*:*): New.
5001
5002 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5003
5004 * config.guess (m32r*:Linux:*:*): New case.
5005 * config.sub: Handle m32rle.
5006
5007 2004-03-12 Ben Elliston <bje@wasabisystems.com>
5008
5009 From Jens Petersen <petersen@redhat.com>:
5010 * config.sub: Handle sparcv8.
5011
5012 2004-03-03 Ben Elliston <bje@wasabisystems.com>
5013
5014 From Tom Smith <smith@cag.lkg.hp.com>:
5015 * config.guess: Version suffixes are equally significant on Tru64
5016 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
5017 prefix of "P" (patched kernel).
5018
5019 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
5020
5021 * config.sub: Add support for National Semiconductor CRX target.
5022
2a3124ca 50232004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 5024
2a3124ca
RH
5025 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5026 *-*-netware, but add target-libmudflap.
5027 Consolidate *-*-netware targets (of which really only i?86 exists)
5028 into a single entry.
5029 * configure: Likewise.
5030
0df3d27f
PB
50312004-09-01 Paolo Bonzini <bonzini@gnu.org>
5032
5033 * Makefile.tpl (sorry): Remove.
5034 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5035 (cleanstrap targets): Depend on distclean, not distclean-stage1.
5036 (do-clean): Clean per-stage directories too.
5037 (do-distclean): Run distclean-stage1 too.
5038 (.NOTPARALLEL): Enable during toplevel bootstrap.
5039 (stage[+id+]-bubble): Enable parallel execution during
5040 the recursive invocation.
5041 * Makefile.in: Regenerate.
5042
5043 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
5044
5045 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
5046
5047 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5048 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5049 * configure: regenerate
479759c8
ZW
5050 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5051 -mdynamic-no-pic
0df3d27f
PB
5052
50532004-08-31 Paolo Bonzini <bonzini@gnu.org>
5054
5055 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5056 include.
5057 * configure.in: Fix indentation.
5058 * configure: Regenerate.
5059
ee025550
PB
50602004-08-31 Paolo Bonzini <bonzini@gnu.org>
5061
5062 * Makefile.def (build_modules): Add fixincludes.
5063 (dependencies): Make gcc depend on fixincludes.
5064 * configure.in (build_tools): Add fixincludes.
5065 (build_configdirs): Always include build_libs.
5066 * Makefile.in: Regenerate.
5067 * configure: Regenerate.
5068
50692004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
5070
5071 * Makefile.def (bootstrap stages): Add 'lean' parameter.
5072 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5073 phony targets; do not generate timestamp files.
5074 (distclean-stageN): Remove references to their timestamp files.
5075 (restageN, touch-stageN): Remove.
5076 (stageN-bubble): Rewritten.
5077 (compare): Support lean bootstraps.
5078 * Makefile.in: Regenerate.
5079
5080 * configure.in: Only warn when bootstrapping but
5081 build != host or build != target. Support lean bootstraps.
5082 * configure: Regenerate.
5083
5084 Sync from gcc:
5085 2004-08-26 Phil Edwards <phil@codesourcery.com>
5086
5087 * configure.in: Give a better error message if GMP/MPFR are missing
5088 and a language needing them has been requested.
5089 * configure: Regenerated.
5090
5091 2004-08-25 Phil Edwards <phil@codesourcery.com>
5092
5093 * configure.in: Print a list of available language front-ends if
5094 a requested one is missing. Tidy stray tab characters.
5095 * configure: Regenerated.
5096
72b2455a
PB
50972004-08-17 Paolo Bonzini <bonzini@gnu.org>
5098
5099 * Makefile.in: Regenerate.
5100 * configure: Regenerate.
5101
5102 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5103 stage_*_flags.
5104 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5105 for bootstrapped modules if toplevel bootstrap is going.
5106 (GCC bootstrap): Generate per-stage targets for all bootstrapped
5107 modules. Adjust for changes in Makefile.def. Enable several
5108 rules even in non-bootstrap mode, just to avoid peppering the
5109 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5110 (stage-[+prev+]-bubble): Remove.
5111
5112 * Makefile.def (Dependencies): Depend on all-build-bison,
5113 all-build-flex, all-build-byacc, all-build-texinfo, rather
5114 than the host variations.
5115 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
5116 with BUILD_SUBDIR.
5117 (BISON): Update for recent Bisons.
5118 (YACC): Fix typo.
5119 (cross): Depend on all-build.
5120 (all): Do not depend on all-build.
5121 (prebootstrap): Remove.
5122 (dep-kind): Accept separate prefixes for MODULE and ON variables.
5123 (Prebootstrap dependencies): Add them to the per-stage targets
5124 and to all-prebootstrap.
5125 * configure.in (build_configdirs): Always enable build_tools.
5126 (BUILD_DIR_PREFIX): Remove.
5127
5128 * Makefile.def (gcc): Add target variable.
5129 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5130 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5131 in the recursive `make', instead of hardwiring `all'.
5132 (Autogenerated TARGET-* variables): New.
5133
de0b4a87
JW
51342004-08-17 Robert Millan <robertmh@gnu.org>
5135
5136 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5137 (instead of FreeBSD).
5138 * configure: Regenerate.
5139
ad681c85
NN
51402004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
5141
675c6968
NN
5142 * Makefile.def, configure.in, src-release: Remove useless, bogus
5143 references to tix.
5144 * Makefile.in, configure: Regenerate.
5145
ad681c85
NN
5146 * src-release: Stop distributing mmalloc with gdb (which doesn't
5147 use it).
5148 * Makefile.def: GDB doesn't depend on mmalloc anymore.
5149 * Makefile.in: Regenerate.
5150
11b04d1f
DD
51512004-08-09 Mark Mitchell <mark@codesourcery.com>
5152
5153 * configure.in (arm*-*-eabi*): New target.
5154 * configure: Regenerate.
5155
f2420bea
NN
51562004-08-01 Robert Millan <robertmh@gnu.org>
5157
5158 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5159 libmudflap for all GNU-based systems (with Glibc).
5160 * configure: Regenerate.
5161
9e6ce191
PB
51622004-08-06 Paolo Bonzini <bonzini@gnu.org>
5163
5164 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5165 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5166 (Dependencies): New section.
5167 * Makefile.tpl (Dependencies): Generate from Makefile.def.
5168 (configure-target-[+module+]): Depend on maybe-all-gcc
5169 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
5170 (toplevel profiledbootstrap): Fix dependencies.
5171 * Makefile.in: Regenerate.
5172
df4a6958
MM
51732004-08-03 Mark Mitchell <mark@codesourcery.com>
5174
5175 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5176 target-libiberty to noconfigdirs.
5177
11b04d1f
DD
51782004-08-03 Paul Brook <paul@codesourcery.com>
5179
5180 * configure.in: Check for MPFR as well as GMP.
5181 * configure: Regenerate.
5182
b813574b
PB
51832004-08-03 Paolo Bonzini <bonzini@gnu.org>
5184
5185 * Makefile.def (host-modules): Add gcc.
5186 * Makefile.in: Regenerate.
5187 * Makefile.tpl (sorry): New rule.
5188 (configure-host, all-host, [+make_target+]-host, do-check,
5189 install-host): Do not add gcc as a special case.
5190 (host modules): Add a small special-casing for gcc. Export
5191 extra_make_flags through the environment.
5192 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5193 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5194 other recursive targets for gcc): Remove.
5195
5196 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5197 (stage, unstage): New rules.
5198 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5199 distclean-stage[+id+]): Use stage_current.
5200 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5201 the stage*-start rules.
5202
61edac0c
JW
52032004-07-19 Robert Millan <robertmh@gnu.org>
5204
5205 Synced from gcc:
5206
5207 2004-04-26 Robert Millan <robertmh@gnu.org>
5208
5209 Add patches from libtool CVS.
5210 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5211 * ltconfig: Likewise.
5212 * ltcf-c.sh: Likewise.
5213 * ltcf-cxx.sh: Likewise.
5214 * ltcf-gcj.sh: Likewise.
5215
3e707e94
PB
52162004-07-12 Paolo Bonzini <bonzini@gnu.org>
5217
5218 * configure.in: Add noconfigdirs for crx-*-*.
5219 * configure: Regenerate.
5220
52212004-07-12 Paolo Bonzini <bonzini@gnu.org>
5222
5223 Synced from gcc:
5224
5225 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
5226
5227 * configure.in: Build libmudflap by default on FreeBSD.
5228 * configure: Regenerated.
5229
5230 2004-07-09 Mark Mitchell <mark@codesourcery.com>
5231
5232 * configure.in: Do not build libmudflap by default on non-GNU/Linux
5233 systems.
5234 * configure: Regenerated.
5235
5236 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5237
5238 PR target/16344
5239 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5240 feedback based compiler.
5241 * Makefile.in: Rebuilt.
5242
5243 2004-07-05 Phil Edwards <phil@codesourcery.com>
5244
5245 * configure.in: Do not prepend $srcdir to /dev/null in
5246 makefile fragments.
5247 * configure: Regenerate.
5248
a7ee7660
AO
52492004-07-08 Alexandre Oliva <aoliva@redhat.com>
5250
5251 * Makefile.def (host_modules): Set bootstrap=true for flex.
5252 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5253 * Makefile.in: Rebuilt.
5254
6a9cf61e
PB
52552004-07-01 Paolo Bonzini <bonzini@gnu.org>
5256
5257 * Makefile.def (build_modules): Add bison, byacc, flex,
5258 m4, texinfo.
5259 (flags_to_pass): Add FLEX.
5260 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5261 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5262 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5263 DEFAULT_MAKEINFO): Remove.
5264 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5265 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5266 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5267 objdir or else use configured tool.
5268 (all-build): New.
5269 (all): Depend on it.
5270 (Build module dependencies): Add.
5271 * Makefile.in: Regenerate.
5272 * configure.in: Better support for multiple build modules,
5273 matching what is done for host/target modules. Do not look
5274 for "plausible" locations of build tools if Canadian cross.
5275 Use autoconf's AC_PROG_CC to find a C compiler. Define
5276 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
5277 * configure: Regenerate.
5278
95b6a1f2
PB
52792004-06-22 Paolo Bonzini <bonzini@gnu.org>
5280
5281 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5282 * Makefile.in: Regenerate.
5283
7ffa0b57
PB
52842004-06-22 Paolo Bonzini <bonzini@gnu.org>
5285
5286 * Makefile.tpl (configure-build-[+module+],
5287 configure-[+module+], configure-target-[+module+]): Pass
5288 [+extra_configure_args+].
5289 (all-build-[+module+], all-[+module+], check-[+module+],
5290 install-[+module+], [+make_target+]-[+module+],
5291 all-target-[+module+], check-target-[+module+],
5292 install-target-[+module+], [+make_target+]-target-[+module+]):
5293 Pass [+extra_make_args+].
5294 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5295 (GCC_HOST_EXPORTS): Remove.
5296 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5297 cross, check-gcc, check-gcc-c++, install-gcc,
5298 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5299 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5300 * Makefile.in: Regenerate.
5301
929ba6e7
CF
53022004-06-21 Christopher Faylor <cgf@alum.bu.edu>
5303
5304 * configure.in: Check for srcdir/winsup rather than build directory
5305 winsup.
5306 * configure: Regenerate.
5307
b76d7de0
CV
53082004-06-17 Corinna Vinschen <vinschen@redhat.com>
5309
5310 * configure.in: Don't build Cygwin native newlib if winsup
5311 directory is missing. Emit warning instead.
5312 * configure: Regenerate.
5313
656fdd47
PB
53142004-06-09 Paolo Bonzini <bonzini@gnu.org>
5315
5316 * Makefile.tpl (touch-stage[+id+]): New.
5317 (restage[+prev+]): Depend on touch-stage[+id+].
5318
5319 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5320 Use it throughout.
5321
5322 * Makefile.def: Add profile and feedback bootstrap stages.
5323 Remove next field from bootstrap stages.
5324 * Makefile.tpl (LN, LN_S): Substitute.
5325 (stageN-start, stageN-end): Use double-colon rules, to
5326 provide a hook for additional setup commands.
5327 (distclean-stageN-gcc, restageN): Create dependencies from
5328 [+prev+], not from [+next+].
5329 (stageN-bubble): Add commands for successive stages from
5330 [+prev+], using double-colon rules.
5331 (all-stageN-gcc): Fix typo.
5332 (stagefeedback-start, profiledbootstrap): New.
5333 * Makefile.in: Regenerate.
5334 * configure.in: Call ACX_PROG_LN.
5335 * configure: Regenerate.
5336
498d4a71
CF
53372004-06-03 Paolo Bonzini <bonzini@gnu.org>
5338
5339 * configure.in: Fix --enable-bootstrap breakage introduced in trees
5340 without gcc.
5341 * configure: Regenerate.
5342
377d8c42
PB
53432004-06-01 Paolo Bonzini <bonzini@gnu.org>
5344
5345 * Makefile.tpl: Fix typo.
5346 * Makefile.in: Regenerate.
5347
f5f8a794
PB
53482004-06-01 Paolo Bonzini <bonzini@gnu.org>
5349
5350 * configure.in: Remove new- prefix from toplevel
5351 bootstrap targets.
5352 * configure: Regenerate.
5353
f7a4c34f
PB
53542004-06-01 Paolo Bonzini <bonzini@gnu.org>
5355
5356 Merge this patch from the gcc tree:
5357
5358 2004-05-30 Andreas Jaeger <aj@suse.de>
5359 Jim Wilson <wilson@specifixinc.com>
5360
5361 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5362 like CC.
5363
319cab08
PB
53642004-06-01 Paolo Bonzini <bonzini@gnu.org>
5365
5366 * Makefile.tpl (all.normal): Rename to all.
5367 (all): Replace with a rule to pick the default
5368 target from configure.
5369 (all-gcc, configure-gcc): Use conditionals to
5370 do nothing when toplevel bootstrap is going on.
5371 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5372 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5373 * configure.in: Support --enable-bootstrap.
5374
5375 * Makefile.def: Remove new- prefix from toplevel
5376 bootstrap targets.
5377 * Makefile.tpl: Likewise.
5378
5379 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
5380 target.
5381
5382 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5383 $(RECURSE_FLAGS) to recursive invocation of make.
5384
5385 * Makefile.in: Regenerate.
5386 * configure: Regenerate.
5387
88f64edc
DJ
53882004-05-27 Daniel Jacobowitz <dan@debian.org>
5389
5390 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5391 * configure: Regenerate.
5392
378fce5b
DD
53932004-05-25 Daniel Jacobowitz <drow@false.org>
5394
5395 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5396 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5397 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
5398 targets.
5399 * Makefile.in: Regenerate.
5400
dfdffa2c
PB
54012005-05-24 Paolo Bonzini <bonzini@gnu.org>
5402
5403 * configure.in: Test the ability to symlink directories.
5404 * configure: Regenerate.
5405
5406 * Makefile.def (bootstrap-stage): New definitions.
5407 * Makefile.tpl (configure-stage1-gcc,
5408 configure-stage2-gcc, configure-stage3-gcc,
5409 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5410 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5411 new-restage3, compare): Autogenerate, see Makefile.in
5412 entry for behavioral changes.
5413 (distclean-stage1, new-stage1-start, new-stage1-end,
5414 new-stage1-bubble, distclean-stage2, new-stage2-start,
5415 new-stage2-end, new-stage2-bubble, distclean-stage3,
5416 new-stage3-start, new-stage3-end): New autogenerated targets.
5417 (objext, prebootstrap, BOOT_CFLAGS,
5418 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5419 targets.
5420
5421 * Makefile.in: Regenerate.
5422 (distclean-stage1, new-stage1-start, new-stage1-end,
5423 new-stage1-bubble, distclean-stage2, new-stage2-start,
5424 new-stage2-end, new-stage2-bubble, distclean-stage3,
5425 new-stage3-start, new-stage3-end): New targets.
5426 (all-stage1-gcc): Move prebootstrap dependency from here...
5427 (configure-stage1-gcc): ...to here.
5428 (new-bootstrap): Use bubble targets.
5429 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5430 Use per-stage distclean targets.
5431 (configure-stage1-gcc, configure-stage2-gcc,
5432 configure-stage3-gcc, all-stage1-gcc,
5433 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5434 Use new-stageN-start to prepare the tree.
5435
04cf1b77
PB
54362004-05-23 Paolo Bonzini <bonzini@gnu.org>
5437
5438 * Makefile.def (host_modules): add libcpp.
5439 * Makefile.tpl: Add dependencies on and for libcpp.
5440 * Makefile.in: Regenerate.
5441 * configure.in: Add libcpp host module.
5442 * configure: Regenerate.
5443
80b200a1
ZW
54442004-05-17 Zack Weinberg <zack@codesourcery.com>
5445
5446 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5447 of libf2c.
5448 * configure, Makefile.in: Regenerate.
5449
4b1cb4fe
DD
54502004-05-13 Diego Novillo <dnovillo@redhat.com>
5451
5452 Merge from tree-ssa-20020619-branch.
5453
5454 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5455 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5456 (HOST_GMPLIBS): Define.
5457 (HOST_GMPINC): Define.
5458 (TARGET_LIB_PATH): Add libmudflap.
5459 (GFORTRAN_FOR_TARGET): Define.
5460 (configure-build*): Export GFORTRAN.
5461 (configure-gcc): Export GMPLIBS and GMPINC.
5462 (all-gcc): Add maybe-all-libbanshee.
5463 (configure-target-libgfortran): Define.
5464 * Makefile.in: Regenerate.
5465 * configure.in (host_libs): Add libbanshee.
5466 (target_libraries): Add target-libmudflap and target-libgfortran.
5467 Add --with-libbanshee.
5468 Handle --disable-libmudflap.
5469 (*-*-freebsd*): Use with_gmp.
5470 Add $(libgcj) to noconfigdirs.
5471 * configure: Regenerate.
5472 * depcomp: New file.
5473 * MAINTAINERS: Add tree-ssa maintainers.
5474
54752004-04-28 Paolo Bonzini <bonzini@gnu.org>
5476
5477 * config/acx.m4: Fix fastcompare support for new-bootstrap.
5478 * configure: Regenerate.
5479
b8908782
DD
54802004-04-27 Paolo Bonzini <bonzini@gnu.org>
5481
5482 Revert:
5483 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5484
5485 * Makefile.def (flags_to_pass): Remove *dir variables that
5486 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5487 as well as prefix and exec_prefix.
5488 * Makefile.in: Regenerate.
5489
54902004-04-26 Paolo Bonzini <bonzini@gnu.org>
5491
5492 * Makefile.def (host_modules): Mark with the bootstrap
5493 flag packages on which gcc depends.
5494 * Makefile.tpl (all-bootstrap): Use it.
5495 * Makefile.in: Regenerate.
5496
54972004-04-26 Paolo Bonzini <bonzini@gnu.org>
5498
5499 * Makefile.def (flags_to_pass): Remove *dir variables that
5500 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5501 as well as prefix and exec_prefix.
5502 * Makefile.in: Regenerate.
5503
55042004-04-26 Paolo Bonzini <bonzini@gnu.org>
5505
80b200a1
ZW
5506 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5507 * configure: Regenerate.
5508 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5509 * gcc/Makefile.tpl (compare): Use the result of the test.
5510 * gcc/Makefile.in: Regenerate.
b8908782
DD
5511
55122004-04-23 Paolo Bonzini <bonzini@gnu.org>
5513
5514 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5515 Always relocate gcc and prev-gcc to the original names, even
5516 if the build fails.
5517 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5518 New targets.
5519
0f260896
RO
55202004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5521
5522 * configure.in (mips*-*-irix5*): Enable ld.
5523 * configure: Regenerate.
5524
51860f05
JW
55252004-04-15 James E Wilson <wilson@specifixinc.com>
5526
5527 * Makefile.tpl (configure-[+module+], configure-gcc,
5528 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5529 Set and export LDFLAGS.
5530 * Makefile.in: Regenerate.
5531
54752a6b
NN
55322004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
5533
5534 PR bootstrap/14871
5535 * Makefile.tpl: If we don't have built-in-tree target tools,
5536 use the ones found by configure rather than hacking around with
5537 program_transform_name.
5538 * configure.in: Give Makefile.tpl the information necessary
5539 to do that.
5540 * Makefile.in: Regenerate.
5541 * configure: Regenerate.
5542
55432004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
5544
5545 PR bootstrap/14760
5546 * configure.in: When computing baseargs, strip *all* copies of
5547 offending options. Also, don't match/substitute the trailing space,
5548 so that this actually works when two similar options are separated by
5549 only one space.
5550 * configure: Regenerate.
5551
55522004-04-06 David Edelsohn <edelsohn@gnu.org>
5553
80b200a1
ZW
5554 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5555 (rs6000-*-aix*): Same.
5556 * configure: Regenerate.
54752a6b 5557
5e2b61fb
SS
55582004-03-25 Stan Shebs <shebs@apple.com>
5559
5560 Remove MPW support, no longer used.
5561 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
5562 mpw-install: Remove files.
5563 * src-release (DEVO_SUPPORT): Remove names of removed files.
5564 * MAINTAINERS: Likewise.
5565
1a6f2dc7
NN
55662004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
5567
a0049f1b
NN
5568 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5569 STRICT_WARN, WARN_CFLAGS flags passed down to make.
5570 * Makefile.in: Regenerate.
5571
1a6f2dc7
NN
5572 * configure.in (top level bootstrap support): Rework --enable-werror
5573 to set @stage2_werror_flag@.
5574 * configure: Regenerate.
5575 * Makefile.tpl (top level bootstrap support): Pass
5576 @stage2_werror_flag@ down to configure in stages 2 and 3.
5577 * Makefile.in: Regenerate.
5578
920e3419
NN
55792004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
5580
5581 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5582 for stages 2 and 3 as well as in make. As a consequence, remove
5583 OUTPUT_OPTION (now detected by configure) from the flags passed down
5584 to make.
5585 * Makefile.in: Regenerate.
5586
5587 * Makefile.tpl (new-bootstrap): Fix typo.
5588 * Makefile.in: Regenerate.
5589
4fa63067
NN
55902004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
5591
5592 * Makefile.tpl: Rearrange by moving recursive_targets rules
5593 into their proper sections.
5594 * Makefile.tpl (top level bootstrap support): Move disabling
5595 of coverage flags from 'make' to 'configure'; improve comments.
5596 * Makefile.in: Regenerate.
5597
5598 * Makefile.tpl (experimental top level bootstrap) Move stage1
5599 language setting from all- target to configure- target; disable
5600 intermodule optimization in stage 1; prevent gratuitous rebuilds
5601 of stage 1.
5602 * Makefile.in: Regenerate.
5603 * configure.in: Comma-separate stage 1 language list for top
5604 level bootstrap.
5605 * configure: Regenerate.
5606
5607 * Makefile.tpl: Clean up experimental top level bootstrap support:
5608 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5609 prev-gcc in configure- targets as well as all- targets.
5610 * Makefile.in: Regenerate.
5611
fb8a10fd
NN
56122004-03-17 Paolo Bonzini <bonzini@gnu.org>
5613
5614 * configure.in: Remove symbolic link section.
5615 * configure: Regenerate.
5616 * Makefile.tpl (links): Remove.
5617 * Makefile.in: Regenerate.
5618
947f426e 56192004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 5620 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
5621
5622 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 5623 Set with AC_CHECK_PROGS.
947f426e
NN
5624 * configure.in: Fix comment typo from last patch.
5625 * configure: Regenerate.
5626
1d39f329
NN
56272004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
5628
5629 * Makefile.tpl: Introduce experimental top level bootstrap support.
5630 * Makefile.in: Regenerate.
5631 * configure.in: Introduce support for top level bootstrap.
5632 * configure: Regenerate.
5633
4b0ac75d 56342004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 5635 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
5636
5637 PR bootstrap/14522
5638 * configure.in: Cope with shells that do not support unquoted ^
5639 * configure: Regenerate.
5640
2e70b094 56412004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 5642 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
5643
5644 PR bootstrap/14522
5645 * configure.in: Cope with shell that do not support nesting
5646 quotes inside quoted backquote substitutions.
5647 * configure: Regenerate.
5648
56492004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
5650
5651 PR bootstrap/14522
5652 * configure.in: Fix escaping of $.
5653 * configure: Regenerate.
5654
9e07f89d
NN
56552004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
5656
5657 * configure: Regenerate.
5658
56592004-03-08 Paolo Bonzini <bonzini@gnu.org>
5660
5661 PR ada/14131
5662 Move language detection to the top level.
5663 * configure.in: Find default values for the tools as
5664 soon as possible. Disable ada if GNAT is not found.
5665 Emit error message about missing languages. Expand
5666 --enable-languages=all for the gcc subdirectory.
5667
1712ab83
RS
56682004-03-01 Richard Sandiford <rsandifo@redhat.com>
5669
5670 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5671 and disable libgcj.
5672 * configure: Regenerated.
5673
3dee29da
NN
56742004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5675
5676 PR bootstrap/7087
5677 * Makefile.tpl: Guard XFOO sed statements better.
5678 * Makefile.tpl: Add dependency for configure-target-libada.
5679 * Makefile.in: Regenerate (incidentally fixes broken
5680 commit when libada-branch was merged).
5681
0558264b
AC
56822004-02-28 Andrew Cagney <cagney@redhat.com>
5683
5684 * src-release (CVS_NAMES): Define.
5685 (do-tar, do-tar): Prune $(CVS_NAMES).
5686
c38f9803
AC
56872004-02-23 Andrew Cagney <cagney@redhat.com>
5688
5689 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
5690 2004-02-19.09.
5691
55636792
NN
56922004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
5693
5694 PR bootstrap/11932
5695 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5696
1e600082
AC
56972004-02-19 Andrew Cagney <cagney@redhat.com>
5698
5699 * config.guess: Update from version 2003-06-12 to 2004-02-16.
5700 * config.sub: Update from version 2003-06-13 to 2004-02-16.
5701
3769cd82
DD
57022004-02-11 David Edelsohn <edelsohn@gnu.org>
5703
5704 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5705 (rs6000-*-aix*): Same.
5706 * configure: Regenerate.
5707
a92834c8
DD
57082004-02-11 Kelley Cook <kcook@gcc.gnu.org>
5709
5710 * configure.in (host): Add in missing $noconfigdirs to defines.
5711 * configure: Regenerate.
5712
a2592b1b
DD
57132004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
5714 Nathanael Nerode <neroden@gcc.gnu.org>
5715
5716 PR ada/6637, PR ada/5911
80b200a1 5717 Merge with libada-branch:
a2592b1b
DD
5718 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5719 with appropriate dependencies. Add --enable-libada configure switch.
5720 * configure, Makefile.in: Regenerate.
5721
e31d1ea3
DD
57222004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5723
5724 * configure.in: Don't pass --with-stabs on IRIX 5 either.
5725 * configure: Regenerate.
5726
db85f5c0
JJ
57272004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5728
5729 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 5730
fc434214
DD
57312004-01-23 DJ Delorie <dj@redhat.com>
5732
5733 * Makefile.def (target_modules) [libiberty]: Don't stage.
5734 * Makefile.in: Rebuilt.
5735
ad445c2c 57362004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 5737
ad445c2c
JJ
5738 * COPYING.NEWLIB: Update to include copyrights for new
5739 iconv code.
5740
72bbedde
AC
57412004-01-15 Andrew Cagney <cagney@redhat.com>
5742
5743 * src-release: Update copyright year.
5744 (do-proto-toplev): Configure using i686-pc-linux-gnu.
5745 (NEWLIB_SUPPORT_DIRS): Delete macro.
5746 (newlib.tar.bz2): Delete rule.
5747
a6d6062d
DD
57482004-01-14 Loren J. Rittle <ljrittle@acm.org>
5749
5750 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5751 * Makefile.tpl (configure-target-[+module+]): Support stage.
5752 * Makefile.in: Rebuilt.
5753
f8b73030
MR
57542003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5755
5756 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
5757 throughout.
5758
aff0e9df
NN
57592004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
5760
bb5dca17
NN
5761 * configure.in: Use ./config.cache, not config.cache.
5762 * configure: Regenerate.
5763 * Makefile.tpl: Special-casing not needed for GCC any more.
5764 * Makefile.in: Regenerate.
5765
82252c06
NN
5766 * configure.in: Don't share a cache file for host dirs.
5767 * configure: Regenerate.
5768
aff0e9df
NN
5769 * config-ml.in: Don't mess with the cache file.
5770
95036d20
NN
57712004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
5772
ac7b618e
NN
5773 * Makefile.tpl: Make GCC use a separate config.cache.
5774 * Makefile.in: Regenerate.
5775
95036d20
NN
5776 PR bootstrap/11932, PR bootstrap/11933
5777 (I don't know if it will fix either of them, but it relates
5778 to them.)
5779 * configure.in: Don't use shared config.cache for target
5780 directories.
5781 * configure: Regenerate.
5782
08c1856b
DD
57832003-12-31 Roger Sayle <roger@eyesopen.com>
5784
5785 * configure.in (ia64*-*-hpux*): Disable building java libraries.
5786 * configure: Regenerated.
5787
c1968181 57882003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 5789
9eb322aa
MF
5790 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5791 * configure: Regenerated.
c1968181 5792
10ecffb9
NN
57932003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
5794
5795 Port change over from GCC:
5796 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
5797 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5798 (configure-build-[+module+], configure-[+module+]): Likewise.
5799 (configure-target-[+module+], configure-gcc, config.status): Likewise.
5800 * Makefile.in: Regenerate.
5801
f2ab5990
TF
58022003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
5803
5804 * configure.in (raw_libstdcxx_flags): Remove the leading space.
5805 * configure: Regenerate.
5806
41a7d11a
JJ
58072003-11-27 Jeff Johnston <jjohnstn@redhat.com>
5808
80b200a1 5809 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
5810 stdlib.
5811
d9441a1f
DD
58122003-11-14 Arnaud Charlet <charlet@act-europe.fr>
5813
5814 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5815 * Makefile.in: Regenerate.
5816
3a48a978
DD
58172003-10-20 Phil Edwards <phil@codesourcery.com>
5818
5819 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
5820 * configure: Regenerate.
5821
f0b24077
NN
58222003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
5823
5824 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5825 HOST_FLAGS_TO_PASS.
5826 * Makefile.in: Regenerate.
5827
5fbad20a
DD
58282003-10-05 Mohan Embar <gnustuff@thisiscool.com>
5829
5830 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5831 * configure: Rebuilt
5832 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5833 * Makefile.in: Rebuilt
5834
78be4155
L
58352003-10-03 H.J. Lu <hongjiu.lu@intel.com>
5836
5837 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5838
051fcc7a
L
58392003-10-01 Phil Edwards <pme@gcc.gnu.org>
5840
5841 * config-ml.in: Use ac_configure_args directly instead of
5842 ml_arguments. Only set ml_norecursion if --no[-]recursion is
5843 actually seen.
5844
58452003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
5846
5847 * config-ml.in: Propagate INSTALL variables.
5848
f27d4f92
DJ
58492003-09-21 Daniel Jacobowitz <drow@mvista.com>
5850
5851 * configure.in: Pass a computed --program-transform-name
5852 to subconfigures.
5853 * configure: Regenerated.
5854
cae4d560
NN
58552003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
5856
5857 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5858 * Makefile.in: Regenerate.
5859
5860 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5861 * Makefile.in: Regenerate.
5862
8ff944f6
DJ
58632003-09-17 Daniel Jacobowitz <drow@mvista.com>
5864
5865 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5866 quoting.
5867 * configure: Regenerated.
5868
d9a35680
MC
58692003-09-12 Michael Chastain <mec@shout.net>
5870
5871 Fix PR gdb/857.
5872 * src-release (do-proto-topleve): Remove junk files
5873 intl/config.cache, intl/config.status,
5874 intl/config.h, intl/stamp-h.
5875
710068b9
AC
58762003-09-14 Andrew Cagney <cagney@redhat.com>
5877
5878 * src-release (dejagnu.tar): New target.
5879 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
5880 (do-djunpack): Use $(PACKAGE) for the package name.
5881
e1008165
DD
58822003-09-04 DJ Delorie <dj@redhat.com>
5883
5884 * configure: Regenerate.
5885
21998d12
NC
58862003-09-04 Robert Millan <robertmh@gnu.org>
5887
5888 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 5889
ccca4bb3
DD
58902003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5891
5892 * configure.in: Ensure arguments to sed are properly spaced.
5893 * configure: Regenerate.
5894
ee949b5e
DJ
58952003-08-28 Daniel Jacobowitz <drow@mvista.com>
5896
5897 Merge from gcc:
5898 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
5899 * install-sh: Update to newer upstream versions (associated with
5900 aclocal 1.7).
5901 * missing: Likewise, plus $1Help2man -> $1 typo fix.
5902
75addda2
DJ
59032003-08-27 Daniel Jacobowitz <drow@mvista.com>
5904
5905 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5906 * configure: Regenerated.
5907
8d2877d8
NN
59082003-08-23 Phil Edwards <pme@gcc.gnu.org>
5909
5910 * configure.in: Use newline instead of semicolon when assuming
5911 shell arguments in a for loop.
5912 * configure: Regenerated.
5913
d2cc0e0d
GK
59142003-08-20 Geoffrey Keating <geoffk@apple.com>
5915
5916 PR 8180
5917 * configure.in: When testing with_libs and with_headers, treat
5918 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
5919 * configure: Regenerate.
80b200a1 5920
d2cc0e0d
GK
5921 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5922 make, shell, etc.
5923 (baseargs): Likewise.
5924 * configure: Regenerate.
5925
04d1ab34
GK
59262003-08-19 Geoffrey Keating <geoffk@apple.com>
5927
5928 * configure.in: Disable libgcj for darwin not on powerpc.
5929 * configure: Rebuild.
5930
ca506da8
MC
59312003-08-15 Michael Chastain <mec@shout.net>
5932
5933 * src-release (do-proto-toplev): Remove junk files
5934 dejagnu/example/calc/config.status,
5935 dejagnu/example/calc/config.log.
5936
a4aa3f49
DD
59372003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
5938
5939 * config-ml.in, symlink-tree: Add license.
5940
ede4fbe4
NN
59412003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
5942
5943 Merge from gcc:
5944
5945 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
5946 * Makefile.tpl (check, check-c++): Express dependencies using
5947 dependencies rather than commands.
5948 * Makefile.in: Regenerate.
5949
5950 2003-07-31 Geoffrey Keating <geoffk@apple.com>
5951 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
5952 * Makefile.in: Update.
5953
970f29af
AC
59542003-08-01 Andrew Cagney <cagney@redhat.com>
5955
5956 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
5957 * configure: Ditto.
5958
b2884a0c
DD
59592003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
5960
5961 * configure.in: Enable libgcj for darwin.
5962 * configure: Rebuild.
5963
c07f46a4
NN
59642003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
5965
5966 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
5967
9175bfc0
NN
59682003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
5969
5970 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5971 creating target and build subdirs to build all parent dirs as needed.
5972 * Makefile.in: Rebuild.
5973 * configure.in: Don't build dirs explicitly here.
5974 * configure: Rebuild.
5975
b9abda6a
AO
59762003-07-22 Alexandre Oliva <aoliva@redhat.com>
5977
5978 * Makefile.tpl (all-make): Depend on intl.
5979 * Makefile.in: Rebuilt.
5980
eef8ffd4
NN
59812003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
5982
5983 * config.if: Remove unused libc_interface determination.
5984
295efaf0
NN
59852003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
5986
5987 * Makefile.in: Regenerate, correctly this time.
5988
e5c3f801
NN
59892003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
5990
5991 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
5992 unused INSTALL_PROGRAM_ARGS.
5993 * configure.in: Use AC_PROG_INSTALL.
5994 * Makefile.in: Regenerate.
5995 * configure: Regenerate.
5996
4a18bd6b
AO
59972003-07-10 Alexandre Oliva <aoliva@redhat.com>
5998
5999 * configure: Rebuilt.
6000 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
6001 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6002 newlib nor libgloss.
6003 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
6004 * configure.in (am33_2.0-*-linux*): Added.
6005
fbd1054d
BW
60062003-07-09 Bob Wilson <bob.wilson@acm.org>
6007
6008 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6009 * configure: Regenerate.
6010
b40e3958
L
60112003-07-06 H.J. Lu <hongjiu.lu@intel.com>
6012
6013 * config-ml.in: Replace PWD with PWD_COMMAND.
6014 * Makefile.tpl: Likewise.
6015 * Makefile.in: Regenerated.
6016
4a5be7ba
NN
60172003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
6018
6019 * configure.in: Clean up config-lang.in handling. Delete
6020 useless assignment to "subdirs".
6021 * configure: Regenerate.
6022
9c14acb8
NN
60232003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
6024
6025 * configure.in: Rename 'target_libs' to 'target_libraries'.
6026 Remove useless reference to 'target_libs'.
6027 * configure: Regenerate.
6028
8f32e830
KS
60292003-06-23 Keith Seitz <kseitz@sources.redhat.com>
6030
6031 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6032 * Makefile.in: Regenerate.
6033
12f0bd74
NN
60342003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
6035
6036 * Makefile.def: Introduce flags_to_pass.
6037 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6038 * Makefile.in: Regenerate.
6039
b07c2aad
HPN
60402003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
6041
6042 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6043 and target-libgloss.
6044 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6045 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 6046 * configure: Regenerate.
b07c2aad 6047
56f25033
DD
60482003-06-17 Benjamin Kosnik <bkoz@redhat.com>
6049
6050 * configure.in: Update testsuite_flags to new location.
6051 * configure. Regenerate.
80b200a1 6052
4ec9a3b2
NN
60532003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
6054
6055 * Makefile.tpl: Remove BUILD_CC stuff.
6056 * Makefile.in: Regenerate.
6057
059083b1 60582003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 6059
059083b1
L
6060 * config.guess: Update to 2003-06-12 version.
6061 * config.sub: Update to 2003-06-13 version.
6062
535b046a
TS
60632003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6064
6065 * MAINTAINERS: Add myself as MIPS co-maintainer.
6066
00c22daa 60672003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 6068
00c22daa
L
6069 * config.guess: Update to 2003-06-06 version.
6070 * config.sub: Update to 2003-06-06 version.
6071
1047cb91
DD
60722003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6073
6074 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6075 * configure. Regenerate.
6076
123494c8
NN
60772003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
6078
1047cb91
DD
6079 * configure.in: Disable serial configure by default.
6080 * configure: Regenerate.
6081 * Makefile.tpl: Abolish .NOTPARALLEL.
6082 * Makefile.in: Regenerate.
6083
7f121bbf
NN
6084 * Makefile.tpl: Replace {build,host,target}_canonical by
6085 {build,host,target}.
6086 * Makefile.in: Regenerate.
6087
123494c8
NN
6088 * Makefile.tpl: Fix stupid pasto.
6089 * Makefile.in: Regenerate.
6090
ec7e0995
NN
60912003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
6092
6093 * Makefile.tpl: Remove bogus conditional.
6094 * Makefile.in: Regenerate.
6095
27b1cc72
NN
60962003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
6097
2a4cbe27
NN
6098 * Makefile.tpl: Make 'recursive targets' using autogen rather
6099 than shell loop. Remove duplicate 'clean' targets and false
6100 comments.
6101 * Makefile.def: Add systematic dependencies to 'recursive' targets.
6102 Add systematic method of specifying missing targets in subdirs.
6103 Add copyright boilerplate.
6104 * Makefile.in: Regenerate.
6105 * configure.in: Add 'recursive targets' to maybe list.
6106 * configure: Regenerate.
6107
27b1cc72
NN
6108 * Makefile.tpl: Rename [+target+] to [+make_target+].
6109 * Makefile.def: Rename 'target' to 'make_target'.
6110
01e51bd0
NC
61112003-05-30 Nick Clifton <nickc@redhat.com>
6112
6113 * README-maintainer-mode: Update URL for locating blessed config
6114 tools.
6115
2fd84b42
NC
61162003-05-29 Robert Millan <rmh@debian.org>
6117
6118 * ltconfig: Import this patch and modify for use with current
6119 version of ltconfig:
6120
6121 2003-05-21 Bruno Haible <bruno@clisp.org>
6122
6123 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
6124 GNU/FreeBSD.
6125
8945c6bb
DD
61262003-05-28 DJ Delorie <dj@redhat.com>
6127
6128 * Makefile.tpl: Make maybe-check-gcc .PHONY.
6129 * Makefile.in: Regenerate.
6130
2f9632a1
JJ
61312003-05-28 Jeff Johnston <jjohnstn@redhat.com>
6132
80b200a1 6133 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 6134
3a12db16 61352003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 6136
3a12db16
DD
6137 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6138 newlib or libgloss.
6139 * Makefile.in: Regenerate.
6140
44482353
DD
61412003-05-21 DJ Delorie <dj@redhat.com>
6142
6143 * Makefile.tpl: Add missing empty maybe-check-gcc target.
6144 * Makefile.in: Regenerate.
6145
fec2c52d
MR
61462003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6147
6148 * configure.in: Use curly braces in the definition of tooldir.
6149 * configure: Regenerate.
6150
16ae0395
NN
61512003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
6152
6153 * configure.in: Switch more things to use maybe dependencies.
80b200a1 6154 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
6155 Factor out common code from autogen IF statements.
6156 * configure: Regenerate.
6157 * Makefile.in: Regenerate.
6158
ec11bdc6
DD
61592003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
6160
6161 * configure.in: Accept i[3456789]86 for machine type.
6162 * configure: Regenerate.
6163
dd12c3a8
NN
61642003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
6165
6166 * configure.in: Switch more things to use maybe dependencies.
6167 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
6168 * configure: Regenerate.
6169 * Makefile.tpl: Switch more things to use maybe dependencies.
6170 * Makefile.in: Regenerate.
6171
cf662e21
AJ
61722003-05-16 Andreas Schwab <schwab@suse.de>
6173
6174 * Makefile.tpl (install-opcodes): Define.
6175 * Makefile.in: Rebuild.
6176
5481b376
AJ
61772003-05-13 Andreas Jaeger <aj@suse.de>
6178
6179 * config.guess: Update to 2003-05-09 version.
6180 * config.sub: Update to 2003-05-09 version.
6181
3959a22a
AJ
61822003-05-13 Michael Eager <eager@mvista.com>
6183
6184 * configure.in: Correct sed script so that options in quotes are not
6185 deleted.
6186 * configure: Rebuild.
6187
564b43e5
CV
61882003-05-12 Corinna Vinschen <corinna@vinschen.de>
6189
6190 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6191 and $$s/newlib/libc/sys/cygwin32 include paths.
6192 * configure: Ditto.
6193
bb947dc9
L
61942003-05-05 H.J. Lu <hjl@gnu.org>
6195
6196 * config-ml.in: Restored from gcc repository.
6197
77f7441a
CD
61982003-05-02 Chris Demetriou <cgd@broadcom.com>
6199
80b200a1
ZW
6200 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6201 * Makefile.in: Regenerate.
77f7441a 6202
a26d7085
DJ
62032003-04-27 Daniel Jacobowitz <drow@mvista.com>
6204
6205 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
6206 and Makefile.def.
6207
e4c4d240
DJ
62082003-04-27 Daniel Jacobowitz <drow@mvista.com>
6209
6210 * Makefile.tpl: Clean $(BUILD_SUBDIR).
6211 * Makefile.in: Regenerated.
6212
62a3fc85
DD
62132003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6214
6215 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6216 * Makefile.in: Regenerate.
6217
62182003-04-18 Jakub Jelinek <jakub@redhat.com>
6219
6220 * configure.in (powerpc64*-*-linux*): Remove.
6221 * configure: Rebuilt.
6222
5b474aa8
DD
62232003-04-17 Phil Edwards <pme@gcc.gnu.org>
6224
6225 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
6226 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6227 and restrap.
6228 * Makefile.in: Regenerate.
6229
62302003-04-16 Richard Earnshaw <rearnsha@arm.com>
6231
6232 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6233 * configure: Regenerated.
6234
bc295afe
AO
62352003-04-11 Alexandre Oliva <aoliva@redhat.com>
6236
6237 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6238 * */configure: Rebuilt.
6239
3728fade
NN
62402003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
6241
6242 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6243 * Makefile.in: Regenerate.
6244
ce5b542e
MC
62452003-03-14 Michael Chastain <mec@shout.net>
6246
6247 * Makefile.in: Regenerate with correct Makefile.def.
6248
3db0a37f
NN
62492003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
6250
6251 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
6252 Make macro.
6253 * Makefile.in: Regenerate.
6254 * configure.in: Clean up gxx_include_dir logic.
6255 * configure: Regenerate.
6256
34349c6e
DD
62572003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6258
6259 * configure.in (gxx_include_dir): Fix typo.
6260 * configure: Regenerated.
6261
686c28c9
AC
62622003-03-06 Andrew Cagney <cagney@redhat.com>
6263
6264 * texinfo/texinfo.tex: Import version 2003-02-03.16.
6265
bba45b8b 62662003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 6267
bba45b8b
NN
6268 * configure.in: Include $(build_tooldir)/sys-include in
6269 FLAGS_FOR_TARGET.
6270 * configure: Regenerated.
6271
2683747f
NN
62722003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
6273
bba45b8b
NN
6274 * Makefile.tpl: Reindent.
6275 * Makefile.in: Regenerate.
6276 * configure.in: Reindent. Don't set unused variables.
6277 * configure: Regenerate.
6278
2683747f
NN
6279 * Makefile.tpl: Always pass down RANLIB.
6280 * Makefile.in: Regenerate.
6281
6282 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6283 * Makefile.in: Regenerate.
6284 * configure.in: Remove unused logic relating to --enable-shared
6285 and --enable-threads. Remove bogus comments. Remove redundant
6286 noconfigdirs.
6287 * configure: Regenerate.
6288
6289 * configure.in: Replace ${libstdcxx_version} by its value.
6290 Remove reference to mh-dgux.
6291 * configure: Regenerate.
6292
50212802
NN
62932003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6294
6295 * Makefile.tpl: Rearrange.
6296 * Makefile.in: Regenerate.
6297
a6be7fc6
NC
62982003-02-25 Nick Clifton <nickc@redhat.com>
6299
6300 * configure: Remove site-file supprot - it is obsolete.
6301
f8a495c8
NC
63022003-02-24 Uwe Stieber <uwe@wwws.de>
6303
6304 * configure.in: Add support for kaOS as cross build target system.
6305 * configure: Regenerated.
6306
3decd77d
DD
63072003-02-20 Sean McNeil <sean@blue.mcneil.com>
6308
6309 * Makefile.tpl: Add definition of CPPFLAGS to pass into
6310 configure-target-* as some target builds may require additional
6311 flags for preprocessor tests.
6312 * Makefile.in: Regenerated.
6313
f4ff34a3
AO
63142003-02-19 Alexandre Oliva <aoliva@redhat.com>
6315
6316 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6317 * ltconfig: Handle it.
6318 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6319 auto-detecting it.
6320
b7e4a931
AO
63212003-02-19 Alexandre Oliva <aoliva@redhat.com>
6322
6323 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6324 it is used as argument to $CC.
6325 * ltcf-gcj.sh: Likewise.
6326
6b784d9f
AO
63272003-02-19 Alexandre Oliva <aoliva@redhat.com>
6328
6329 * configure.in: Introduce --enable-maintainer-mode.
6330 * configure: Rebuilt.
6331 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6332 for maintainer mode.
6333 * Makefile.in: Rebuilt.
6334
8bcd8a07
AC
63352003-02-19 Andrew Cagney <ac131313@redhat.com>
6336
6337 * configure: Regenerate using autoconf 2.13.
6338
ee3fd329
AM
63392003-02-19 Alan Modra <amodra@bigpond.net.au>
6340
6341 * config.guess: Import latest version.
6342 * config.sub: Import latest version.
6343
e9e45685
JM
63442003-02-18 Jason Merrill <jason@redhat.com>
6345
6346 * Makefile.tpl (check-c++): Allow parallelism.
6347
859789af
AC
63482003-02-17 Andrew Cagney <ac131313@redhat.com>
6349
6350 * configure: Regenerate using autoconf 000227.
6351
b3f16a9b
GK
63522003-02-15 Geoffrey Keating <geoffk@apple.com>
6353
6354 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6355 don't configure target-libobjc.
6356 * configure: Regenerate.
6357
72e60e02
DD
63582003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6359
6360 * Makefile.tpl (RANLIB): Define.
6361 * Makefile.in: Regenerate.
6362
91f0e695
KS
63632003-02-06 Keith R Seitz <keiths@redhat.com>
6364
6365 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6366 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6367 * Makefile.in: Regenerated.
6368 * configure.in: Remove all traces of snavigator, db, and grep.
6369 * configure: Regenerated.
6370
122bfa92
FCE
63712003-01-31 Frank Ch. Eigler <fche@redhat.com>
6372
6373 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6374 * Makefile.in: Regenerated.
6375
264095c3
AO
63762003-01-30 Alexandre Oliva <aoliva@redhat.com>
6377
6378 * config.if: Copy from GCC.
6379
a84dbcb3
AO
63802003-01-27 Phil Edwards <pme@gcc.gnu.org>
6381
6382 * configure.in: Revert 24Jan change.
6383 * configure: Regenerate.
6384
19618276
NN
63852003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6386
6387 * configure.in: Revert previous change.
6388 * configure: Regenerate.
6389
b7f27a92
NN
63902003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6391
6392 * configure.in: Make rda native-only.
6393 * configure: Regenerate.
6394
83326456
NN
63952003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
6396
6397 * configure.in: Add missing \.
6398 * configure: Rebuilt.
6399
5e367fa5
JJ
64002003-01-17 Jakub Jelinek <jakub@redhat.com>
6401
6402 * configure.in (baseargs): Avoid using \| in sed regular
6403 expressions.
6404 * configure: Rebuilt.
6405
e01f337c
JJ
64062003-01-16 Jakub Jelinek <jakub@redhat.com>
6407
6408 * configure.in (baseargs): Remove all supported forms of
6409 --cache-file, --srcdir, --host, --build and --target options
6410 from argument lists.
6411 * configure: Rebuilt.
6412
aa236487
AO
64132003-01-15 Alexandre Oliva <aoliva@redhat.com>
6414
6415 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6416 * configure: Rebuilt.
6417
586c0873
NN
64182003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
6419
6420 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6421 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6422 * Makefile.in: Regenerate.
6423 * configure: Regenerate.
6424
497f816e
DD
64252003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
6426
6427 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6428 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6429 * Makefile.in: Regenerate.
6430
bfbe5519
AO
64312003-01-09 Alexandre Oliva <aoliva@redhat.com>
6432
6433 * configure.in: Remove Makefile in build, host and target modules
6434 unless configure was run with --no-recursion.
6435 * configure: Rebuilt.
6436
3f234ef5
CD
64372003-01-08 Chris Demetriou <cgd@broadcom.com>
6438
6439 * config.guess: Update to 2003-01-03 version.
6440 * config.sub: Update to 2003-01-03 version.
6441
a3982d48
CF
64422003-01-07 Christopher Faylor <cgf@redhat.com>
6443
6444 * configure: Regenerate with proper autoconf 2.13.
6445
75778ec4
CF
64462003-01-07 Christopher Faylor <cgf@redhat.com>
6447
80b200a1
ZW
6448 * configure.in: Add AC_PREREQ for consistency.
6449 * configure: Regenerate.
75778ec4 6450
c180f501
AC
64512003-01-06 Andrew Cagney <ac131313@redhat.com>
6452
6453 * configure.in (GDB_TK): Add tcl directories conditional on
6454 gdb/gdbtk directory being present.
6455 * configure: Regenerate.
5481b376 6456
46ca2cc2
DA
64572003-01-04 John David Anglin <dave.anglin@nrc.ca>
6458
6459 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
6460 by gcc if LD is not defined and we are not doing a Canadian Cross.
6461 * configure: Rebuilt.
6462
53dd8dab
DJ
64632003-01-01 Daniel Jacobowitz <drow@mvista.com>
6464
6465 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
6466
50ceb20c
TT
64672002-12-31 Tom Tromey <tromey@redhat.com>
6468
6469 * Makefile.in: Rebuilt.
6470 * Makefile.def (target_modules) [libffi]: Allow installation.
6471
e78b5cfe
AS
64722002-12-31 Andreas Schwab <schwab@suse.de>
6473
6474 * configure.in: Fix use of $program_transform_name.
6475 * configure: Regenerated.
6476
67448102
DJ
64772002-12-30 Daniel Jacobowitz <drow@mvista.com>
6478
6479 * configure.in (baseargs): Don't remove first configure argument.
6480 * configure: Regenerated.
6481
e6bfb94a
AO
64822002-12-29 Alexandre Oliva <aoliva@redhat.com>
6483
6484 * Makefile.tpl (local-distclean): Don't remove...
6485 (multilib.ts): ... this. Moved into...
6486 (multilib.out): ... this. Don't use sub-make.
6487 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6488 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6489 (configure-build-[+module+], configure-[+module+],
6490 configure-target-[+module+], configure-gcc): ... these. Test
6491 for Makefile existence. Drop config.status from dependencies.
6492 * Makefile.in: Rebuilt.
6493 * configure.in: Move gcc-version-trigger to the end of
6494 ac_configure_args. Add comments to maybedep.tmp and
6495 serdep.tmp. Introduce --disable-serial-configure. Remove
6496 nonopt from baseargs, matching and removing corresponding
6497 whitespace while at it.
6498 * configure: Rebuilt.
6499
8f0dfb36
AO
65002002-12-28 Alexandre Oliva <aoliva@redhat.com>
6501
6502 * configure.in (host_configargs): Replace reference to
6503 no-longer-defined buildopts with --build=${build_alias}.
6504 * configure: Rebuilt.
6505
43be203f
AO
65062002-12-28 Alexandre Oliva <aoliva@redhat.com>
6507
6508 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
6509 program_transform_name to standard idiom.
6510 (AUTOGEN, AUTOCONF): Define.
6511 (Makefile.in): Use $(AUTOGEN).
6512 (Makefile): Depend on config.status, and use autoconf-style rule to
6513 build it. Move original commands to...
6514 (config.status): ... this new target.
6515 (configure): Add $(srcdir). Depend on config/acx.m4. Use
6516 $(AUTOCONF).
6517 * Makefile.in: Rebuilt.
6518
a0da8069
NN
65192002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
6520
d18f1c9f
NN
6521 * Makefile.tpl: Fix dramatic bustage due to change in
6522 program_transform_name.
6523 * Makefile.in: Regenerate.
6524
6525 * configure.in: Remove unnecessary PATH setting.
6526 * configure: Regnerate.
6527
6528 * configure.in: Don't default to unprefixed tools unless
6529 the native tools will work.
6530 * configure: Regenerate.
6531
a0da8069
NN
6532 * configure.in: Convert to autoconf script. Blow away lots
6533 of now-redundant Makefile fragments.
6534 * configure: Generate using Autoconf.
6535 * Makefile.tpl: Rewrite to reflect autoconfiscation.
6536 * Makefile.in: Regenerate.
6537
c567df0a
NN
65382002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
6539
5481b376 6540 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
6541 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6542
5481b376 6543 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 6544 where they belong.
2c7f9a32 6545
2dabcfb4
AS
65462002-12-24 Andreas Schwab <schwab@suse.de>
6547
6548 * Makefile.tpl (multilib.out): Fix missing space.
6549 * Makefile.in: Regenerate.
6550
1086bc09
NN
65512002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
6552
6553 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
6554 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
6555 * Makefile.in: Regenerate.
6556 * configure.in: Remove unnecessary leftovers.
6557
1086bc09
NN
65582002-12-21 Geoffrey Keating <geoffk@apple.com>
6559
6560 * configure.in (extra_ranlibflags_for_target): New variable.
6561 (*-*-darwin): Add -c to ranlib commands.
6562 * configure (tooldir): Handle extra_ranlibflags_for_target.
6563
14e9ca95
JJ
65642002-12-20 Jeff Johnston <jjohnstn@redhat.com>
6565
6566 * COPYING.NEWLIB: Updated.
6567 * COPYING.LIBGLOSS: Ditto.
6568
14c428fb
NN
65692002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6570
6571 * Makefile.tpl: Revert HJL's change.
6572 * Makefile.in: Regenerated.
6573 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6574 always.
6575
313b8244
AS
65762002-12-19 Andreas Schwab <schwab@suse.de>
6577
6578 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6579 * Makefile.in: Regenerate.
6580
efeae3db
L
65812002-12-18 H.J. Lu <hjl@gnu.org>
6582
6583 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6584 * Makefile.in: Regenerated.
6585
6586 * configure.in (build_prefix): New. Substitute.
6587
43d92c63
NN
65882002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
6589
59da4fe6
NN
6590 * Makefile.tpl: Don't let real targets depend on phony targets.
6591 * Makefile.in: Regenerate.
6592
43d92c63
NN
6593 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6594 * Makefile.in: Regenerate.
6595
b72e6a2d
JM
65962002-12-16 Jason Merrill <jason@redhat.com>
6597
6598 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6599 previous 'make bootstrap'.
6600 * Makefile.in: Regenerate.
6601
95c72c44
HPN
66022002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
6603
6604 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6605
7d695d07
JM
66062002-12-13 Jason Merrill <jason@redhat.com>
6607
6608 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
6609 library tests.
6610 (check-c++): Just depend on it and check-target-libstdc++-v3.
6611 * Makefile.in: Regenerate.
6612
54103d1e
NN
66132002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
6614
6615 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6616 * Makefile.in: Regenerate.
6617
4024f1e1
JJ
66182002-12-12 Jeff Johnston <jjohnstn@redhat.com>
6619
80b200a1
ZW
6620 * COPYING.NEWLIB: Update list of alternate Regent of California
6621 licenses and discuss official revoking of advertising clause.
6622 * COPYING.LIBGLOSS: Ditto.
4024f1e1 6623
7dda0df6
AO
66242002-12-12 Alexandre Oliva <aoliva@redhat.com>
6625
6626 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6627 * Makefile.in: Rebuilt.
6628
d03be79e 66292002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 6630
929293f4
NN
6631 * configure: Fix bug put in by gremlins.
6632
d03be79e
NN
6633 * Makefile.tpl: Substitute more autoconfily.
6634 * configure: Substitute more autoconfily.
6635 * Makefile.in: Regenerate.
6636
66372002-12-08 Andrew Cagney <ac131313@redhat.com>
6638
6639 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
6640 * Makefile.in (all-sim): Ditto.
a36d530e
DD
6641
66422002-12-06 DJ Delorie <dj@redhat.com>
6643
6644 * Makefile.tpl: Change configure dependencies to not have real
6645 targets depend on phony targets.
b4a77b47 6646
db1ac78d
NN
66472002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
6648
bcaf2395
NN
6649 * configure.in: Revert unintentional change.
6650
b4fa093e
NN
6651 * src-release: Configure host subdirs.
6652
db1ac78d
NN
6653 * Makefile.tpl: Change dependency for */multilib.out so that
6654 it works when gcc isn't in the tree.
6655
6656 * configure.in: Substitute more.
6657 * configure: Run subconfigures from the Makefile.
6658 * Makefile.tpl: Run subconfigures from the Makefile; add a few
6659 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
6660
15723a45
NN
66612002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
6662
e2b9e2dc
NN
6663 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
6664 and corresponding dependencies.
6665 * Makefile.in: Regenerate.
6666
2af579c4
NN
6667 * configure.in (host_tools): Order binutils, gas and ld for
6668 convenience in running the testsuites.
6669
a2cc058a
NN
6670 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
6671 * Makefile.in: Regenerate.
6672 * configure.in: Introduce rules to serialize subconfigure runs.
6673
15723a45
NN
6674 * configure.in: Introduce BASE_CC_FOR_TARGET.
6675 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
6676 Realize configure-build-* targets. Realize configure-target-* targets.
6677 * Makefile.in: Regenerate.
6678
ae831be5
NN
66792002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6680
6681 * configure: Move gcc_version_trigger stuff from here...
6682 * configure.in: ...to here.
6683
6684 * configure.in: Separate subconfigure options added by this file from
6685 options given by the user. Add machinery to put args for host
6686 subconfigures into the Makefile.
6687
6688 * Makefile.tpl: Remove 'vault' targets.
6689 * Makefile.tpl: Reorder and comment dependencies.
6690 * Makefile.in: Regenerate.
6691
bbf7c8ac
NN
66922002-11-28 Geoffrey Keating <geoffk@apple.com>
6693
6694 * configure.in: Move host-specific darwin noconfigdirs into
6695 the host-specific section.
6696
930314a4
NN
66972002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6698
52d7cdee
NN
6699 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
6700 during replay.
6701 * Makefile.in: Regenerate.
6702
930314a4
NN
6703 (finishing slow-motion replay)
6704 * configure: Remove skip-this-dir support.
6705 * Makefile.tpl: Remove skip-this-dir support.
6706
6707 * Makefile.tpl: Remove leftover support for non-autoconfiscated
6708 subdirectories.
6709 * Makefile.in: Regenerate.
6710
6711 * Makefile.tpl: Strip out useless setting of 'dir'.
6712 * Makefile.in: Regenerate.
5481b376 6713
930314a4
NN
67142002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6715
6716 (finishing slow-motion replay)
6717 * configure.in: Fix deeply stupid bug.
6718
6719 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
6720 shell code in CXX_FOR_TARGET
6721 * Makefile.def: Introduce raw_cxx.
6722 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6723 RAW_CXX_FOR_TARGET.
6724 * Makefile.in: Regenerate.
6725
67262002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6727
6728 (finishing slow-motion replay)
6729 * Makefile.tpl: Remove unnecessary ifs.
6730 * Makefile.in: Regenerate.
6731
5481b376 6732 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
6733 dependencies. Maybe-ize build-libiberty. Create dummy install
6734 targets for 'no_install' modules.
5481b376 6735 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 6736 build_modules stuff to configure.in.
5481b376 6737 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
6738 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
6739 * Makefile.in: Regenerate.
6740
3866be5d
NN
67412002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6742
6743 (continuing slow-motion replay)
6744 * Makefile.tpl: Make all-target, install-target behave similarly
6745 to all, install (only hitting configured targets). Eliminate
6746 unused macro defintions.
6747
6748 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6749 build != host.
6750
6751 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6752
6753 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6754
5481b376 6755 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
6756 configuring. Remove references to "dosrel".
6757 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 6758 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 6759 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 6760 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
6761 and redundant dependency; rearrange slightly.
6762 * Makefile.def: Add host-side libtermcap, utils.
6763
6764 * Makefile.in: Regenerate.
6765
e393202e
NN
67662002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6767
6768 (Continuing slow-motion replay)
6769 * Makefile.def: Add list of recursive targets to autogenerate.
6770 Add build_modules.
6771 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
6772 targets. Autogenerate *-build-* targets.
6773 * Makefile.in: Regenerate.
6774
583d52d7
NN
67752002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6776
6777 (Continuing slow-motion replay)
6778 * configure: More autoconf-style substitutions.
6779 * Makefile.tpl: More autoconf-style substitutions.
6780 * Makefile.in: Regenerate.
6781
67822002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6783
6784 (Continuing slow-motion replay)
6785 * configure: Substitute more variables in a more autoconf-friendly
6786 way. Simplify slightly.
6787 * Makefile.tpl: Make more variables substitutable in an
6788 autoconf-friendly way.
6789 * Makefile.in: Regenerate.
6790
874e38b4
NN
67912002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6792
6793 (Continuing slow-motion replay)
6794 * configure.in (v810*): Remove special setting of tools.
6795
6796 * configure: Add support for extra required flags for ar or nm.
6797 * configure.in (aix4.3+): Use above support for target-specific
6798 issues, rather than using config/mt-aix43.
6799
852e5f18
NN
68002002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6801
6802 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
6803 * configure: Remove 'removing', which doesn't work. Replace $subdir
6804 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
6805 with $srcdir. Reformat indentation. Substitute some variables
6806 formerly hard-coded in the Makefile for build=host.
6807 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6808 * Makefile.def: Autogenerate more.
6809 * Makefile.in: Regenerate.
6810
c9a0d920
DD
68112002-11-13 Bruce Korb <bkorb@gnu.org>
6812
6813 * Makefile.tpl: syntactic cleanup
6814
dd2768ff
KB
68152002-11-04 Kevin Buettner <kevinb@redhat.com>
6816
6817 * Makefile.def (host_modules): Add rda.
6818 * Makefile.in: Regenerate.
6819 * configure.in (target_tool): Add target-rda to list.
6820
1aa8389d
DD
68212002-10-25 Phil Edwards <pme@gcc.gnu.org>
6822
6823 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
6824 and restrap targets to this rule.
6825 * Makefile.in: Regenerate.
6826
28f46298
HPN
68272002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
6828
6829 * configure.in (i[3456]86-*-linux*): Add check to disable
6830 ${libgcj} for glibc1.
6831
ff72e302
NC
68322002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
6833
6834 * configure.in: Add tic4x target.
6835
8607b6c9
NN
68362002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
6837
6838 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6839 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6840 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6841 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6842 * Makefile.in: Regenerate.
6843
f8f61f4a
NN
68442002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6845
c86f794b
NN
6846 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6847 * Makefile.in: Regenerate.
6848
a9590527
NN
6849 * Makefile.def: Remove order dependency comments.
6850 * Makefile.tpl: Add explicit install-install dependencies.
6851 * Makefile.in: Regenerate.
6852
8412ce72
NN
6853 * Makefile.tpl: Remove material now in src-release. (Finally!)
6854 * Makefile.in: Regenerate.
6855
8b9f37f1
NN
6856 * configure: Restore my original patch by syncing with gcc version.
6857
f8f61f4a
NN
6858 * Bring following over from gcc:
6859
68602002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
6861
6862 * configure.in (s390*-*-linux*): Enable libgcj.
6863
403d9505
NN
68642002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6865
6866 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
6867
95f6f383
AM
68682002-10-02 Alan Modra <amodra@bigpond.net.au>
6869
e4673b0a 6870 * configure: Move stray lines back to where they belong.
95f6f383 6871
748503c8
NN
68722002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
6873
a581b5c3
NN
6874 * Makefile.tpl: Insert configure-target target, for src-release.
6875
c084f5b4
NN
6876 * configure: Finish reverting change which Andrew Cagney started
6877 reverting. Should fix bustage.
6878
7aa673ed 6879 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
6880 * src-release: New file. Contains material for making net
6881 releases for gdb, binutils, et al., formerly in Makefile.in.
6882
82a9b2d9
NC
68832002-09-30 Nick Clifton <nickc@redhat.com>
6884
6885 * cpu: New top level directory. Intended to hold input files for
6886 CGEN which have FSF copyright assignment.
6887 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6888
c2463a00
AC
68892002-09-29 Andrew Cagney <ac131313@redhat.com>
6890
6891 Revert below (note that src does not contain Makefile.tpl):
6892 * Makefile.tpl: Make subsituted variables more autoconfy.
6893 * Makefile.in: Regenerate.
6894
f03b4789
NN
68952002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
6896
c11e16a9
NN
6897 * configure: Revert accidentally applied changes.
6898
f03b4789
NN
6899 * Makefile.tpl: Make more autoconf-friendly.
6900 * Makefile.in: Regenerate.
6901 * configure: Make substitution more autoconf-like.
6902
69032002-09-28 Richard Earnshaw <rearnsha@arm.com>
6904
6905 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
6906 single entry to handle all these.
6907 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
6908 libjava on arm-*-elf.
6909
c0292023
GK
69102002-09-27 Geoffrey Keating <geoffk@apple.com>
6911
6912 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
6913 things that depend on them.
6914
c66d951e
NN
69152002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
6916
6917 * Makefile.tpl: Make subsituted variables more autoconfy.
6918 * Makefile.in: Regenerate.
6919 * configure: Make seds more autoconfy.
6920
907a7241 69212002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
6922
6923 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
6924 * Makefile.in: Regenerate.
6925 * configure.in: Rewrite sed statements to look autoconfy.
6926
907a7241
NN
6927 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
6928 all-target-foo on configure-target-foo.
6929 * Makefile.def: Ditto.
6930 * Makefile.in: Rebuild.
6931
405ea7a0
NN
69322002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
6933
6934 * Makefile.def: New file.
6935 * Makefile.tpl: New file.
6936 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
6937
6938 * configure.in: Minor rearrangement. Simplify tests.
6939
bdc57bfd
JT
69402002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
6941
6942 * configure.in (with_headers): Skip copy if value is "yes".
6943 (with_libs): Likewise.
6944
ae03d6e2
NN
69452002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6946
6947 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
6948 * configure.in (sh*-*-pe*): Ditto.
6949 * configure.in (mips*-*-pe*): Ditto.
6950 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
6951
6952 * configure.in: Rearrange.
6953
707960fe
NC
69542002-09-12 Nick Clifton <nickc@redhat.com>
6955
6956 * Import these changes from the config master repository:
6957
6958 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
6959
6960 * config.sub: Add tic4x target.
6961
6962 2002-09-03 Ben Elliston <bje@redhat.com>
6963
6964 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
6965 Reported by <Duncan_Stodart@insession.com>.
6966
36ea319f
JJ
69672002-09-10 Jeff Johnston <jjohnstn@redhat.com>
6968
6969 * COPYING.NEWLIB: More updates.
6970
cf57480a
JJ
69712002-09-09 Jeff Johnston <jjohnstn@redhat.com>
6972
6973 * COPYING.NEWLIB: Update.
6974
fd31a171
AC
69752002-08-23 Andrew Cagney <ac131313@redhat.com>
6976
23b632fc
AC
6977 * texinfo/texinfo.tex: Import version 2002-06-04.06.
6978
fd31a171
AC
6979 * config.guess: Import version 2002-08-23.
6980 * config.sub: Import version 2002-08-22.
6981
a08bafb5
AO
69822002-08-20 Alexandre Oliva <aoliva@redhat.com>
6983
6984 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
6985 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
6986 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
6987
17240c1f
NC
69882002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
6989
6990 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
6991
e70ad0c6
L
69922002-08-04 H.J. Lu (hjl@gnu.org)
6993
6994 * configure.in (mips*-*-linux*): Don't skip target-libffi.
6995
574e6d11
DD
69962002-07-31 Alan Modra <amodra@bigpond.net.au>
6997
6998 * configure.in: Move generic linux case to end. Copy generic
6999 linux noconfigdirs to mips*-*-linux* entry and new
7000 powerpc64*-*-linux* entry. Add target-libffi for the latter.
7001
611e7523
CD
70022002-07-19 Chris Demetriou <cgd@broadcom.com>
7003
7004 * MAINTAINERS: Clarify on config.guess and config.sub, and add
7005 one instance of them which was missed to the list to update.
7006
51759676
CD
70072002-07-16 Chris Demetriou <cgd@broadcom.com>
7008
7009 * config.guess: Update to 2002-07-09 version.
7010 * config.sub: Update to 2002-07-03 version.
7011
7c1f909c
DD
70122002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
7013
7014 * configure.in: Remove two redundant tests.
7015
d7cf5d30
DD
70162002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7017
7018 * configure.in (mips*-*-irix6*o32): Enable stabs.
7019
c74222f7
DD
70202002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
7021
5b53c336
DD
7022 * configure.in: Don't build grez.
7023 * Makefile.in: Ditto.
7024
c74222f7
DD
7025 * Makefile.in: Remove references to bsp, cygmon, libstub.
7026 * configure.in: Ditto.
7027
7028 * configure.in: Remove leftover reference to gdbtest.
7029
edd1b227
DD
70302002-07-08 Phil Edwards <pme@gcc.gnu.org>
7031
7032 * configure.in (gxx_include_dir): Change to match versioned
7033 C++ headers if --enable-version-specific-runtime-libs is used.
7034
486186e3
AO
70352002-07-04 Steve Ellcey <sje@cup.hp.com>
7036
7037 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7038
ff0a3bf8
DD
70392002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
7040
7041 * configure.in: Make --without-x work.
7042
1dfa8174
NC
70432002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
7044
7045 * contrib: New directory. Created to contain a copy of the
5481b376 7046 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
7047 the FSF GCC sources.
7048
07637366
DD
70492002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
7050
b6f83f2a
DD
7051 * configure.in: Rearrange target Makefile fragment collection.
7052
07637366
DD
7053 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7054 cvs[src].
7055 * configure.in: Ditto.
7056
f48556b1
DD
70572002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
7058
7059 * Makefile.in: Eliminate 'apache' targets.
7060 * configure.in: Eliminate 'apache' targets.
7061
7062 * configure.in: Eliminate redundant tests. Reorganize.
7063
7064 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7065
7066 * config-ml.in: Eliminate references to Cygnus configure.
7067
7068 * Makefile.in: Eliminate references to building emacs.
7069
70702002-07-01 Denis Chertykov <denisc@overta.ru>
7071
7072 * configure.in: Add support for ip2k.
7073
cdb9e2b8
BE
70742002-06-24 Ben Elliston <bje@redhat.com>
7075
7076 * configure.in (host_tools): Remove cgen.
7077
7078 * Makefile.in (all-cgen): Remove; runs from its source directory.
7079 (check-cgen, install-cgen, clean-cgen): Likewise.
7080 (all-opcodes): No not depend on all-cgen.
7081 (all-sim): Likewise.
7082
3558860c
DD
70832002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
7084
7085 * configure.in: Fix AIX configury bug.
7086
e3b0c936
DD
70872002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7088
cdb9e2b8 7089 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 7090
cdb9e2b8
BE
7091 * configure.in: Move definition of libstdcxx_flags right above
7092 usage, rather than way earlier.
8ee424c0 7093
c712250a
DD
7094 * configure.in: Pull definition of is_cross_compiler earlier.
7095
9ee1a75c
DD
7096 * configure.in: Rearrange a little.
7097
e3b0c936
DD
7098 * configure.in: Remove references to librx.
7099 * Makefile.in: Remove references to librx.
7100
b2bd228e
DD
71012002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7102
7103 * configure.in: Eliminate ${gasdir} variable.
7104
7cd52483
DB
71052002-06-18 Dave Brolley <brolley@redhat.com>
7106
7107 * configure.in: Add support for frv.
7108 * config.sub: Add support for frv.
7109
6c5e141a
DD
71102002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7111
7112 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7113
0d18b56d
JT
71142002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7115
7116 * configure.in (vax-*-netbsd*): Re-enable gas.
7117
fd8958d5
DD
71182002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
7119
27f15fdd
DD
7120 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7121 BUILD_PREFIX_1, to correct nomenclature.
7122 * configure: Likewise.
7123
fd8958d5
DD
7124 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7125 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7126
0c2442b7
DD
71272002-05-31 Olaf Hering <olh@suse.de>
7128
7129 * config-ml.in: Propogate DESTDIR also.
7130
a3602181
JT
71312002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
7132
7133 * configure.in (vax-*-netbsd*): Don't build gas for this
7134 platform.
7135
c95f53ae
MM
71362002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
7137
7138 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7139 and libgcj for AVR.
7140
1d7c1053
NC
71412002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
7142
7143 * config.sub: Add DLX target.
7144
4b37028f
JT
71452002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7146
7147 * config.guess: Update to 2002-05-22 version.
7148 * config.sub: Likewise.
7149
d5de0a84
NC
71502002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7151
7152 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7153 * config-ml.in: Likewise.
7154 * configure: Likewise.
7155 * configure.in: Likewise.
7156
c92a0210
DD
71572002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
7158
115a77aa
DD
7159 * configure.in: Simplify makefile fragment collection.
7160
7161 * configure.in: Remove code to build emacs.
e99daf2b 7162
91e060aa
DD
7163 * configure.in : Remove --srcdir argument from targargs and buildargs
7164 (it's always overridden in the Makefile anyway). Rearrange a bit.
7165
7166 * configure: Move some logic to configure.in.
7167 * configure.in: Move some logic from configure.
c92a0210 7168
91217342
JJ
71692002-05-07 Jeff Johnston <jjohnstn@redhat.com>
7170
7171 * COPYING.LIBGLOSS: New file.
7172
d3d8a9ee
NC
71732002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
7174
7175 * Makefile.in: Honour DESTDIR.
7176
3a036cdc
AO
71772002-05-05 Alexandre Oliva <aoliva@redhat.com>
7178
7179 * configure.in (noconfigdirs): Don't disable libgcj on
7180 sparc64-*-solaris* and sparcv9-*-solaris*.
7181
6d095fe4
AO
71822002-05-03 Alexandre Oliva <aoliva@redhat.com>
7183
7184 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7185
dac55df9
TF
71862002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
7187
7188 * configure.in (FLAGS_FOR_TARGET): Do not add
7189 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7190 on i[3456]86-*-linux*.
7191
a018e15b
TF
71922002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
7193
7194 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
7195
7196 * configure.in (noconfigdirs): Do not add target-newlib if
7197 target == i[3456]86-*-linux*, and host == target.
7198
5f284831
MM
71992002-04-29 Mark Mitchell <mark@codesourcery.com>
7200
7201 * config.guess: Updated to 2002-04-26's version.
7202 * config.sub: Updated to 2002-04-26's version.
7203
33babf59
DD
72042002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
7205
bd5f7da2
DD
7206 * configure.in: delete reference to absent file
7207
a0c4f3a0
DD
7208 * configure.in: replace '[' with 'test'
7209
66f1ba4f
DD
7210 * configure.in: Eliminate references to gash.
7211 * Makefile.in: Eliminate references to gash.
7212
7c3ab50c
DD
7213 * configure.in: remove useless references to 'pic' makefile fragments.
7214
bbc025f5
DD
7215 * configure.in: (*-*-windows*) Finish removing.
7216
33babf59
DD
7217 * configure.in: Eliminate redundant test for libgui.
7218
d5ec694c
DD
72192002-04-26 Joel Sherrill <joel@OARcorp.com>
7220
7221 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7222 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7223
57a5346c
DD
72242002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
7225
7226 * configure.in: remove references to dead files
7227
dbf93899
DD
72282002-04-18 Tom Tromey <tromey@redhat.com>
7229
7230 * configure.in: Disallow configuring libgcj when it is already
7231 installed and we're using Solaris 2.8 linker. Do enable libgcj on
7232 Solaris 2.8 by default. For PR libgcj/6158.
7233
26eadf68
DD
72342002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7235
7236 * configure.in: Move default CC setting out of config/mh-* fragments
7237 directly into here.
7238
a0a2c6c6
DD
72392002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7240
7241 * configure.in: don't even try to configure or make a subdirectory
7242 if there's no configure script for it.
7243
9972f812
DD
72442002-04-15 Mark Mitchell <mark@codesourcery.com>
7245
7246 * MAINTAINERS: Remove chill maintainers.
7247 * Makefile.in (CHILLFLAGS): Remove.
7248 (CHILL_LIB): Remove.
7249 (TARGET_CONFIGDIRS): Remove libchill.
7250 (CHILL_FOR_TARGET): Remove.
7251 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7252 CHILL_LIB.
7253 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7254 (CHECK_TARGET_MODULES): Likewise.
7255 (INSTALL_TARGET_MODULES): Likewise.
7256 (CLEAN_TARGET_MODULES): Likewise.
7257 (configure-target-libchill): Remove.
7258 (all-target-libchill): Remove.
7259 * configure.in (target_libs): Remove target-libchill.
7260 Do not compute CHILL_FOR_TARGET.
7261 * libchill: Remove directory.
5481b376 7262
75205f78
DD
72632002-04-15 DJ Delorie <dj@redhat.com>
7264
7265 * Makefile.in, configure.in, configure: Sync with gcc, entries
7266 follow...
7267
72682002-04-08 Tom Tromey <tromey@redhat.com>
7269
7270 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7271 Fixes PR libgcj/6068.
7272
72732002-03-30 Krister Walfridsson <cato@df.lth.se>
7274
7275 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7276
72772002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7278
7279 * configure.in (alpha*-dec-osf*): Enable libgcj.
7280
72812002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
7282
7283 Fix for: PR bootstrap/3591, target/5676
7284 * configure.in (mcore-pe): Disable the configuration of
7285 libstdc++-v3 since exceptions are not supported.
7286
72872002-03-20 Anthony Green <green@redhat.com>
7288
7289 * configure.in: Enable libgcj for xscale-elf target.
7290
72912002-02-28 Alexandre Oliva <aoliva@redhat.com>
7292
7293 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7294 libjava.
7295 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
7296
72972002-02-22 Alexandre Oliva <aoliva@redhat.com>
7298
7299 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
7300 libstdc++-v3 and libjava.
7301
73022002-02-11 Adam Megacz <adam@xwt.org>
7303
7304 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
7305 boehm-gc
7306
73072002-02-09 Alexandre Oliva <aoliva@redhat.com>
7308
7309 * config.guess: Updated to 2002-01-30's version.
7310 * config.sub: Updated to 2002-02-01's version.
7311 Contribute sh64-elf.
7312 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7313 * configure.in: Added sh64-*-*.
7314
73152002-01-17 H.J. Lu <hjl@gnu.org>
7316
7317 * Makefile.in (all-fastjar): Also depend on all-libiberty.
7318 (all-target-fastjar): Also depend on all-target-libiberty.
7319
7320Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
7321
7322 * configure, configure.in: Use temp file for long sed commands.
7323
73242001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
7325
7326 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
7327 libf2c.
7328
73292001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
7330
7331 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
7332
73332001-10-11 Hans-Peter Nilsson <hp@axis.com>
7334
7335 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7336
73372001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
7338
7339 * configure: Handle temporary files securely using mkdir.
7340
73412001-09-26 Will Cohen <wcohen@redhat.com>
7342
7343 * configure.in (*-*-linux*): Disable configuration of target-newlib
7344 and target-libgloss.
7345
73462001-09-26 Alexandre Oliva <aoliva@redhat.com>
7347
7348 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
7349 RANLIB.
7350
73512001-08-11 Graham Stott <grahams@redhat.com>
7352
7353 * Makefile.in (check-c++): Add missing semicolon.
7354
73552001-07-25 Andrew Haley <aph@cambridge.redhat.com>
7356
7357 * configure.in (sh-*-linux*): New.
7358
73592001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7360
7361 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7362 and libgcj on m68hc11/m68hc12.
7363
73642001-06-27 H.J. Lu (hjl@gnu.org)
7365
7366 * Makefile (CFLAGS_FOR_BUILD): New.
7367 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
7368
73692001-06-01 Hans-Peter Nilsson <hp@axis.com>
7370
7371 * configure.in (libstdcxx_flags): Do not try to execute
7372 libstdc++-v3/testsuite_flags until it exists.
7373
73742001-05-18 Benjamin Kosnik <bkoz@redhat.com>
7375
7376 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
7377
73782001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
7379
7380 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
7381
7382Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
7383
7384 * configure.in: Move *-chorusos target case to the proper switch.
7385 Disable libgcj.
7386
73872001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7388
7389 * Makefile.in (STAGE1_CFLAGS): Pass down.
7390
73912001-04-13 Alan Modra <amodra@one.net.au>
7392
7393 * config.guess: Add hppa64-linux support. Note for next import that
7394 this is already in the master file.
7395 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
7396
73972001-03-22 Colin Howell <chowell@redhat.com>
7398
7399 * Makefile.in (DO_X): Do not backslash single-quotes in
7400 backquotes (two places).
7401
74022001-03-18 Laurynas Biveinis <lauras@softhome.net>
7403
7404 * Makefile.in (DO_X): Quote nested quotes.
7405
74062001-03-15 Laurynas Biveinis <lauras@softhome.net>
7407
7408 * Makefile.in (DO_X): Use double quotes for quoting
7409 "RANLIB=$${RANLIB}".
7410
74112001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
7412
7413 * configure.in: Only use `lang_requires' for languages athat are
7414 actually enabled.
7415
74162001-03-07 Tom Tromey <tromey@redhat.com>
7417
7418 * configure.in: Allow config-lang.in to set `lang_requires' to list
7419 of other required languages.
7420
74212001-03-06 Laurynas Biveinis <lauras@softhome.net>
7422
7423 * Makefile.in: Remove RANLIB definition. Use RANLIB
7424 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
7425 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
7426
74272001-02-28 Benjamin Kosnik <bkoz@redhat.com>
7428 Alexandre Oliva <aoliva@redhat.com>
7429
7430 * Makefile.in (check-c++): Use tabs, not spaces.
7431
74322001-02-19 Benjamin Kosnik <bkoz@redhat.com>
7433
7434 * Makefile.in (check-c++): New rule.
7435
7436 * configure.in (target_libs): Remove libg++.
7437 (noconfigdirs): Remove libg++.
7438 (noconfigdirs): Same.
7439 (noconfigdirs): Same.
7440 (noconfigdirs): Same.
7441
7442 * config-ml.in: Remove libg++ references.
7443
7444 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
7445 (ALL_TARGET_MODULES): Same.
7446 (configure-target-libg++): Remove.
7447 (all-target-libg++): Remove.
7448 (configure-target-libio): Remove.
7449 (all-target-libio): Remove.
7450 (check-target-libio): Remove.
7451 (.PHONY): Remove.
7452 (libg++.tar.bz2): Remove.
7453 (all-target-cygmon): Remove libio.
7454 (all-target-libstdc++): Remove.
7455 (configure-target-libstdc++): Remove.
7456 (TARGET_LIB_PATH): Remove libstdc++.
7457 (ALL_GCC_CXX): Remove libstdc++.
7458 (all-target-gperf): Correct.
7459
74602001-02-15 Anthony Green <green@redhat.com>
7461
7462 * configure: Introduce GCJ_FOR_TARGET.
7463 * configure.in: Ditto.
7464 * Makefile.in: Ditto.
7465
74662001-02-08 Chandrakala Chavva <cchavva@redhat.com>
7467
7468 * configure.in: for *-chorusos, don't config target-newlib and
7469 target-libgloss.
7470
74712001-02-04 Mark Mitchell <mark@codesourcery.com>
7472
7473 Remove V2 C++ library.
7474 * configure.in: Remove --enable-libstdcxx_v3 support.
7475
74762001-01-27 Richard Henderson <rth@redhat.com>
7477
7478 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
7479
74802001-01-26 Tom Tromey <tromey@redhat.com>
7481
7482 * configure.in: Allow libgcj to be built on Sparc Solaris.
7483
74842001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
7485
7486 * configure.in: Enable libgcj on several additional platforms.
7487
74882001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
7489
7490 * configure.in: Enable libgcj for linux targets.
7491
74922001-01-09 Mike Stump <mrs@wrs.com>
7493
7494 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
7495 failures of subdirectories.
7496
74972001-01-02 Laurynas Biveinis <lauras@softhome.net>
7498
7499 * configure: handle DOS-style absolute paths.
7500
75012001-01-02 Laurynas Biveinis <lauras@softhome.net>
7502
7503 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
7504
75052000-12-18 Benjamin Kosnik <bkoz@redhat.com>
7506
7507 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
7508 (libstdcxx_incdir): Pass down.
7509 * config.if: Remove expired bits for cxx_interface, add stub.
7510 (libstdcxx_incdir): Add variable for g++ include directory.
7511 * configure.in (gxx_include_dir): Use it.
7512
75132000-12-15 Andreas Jaeger <aj@suse.de>
7514
7515 * configure.in: Handle lang_dirs.
7516
75172000-12-13 Anthony Green <green@redhat.com>
7518
7519 * configure.in: Disable libgcj for any target not specifically
7520 listed. Disable libgcj for x86 and Alpha Linux until compatible
7521 with g++ abi.
7522
75232000-12-13 Mike Stump <mrs@wrs.com>
7524
7525 * Makefile.in (local-distclean): Also remove fastjar.
7526
75272000-12-10 Anthony Green <green@redhat.com>
7528
7529 * configure.in: Define libgcj. Disable libgcj target libraries for
7530 most targets.
7531
75322000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
7533
7534 * configure.in (target_libs): Revert 2000-12-08 patch.
7535 (noconfigdirs): Added target-libjava.
7536
75372000-12-09 Laurynas Biveinis <lauras@softhome.net>
7538
7539 * Makefile.in: handle DOS-style absolute paths.
7540
75412000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7542
7543 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
7544 libjava.
7545 * configure.in (target_libs): Removed `target-libjava'.
7546
75472000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7548
7549 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
7550 (ALL_MODULES): Added fastjar.
7551 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
7552 (all-target-libjava): all-fastjar replaces all-zip.
7553 (all-fastjar): Added.
7554 (configure-target-fastjar, all-target-fastjar): Likewise.
7555 * configure.in (host_tools): Added fastjar.
7556
75572000-12-07 Mike Stump <mrs@wrs.com>
7558
7559 * Makefile.in (local-distclean): Remove leftover built files.
7560
75612000-11-16 Fred Fish <fnf@be.com>
7562
7563 * configure.in (enable_libstdcxx_v3): Fix typo,
7564 libstd++ -> libstdc++.
7565
75662000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
7567
7568 * configure: Provide the original toplevel configure arguments
7569 (including $0) to subprocesses in the environment rather than
7570 through gcc/configargs.h.
7571
75722000-11-12 Mark Mitchell <mark@codesourcery.com>
7573
7574 * configure: Turn on libstdc++ V3 by default.
7575
75762000-10-16 Michael Meissner <meissner@redhat.com>
7577
7578 * configure (gcc/configargs.h): Only create if there is a build GCC
7579 directory created.
7580
75812000-10-05 Phil Edwards <pme@gcc.gnu.org>
7582
7583 * configure: Save configure arguments to gcc/configargs.h.
7584
75852000-10-04 Andris Pavenis <pavenis@latnet.lv>
7586
7587 * Makefile.in (bootstrap): avoid recursion if subdir missing
7588 (cross): ditto
7589 (do-proto-toplev): ditto
7590
7591Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
7592
7593 * configure.in: Do not build byacc for hppa64. Provide paths to the
7594 X11 libraries for hppa64.
7595
75962000-09-02 Anthony Green <green@cygnus.com>
7597
7598 * Makefile.in (all-gcc): Depend on all-zlib.
7599 (CLEAN_MODULES): Add clean-zlib.
7600 (ALL_MODULES): Add all-zlib.
7601 * configure.in (host_libs): Add zlib.
7602
76032000-08-25 Alexandre Oliva <aoliva@redhat.com>
7604
7605 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
7606 $targargs to tell whether newlib is going to be built.
7607
7608 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
7609 $$r/TARGET_SUBDIR/libio for _G_config.h.
7610
76112000-08-14 Zack Weinberg <zack@wolery.cumb.org>
7612
7613 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
7614
7615 * configure: Make enable_threads and enable_shared defaults
7616 explicit. Substitute enable_threads into generated Makefiles.
7617 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
7618 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
7619
76202000-08-02 Manfred Hollstein <manfredh@redhat.com>
7621
7622 * configure.in: Re-enable all references to libg++ and librx.
7623
ffb97b2f 76242002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 7625
ffb97b2f
DD
7626 * configure.in: Add *-*-freebsd* configurations.
7627
bbf6e9e3
AC
76282002-04-07 Andrew Cagney <ac131313@redhat.com>
7629
7630 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
7631 (do-tar, do-bz2): New rules.
7632 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
7633 (gdb-tar): New rule.
7634 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
7635 (insight_dejagnu.tar): New rule.
7636 (insight.tar): New rule.
7637 (gdb+dejagnu.tar): New rule.
7638 (gdb.tar): New rule.
7639
8f1579c0
AC
76402002-04-07 Andrew Cagney <ac131313@redhat.com>
7641
7642 * MAINTAINERS: Update dejagnu/
7643
ba3c59ab
AO
76442002-03-16 Alexandre Oliva <aoliva@redhat.com>
7645
7646 * ltmain.sh (relink_command): Fix typo in previous change.
7647
6243d5dd
AO
76482002-03-15 Alexandre Oliva <aoliva@redhat.com>
7649
7650 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
7651 (relink_command): Added --tag flags.
7652 (mode=install): If relinking fails; error out.
7653
80413487
RH
76542002-03-12 Richard Henderson <rth@redhat.com>
7655
7656 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
7657 .NOTPARALLEL tag.
7658 (do-check): Rename from check.
7659 (check): Allow parallel check.
7660
3daeddf6
RH
76612002-03-11 Richard Henderson <rth@redhat.com>
7662
7663 * Makefile.in (.NOTPARALLEL): Add fake tag.
7664
fad93c55
L
76652002-03-07 H.J. Lu (hjl@gnu.org)
7666
7667 * configure.in: Enable gprof for mips*-*-linux*.
7668
2e8357fc
AO
76692002-02-28 Alexandre Oliva <aoliva@redhat.com>
7670
7671 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7672 libjava.
7673 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
7674
bd48e1a9
AC
76752002-02-24 Andrew Cagney <ac131313@redhat.com>
7676
7677 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
7678
39121370
DJ
76792002-02-23 Daniel Jacobowitz <drow@mvista.com>
7680
7681 * config.guess: Import from master sources, rev 1.232.
7682 * config.sub: Import from master sources, rev 1.246.
7683
081ff160
AO
76842002-02-23 Alexandre Oliva <aoliva@redhat.com>
7685
7686 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
7687 because its Makefile is there; test for the executable instead.
7688
20a5393b
AO
76892002-02-09 Alexandre Oliva <aoliva@redhat.com>
7690
7691 Contribute sh64-elf.
7692 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7693 * configure.in: Added sh64-*-*.
7694
38135629
JJ
76952002-02-04 Jeff Johnston <jjohnstn@redhat.com>
7696
80413487
RH
7697 * COPYING.NEWLIB: Remove advertising clause from
7698 Berkeley and Red Hat licenses.
38135629 7699
48d19748
MD
77002002-02-01 Mo DeJong <supermo@bayarea.net>
7701
7702 * Makefile.in: Add all-tix to deps for all-snavigator
7703 so that tix is built when building snavigator.
7704
f6e1c110
BE
77052002-02-01 Ben Elliston <bje@redhat.com>
7706
7707 * config.guess: Import from master sources, rev 1.229.
7708 * config.sub: Import from master sources, rev 1.240.
7709
4867be41
DJ
77102002-01-27 Daniel Jacobowitz <drow@mvista.com>
7711
7712 From Steve Ellcey <sje@cup.hp.com>:
7713 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7714 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7715 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7716 IA64.
7717 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7718 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7719 soname_spec, sys_lib_search_path_spec): Ditto.
7720
e82380cc
JT
77212002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
7722
7723 * configure.in (*-*-netbsd*): New. Skip target-newlib,
7724 target-libiberty, and target-libgloss. Skip Java-related
7725 libraries if not supported for NetBSD on target CPU.
7726
1319fb9c
NC
77272002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
7728
7729 * configure.in: Import StrongARM and XScale target_configdirs from
7730 FSF GCC version.
7731
b020f6ac
L
77322002-01-16 H.J. Lu (hjl@gnu.org)
7733
7734 * config.guess: Import from master sources, rev 1.225.
7735 * config.sub: Import from master sources, rev 1.238.
7736
7737 * MAINTAINERS: Updated notes on config.guess and config.sub.
7738
a0c1c920
NC
77392002-01-11 Steve Ellcey <sje@cup.hp.com>
7740
7741 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7742 ld and gdb are not supported.
7743
a9fa5e1f
JJ
77442002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7745
7746 * Change reference to Cygnus Solutions to be Red Hat.
7747
94077108
JJ
77482002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7749
7750 * COPYING.NEWLIB: Update generic copyright date.
7751
05ecd75c
MS
77522002-01-07 Mark Salter <msalter@redhat.com>
7753
7754 * configure.in: Remove target-bsp and target-cygmon from arm builds.
7755 Allow target-libgloss to be built for arm, strongarm, and xscale.
7756
a106bb62
BE
77572002-01-03 Ben Elliston <bje@redhat.com>
7758
7759 * MAINTAINERS: Update URL for config.* scripts.
7760
0e254642
AM
77612001-12-18 Alan Modra <amodra@bigpond.net.au>
7762
7763 * config.sub: Import latest version.
7764 * config.guess: Likewise.
7765
0a0d0041
TF
77662001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
7767
7768 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7769 options for i[3456]86-pc-linux* native builds.
7770
d932cae7
NC
77712001-12-05 Laurent Guerby <guerby@acm.org>
7772
7773 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 7774 libiberty.
d932cae7
NC
7775
7776 Import this patch from gcc:
5481b376 7777
d932cae7
NC
7778 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
7779
7780 * symlink-tree: handle DOS-style absolute paths.
7781
49b7683b
DD
77822001-11-28 DJ Delorie <dj@redhat.com>
7783 Zack Weinberg <zack@codesourcery.com>
7784
7785 When build != host, create libiberty for the build machine.
7786
7787 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7788 CONFIG_ARGUMENTS.
7789 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7790 New variables.
7791 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7792 and rules.
7793 (all.normal): Depend on ALL_BUILD_MODULES.
7794 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7795 (all-build-libiberty): Depend on configure-build-libiberty.
7796
7797 * configure: Calculate and substitute proper value for
7798 ALL_BUILD_MODULES.
7799 * configure.in: Create the build subdirectory.
7800 Calculate and substitute TARGET_CONFIGARGS (formerly
7801 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7802
26ef82f4
GK
78032001-11-26 Geoffrey Keating <geoffk@redhat.com>
7804
7805 * config.sub: Update to version 1.232 on subversion.
7806
43e64072
NC
78072001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
7808
7809 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7810 files from .po files for a distribution.
7811
66f6c0d5
HPN
78122001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
7813
7814 * COPYING.NEWLIB: Mention preserved notice in specific parts.
7815
4a02fdb2
JH
78162001-11-13 Jeff Holcomb <jeffh@redhat.com>
7817
7818 Merged from net gcc:
7819 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
7820 * ltcf-c.sh: Use $objext, not $ac_objext.
7821 2001-07-27 Mark Kettenis <kettenis@gnu.org>
7822 * ltcf-cxx.sh: Add support for GNU.
7823 2001-07-22 Timothy Wall <twall@redhat.com>
7824 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
7825 default settings if using GNU tools with that configuration.
7826 * ltcf-cxx.sh: Ditto.
7827 * ltcf-gcj.sh: Ditto.
7828 2001-07-21 Michael Chastain <chastain@redhat.com>
7829 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7830 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
7831 * ltmain.sh: Mark as gcc-local.
7832
227b9953
JH
78332001-11-13 Jeff Holcomb <jeffh@redhat.com>
7834
7835 * Makefile.in (all-bison): Revert 2001-10-24.
7836 Don't depend on texinfo.
7837
cbbab8fb
JJ
78382001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
7839
80413487 7840 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 7841
922b2485
DD
78422001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
7843
7844 * configure.in (--enable-languages): Be more permissive about
7845 syntax. Check for empty lists better. Warn about $LANGUAGES.
7846
f08fa01d
HPN
78472001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
7848
7849 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7850
fee3da4e
JH
78512001-10-24 Jeff Holcomb <jeffh@redhat.com>
7852
7853 Makefile.in (all-bison): Don't depend on texinfo.
7854
73fb1ef9
AM
78552001-10-03 Alan Modra <amodra@bigpond.net.au>
7856
7857 * gettext.m4: Test po/POTFILES.in exists before trying to read.
7858
373688ac
AO
78592001-09-29 Alexandre Oliva <aoliva@redhat.com>
7860
7861 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7862
9c07660b
HPN
78632001-09-28 Hans-Peter Nilsson <hp@axis.com>
7864
7865 * config.sub, config.guess: Import latest from subversions.
7866
3f152009
AO
78672001-09-21 Alexandre Oliva <aoliva@redhat.com>
7868
7869 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7870 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7871 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7872 avoid quotes nesting problems.
7873 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7874 (DO_X): Export only variables that are set.
7875
8f6a59e5
BE
78762001-09-19 Ben Elliston <bje@redhat.com>
7877
7878 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7879 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7880 semantics. Use the shell built-in "type" command instead.
7881
a1ec19fa
TS
78822001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7883
7884 * config.sub: Reverted the earlier change, this version is not the
7885 master file.
7886
4008bd9b
TS
78872001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7888
7889 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
7890 Add support for mips64.
7891
dd1e52a4
JH
78922001-09-03 Jeff Holcomb <jeffh@redhat.com>
7893
7894 * configure.in: Enable libstdc++-v3 for h8300 targets.
7895
91549d1c
EC
78962001-08-30 Eric Christopher <echristo@redhat.com>
7897 Jason Eckhardt <jle@redhat.com>
7898
7899 * config.sub: Add support for mipsisa32.
7900
cf966cf9
EC
79012001-08-30 Eric Christopher <echristo@redhat.com>
7902
7903 * config.sub, config.guess: Import latest from subversions.
7904
82208dc5
AM
79052001-08-20 Alan Modra <amodra@bigpond.net.au>
7906
7907 * config.sub, config.guess: Import latest from subversions.
7908
4dca8403
DD
79092001-07-26 DJ Delorie <dj@redhat.com>
7910
7911 * MAINTAINERS: Clarify libiberty merge rules and procedures.
7912
1107dce2
AM
79132001-06-19 Alan Modra <amodra@bigpond.net.au>
7914
7915 * Makefile.in: Revert 2001-06-17.
7916 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
7917
e09a6604
L
79182001-06-17 H.J. Lu <hjl@gnu.org>
7919
7920 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
7921 (gas+binutils.tar.bz2): Likewise.
7922 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
7923
31a8b634
AC
7924Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
7925
7926 * Makefile.in (VER): When present, extract the version number from
5481b376 7927 the file version.in.
31a8b634 7928
dc70af01
AO
79292001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
7930
7931 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7932 gcc/xgcc is built, use -print-prog-name to find out the program
7933 name to use.
7934
839bbd8c
AO
79352001-06-04 Mark Mitchell <mark@codesourcery.com>
7936
7937 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
7938 with_gcc]: Use `gcc -shared' to build a shared library.
7939
566e9a30
AO
79402001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
7941
7942 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
7943 archives.
7944
e877bb69
AO
79452001-05-28 Simon Patarin <simon.patarin@inria.fr>
7946
7947 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
7948 libraries when using g++ with native linker.
7949
1605288b
AO
79502001-05-28 Alexandre Oliva <aoliva@redhat.com>
7951
7952 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
7953
11a383ba
TR
79542001-05-24 Tom Rix <trix@redhat.com>
7955
7956 * configure.in : enable ld for aix
cf966cf9 7957
18611226
AO
79582001-05-22 Alexandre Oliva <aoliva@redhat.com>
7959
7960 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
7961 [aix4*|aix5*]: Prepend blank.
7962
6be7c12c
AO
79632001-05-20 Alexandre Oliva <aoliva@redhat.com>
7964
7965 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7966 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
7967 of subdir/configure scripts to use the new libtool.m4.
7968
4ed00bba
L
79692001-05-14 H.J. Lu <hjl@gnu.org>
7970
7971 * config.if (libc_interface): Set to -libc6.2- for cross
7972 compiling to Linux/glibc 2.2.
7973
b1af961c
AO
79742001-05-03 Alexandre Oliva <aoliva@redhat.com>
7975
7976 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
7977 libgcj.
7978
5ec3e74e
AO
79792001-04-26 Alexandre Oliva <aoliva@redhat.com>
7980
7981 * configure.in (noconfigdirs): Don't reset it from scratch in the
7982 target case; only append to it.
7983
b3ed1d6b
AO
79842001-04-26 Alexandre Oliva <aoliva@redhat.com>
7985
7986 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
7987 sparc-*-solaris2.8]: Disable ${libgcj}.
7988
96111c10
AO
79892001-04-25 Alexandre Oliva <aoliva@redhat.com>
7990
7991 * configure.in (libgcj_saved): Copy from $libgcj.
7992 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
7993 --disable-libgcj.
7994
b5bf43f2
AO
79952001-04-20 Alexandre Oliva <aoliva@redhat.com>
7996
7997 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
7998 1.641.2.228.
7999
8cc32590
AO
80002001-04-12 Alexandre Oliva <aoliva@redhat.com>
8001
8002 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8003 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8004
dec0cb0c
AO
80052001-04-01 Alexandre Oliva <aoliva@redhat.com>
8006
8007 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8008 New macros.
8009 (bootstrap, cross): Use RECURSE_FLAGS.
8010 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8011
6a9c3886
AO
80122001-03-27 Alexandre Oliva <aoliva@redhat.com>
8013
8014 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8015
d4fc7db8
NC
80162001-03-23 Nick Clifton <nickc@redhat.com>
8017
8018 * README-maintainer-mode: Add note about inability to use "make
8019 distclean" in maintainer mode.
8020
7389ff65
AO
80212001-03-22 Alexandre Oliva <aoliva@redhat.com>
8022
8023 Re-installed:
8024 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8025 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
8026 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8027 * ltcf-cxx.sh: Likewise.
8028 * ltcf-gcj.sh: Likewise.
8029
b3e0dc8e
PB
80302001-03-22 Philip Blundell <philb@gnu.org>
8031
8032 * config.sub, config.guess: Import latest from subversions.
8033
469b781c
AO
80342001-03-22 Alexandre Oliva <aoliva@redhat.com>
8035
8036 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8037 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8038
b0dad762
MC
80392001-03-20 Michael Chastain <chastain@redhat.com>
8040
8041 * Makefile.in: all-m4 depends on all-texinfo.
8042
c559bb17
AO
80432001-03-08 Alexandre Oliva <aoliva@redhat.com>
8044
8045 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8046
fef4ae2e
JJ
80472001-02-22 Jeff Johnston <jjohnstn@redhat.com>
8048
8049 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
8050 longer valid.
8051
8d6dd99d
NC
80522001-02-16 Nick Clifton <nickc@redhat.com>
8053
8054 * configure.in (noconfigdirs): Allow configuration of texinfo
8055 for Cygwin hosts.
8056
a85d7ed0
NC
80572001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
8058
8059 * config.guess: Add linux target for S/390.
8060 * config.sub: Likewise.
8061 * configure.in: Likewise.
8062
51221c5e
DD
80632001-02-06 Ben Elliston <bje@redhat.com>
8064
8065 * configure: Output host type to stdout, not stderr.
8066
9dec4c71
MS
80672001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8068
8069 * config.guess: Import from subversions.gnu.org (revision 1.181).
8070 * config.sub: Import from subversions.gnu.org (revision 1.199).
8071
9add9c04
AM
80722001-01-30 Alan Modra <alan@linuxcare.com.au>
8073
8074 * config.guess: Handle hppa64-linux systems.
8075
8679174d
MS
80762001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8077
8078 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8079 Don't unset, it's non-portable and no longer necessary, set to empty
8080 instead.
8081
02d01ed4
MS
80822001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8083
8084 * ltconfig: Shell portability fix for the tagname validity check.
8085
4cc5853d
MS
80862001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8087
8088 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8089
7487e485
AO
80902001-01-27 Alexandre Oliva <aoliva@redhat.com>
8091
8092 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8093 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8094
f332af52
AO
80952001-01-24 Alexandre Oliva <aoliva@redhat.com>
8096
8097 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8098 keep at least one of build_libtool_libs or build_old_libs set to
8099 yes.
8100
ef099754
AO
81012001-01-24 Alexandre Oliva <aoliva@redhat.com>
8102
8103 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8104 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8105
8341f2fc 81062000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 8107
8341f2fc
AJ
8108 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8109
81102000-11-03 Philip Blundell <pb@futuretv.com>
8111
8112 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8113 files.
ebf0fa2e 8114
c320a39f
JJ
81152001-01-15 Jeff Johnston <jjohnstn@redhat.com>
8116
8117 * COPYING.NEWLIB: Put into source repository.
8118
8817b92e
BE
81192001-01-15 Ben Elliston <bje@redhat.com>
8120
8121 * configure.in (host_tools): Add sid.
8122 Always configure cgen.
8123 * Makefile.in (all-sid): New target.
8124 (check-sid, clean-sid, install-sid): Likewise.
8125
35590697
AJ
81262001-01-07 Andreas Jaeger <aj@suse.de>
8127
80413487 8128 * config.sub, config.guess: Update from subversions.
35590697 8129
6ee6cea6
AO
81302000-12-12 Alexandre Oliva <aoliva@redhat.com>
8131
8132 * configure.in: Disable language-specific target libraries for
8133 languages that aren't enabled.
8134
077b8428
NC
81352000-11-24 Nick Clifton <nickc@redhat.com>
8136
8137 * configure.in (xscale-elf): Add target.
8138 (xscale-coff): Add target.
8139 (c4x, c5x, tic54x): Move after ARM targets.
8140
9e28a1ed
AO
81412000-11-23 Alexandre Oliva <aoliva@redhat.com>
8142
8143 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
8144
be98a80a
ILT
81452000-11-20 Ian Lance Taylor <ian@zembu.com>
8146
8147 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
8148
5cec67bf
AO
81492000-11-18 Alexandre Oliva <aoliva@redhat.com>
8150
8151 * Makefile.in: Merge with GCC and libgcj.
8152 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
8153 configure-target-<library> when their configure scripts need the C
8154 or C++ library to have already been built to work properly.
8155 (do_proto_toplev): Set them to an empty string.
8156
d932cae7 81572000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
8158
8159 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8160 (REALLY_SET_LIB_PATH): Use them.
8161
d932cae7 81622000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
8163
8164 * config.sub: Add support for Sun Chorus
8165
8602ff0c
NC
81662000-11-02 Per Lundberg <plundis@chaosdev.org>
8167
8168 * config.sub: Add support for the *-storm-chaos OS.
8169
f9e0997d
NC
81702000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
8171
80413487
RH
8172 * configure.in (noconfigdirs): Don't compile some
8173 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 8174
d64552c5
AO
81752000-09-30 Alexandre Oliva <aoliva@redhat.com>
8176
8177 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
8178 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
8179 all affected `configure' scripts.
8180
97f60b31
AO
81812000-09-25 Alexandre Oliva <aoliva@redhat.com>
8182
8183 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
8184 ltcf-c.sh.
8185
6e8dd58f
PB
81862000-09-12 Philip Blundell <philb@gnu.org>
8187
8188 * config.sub, config.guess: Update from subversions.
8189
103a2e99
AO
81902000-09-06 Alexandre Oliva <aoliva@redhat.com>
8191
51601921
AO
8192 * Makefile.in (all-zlib): Added dummy target.
8193
103a2e99
AO
8194 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
8195 multi-language branch.
8196
2809b4b9
AO
81972000-09-05 Alexandre Oliva <aoliva@redhat.com>
8198
8199 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8200 (bootstrap*): Depend on all-bootstrap.
8201
7450026c
AO
82022000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
8203
8204 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8205 crosses, but add gcc/include to the header search path for them.
8206
6cf86f7f
AO
82072000-08-31 Alexandre Oliva <aoliva@redhat.com>
8208
8209 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
8210 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
8211 * gettext.m4: New file, extracted from aclocal.m4.
8212
ce2ea6e3
AO
82132000-08-22 Alexandre Oliva <aoliva@redhat.com>
8214
8215 * config-ml.in (CC, CXX): Avoid trailing whitespace.
8216 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
8217 sub-configures.
8218
9765193e
DE
82192000-08-20 Doug Evans <dje@casey.transmeta.com>
8220
8221 * Makefile.in (ALL_MODULES): Add all-cgen.
8222 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8223 (all-cgen): New target.
8224 (all-opcodes,all-sim): Depend on all-cgen.
8225 * configure.in (host_tools): Add cgen.
8226 Only configure cgen if --enable-cgen-maint.
8227
d7b32520
AO
82282000-08-17 Alexandre Oliva <aoliva@redhat.com>
8229
8230 * config-ml.in (CC, CXX): Don't introduce a leading space.
8231
e52ef561
AO
82322000-08-16 Alexandre Oliva <aoliva@redhat.com>
8233
8234 * configure.in (libstdcxx_flags): Use
8235 libstdc++-v3/src/libstdc++.INC.
8236
88f9c2a0
AO
82372000-08-15 Alexandre Oliva <aoliva@redhat.com>
8238
8239 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
8240
98fbe43f
JM
82412000-08-11 Jason Merrill <jason@redhat.com>
8242
8243 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
8244 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
8245 (FLAGS_FOR_TARGET): Not here.
8246 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
8247
279ddab4
DD
82482000-08-07 DJ Delorie <dj@redhat.com>
8249
8250 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
8251 "if we're also building gcc, and it's a gcc that will run on the
8252 build machine, we want to use its includes instead of the system's
8253 default includes".
8254
60523a83
AO
82552000-08-03 Alexandre Oliva <aoliva@redhat.com>
8256
24ffec7a
AO
8257 * configure.in (libstdcxx_flags): Don't use `"'.
8258
60523a83
AO
8259 * config-ml.in: Adjust multilib search paths to the
8260 appropriate multilib tree.
8261
daf644b5
AO
82622000-08-02 Alexandre Oliva <aoliva@redhat.com>
8263
8264 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
8265 commas in $LANGUAGES.
8266
63266560
DD
82672000-08-01 Alexandre Oliva <aoliva@redhat.com>
8268
8269 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
8270
82712000-07-31 Alexandre Oliva <aoliva@redhat.com>
8272
8273 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
8274 CXX_FOR_TARGET for sed.
8275
82762000-07-30 Alexandre Oliva <aoliva@redhat.com>
8277
8278 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
8279 Do not override if already set in the environment or in configure.
8280 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
8281 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
8282
9e449d3e
AO
82832000-07-27 Alexandre Oliva <aoliva@redhat.com>
8284
8285 * Makefile.in (FLAGS_FOR_TARGET): New macro.
8286 (GCC_FOR_TARGET): Use it.
8287 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
8288 * configure.in: ... here.
8289 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
8290 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
8291
8bbd92e0
AO
82922000-07-24 Alexandre Oliva <aoliva@redhat.com>
8293
fd1f87b2
AO
8294 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
8295 (configure-target-libchill, configure-target-libobjc): Likewise.
8296
8bbd92e0
AO
8297 * configure.in: Use the same cache file for all target libs.
8298 * config-ml.in: But different cache files per multilib variant.
8299
25c6c112
JL
83002000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8301
8302 * configure (topsrcdir): Don't use dirname.
8303
ba73c63f
JM
83042000-07-20 Jason Merrill <jason@redhat.com>
8305
8306 * configure.in: Remove all references to libg++ and librx.
8307
8308 * configure, configure.in, Makefile.in: Unify gcc and binutils.
8309
1af08294
HPN
83102000-07-20 Hans-Peter Nilsson <hp@axis.com>
8311
8312 * config.sub: Update to subversions version 2000-07-06.
8313
ba73c63f
JM
83142000-07-12 Andrew Haley <aph@cygnus.com>
8315
8316 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
8317 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
8318
83192000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
8320
8321 * symlink-tree: Check number of arguments.
8322
d932cae7 83232000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
8324
8325 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
8326
ba73c63f
JM
83272000-07-05 Jim Wilson <wilson@cygnus.com>
8328
8329 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
8330 search path for a g++ extracted from the build tree. This
8331 will allow link tests run by configure scripts in
8332 subdirectories to succeed.
8333
92ee2f86
UC
83342000-07-01 Koundinya K <kk@ddeorg.soft.net>
8335
80413487 8336 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 8337
23f2f29f
CV
83382000-06-28 Corinna Vinschen <vinschen@cygnus.com>
8339
8340 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
8341 `os2'. Force ac_cv_exeext to be ".exe" in that case.
8342
f04f5a67
TW
83432000-06-19 Timothy Wall <twall@cygnus.com>
8344
8345 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
8346 * config.sub: Add tic54x target.
8347
11da68be
NC
83482000-06-07 Phillip Thomas <pthomas@suse.de>
8349
8350 * README-maintainer-mode: New file: Contains notes on using
8351 --enable-maintainer-mode with binutils.
8352
d932cae7 83532000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
8354
8355 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
8356
d932cae7 83572000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
8358
8359 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8360 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
8361
9442cea3
L
836220000-05-21 H.J. Lu (hjl@gnu.org)
8363
80413487
RH
8364 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8365 directory are used if they exist. Make sure
8366 $(build_tooldir)/include is searched for header files,
8367 $(build_tooldir)/lib/ for library files.
9442cea3 8368 (GCC_FOR_TARGET): Likewise.
80413487 8369 (CXX_FOR_TARGET): Likewise.
9442cea3 8370
d932cae7 83712000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
8372
8373 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8374
d932cae7 83752000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
8376
8377 * Makefile.in (configure-target-libiberty): Depend on
8378 configure-target-newlib.
8379
ba73c63f
JM
83802000-05-16 Alexandre Oliva <aoliva@cygnus.com>
8381
8382 * configure.in, Makefile.in: Merge all libffi-related
8383 configury stuff from the libgcj tree.
8384
d932cae7 83852000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
8386
8387 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8388 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
8389
d932cae7 83902000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
8391
8392 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8393 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 8394 current version information. Add to proto-toplev directory.
b5a23627
AC
8395 (gdb-taz): Build do-djunpack.
8396
ba73c63f
JM
83972000-05-15 David Edelsohn <edelsohn@gnu.org>
8398
8399 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
8400
7c86ed39
L
84012000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8402
8403 * ltmain.sh: Preserve in relink_command any environment
8404 variables that may affect the linker behavior.
8405
d932cae7 84062000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
8407
8408 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
8409
d932cae7 84102000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
8411
8412 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
8413
ed0a91a5
EZ
84142000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8415
8416 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 8417 with the version name.
ed0a91a5 8418
ba73c63f 84192000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 8420
ba73c63f 8421 * config.if: Tweak.
6cafa39f 8422
ba73c63f 84232000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 8424
ba73c63f 8425 * djunpack.bat: New file.
66156876 8426
d932cae7 84272000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
8428
8429 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
8430 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
8431 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
8432 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 8433
ba73c63f
JM
84342000-04-16 Dave Pitts <dpitts@cozx.com>
8435
80413487
RH
8436 * config.sub (case $basic_machine): Change default for "ibm-*"
8437 to "openedition".
ba73c63f 8438
d932cae7 84392000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
8440
8441 * Makefile.in (gdb-taz): New target. GDB specific archive.
8442 (do-md5sum): New target.
8443 (MD5PROG): Define.
8444 (PACKAGE): Default to TOOL.
8445 (VER): Default to a shell script.
8446 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 8447 md5 checksum generation.
b35ece4e
AC
8448 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
8449 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
8450 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 8451 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 8452
d932cae7 84532000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
8454
8455 * configure (warn_cflags): Delete.
8456
ba73c63f 84572000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 8458 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 8459
80413487
RH
8460 * configure.in (enable_libstdcxx_v3): Add.
8461 (target_libs): Add bits here to switch between libstdc++-v2 and
8462 libstdc++-v3.
8463 * config.if: And this file too.
8464 * Makefile.in: Add libstdc++-v3 targets.
35590697 8465
ba73c63f
JM
84662000-04-05 Michael Meissner <meissner@redhat.com>
8467
8468 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 8469
d332c5ac
JM
84702000-03-29 Jason Merrill <jason@casey.cygnus.com>
8471
8472 * configure.in: -linux-gnu*, not -linux-gnu.
8473
d932cae7 84742000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
8475
8476 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
8477 (do-tar-bz2): Replace TOOL with PACKAGE.
8478 (gdb.tar.bz2): Remove GDBTK from GDB package.
8479 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 8480 dejagnu.tar.bz2): New packages.
6dcbc97b 8481
96ce09a7
ILT
84822000-02-27 Andreas Jaeger <aj@suse.de>
8483
8484 * configure.in: Add entry for mips*-*-linux*, move catch all
8485 *-*-*linux* entry below this one.
8486
2031769e
ILT
84872000-02-27 Ian Lance Taylor <ian@zembu.com>
8488
8489 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
8490
4bab746c
NC
84912000-02-24 Nick Clifton <nickc@cygnus.com>
8492
8493 * config.sub: Support an OS of "wince".
8494
d932cae7 84952000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
8496
8497 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 8498 version.
ada59422 8499
5b93d8bb
AM
85002000-02-23 Linas Vepstas <linas@linas.org>
8501
8502 * config.sub: Add support for Linux/IBM 370.
8503 * configure.in: Likewise.
8504
2fb651f6
NC
85052000-02-22 Nick Clifton <nickc@cygnus.com>
8506
8507 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
8508
b8441c25
CF
85092000-02-20 Christopher Faylor <cgf@cygnus.com>
8510
8511 * config.guess: Guess "cygwin" rather than "cygwin32".
8512
d332c5ac
JM
85132000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8514
8515 * configure (gcc_version): When setting, narrow search to
8516 lines containing `version_string'.
8517
ba73c63f
JM
85182000-02-15 Denis Chertykov <denisc@overta.ru>
8519
8520 * config.sub: Add support for avr target.
8521
d932cae7 85222000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
8523
8524 * config.sub: Add mmix-knuth-mmixware.
8525
85262000-01-27 Christopher Faylor <cgf@redhat.com>
8527
8528 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
8529 structure stuff to -L library search.
8530 (CXX_FOR_TARGET): Ditto.
8531 (CROSS_CHECK_MODULES): Fix spelling mistake.
8532
85332000-01-24 Mark Mitchell <mark@codesourcery.com>
8534
8535 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
8536 the C++ compiler.
8537
85382000-01-12 Richard Henderson <rth@cygnus.com>
8539
8540 * configure.in: Don't build some bits for beos.
8541
85422000-01-12 Joel Sherrill (joel@OARcorp.com)
8543
8544 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
8545 as include files.
8546
91b2c84d
GK
85472000-01-06 Geoff Keating <geoffk@cygnus.com>
8548
8549 * configure.in: Use mt-aix43 to handle *_TARGET defs,
8550 not mh-aix43.
8551
ba73c63f
JM
85521999-12-14 Richard Henderson <rth@cygnus.com>
8553
8554 * config.guess (alpha-osf, alpha-linux): Detect ev67.
8555 * config.sub: Accept alphaev[78], alphaev8.
8556
85571999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8558
8559 * config.guess, config.sub: Update from autoconf.
8560
8561Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8562
8563 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
8564 necessary libraries are missing.
8565
85661999-10-25 Andreas Schwab <schwab@suse.de>
8567
8568 * configure: Fix quoting inside arguments of eval.
8569
85701999-10-21 Nick Clifton <nickc@cygnus.com>
8571
8572 * config-ml.in: Allow suppression of some ARM multilibs.
8573
8574Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
8575
8576 * config.guess: Add OS/390 match pattern.
8577 * config.sub: Add mvs, openedition targets.
8578 * configure.in (i370-ibm-opened*): New.
8579
ef14edc4
ILT
85801999-09-04 Steve Chamberlain <sac@pobox.com>
8581
8582 * config.sub: Add support for configuring for pj.
8583
afb478e8
NC
85841999-08-31 Nick Clifton <nickc@cygnus.com>
8585
fd6848f6 8586 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 8587
ba73c63f 85881999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
8589
8590 * configure.in: Do not configure or build ld for AIX
8591 platforms. ld is known to be broken on these platforms.
8592
ba73c63f
JM
8593Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8594
8595 * config-ml.in: Pass compiler flag corresponding to multidirs to
8596 subdir configures.
8597
c363de44
ILT
85981999-08-09 Ian Lance Taylor <ian@zembu.com>
8599
8600 * Makefile.in (LDFLAGS): Define.
8601
dc8bc5a6
ILT
86021999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
8603
8604 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
8605 noconfigdirs.
8606 (*-*-cygwin*): Likewise.
8607
6ca3858e
ILT
86081999-08-08 Ian Lance Taylor <ian@zembu.com>
8609
71141bb6
ILT
8610 * mkdep: New file.
8611 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
8612 (BINUTILS_SUPPORT_DIRS): Add mkdep.
8613
6ca3858e
ILT
8614 From Eli Zaretskii <eliz@is.elta.co.il>:
8615 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
8616 long file name when using DJGPP on MS-DOS.
8617
ba73c63f
JM
8618Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
8619
8620 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
8621
2735a327
AM
86221999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
8623
8624 * Makefile.in (check-target-libio): Remove all-target-libstdc++
8625 dependency as this causes "make check" to globally "make all"
8626
ba73c63f
JM
8627Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
8628
8629 * configure.in (target_libs): Added target-zlib.
8630 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
8631 (CONFIGURE_TARGET_MODULES): Likewise.
8632 (CHECK_TARGET_MODULES): Likewise.
8633 (INSTALL_TARGET_MODULES): Likewise.
8634 (CLEAN_TARGET_MODULES): Likewise.
8635 (configure-target-zlib): New target.
8636 (all-target-zlib): Likewise.
8637 (all-target-libjava): Depend on all-target-zlib.
8638 (configure-target-libjava): Depend on configure-target-zlib.
8639
8640 * Makefile.in (configure-target-libjava): Depend on
8641 configure-target-newlib.
8642 (configure-target-boehm-gc): New target.
8643 (configure-target-qthreads): New target.
8644
80413487
RH
8645 * configure.in (target_libs): Added target-qthreads.
8646 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
8647 (CONFIGURE_TARGET_MODULES): Likewise.
8648 (CHECK_TARGET_MODULES): Likewise.
8649 (INSTALL_TARGET_MODULES): Likewise.
8650 (CLEAN_TARGET_MODULES): Likewise.
8651 (all-target-qthreads): New target.
8652 (configure-target-libjava): Depend on configure-target-qthreads.
8653 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
8654
8655 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
8656 (CONFIGURE_TARGET_MODULES): Likewise.
8657 (CHECK_TARGET_MODULES): Likewise.
8658 (INSTALL_TARGET_MODULES): Likewise.
8659 (CLEAN_TARGET_MODULES): Likewise.
8660 (all-target-libjava): New target.
8661 (all-target-boehm-gc): Likewise.
8662 * configure.in (target_libs): Added libjava, boehm-gc.
8663
08d836d6
ILT
86641999-07-22 Ian Lance Taylor <ian@zembu.com>
8665
8666 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
8667 configure.bat in SUPPORT_FILES.
8668 (gas+binutils.tar.bz2): Likewise.
8669
8670 * makeall.bat: Remove; obsolete.
8671
8f36e47c
ILT
86721999-07-21 Ian Lance Taylor <ian@zembu.com>
8673
8674 From Mark Elbrecht:
8675 * configure.bat: Remove; obsolete.
8676
56e82f25
ILT
86771999-07-11 Ian Lance Taylor <ian@zembu.com>
8678
8679 * configure: Add -W -Wall to the default CFLAGS when compiling with
8680 gcc.
8681
1001d816
JL
8682Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
8683
8684 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
8685
106117aa
MM
86861999-06-30 Mark Mitchell <mark@codesourcery.com>
8687
8688 * configure.in: Build ld on IRIX6.
8689
c376f4ed
ILT
86901999-06-12 Ian Lance Taylor <ian@zembu.com>
8691
8692 * Makefile.in: Change distribution targets to use bzip2 instead of
8693 gzip.
8694 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 8695 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 8696
306b7445
NC
86971999-06-04 Nick Clifton <nickc@cygnus.com>
8698
8699 * config.sub: Add mcore target.
8700
d932cae7 87011999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
8702
8703 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
8704
d932cae7 87051999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
8706
8707 * config.guess (dummy): Changed to $dummy.
8708
6c3175b0
NC
87091999-05-24 Nick Clifton <nickc@cygnus.com>
8710
ba73c63f
JM
8711 * config.sub: Tidied up case statements.
8712
87131999-05-22 Ben Elliston <bje@cygnus.com>
8714
8715 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
8716 <jiro@din.or.jp>.
8717
8718 * config.guess: Merge with FSF version. Future changes will be
8719 more accurately recorded in this ChangeLog.
8720 * config.sub: Likewise.
8721
d932cae7 87221999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
8723
8724 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 8725
252b5132
RH
87261999-04-30 Tom Tromey <tromey@cygnus.com>
8727
8728 * ltmain.sh: [mode link] Always use CC given by ltconfig.
8729
87301999-04-23 Tom Tromey <tromey@cygnus.com>
8731
8732 * ltconfig, ltmain.sh: Update to libtool 1.2f.
8733
87341999-04-20 Drew Moseley <dmoseley@cygnus.com>
8735
8736 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
8737 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
8738 Bad merge removed these two changes.
8739
ba73c63f 8740Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 8741 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
8742
8743 * config.guess (interix Alpha): Add.
8744
252b5132
RH
87451999-04-11 Richard Henderson <rth@cygnus.com>
8746
8747 * configure.in (i?86-*-beos*): Do config gperf; don't config
8748 gdb, newlib, or libgloss.
8749
d932cae7 87501999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 8751
ba73c63f
JM
8752 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
8753 link a trivial program with -mabi=64. If it fails, remove mabi=64
8754 from multidirs.
8755
d932cae7 87561999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
8757
8758 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
8759
252b5132
RH
87601999-04-08 Nick Clifton <nickc@cygnus.com>
8761
8762 * config.sub: Add support for mcore targets.
8763
87641999-04-07 Michael Meissner <meissner@cygnus.com>
8765
8766 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
8767 not mt-ospace, in order to shut up assembler warning about using
8768 symbols that are named the same as registers.
8769
87701999-04-07 Drew Moseley <dmoseley@cygnus.com>
8771
8772 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
8773 dependency list for all-target-cygmon.
8774
87751999-04-05 Doug Evans <devans@casey.cygnus.com>
8776
8777 * config-ml.in: Check $host, not $target, for selective multilibs.
8778 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
8779 thumb interworking, and underscore prefix multilibs.
8780
87811999-04-04 Ian Lance Taylor <ian@zembu.com>
8782
8783 * missing: Update to version from current automake.
8784
8785Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
8786
8787 * configure (gxx_include_dir): Removed.
8788
8789 * configure.in (gxx_include_dir): Handle it.
8790 * Makefile.in: Likewise.
8791
87921999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
8793
8794 * config.sub (mips64vr4111,mips64vr4111el) Add.
8795
87961999-03-21 Ben Elliston <bje@cygnus.com>
8797
80413487 8798 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
8799
8800Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
8801
252b5132
RH
8802 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
8803 config/mh-djgpp.
8804
8805Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
8806
8807 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
8808 all-target-newlib to dependency list for all-target-bsp.
8809
8810Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
8811
8812 * config.sub: Add i386-uwin support.
8813 * config.guess: Likewise.
8814
8815Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8816
8817 * configure.in: cleanup, add mh-*pic handling for arm, special
8818 case powerpc*-*-aix*
8819
8820Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
8821
8822 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
8823 can be built.
8824
8825Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
8826
8827 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 8828 targets.
252b5132
RH
8829
88301999-03-02 Nick Clifton <nickc@cygnus.com>
8831
8832 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
8833
d932cae7 88341999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
8835
8836 * config.sub: Check for "cygwin*" rather than "cygwin32*"
8837
88381999-02-24 Nick Clifton <nickc@cygnus.com>
8839
8840 * config.sub: Fix typo in arm recognition.
8841
d932cae7 88421999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
8843
8844 * configure.in (noconfigdirs): Changed target_configdirs to
8845 include target-bsp only for m68k-*-elf* and m68k-*-coff*
8846 rather than m68k-*-* since it is not known to work on
8847 m68k-aout. Ditto for arm-*-*oabi.
8848
d932cae7 88491999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
8850
8851 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
8852
88531999-02-19 Ben Elliston <bje@cygnus.com>
8854
8855 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
8856 Smart and improved by Andrew Cagney.
8857
d932cae7 88581999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
8859
8860 * config.guess: Recognize openbsd-*-hppa.
8861
d932cae7 88621999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
8863
8864 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
8865 only if it is not empty.
8866
88671999-02-17 Nick Clifton <nickc@cygnus.com>
8868
8869 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 8870
fd6848f6 8871 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
8872
8873 * config.sub: Modified to recognize uname's armv* syntax.
8874
88751999-02-17 Mark Salter <msalter@cygnus.com>
8876
8877 * configure.in: Added target-bsp for sparclite.
8878
d932cae7 88791999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
8880
8881 * config.sub: Recognize alphapca5[67] and up to alphaev8.
8882
88831999-02-08 Nick Clifton <nickc@cygnus.com>
8884
8885 * configure.in: Add support for strongarm port.
8886 * config.sub: Add support for strongarm target.
8887
d932cae7 88881999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 8889
252b5132
RH
8890 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
8891 the old name config/mh-cygwin32.
8892 Enable texinfo.
8893
d932cae7 88941999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
8895
8896 * configure.in: Do build ld for ix86 Solaris.
8897
d932cae7 88981999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
8899
8900 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
8901 $AR_FOR_TARGET. Likewise for RANLIB.
8902
d932cae7 89031999-02-02 Catherine Moore <clm@cygnus.com>
35590697 8904
80413487
RH
8905 * config.sub (oabi): Recognize.
8906 * configure.in (arm-*-oabi): Handle.
252b5132 8907
d932cae7 89081999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
8909
8910 * config.guess: Improve detection of i686 on UnixWare 7.
8911
d932cae7 89121999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
8913
8914 * config.guess: Add support for i386-pc-interix.
8915 * config.sub: Likewise.
8916 * configure.in: Likewise.
252b5132 8917
d932cae7 89181999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
8919
8920 * Makefile.in: Remove unneeded all-target-libio from
8921 from all-target-winsup target since it is now unneeded.
8922 Add all-target-libtermcap in its place since it is now
8923 needed.
8924
d932cae7 89251998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
8926
8927 * configure.in: makefile stub for cygwin target is probably
8928 unnecessary. Remove it for now.
252b5132 8929
d932cae7 89301998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
8931
8932 * configure.in: libtermcap.a should be built when cygwin is the
8933 target as well as the host.
8934 * config.guess: Allow mixed case in cygwin uname output.
8935 * Makefile.in: Add libtermcap target.
252b5132 8936
d932cae7 89371998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
8938
8939 * config.sub: Clean up handling of hppa2.0.
8940
d932cae7 89411998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
8942
8943 * config.guess: Use C code to identify more HP machines.
8944
8945Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
8946
8947 * config.sub: Handle hppa2.0.
8948
ba73c63f
JM
8949Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
8950
8951 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 8952 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
8953
89541998-12-15 Mark Salter <msalter@cygnus.com>
8955
8956 * configure.in: Added target-bsp for several target architectures.
8957
8958 * Makefile.in: Added rules for bsp.
8959
252b5132
RH
8960Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
8961
8962 * config.guess: Improve detection of hppa2.0 processors.
8963
8964Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
8965
8966 * config.guess: Recognize FreeBSD using ELF automatically.
8967
89681998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
8969
8970 * configure (skip-this-dir): Add handling for new shell script, which
8971 might be created by a sub-directory's configure to indicate, this particular
8972 directory is "unwanted".
8973 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
8974
252b5132
RH
8975Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
8976
8977 * ltconfig: import from libtool, after changing libtool to
8978 account for the cygwin name change.
8979
8980Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
8981
8982 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
8983 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
8984
8985Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
8986
8987 * configure.in: Add libtermcap to list of cygwin dependencies.
8988
d932cae7 89891998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 8990
80413487
RH
8991 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
8992 they include winsup/include when it's a cygwin target.
252b5132
RH
8993
89941998-11-12 Tom Tromey <tromey@cygnus.com>
8995
8996 * configure.in (host_tools): Added zip.
8997 * Makefile.in (all-target-libjava): Depend on all-zip.
8998 (all-zip): New target.
8999 (ALL_MODULES): Added all-zip.
9000 (NATIVE_CHECK_MODULES): Added check-zip.
9001 (INSTALL_MODULES): Added install-zip.
9002 (CLEAN_MODULES): Added clean-zip.
9003
d932cae7 90041998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
9005
9006 * Makefile.in: lose "32" from comment about cygwin.
9007
d932cae7 90081998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
9009
9010 * configure.in: Use -Os to build target libraries for the fr30.
9011
d932cae7 90121998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
9013
9014 * config.sub: Add fr30.
9015
d932cae7 90161998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 9017
80413487 9018 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
9019 cygwin* instead of cygwin32*.
9020 * config.sub: Check cygwin* instead of cygwin32*.
9021
d932cae7 90221998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
9023
9024 * config.guess: Match any version of Unixware7.
9025
252b5132
RH
90261998-10-20 Syd Polk <spolk@cygnus.com>
9027
9028 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9029 if desired.
9030
d932cae7 90311998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9032
9033 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9034 these if the appropriate directories and files to not exist.
9035
d932cae7 90361998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9037
9038 * Makefile.in (DEVO_SUPPORT): Add config.if.
9039
d932cae7 90401998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
9041
9042 * configure: Add pattern to replace "build_tooldir"'s
9043 definition in the generated Makefile with "tooldir"'s
9044 actual value.
9045
252b5132
RH
9046Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
9047
9048 * config.sub: Bring back lost sparcv9.
9049
ba73c63f
JM
9050 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9051
9052Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
9053
9054 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9055 CC_FOR_TARGET and friends.
9056
9057Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 9058
ba73c63f
JM
9059 * Makefile.in (build_tooldir): New variable, same as tooldir.
9060 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9061 -B$(build_tooldir)/bin/.
9062 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9063
252b5132
RH
9064Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
9065
9066 * config.sub: Add support for i[34567]86-pc-udk.
9067 * configure.in: Likewise.
9068
9069Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
9070
9071 * Makefile.in: add bzip2 package building bits for user
9072 tools module
9073 * configure.in: ditto
9074
ba73c63f
JM
9075Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
9076
9077 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9078 (ALL_TARGET_MODULES): Add all-target-libobjc.
9079 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9080 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9081 (all-target-libchill): Add dependencies.
9082 * configure.in (target_libs): Add libchill.
35590697 9083
252b5132
RH
90841998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
9085
ba73c63f 9086 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
9087
9088Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
9089
9090 * Makefile.in (all-automake): fix dependencies.
9091
9092Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
9093
9094 * configure.in: Minor cleanups for building in the $(target_alias)
9095 subdir.
9096
90971998-09-22 Jim Wilson <wilson@cygnus.com>
9098
9099 * Makefile.in (bootstrap): Set r and s before make all. Use
9100 BASE_FLAGS_TO_PASS in make all.
9101 (cross): Likewise.
9102
91031998-09-20 Mark Mitchell <mark@markmitchell.com>
9104
9105 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9106
252b5132
RH
9107Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
9108
9109 * config.sub: Fix typo in last change.
9110
91111998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9112
9113 * config.sub: Add support for C4x target.
9114 * configure.in: Likewise.
9115
91161998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
9117
9118 * config.sub: Recognize sparcv9 just like sparc64.
9119
9120Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
9121
9122 * config.guess: Match "Pent II" or "PentII" for OpenServer.
9123
9124Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
9125
9126 * config.guess: Correctly identify Pentium II sco boxes.
9127
9128 * config.guess: Fix "tr" code. From Weiwen Liu.
9129
9130Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
9131
9132 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9133 stabs.
9134
9135Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
9136
9137 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9138 (ALL_TARGET_MODULES): Add all-target-libchill.
9139 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9140 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9141 (all-target-libchill): Add dependencies.
9142 * configure.in (target_libs): Add libchill.
9143
9144Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9145
9146 * config.guess: Avoid assumptions about "tr" behaves when
9147 LANG is set to something other than English.
9148
9149Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
9150
9151 * configure (gxx_include_dir): Changed to
9152 '${prefix}/include/g++'-${libstdcxx_interface}.
9153
9154 * config.if: New to determine the interfaces.
9155
9156Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
9157
9158 * config.guess: Detect and handle MPE/IX.
9159 * config.sub: Deal with MPE/IX.
9160
9161Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
9162
9163 * configure.in: Use mh-aix43.
9164
91651998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
9166
9167 * configure: Fix --without/--disable cases for gxx-include-dir.
9168
9169Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
9170
9171 * mdata-sh: Imported. Needed for automake support.
9172
9173Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
9174
ba73c63f 9175 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
9176 "chmod og=u `find . -print`".
9177
9178Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
9179
ba73c63f 9180 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
9181
9182Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
9183
9184 * Makefile.in: Undo previous patch.
9185
9186Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
9187
9188 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
9189 to here ...
9190 (install-no-fixedincludes): and here
9191 (INSTALL_MODULES): ... from here.
9192
9193Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
9194
9195 * config.sub: Merge with FSF.
9196
9197 * config.guess: Merge with FSF.
9198
9199Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
9200
9201 * configure (extraconfigdirs): New variable.
9202 (SUBDIRS): Add extraconfigdirs and recurse on them too.
9203 * Makefile.in (all): Move higher in file.
9204 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
9205 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
9206 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
9207 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
9208 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
9209
92101998-07-23 Brendan Kehoe <brendan@cygnus.com>
9211
9212 * Makefile.in (all-target-libjava): Depend on all-gcc and
9213 all-target-newlib.
9214 (configure-target-libjava): Depend on $(ALL_GCC).
9215
9216Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
9217
9218 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
9219 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
9220
9221Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
9222
9223 * ylwrap: Change absolute path checks to check for DOS style path
9224 names.
9225
9226 * ylwrap: Don't use a full path name if the source file is in the
9227 same directory. From hjl@lucon.org (H.J. Lu).
9228
9229 * config-ml.in: Default to being verbose, to match Feb 18 change to
9230 configure.
9231
9232Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
9233
9234 Brought over from egcs:
9235
9236 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9237
9238 * configure.in (target_subdir): Set to ${target_alias} instead
9239 of "libraries".
9240
9241 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9242
9243 * configure.in (target_subdir): Set to libraries if enable_multilib.
9244
9245Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
9246
9247 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
9248 multilibs, force reconfiguration the first time we create
9249 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
9250
9251Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
9252
9253 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
9254 avoid confusion with --no-recursion.
9255
9256Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
9257
9258 * configure.in: Win32 hosts shouldn't use install -x
9259 * install-sh: remove -x option, and special .exe-handling
9260 hack.
9261
9262Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
9263
9264 * config.guess: Recognize i586-pc-beos.
9265 * configure.in: Don't build some bits for beos.
9266
9267Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
9268
9269 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
9270 CFLAGS default to -O2.
9271
9272 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
9273 when using GNU ld.
9274
9275Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
9276
9277 * ltmain.sh: Correct install when using a different shell.
9278
9279Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
9280
9281 * ltconfig, ltmain.sh: Update to libtool 1.2b.
9282
9283Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
9284
9285 * makefile.vms: Update to build binutils/makefile.vms. Add install
9286 target.
9287
9288Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
9289
9290 * ltconfig: Update to correct AIX handling.
9291
9292Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9293
9294 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
9295
9296 * configure.in (target_subdir): Set to ${target_alias} instead
9297 of "libraries".
9298
92991998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
9300
9301 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
9302 (Makefile): Depend on $(gcc_version_trigger).
9303
9304 * configure (gcc_version): Change default initializer to empty
9305 string.
9306 (gcc_version_trigger): New variable; pass this variable down
9307 to subdir configures to enable them checking gcc's version
9308 themselves. Emit make macros for both gcc_version vars.
9309 (topsrcdir): Initialize reliably.
9310 (recursion line): Remove --with-gcc-version=${gcc_version}.
9311
93121998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9313
9314 * configure (enable_version_specific_runtime_libs): Implement new flag
9315 --enable-version-specific-runtime-libs which installs C++ runtime stuff
9316 in $(libsubdir); emit definition in each generated Makefile.
9317 (gxx_include_dir): Initialize depending on
9318 $enable_version_specific_runtime_libs.
9319
93201998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9321
9322 * configure (gcc_version): Initialize properly depending on
9323 how and where configure is started.
9324 (recursion line): Pass a --with-gcc-version=${gcc_version}
9325 to configures in subdirs.
9326
9327Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
9328
9329 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 9330 cygmon
252b5132
RH
9331
9332Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
9333
9334 * configure.in: Add cygmon and libstub support for mn10200.
9335
93361998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
9337
9338 * configure (gcc_version): Add new variable describing the
9339 particular gcc version we're building.
9340 * Makefile.in (libsubdir): Add new macro for the directory
9341 in which the compiler finds executables, libraries, etc.
9342 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
9343 and libsubdir.
9344
9345Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9346
ba73c63f
JM
9347 * Makefile.in (local-clean): Remove *.log.
9348 (warning.log): Built with warn_summary from build.log.
9349 (mail-report.log): Run test_summary.
9350 (mail-report-with-warnings.log): Run test_summary including
9351 warning.log in the report.
252b5132
RH
9352
9353Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
9354
9355 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
9356
9357Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
9358
9359 * Makefile.in (grep): Grep no longer depends on libiberty.
9360
9361Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
9362
9363 * Makefile.in: all-snavigator needs all-libgui.
9364
9365Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
9366
9367 * configure.in: Add cygmon and libstub support for mn10300.
9368
9369Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
9370
9371 * missing: Update to version from automake 1.3.
9372
9373 * ltmain.sh: On installation, don't get confused if the same name
9374 appears more than once in the list of library names.
9375
9376Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
9377
9378 * config.sub: Accept m68060 and m5200 as CPU names.
9379
9380Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
9381
9382 * configure: Use && rather than using -a in test, because odd
9383 strings can confuse test.
9384 * configure.in: Likewise.
9385
9386Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
9387
9388 * ltconfig, ltmain.sh: Bring in Visual C++ support.
9389
9390Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9391
9392 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
9393 bootstrap4-lean): New targets.
9394
9395Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
9396
9397 * mpw-* Delete. Not used.
252b5132
RH
9398
9399Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
9400
9401 * COPYING.LIB: Update FSF address.
9402
9403Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
9404
9405 * ltconfig, ltmain.sh: Update to libtool 1.2a.
9406
9407 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
9408 GAS_SUPPORT_DIRS.
9409
9410Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
9411
9412 * ltconfig, ltmain.sh: Avoid producing a version number if
9413 -version-info was not used.
9414
9415Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
9416
9417 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
9418 building with newlib.
9419
94201998-04-30 Paul Eggert <eggert@twinsun.com>
9421
ba73c63f 9422 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 9423 Solaris `make' causes it to continue to next definition.
252b5132 9424
afb8d725
JM
9425Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
9426
9427 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
9428 the right GUI libraries and files are installed along with GDB.
9429
252b5132
RH
9430Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
9431
9432 * configure.in: Change alpha to alpha* in several places.
9433
9434Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
9435
9436 * config.sub: Recognize sparc86x.
9437
9438Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 9439
252b5132
RH
9440 * configure.in (--enable-target-optspace): Remove debug echo.
9441
9442Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
9443
9444 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
9445
9446Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
9447
9448 * ltconfig: Update cygwin32 support.
9449
9450 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
9451 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
9452 (GDB_SUPPORT_DIRS): Likewise.
9453
9454Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
9455
9456 * configure.in (target_makefile_frag): If --enable-target-optspace,
9457 use -Os to compile target libraries rather than -O2. Default to
9458 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
9459 not used.
9460 * configure.in (target_cflags): Ditto for d30v.
9461
9462Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
9463
9464 * Makefile.in (all-bfd): Depend on all-intl.
9465 (all-binutils): Likewise.
9466 (all-gas): Likewise.
9467 (all-gprof): Likewise.
9468 (all-ld): Likewise.
9469
252b5132
RH
94701998-04-19 Brendan Kehoe <brendan@cygnus.com>
9471
9472 * configure.in (host_tools): Fix typo, lbtool -> libtool.
9473
9474Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
9475
9476 * Makefile.in (all-bfd): Depend upon all-libiberty.
9477
9478 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
9479
9480Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
9481
9482 * Makefile.in: Add libstub.
9483
9484 * configure.in: Ditto. Build libstub for targets that have cygmon
9485 support.
9486
9487Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
9488
9489 * configure.in: Don't set PICFLAG on ix86-cygwin32.
9490
9491Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
9492
9493 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
9494 use mh-sysv5 if specified. Support gprof on SCO Open Server.
9495
9496Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
9497
9498 * configure: Define DEFAULT_M4 by searching PATH.
9499 * Makfile.in: Use DEFAULT_M4.
9500
9501Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
9502
9503 * ltconfig: Add cygwin32 support.
9504
9505 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
9506 to configure and build.
9507
9508Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
9509
9510 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
9511
9512Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
9513
9514 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
9515
9516Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
9517
9518 * Makefile.in: add ash make rules
9519 * configure.in: add ash to native_only and host_tools lists
9520
9521Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
9522
9523 * Makefile.in (all-gettext, all-intl): New targets.
9524 (ALL_MODULES): Added all-gettext, all-intl.
9525 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
9526 (INSTALL_MODULES): Added install-gettext, install-intl.
9527 (CLEAN_MODULES): Added clean-gettext, clean-intl.
9528
9529 * configure.in (host_tools): Added gettext.
9530 (native_only): Likewise.
9531 (noconfigdirs) [various cases]: Likewise.
9532 (host_libs): Added intl.
9533
afb8d725
JM
9534Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
9535
9536 * configure: Do not disable building gdbtk for cygwin32 hosts.
9537
ba73c63f
JM
9538Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
9539
9540 * configure.in: Add thumb-coff target.
9541 * config.sub: Add thumb-coff target.
9542
252b5132
RH
9543Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9544
9545 * Makefile.in: Revert yesterday's change.
9546 (all-target-winsup): all-target-librx stays out of here.
9547
9548Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
9549
ba73c63f
JM
9550 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
9551 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
9552 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
9553 Remove references to librx and libg++.
9554
9555Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
9556
9557 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
9558 recursive makes
9559
9560Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
9561
9562 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
9563 for newlib directory.
9564 (CXX_FOR_TARGET): Likewise.
9565
9566Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
9567
9568 * ltconfig: Update after libtool/ltconfig.in change for
9569 hpux11.
9570
9571Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
9572
9573 * ltconfig, ltmain.sh: Update to libtool 1.2.
9574
9575Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
9576
9577 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
9578 (install-gcc-cross): Instead, override LANGUAGES here.
9579
95801998-03-18 Dave Love <d.love@dl.ac.uk>
9581
9582 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
9583 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
9584
9585Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
9586
9587 * configure.in: Add Thumb-pe target.
9588
9589Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 9590
252b5132
RH
9591 * Makefile.in - changed sn targets to snavigator
9592 * configure.in - changed sn targets to snavigator
9593
9594Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
9595
9596 * config-ml.in: After building symlink tree call make distclean
9597 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
9598 to be the case for libiberty.
9599
9600Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
9601
9602 * configure: When making link, also check the current
9603 directory. The configure scripts may create one.
9604
9605Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
9606
9607 * config.sub: Accept alphapca56 and alphaev6 properly.
9608
9609Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9610
9611 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
9612
252b5132
RH
9613Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
9614
80413487 9615 * config.sub (sco5): Fix typo.
252b5132
RH
9616
9617Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
9618
9619 * Makefile.in (INSTALL_MODULES): Move install-tcl before
9620 install-itcl.
9621 (install-itcl): Remove dependency on install-tcl.
9622
9623Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
9624
9625 * configure.in: Remove libgloss from noconfigdirs for MN10300.
9626
252b5132
RH
9627Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
9628
9629 * configure.in: Don't build libgui for a cygwin32 target when not on
9630 a cygwin32 host.
9631
9632Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
9633
9634 * configure (redirect): Set to null, so default behavior of
9635 configure is now --verbose.
9636
96371998-02-16 Dave Love <d.love@dl.ac.uk>
9638
9639 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
9640 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
9641
9642Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
9643
9644 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
9645 this change to sync Makefile.in with its ChangeLog entries.
9646
9647Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
9648
9649 * ltmain.sh (mkdir): Check that the directory doesn't exist
9650 before we exit with error, so that we don't get races during
9651 parallel builds.
9652
9653Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
9654
9655 * ltconfig, ltmain.sh: Update from libtool 1.0i.
9656
9657Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
9658
9659 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
9660 PICFLAG_FOR_TARGET.
9661 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
9662
9663 * configure: Emit a definition for the new macro enable_shared
9664 into each Makefile.
9665
252b5132
RH
9666Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9667
9668 * configure.in (host_tools, native_only): Add libtool.
9669
9670Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
9671
9672 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
9673 Fix typo in ming config comment.
9674
9675Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
9676
9677 * ltconfig, ltmain.sh: Update from libtool 1.0h.
9678
9679Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
9680
9681 * config.sub: Add tic30 cases, and map c30 to tic30.
9682
ba73c63f
JM
9683Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
9684
9685 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
9686 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
9687 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
9688 (CLEAN_TARGET_MODULES): Similarly
9689 (all-target-libf2c): Add dependences.
35590697 9690 * configure.in (target_libs): Add libf2c.
ba73c63f 9691
252b5132
RH
9692Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
9693
ba73c63f
JM
9694 * configure.in: Remove expect from noconfigdirs when target
9695 is cygwin32. OK to build expect and dejagnu with Canadian
9696 Cross.
252b5132
RH
9697
9698Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
9699
9700 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
9701 host.
9702
9703 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
9704 and mingw32.
9705
9706Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
9707
9708 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
9709 here as it is not defined in the toplevel Makefile.
9710
9711Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
9712
9713 * configure (package_makefile_rules_frag): New variable, which names
9714 a file with generic rules, ...
9715 Change comment to mention we now have FIVE parts.
9716 * configure: Undo last change.
9717
9718Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
9719
9720 * config.guess: More accurate determination of HP processor types.
9721 * config.sub: More accurate determination of HP processor types.
9722
9723Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
9724
9725 * configure (package_makefile_frag): Move inserting the
9726 ${package_makefile_frag} to where it should be according
9727 to the comment.
9728
ba73c63f 9729Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
9730
9731 * config.guess: Add support for Linux/ARM.
9732
9733Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
9734
9735 * .cvsignore: Remove *-info and *-install since they match
9736 release-info and mpw-install, which we don't want to just ignore.
9737
9738Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
9739
9740 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
9741
9742Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
9743
9744 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
9745 local_prefix to sub-make invocations.
9746
9747Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
9748
9749 * configure.in: Check makefile fragments in the source
9750 directory.
9751
9752Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9753
ba73c63f
JM
9754 * configure.in: Check whether host and target makefile
9755 fragments exist before adding them to *_makefile_frag.
252b5132
RH
9756
9757Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
9758
9759 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 9760
252b5132
RH
9761Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
9762
9763 * configure.in: Make sure we only replace RPATH_ENVVAR on
9764 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
9765 regexp to sed.
9766
9767 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
9768 to sub-makes.
9769
97701998-01-13 Lee Iverson (leei@ai.sri.com)
9771
9772 * config-ml.in (multi-do): LDFLAGS must include multilib
9773 designator.
9774
9775Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
9776
9777 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
9778
9779Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
9780
9781 * config.sub: Add mingw32 support.
9782 * configure.in: Likewise.
252b5132
RH
9783
9784Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
9785
9786 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
9787
9788Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
9789
9790 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9791 * configure (gxx_include_dir): Provide a definition for subdirs
9792 which do not use autoconf.
9793
9794Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
9795
9796 * config.guess: Sync with egcs. Picks up new alpha support,
9797 BeOS & some additional linux support.
9798
ba73c63f 9799Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9800
9801 * config.guess: HP 9000/803 is a PA1.1 machine.
9802
ba73c63f
JM
9803Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
9804
9805 * configure.in: It's alpha*-...
252b5132
RH
9806
9807Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9808
ba73c63f
JM
9809 * configure.in (host_makefile_frag, target_makefile_frag):
9810 Handle multiple config files.
9811 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
9812 alpha-*-*.
252b5132
RH
9813
9814Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
9815
9816 * mkdep: New file.
9817
9818Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
9819
9820 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
9821
9822Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
9823
9824 * Makefile.in: Add libgui directory.
9825 (GDB_TK): Add all-libgui.
9826 * configure.in: Add libgui directory.
9827 * configure: Add all-libgui to GDB_TK.
9828
9829Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
9830
9831 * config-ml.in (multidirs): Add m32r to multilib list.
9832
9833Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
9834
9835 * Makefile.in (all-target-gperf): Change dependency to
9836 all-target-libstdc++.
9837
9838Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
9839
9840 * config.guess: Add BeOS support.
9841
9842Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
9843
9844 Source directory cvs renamed to cvssrc:
9845 * configure.in (host_tools): Change cvs to cvssrc.
9846 (native_only): Likewise.
9847 (noconfigdirs) [various cases]: Likewise.
9848 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
9849 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
9850 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
9851 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
9852 (all-cvssrc): Rename target from all-cvs.
9853
9854Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
9855
9856 * configure (gxx_include_dir): Fix thinko.
9857
9858Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
9859
9860 * Makefile.in (INSTALL_TARGET_CROSS): Define.
9861 (install-cross, install-gcc-cross): New targets.
9862
9863Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
9864
9865 * configure.in (noconfigdirs): Add support for Thumb target.
9866
9867 * config.sub (maybe_os): Add support for Thumb target.
9868
9869Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
9870
9871 * Makefile.in: Add rules for cygmon.
9872
9873 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
9874
9875Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
9876
9877 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9878 * configure (gxx_include_dir): Provide a definition for subdirs
9879 which do not use autoconf.
9880
9881Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
9882
9883 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 9884 11/18/97 build
252b5132
RH
9885
9886Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
9887
9888 * From Franz Sirl.
9889 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
9890 found on RedHat Linux systems.
9891
9892Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
9893
9894 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
9895 guesses.
9896
9897Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
9898
9899 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
9900
9901Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
9902
9903 * ltmain.sh: If mkdir fails, check whether the directory was created
9904 anyhow by some other process.
9905
9906Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
9907
9908 * configure.in (d30v-*-*): Configure all directories.
9909
9910Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
9911
9912 * configure.in (d30v-*-*): Configure newlib, libiberty directories
9913 for the D30V.
9914
9915Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
9916
9917 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
9918
9919Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
9920
80413487
RH
9921 * include/libiberty.h: Add extern "C" { so it can be used with C++
9922 progrms.
9923 * include/remote-sim.h: Add extern "C" { so it can be used with C++
9924 programs.
252b5132
RH
9925
9926Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
9927
9928 * configure.in (d30v-*-*): Configure GCC now.
9929
9930Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
9931
9932 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
9933 is no longer needed.
9934
9935Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
9936
9937 * Makefile.in: check-target-libio depends on all-target-libstdc++.
9938
9939Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
9940
9941 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
9942 targets using "$@" to provide support for similar but not identical
9943 targets without having to duplicate code.
9944
9945Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
9946
9947 * makefile.vms: Fix to work with DEC C.
9948
9949Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
9950
9951 * config.sub: Add mips-tx39-elf to marketing names.
9952
9953Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
9954
9955 * ltmain.sh: Handle symlinks in generated script.
9956
9957Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
9958
9959 * configure: Handle autoconf style directory options: --bindir,
9960 --datadir, --includedir, --infodir, --libdir, --libexecdir,
9961 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
9962 --sysconfdir.
9963 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
9964 (sharedstatedir, localstatedir, oldincludedir): New variables.
9965 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
9966 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
9967 sbindir, sharedstatedir, and sysconfdir.
9968
9969Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
9970
9971 * Makefile.in (bootstrap-lean): New target.
9972
9973Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
9974
9975 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 9976 sn, and gnuserv from noconfigdirs.
252b5132
RH
9977
9978Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
9979
9980 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
9981
9982Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
9983
ba73c63f 9984 * Makefile.in (cross): New target.
252b5132
RH
9985
9986Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 9987 Jeff Law <law@cygnus.com>
252b5132
RH
9988
9989 * Makefile.in (bootstrap2, bootstrap3): New targets.
9990 (all-bootstrap): Remove outdated and confusing target.
9991 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
9992
afb8d725
JM
9993Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
9994
9995 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 9996 windows. Consistent with gdb/configure.
afb8d725 9997
252b5132
RH
99981997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
9999
252b5132
RH
10000 * configure.in: Name Linux target fragment.
10001
10002 * configure: Rewrite so that project Makefile fragment is inserted
10003 first and appears last in the resulting Makefile.
10004
10005Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
10006
10007 * Makefile.in (install-itcl): Install tcl first.
10008
252b5132 10009Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 10010
252b5132
RH
10011 * configure.in: remove bison from noconfigdirs for Cygwin32 host
10012
10013Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10014
10015 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10016
10017 * configure.in (skipdirs): Add target-librx for Linux.
10018 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10019
10020Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
10021
10022 * Makefile.in (bootstrap): New target.
10023
10024Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
10025
10026 * config.sub: Accept 'amigados' for backward compatability.
10027
10028Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
10029
10030 * config.guess: Merge with FSF.
10031
ba73c63f
JM
10032Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
10033
10034 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10035
252b5132
RH
10036Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
10037
10038 * config.sub: Add "marketing-names" patch.
10039
10040Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
10041
80413487 10042 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
10043
10044Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
10045
10046 * config.sub: Handle v850-elf.
10047
ba73c63f
JM
10048Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
10049
10050 * .cvsignore (*-install): Remove.
10051
252b5132
RH
10052Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
10053
10054 * ltconfig: Set CONFIG_SHELL in libtool.
10055 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10056
10057Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10058
10059 * configure.in (target_subdir): Set to libraries if enable_multilib.
10060
10061Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
10062
10063 * config.guess: Update from gcc directory.
10064
10065Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
10066
10067 * Makefile.in (all-sim): Depends on all-readline.
10068
10069Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10070
10071 * Makefile.in (BISON, YACC): Use $$s.
10072 (all-bison): Depend on all-texinfo.
10073
10074Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
10075
10076 * Makefile.in (BISON): Add -L flag.
10077 (YACC): Likewise.
10078
10079Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10080
35590697
AJ
10081 * configure.in (noconfigdirs): Add support for v850e target.
10082
252b5132
RH
10083 * config.sub (maybe_os): Add support for v850e target.
10084
10085Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10086
35590697
AJ
10087 * configure.in (noconfigdirs): Add support for v850ea target.
10088
252b5132
RH
10089 * config.sub (maybe_os): Add support for v850ea target.
10090
10091Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
10092
10093 * config.sub: Add mipstx39. Delete r3900.
10094
10095Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10096
10097 * Makefile.in (all-autoconf): Depends on all-texinfo.
10098
10099Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
10100
10101 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10102 eabi targets.
10103
10104Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
10105
10106 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10107
10108 * configure: When handling a Canadian Cross, handle YACC as well as
10109 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 10110 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
10111
10112Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
10113
10114 * Makefile.in (BISON): bison, not byacc or bison -y.
10115 (YACC): bison -y or byacc or yacc.
10116 (various): Add *-bison as appropriate.
10117 (taz): No need to mess with BISON anymore.
10118
10119Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
10120
10121 * configure: If OSTYPE matches *win32*, try to find a good value for
10122 CONFIG_SHELL.
10123
10124Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
10125
10126 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10127 configure.in if it is present.
10128
10129Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
10130
10131 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10132
10133Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
10134
10135 * config.sub: Recognize `arc' cpu.
10136 * configure.in: Likewise.
10137 * config-ml.in: Likewise.
10138
10139Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
10140
10141 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10142
10143Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
10144
10145 * configure: Changed sed delimiter from ':' to '|' when
10146 attempting to substitute ${config_shell} for SHELL. On
10147 NT ${config_shell} may contain a ':' in it.
10148
10149Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
10150
10151 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10152
10153Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
10154
10155 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
10156
10157Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
10158
10159 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
10160
10161 * ylwrap: If the program is a relative path, force it to be
10162 absolute.
10163
10164Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
10165
10166 * configure (tooldir): Set BISON to `bison -y' and not just bison.
10167
10168Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
10169
10170 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
10171 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
10172 for libraries.
252b5132
RH
10173
10174Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
10175
10176 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 10177 separated by spaces.
252b5132
RH
10178
10179Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
10180
10181 * ylwrap: New file.
10182 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
10183
10184 * ltmain.sh: Handle /bin/sh at start of install program.
10185
10186 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
10187
10188 * ltconfig, ltmain.sh: New files, from libtool 1.0.
10189 * missing: New file, from automake 1.2.
10190
10191Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
10192
10193 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
10194 check-tk to CHECK_X11_MODULES.
10195
10196Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
10197
10198 * config.sub: Merge with FSF.
10199
10200Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
10201
10202 * config.guess: Merge with FSF.
10203
10204Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
10205
10206 * configure: Treat msdosdjgpp like go32.
10207 * configure.in: Likewise. Don't remove gprof for go32.
10208
10209 * configure: Change Makefile.tem2 to Makefile.tm2.
10210
10211Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
10212
10213 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
10214
10215Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10216
10217 * install-sh (chmodcmd): Set to null if the DST directory already
10218 exists. Same as Nov 11th change.
10219
10220Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
10221
35590697 10222 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
10223
10224Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
10225
10226 * config.guess: Update from FSF.
10227
10228Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
10229
10230 * Makefile.in (GDB_TK): Depend on itcl and tix.
10231
10232Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
10233
10234 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
10235 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
10236 (INSTALL_SCRIPT): New variable.
10237 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
10238 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
10239 to -x.
10240 * install-sh: Add support for -x option.
10241
10242Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
10243
10244 * configure.in, Makefile.in: Treat tix like itcl.
10245
10246Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
10247
10248 * Makefile.in (WINDRES): New variable.
10249 (WINDRES_FOR_TARGET): New variable.
10250 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
10251 (EXTRA_HOST_FLAGS): Add WINDRES.
10252 (EXTRA_TARGET_FLAGS): Add WINDRES.
10253 (EXTRA_GCC_FLAGS): Add WINDRES.
10254 ($(DO_X)): Pass down WINDRES.
10255 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10256 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
10257 DLLTOOL_FOR_TARGET.
10258
10259Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
10260
10261 * configure.in: configure sim before gdb for win32-x-ppc
10262
10263Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10264
10265 Move gperf into the toplevel, from libg++.
10266 * configure.in (target_tools): Add target-gperf.
10267 (native_only): Add target-gperf.
10268 * Makefile.in (all-target-gperf): New target, depend on
10269 all-target-libg++.
10270 (configure-target-gperf): Empty rule.
10271 (ALL_TARGET_MODULES): Add all-target-gperf.
10272 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
10273 (CHECK_TARGET_MODULES): Add check-target-gperf.
10274 (INSTALL_TARGET_MODULES): Add install-target-gperf.
10275 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
10276
10277Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 10278
252b5132
RH
10279 * config.sub (mn10200): Recognize new basic machine.
10280
10281Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10282
10283 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
10284 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
10285
10286Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10287
10288 * configure.in: If we're building mips-sgi-irix6* native, turn on
10289 ENABLE_MULTILIB and set TARGET_SUBDIR.
10290
10291Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
10292
10293 * Makefile.in (all-sn): Depend on all-grep.
10294
10295Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
10296
10297 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
10298
10299 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
10300 Makefile. From Jeff Makey <jeff@cts.com>.
10301 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
10302
10303 * Makefile.in (DISTBISONFILES): Remove.
10304 (taz): Don't futz with DISTBISONFILES. Change BISON to use
10305 $(DEFAULT_YACC).
10306
10307 * configure.in: Build itl, db, sn, etc., when building for native
35590697 10308 cygwin32.
252b5132
RH
10309
10310 * Makefile.in (LD): New variable.
10311 (EXTRA_HOST_FLAGS): Pass down LD.
10312 ($(DO_X)): Likewise.
10313
10314Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
10315
10316 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
10317
10318Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
10319
10320 * configure.in (targargs): Strip out any supplied --build argument
35590697 10321 before adding our own. Always add --build.
252b5132
RH
10322
10323Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
10324
10325 * configure.in (targargs): Pass --build if we're doing
10326 a cross-compile.
10327
10328Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
10329
ba73c63f 10330 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
10331 sed. Otherwise sed chokes on NT path names with drive
10332 designators. Also look for "?:*" as the leading characters in an
10333 absolute pathname.
10334
10335Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
10336
10337 * config.sub: Support for r3900.
10338
10339Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
10340
10341 * configure.in: Use install-sh, not install.sh.
10342
10343Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
10344
10345 * Makefile.in (taz): Improve check for BISON so it doesn't try to
10346 apply it twice.
10347
10348Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
10349
10350 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
10351 install-binutils.
10352
10353Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
10354
10355 * Makefile.in: Add automake targets.
10356 * configure.in (host_tools): Add automake.
10357
10358Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
10359
10360 * configure: Default CXX to c++, not gcc.
10361 * Makefile.in (CXX): Set to c++, not gcc.
10362 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
10363
10364Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
10365
10366 * install-sh: try appending a .exe if source file doesn't
10367 exist
10368
10369Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
10370
10371 * configure.in: Turn on multilib by default.
10372 (cross_only): Remove target-libiberty.
10373
10374 * Makefile.in (all-gcc): Don't depend on libiberty.
10375
10376Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
10377
10378 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
10379
10380Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
10381
10382 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
10383 (DISTBISONFILES): Add ld/Makefile.in
10384
10385Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
10386
10387 * configure.in: if target is cygwin32 but host isn't cygwin32,
10388 don't configure gdb tcl tk expect, not just gdb.
10389
10390Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
10391
10392 * configure.in: Added gnuserv everywhere sn appears.
10393
10394 * Makefile.in (ALL_MODULES): Added all-gnuserv.
10395 (CROSS_CHECK_MODULES): Added check-gnuserv.
10396 (INSTALL_MODULES): Added install-gnuserv.
10397 (CLEAN_MODULES): Added clean-gnuserv.
10398 (all-gnuserv): New target.
10399
10400Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
10401
10402 * config.guess: Fixes for MIPS OpenBSD systems.
10403
10404Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
10405
10406 * Makefile.in (INSTALL_XFORM): Remove.
10407 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
10408
10409 * mkinstalldirs: New file, copied from automake.
10410 * Makefile.in (installdirs): Rename from install-dirs. Use
10411 mkinstalldirs. Change all users.
10412 (DEVO_SUPPORT): Add mkinstalldirs.
10413
10414Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
10415
10416 * install-sh: Rename from install.sh.
10417 * Makefile.in (INSTALL): Change install.sh to install-sh.
10418 (DEVO_SUPPORT): Likewise.
10419
10420 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
10421 Graichen <graichen@rzpd.de>.
10422
10423Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
10424
10425 * config.guess: Recognize OpenBSD systems correctly.
10426
10427Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10428
10429 * README, Makefile.in (ETC_SUPPORT): Remove references to
10430 cfg-paper*, configure.{texi,man,info*}._
10431
10432Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
10433
10434 * Makefile.in (all.normal): Ensure that gcc is built after all
10435 the x11 - ie gdb - targets.
10436
10437Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
10438
10439 * makefile.vms: Don't run conf-a-gas.
10440
10441Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
10442
80413487 10443 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
10444
10445Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
10446
10447 * configure.in: Remove noconfigdirs case since gdb also
10448 configures and builds for tic80-coff.
10449
10450Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
10451
10452 * configure: Set cache_file to config.cache.
10453 * Makefile.in (local-distclean): Remove config.cache.
10454
10455Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
10456
10457 * COPYING: Update FSF address.
10458
10459Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
10460
10461 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
10462 noconfigdirs.
10463
10464Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
10465
10466 * Makefile.in (install-dirs): Don't crash if prefix, and hence
10467 MAKEDIRS, is empty.
10468
10469Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
10470
10471 * config.sub: Tweak mn10300 entry.
10472
10473Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
10474
10475 * configure.in (host_tools): Put sim before gdb, so gdb's
10476 configure.tgt can determine if the simulator was configured.
10477
10478Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
10479
10480 * config.sub: Move BeOS $os case to be with other Cygnus
10481 local cases.
10482
10483Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
10484
10485 * config.sub: Remove misplaced comment that broke Linux.
10486
10487Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
10488
10489 * config.sub: Add BeOS support.
10490
10491Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
10492
10493 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
10494
10495Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
10496
10497 * configure.in (noconfigdirs): Remove tcl and tk from
10498 noconfigdirs for cygwin32 builds.
10499
10500Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
10501
10502 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
10503
10504Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
10505
10506 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
10507 make-all.com, use makefile.vms instead.
10508
10509Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
10510
10511 * config.sub: Accept -lnews*.
10512
10513Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
10514
10515 * configure.in (noconfigdirs): Disable target-newlib,
35590697 10516 target-examples and target-libiberty for d30v.
252b5132
RH
10517
10518Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10519
10520 * configure.in (noconfigdirs): Enable ld for d30v.
10521
10522Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
10523
10524 * configure.in (tic80-*-*): Build compiler.
10525
10526Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
10527
10528 * configure.in (d30v-*): Remove sim directory from list of
35590697 10529 unsupported d30v directories
252b5132
RH
10530
10531Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10532
35590697
AJ
10533 * config.sub, configure.in: Add d30v target cpu.
10534
252b5132
RH
10535Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
10536
10537 * makefile.vms: New file.
10538 * make-all.com: Remove.
10539
10540Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
10541
10542 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
10543
10544Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
10545
10546 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
10547
10548Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
10549
10550 * Makefile.in (ALL_MODULES): Added all-db.
10551 (CROSS_CHECK_MODULES): Addec check-db.
10552 (INSTALL_MODULES): Added install-db.
10553 (CLEAN_MODULES): Added clean-db.
10554
10555Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
10556
10557 * config.guess: Merge with latest FSF sources.
10558
10559Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
10560
10561 * Makefile.in (ALL_MODULES): Added all-itcl.
10562 (CROSS_CHECK_MODULES): Added check-itcl.
10563 (INSTALL_MODULES): Added install-itcl.
10564 (CLEAN_MODULES): Added clean-itcl.
10565
10566Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
10567
10568 * configure.in: build gdb for mn10200
10569
10570Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
10571
10572 * Makefile.in (all-target-winsup): Depend on all-target-libio.
10573
10574Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
10575
10576 * configure.in (tic80-*-*): Turn off most targets right now.
10577
10578Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
10579
10580 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
10581 rather than the makeinfo program.
10582 (do-info): Depend upon all-texinfo.
10583
10584Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
10585
10586 * configure.in: Remove uses of config/mh-linux.
10587
10588 * config.sub, config.guess: Merge with latest FSF sources.
10589
10590Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
10591
10592 * config.sub (case $basic_machine): Add tic80 entries.
10593
10594Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
10595
10596 * config.sub, config.guess: Merge with latest FSF sources.
10597
10598Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10599
10600 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
10601 * mpw-config.in: Test for NewFolderRecursive.
10602 * mpw-install: Use symbolic name for startup filename.
10603 * mpw-README: Add various additional details.
10604
10605Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
10606
10607 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
10608
10609Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
10610
10611 * configure.in: Do build gcc and the target libraries for
10612 the mn10200.
10613
10614Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
10615
10616 * configure.in: don't avoid building gdb for mn10300 any more
10617 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
10618 instead of single-quoting it.
10619
10620Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
10621
10622 * configure.in: Don't use --with-stabs on IRIX 6.
10623
10624Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
10625
10626 * configure.in (m32r): Build gdb, libg++ now.
10627
10628Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10629
10630 * configure.in (mips*-sgi-irix6*): Remove gdb and related
10631 directories from noconfigdirs.
10632
10633Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
10634
10635 * config.sub (basic_machine): added mips16 configuration
10636
10637Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10638
10639 * config.sub: Handle d10v-unknown.
10640
10641Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
10642
10643 * config.sub: Handle v850-unknown.
10644
10645Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
10646
10647 * Makefile.in: add findutils
10648 * configure.in: add findutils to list of host_tools
10649
10650Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
10651
10652 * config.sub: Handle mn10200 and mn10300.
10653
10654Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10655
10656 * configure.in (d10v-*): Do not build librx.
10657
10658Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
10659
10660 * configure.in (mn10300): Build everything except gdb & libgloss.
10661
10662Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
10663
10664 * config.guess: Patch for Dansk Data Elektronik servers,
10665 from Niels Skou Olsen <nso@dde.dk>.
10666
10667 For ncr, use /bin/uname rather than uname, since GNU uname does not
10668 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
10669
10670 Patch for MIPS R4000 running System V,
10671 from Eric S. Raymond <esr@snark.thyrsus.com>.
10672
10673 Fix thinko for nextstep.
10674
10675 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
10676
10677 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
10678 * config.guess: Guess mips-dec-mach_bsd4.3.
10679
10680 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
10681 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
10682 release numbers.
10683 * config.guess (mips-mips-riscos*): Emit just enough of the
10684 release number.
10685
10686 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
10687 * config.guess (sparc-auspex-sunos*): Added.
10688 (f300-fujitsu-*): Added.
10689
10690 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
10691 * config.guess: Recognize a Tadpole as a sparc.
10692
10693Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10694
10695 * config.guess: Don't assume that NextStep version is either 2 or
10696 3. NextStep 4 (aka OpenStep 4) has come out now.
10697
10698Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10699
10700 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
10701 From Rik Faith <faith@cs.unc.edu>.
10702
10703Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10704
10705 * config.sub: Contributions from bug-gnu-utils to:
10706 Support plain "hppa" (no version given) architecture, reported by
10707 OpenStep.
10708 OpenBSD like NetBSD.
10709 LynxOs is not a hardware supplier.
10710
10711 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 10712 OpenBSD like NetBSD.
252b5132
RH
10713 Stratus systems.
10714 More Pyramid systems.
10715 i[n>4]86 Intel chips.
10716 M680[n>4]0 Motorola chips.
10717 Use unknown instead of lynx for hardware manufacturer.
10718
10719Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10720
10721 * install.sh (chmodcmd): Set to null if the DST directory already
10722 exists.
10723
10724Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10725
10726 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
10727 not use mt-ppc target Makefile fragment any more.
10728
10729Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10730
10731 * configure.in (*-*-windows): Exclude everything but those dirs
10732 needed to build windows.
10733
10734Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
10735
10736 * Makefile.in (all-target-winsup): Depend on all-target-librx.
10737
10738Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10739
10740 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
10741
10742Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10743
10744 * Undo my previous change.
10745
10746Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
10747
10748 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
10749 unconditionally.
10750 (MAKEOVERRIDES): Define (revert this part of October 18 change).
10751
10752Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10753
10754 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
10755 host to add it's own flags.
252b5132
RH
10756
10757Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
10758
10759 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
10760
10761Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
10762
10763 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
10764 (CXX_FOR_TARGET): Likewise.
10765 (GCC_FOR_TARGET): Define.
10766 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
10767 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
10768 CC_FOR_TARGET was specified on the command line.
10769 (MAKEOVERRIDES): Don't define.
10770
10771Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
10772
10773 * configure.in (m32r): Fix spelling of libg++ libs.
10774
10775Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
10776
10777 * config.sub (-apple*): Remove, now redundant.
10778
10779Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
10780
10781 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
10782
10783 * configure: Rework yesterday's sed script patch.
10784
10785 * config.sub: Merge with FSF.
10786
10787Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
10788
10789 * config.guess: Merge from FSF.
10790
10791 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
10792 * config.guess: Use pc instead of unknown, for pc clone systems.
10793 Change linux to linux-gnu.
252b5132
RH
10794
10795 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 10796 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
10797
10798Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
10799
10800 * test-build.mk (HOLES): Add "xargs" for gdb.
10801
10802 * configure: Avoid hpux10.20 sed bug.
10803
10804Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
10805
4bddf3ad 10806 * configure.in: Add support for windows host
252b5132
RH
10807 (that is a build done under the Microsoft build environment).
10808
10809Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
10810
10811 * Makefile.in: Replace all uses of srcroot with s, to shrink
10812 command line lengths.
10813
10814 Patches from Geoffrey Noer <noer@cygnus.com>:
10815 * configure.in: If configuring for newlib, pass --with-newlib to
10816 subdirectories.
10817 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
10818 -Bnewlib/ and -Lwinsup to gcc.
10819 (CXX_FOR_TARGET): Likewise.
10820
10821Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
10822
10823 * Makefile.in (ETC_SUPPORT): Add configure.
10824
10825Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
10826
35590697 10827 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
10828 host configuration file.
10829
10830Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
10831
10832 * configure.in: Break mn10x00 support into separate
10833 mn10200 and mn10300 configurations.
10834 * config.sub: Likewise.
10835
10836Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
10837
10838 * configure.in: Add lots of stuff to noconfigdirs for
10839 the mn10x00 targets.
10840
10841 * config.sub, configure.in: Add mn10x00 support.
10842
10843Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
10844
10845 * make-all.com: Call conf-a-gas, not config-a-gas.
10846
10847Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
10848
10849 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 10850 targets.
252b5132
RH
10851
10852Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
10853
10854 * mpw-README: Add much more detail for native PowerMac.
10855 * mpw-install: New file.
10856 * mpw-configure: Add --norecursion and --help options.
10857 * mpw-config.in: Translate readme and install files when
10858 copying to objdir.
10859 * mpw-build.in: Don't always depend on byacc and flex.
10860 (install-only-top): New action.
10861
10862Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
10863
10864 * configure.in: You can now configure GDB for the v850.
10865
10866Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
10867
10868 * configure.in (noconfigdirs): Don't configure any C++ dirs
10869 if targeting D10V.
10870
10871Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
10872
10873 * config.sub: Recognize mips64vr5000.
10874
10875Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
10876
10877 * configure.in: Use a single line for host_tools and native_only.
10878
10879Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
10880
10881 * config.sub, configure.in: Add entries for m32r.
10882
10883Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
10884
10885 * Makefile.in (inet-install): Don't run install-gzip.
10886
10887Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
10888
10889 * configure.in: Don't config lots of things for *-*-windows*.
10890
10891Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
10892
10893 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
10894 (host_libs, host_tools): Copy from configure.in.
10895 * mpw-configure: Don't complain about directories not found.
10896
10897Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10898
10899 * configure.in (i[345]86): Recognize i686 for pentium pro.
10900 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
10901 file.
10902
10903 * config.guess (i[345]86): Ditto.
10904
10905Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10906
10907 * configure.in (noconfigdirs): Removed gdb for D10V.
10908
10909Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
10910
10911 * configure.in: Remove ld, target-libio, target-libg++, and
10912 target-libstdc++ from noconfigdirs.
10913
10914Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
10915
10916 * configure: Fix three locations where shell scripts were
10917 being run directly rather than with config_shell.
10918
10919Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
10920
10921 * configure.in (v850-*-*): Set up initial $noconfigdirs.
10922 * config.sub (basic_machine): Recognize v850.
10923
10924Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
10925
10926 * mpw-configure: Handle multiple enable/disable options and
10927 pass them down recursively, handle -c and -s flags appropriately
10928 depending on choice of compiler, add escape mechanism for
10929 quoted arguments to gC.
10930
10931Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10932
10933 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
10934 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
10935 so that -mrelocatable-lib and -mno-eabi are used.
10936
10937 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
10938 not support --print-multi-lib, don't abort.
10939
252b5132
RH
10940Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
10941
10942 * make-all.com: Run config-a-gas.
10943 * setup.com: Don't copy subdirectory files around.
10944
10945Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
10946
10947 * configure.in (*-*-ose): Remove exclusion of libgloss for this
10948 target, it now compiles correctly.
10949
10950Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
10951
10952 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
10953
10954Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10955
35590697 10956 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
10957
10958Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10959
10960 * configure.in (native_only): Add prms.
10961
10962Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
10963
10964 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
10965 (BINUTILS_SUPPORT_DIRS): Likewise.
10966
10967Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10968
10969 * configure.in (d10v-*-*): Don't configure ld or gdb until the
10970 d10v support is added.
10971
10972Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10973
10974 * configure.in (d10v-*-*): New target.
10975
10976Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
10977
10978 * config.guess (HP 9000/811): Recognize this as a PA1.1
10979 machine.
10980
10981Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
10982
10983 * Makefile.in (do-tar-gz): New target, split out from tail end of
10984 taz target. Run each command separately, don't use pipes.
10985 (taz): Use it.
10986
10987Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
10988
10989 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
10990 * mpw-build.in: No builds should depend on building byacc or flex,
10991 they are assumed to be installed already.
10992
10993Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10994
10995 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
10996 variable that CC_FOR_TARGET needs.
10997
10998Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10999
11000 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11001 options have changed since the last time the subdirectory was
11002 configured, and if it has, reconfigure.
11003 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11004 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11005
11006Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
11007
11008 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11009 CLEAN_MODULES): Add bash.
11010 (all-bash): New target.
11011
11012Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
11013
11014 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11015
11016Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11017
11018 * config.sub (basic_machine): Recognize d10v as a valid processor.
11019
11020Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
11021
11022 * mpw-configure: Add support for --bindir.
11023 * mpw-build.in: Use a GCC-specific build script for GCC actions.
11024
11025Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
11026
11027 * configure.in: add bash, time, gawk to list of hosttools and things
11028 to only build for native toolchains
11029
11030Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11031
11032 * Makefile.in (docdir): Remove.
11033
11034Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11035
11036 * Makefile.in (datadir): Set to $(prefix)/share.
11037
11038Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
11039
11040 * configure.in: build diff and patch for cygwin32-hosted
11041 toolchains.
11042
11043Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
11044
11045 * config.sub: Accept -rtems*.
11046
11047Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
11048
80413487 11049 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
11050 remove diff from the list of things not buildable
11051 via Canadian Cross
252b5132
RH
11052
11053Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
11054
11055 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 11056 don't get ". ".
252b5132
RH
11057
11058Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
11059
11060 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11061
11062Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
11063
11064 * Makefile.in (taz): Handle case where tex3patch didn't even get
11065 checked out. Also, if it was found, put the symlink in a new util
11066 subdirectory.
11067
11068Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11069
11070 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11071
11072Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
11073
11074 * config.sub: Recognize -openvms.
11075 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11076 * make-all.com, setup.com: New files.
11077
11078Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11079
11080 * Makefile.in (taz): tex3patch moved to texinfo/util.
11081
11082Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
11083
afb8d725 11084 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
11085 * configure.in: remove make from disable-if-Can-Cross list
11086 enable gdb if ${host} and ${target} are cygwin32
11087
11088Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
11089
11090 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
11091 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11092
11093Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11094
11095 * config.guess: Combine mips-mips-riscos cases, and use cpp to
11096 distinguish sysv/svr4/bsd variants.
11097 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11098
11099Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
11100
11101 * configure.in: Added copyright notice.
11102 * move-if-change: Added copyright notice.
11103
11104Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11105
11106 * configure.in (powerpcle-*-solaris*): Until we get shared
11107 libraries working, don't build gdb, sim, make, tcl, tk, or
11108 expect.
11109
11110Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
11111
11112 * config.guess: Merge with FSF:
11113
11114 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11115 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11116
11117 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
11118 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11119
11120 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
11121 * config.guess: Combine two OSF1 rules.
11122 Also recognize field test versions. From mjr@zk3.dec.com.
11123 * config.guess (dgux): Use /usr/bin/uname rather than uname,
11124 because GNU uname does not support -p. From pmr@pajato.com.
11125
11126Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
11127
11128 * Makefile.in (MAKEDIRS): Removed $(tooldir).
11129
11130Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
11131
11132 * mpw-README: Document GCCIncludes.
11133
11134Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
11135
11136 * configure.in (alpha-*-linux*): Set enable_shared to yes.
11137
11138Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11139
11140 * mpw-configure: Handle --enable-FOO and --disable-FOO.
11141
11142Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
11143
11144 * configure.in (*-*-cygwin32): Configure make.
11145
11146Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
11147
11148 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11149
11150Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
11151
11152 * Makefile.in (all-inet): Depend on all-perl.
11153
11154 * Makefile.in (inet-install): New target.
11155
11156 * Makefile.in (all-inet): Depend on all-tcl.
11157 (all-inet): Depend on all-send-pr.
11158
11159Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11160
11161 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
11162 temporarily.
11163
11164Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
11165
11166 * configure.in: Don't configure --with-gnu-ld on AIX.
11167
11168Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11169
11170 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
11171
11172Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
11173
11174 * Makefile.in (ALL_MODULES): Added all-inet.
11175 (CROSS_CHECK_MODULES): Added check-inet.
11176 (INSTALL_MODULES): Added install-inet.
11177 (CLEAN_MODULES): Added clean-inet.
11178 (all-indent): New target.
11179
11180 * configure.in (host_tools): Added inet.
11181 (native_only): Added inet.
11182 (noconfigdirs): Added inet.
11183
11184Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
11185
11186 * configure.in: Don't configure libgloss if we are not configuring
11187 newlib.
11188
11189Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
11190
11191 * configure.in: Don't configure libgloss for unsupported
11192 architectures.
11193
11194Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11195
11196 * Makefile.in (CLEAN_MODULES): Add clean-apache.
11197
11198Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
11199
11200 * Makefile.in (ALL_MODULES): Include all-apache.
11201 (CROSS_CHECK_MODULES): Include check-apache.
11202 (INSTALL_MODULES): Include install-apache.
11203 (all-apache): New target.
11204
11205 * configure.in: Added apache everywhere perl is seen.
11206
11207Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11208
11209 * Makefile.in: Add support for clean-{module} and
11210 clean-target-{module} rules.
11211
11212Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
11213
11214 * configure.in (*-*-ose) do not build libgloss.
11215
11216Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11217
11218 * config.guess (prep*:SunOS:5.*:*): Turn into
11219 powerpele-unknown-solaris2.
11220
11221Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
11222
11223 * configure.in: Permit --enable-shared to specify a list of
11224 directories.
11225
11226Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11227
11228 * configure.in (host==solaris): Pass only the first word of $CC
11229 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
11230
11231Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11232
11233 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
11234
11235Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
11236
11237 * Makefile.in (ALL_MODULES): Include all-perl.
11238 (CROSS_CHECK_MODULES): Include check-perl.
11239 (INSTALL_MODULES): Include install-perl.
11240 (ALL_X11_MODULES): Include all-guile.
11241 (CHECK_X11_MODULES): Include check-guile.
11242 (INSTALL_X11_MODULES): Include install-guile.
11243 (all-perl): New target.
11244 (all-guile): New target.
11245
11246 * configure.in (host_tools): Include perl and guile.
11247 (native_only): Include perl and guile.
11248 (noconfigdirs): Don't build guile and perl; no ports have been
11249 done.
11250
11251Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
11252
80413487
RH
11253 * configure (--enable-*): Handle quoted option lists such as
11254 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
11255
11256Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11257
11258 * Makefile.in ({,inst}all-target): New rule so we can make and
11259 install all of the target directories easily.
11260
11261Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11262
11263 * configure.in: Add missing global flag in sed substitution when
11264 deleting `target-' from ${configdirs}.
11265
11266Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
11267
11268 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
11269 option.
11270
11271 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
11272 config/mh-necv4.
11273
11274 * install.sh: Correct misspelling of transformbasename.
11275
11276 * config.guess: Recognize mips-*-sysv*.
11277
11278Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
11279
11280 * config.sub: Recognize mon960.
11281
11282Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
11283
11284 * configure: Restore Canadian Cross handling of BISON and LEX,
11285 removed in Feb 20 change.
11286
11287Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
11288
11289 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
11290 Mention make install. Remove the old copyright date as well the
11291 clumsy and rather pointless copyright on the README file.
11292
11293Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
11294
11295 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
11296 Makefile after running symlink-tree, then run `make distclean' to
11297 avoid clobbering any generated files in srcdir.
11298
11299Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
11300
11301 * configure.in (m68k-*-netbsd*): Build everything now.
11302
11303Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11304
11305 * Makefile.in (taz): Fix quoting.
11306
11307Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
11308
11309 * configure.in (sparclet-*-*): Build everything now.
11310
11311Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11312
11313 * configure.in (m68k-*-linux*): New host.
11314
11315Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
11316
11317 * configure: Check for bison before byacc.
11318
11319Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
11320
11321 * Makefile.in configure: Change the way LEX and BISON/YACC are
11322 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
11323 searching PATH. These are used as fallbacks by Makefile.in if
11324 flex/bison/byacc aren't in objdir.
11325
11326Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
11327
11328 * Makefile.in: Make everything which depends upon all-bfd also
11329 depend upon all-opcodes, in case --with-commonbfdlib is used.
11330
11331Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11332
11333 * configure.in (host *-*-cygwin32): Don't build gdb if we are
11334 building NT native compilers on Unix.
11335
11336Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
11337
11338 * configure.in: Don't get CC from the host Makefile fragment if we
11339 can find gcc in PATH, or if this is a Canadian Cross. Move the
11340 Solaris test for /usr/ucb/cc to the post target script, just after
11341 the compiler sanity test.
11342
11343Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
11344
11345 * config.sub: Merge with FSF.
11346
11347Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
11348
11349 * Makefile.in (RPATH_ENVVAR): New variable.
11350 (REALLY_SET_LIB_PATH): Use it.
11351 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
11352
11353Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
11354
11355 * config.sub, configure.in: Recognize sparclet cpu.
11356
11357Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
11358
11359 * config.guess: Support m68k-cbm-sysv4.
11360
11361Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11362
11363 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
11364 m68k-unknown-linuxaout from linker help string. Put quotes around
11365 $ld_help_string.
11366
11367Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
11368
11369 * config.guess (powerpc-harris-powerunix): Add guess for port
11370 to new target.
11371
11372Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11373
11374 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
11375
11376Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
11377
11378 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
11379 $(REALLY_SET_LIB_PATH) in Makefile.
11380 * Makefile.in (SET_LIB_PATH): New variable.
11381 (REALLY_SET_LIB_PATH): New variable.
11382 ($(DO_X)): Use $(SET_LIB_PATH).
11383 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
11384 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
11385 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
11386 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
11387 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
11388 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
11389 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
11390 (install-dosrel): Likewise.
11391 (all-opcodes): Depend upon all-libiberty.
11392
11393Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
11394
11395 * config.guess (*:CYGWIN*): New
11396
11397Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11398
11399 * Makefile.in (all-target-winsup): All all-target-libiberty.
11400
11401Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11402
11403 * configure.in (noconfigdirs): Add missing # in front of comment.
11404
11405Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
11406
11407 * configure.in: add second pass to things added to noconfigdirs
11408 so *-gm-magic can exclude libgloss properly.
11409
11410Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
11411
11412 * mpw-configure (extralibs_name, rez_name): Set correctly
11413 for MWC68K compiler.
11414
11415 * mpw-README: Add more info on the necessary build tools.
11416
11417Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
11418
11419 * configure.in, config.sub: Recognize cygwin32.
11420
11421Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
11422
11423 * config.guess, config.sub: Recognize A/UX.
11424
11425Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
11426
11427 * config.sub: Merge with gcc/config.sub.
11428
11429Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
11430
11431 * mpw-build.in (do-binutils): Add build of stamps.
11432
11433Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
11434
11435 * config.sub: Add recognition for mips64vr4100*-* targets.
11436
11437Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11438
11439 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
11440 Add creation of gconfigargs with `--enable-shared' turned on.
11441 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
11442 ($(host)-stamp-stage3-configured): Likewise.
11443 (HOLES): Add chatr and ldd.
11444 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
11445
11446Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
11447
11448 * configure: Pass --nfp to recursive configures.
11449
11450Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
11451
11452 * Makefile.in (DLLTOOL): New.
11453 (DLLTOOL_FOR_TARGET): New.
11454 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
11455 (EXTRA_TARGET_FLAGS): Ditto.
11456 (EXTRA_GCC_FLAGS): Ditto.
11457 (CONFIGURE_TARGET_MODULES): Ditto.
11458 (DO_X): Ditto.
11459 * configure: Add DLLTOOL.
11460
11461Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
11462
11463 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
11464 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
11465 mh-sco, since old workarounds no longer needed, and don't
11466 build ld, since libraries have weak symbols in COFF.
11467
11468Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
11469
11470 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
11471
11472Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
11473
11474 * configure.in: Make sure that ${CC} can be used to compile an
11475 executable.
11476
afb8d725
JM
11477Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11478
11479 * Makefile.in (all-gdb): Depend on $(GDB_TK).
11480 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
11481 nothing depending on whether gdbtk is being built.
11482
252b5132
RH
11483Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
11484
11485 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
11486
11487Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
11488
11489 * configure.in (noconfigdirs): Put ld or gas in this early, if the
11490 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
11491
11492Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
11493
11494 * config-ml.in: Add support for
11495 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
11496 Simplify setting of multidirs from --disable-foo.
11497
11498Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11499
11500 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
11501 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
11502 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 11503 non-empty, pass them on to the GCC make.
252b5132
RH
11504 (all-bootstrap): New rule that is like all-gcc, except it executes
11505 the GCC bootstrap rule instead of the GCC all rule.
11506
11507Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
11508
11509 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
11510
11511Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11512
11513 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
11514 DG/UX support.
11515
11516Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
11517
11518 * config.sub (i*86*) Change [345] to [3456]
11519
11520Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11521
11522 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
11523 --with-gnu-ld=no.
11524
11525Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11526
11527 * config-ml.in (rs6000*, powerpc*): Add switches to control which
11528 AIX multilibs get built.
11529
11530Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11531
11532 * configure.in (i386-win32): Don't build expect if we're not
11533 building the tcl subdir.
11534
11535Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
11536
11537 * Makefile.in: (configure-target-examples, all-target-examples):
11538 New targets, configure and build example programs.
11539
11540Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11541
11542 * mpw-configure: If an mpw-config.in generated a file mk.sed,
11543 use it as input to sedit the generated MPW makefile.
11544 * mpw-README: Add a suggestion about Gestalt.h.
11545
11546Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
11547
11548 * config.sub: Accept *-*-ieee*.
11549
11550Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
11551
11552 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
11553 Ronald F. Guilmette <rfg@monkeys.com>.
11554
11555Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11556
11557 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
11558 for powerpc-pe native.
11559 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
11560 (target==powerpc-pe): duplicate i386-win32 entry.
11561
11562Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11563
11564 * configure.in (noconfigdirs): Exclude target-newlib for all versions
11565 of vxworks, not just vxworks5.1.
11566
11567Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
11568
11569 * mpw-configure: Add support for exec-prefix.
11570
11571Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11572
11573 * config.guess: Recognize HP model 816 machines as having
11574 a PA1.1 processor.
11575
11576Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
11577
11578 * configure: Ignore new autoconf configure options.
11579
252b5132
RH
11580Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11581
11582 * config.guess: Recognize Pentium under SCO.
11583 From Robert Lipe <robertl@arnet.com>.
11584
11585Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11586
11587 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
11588
11589Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
11590
11591 * configure.in: Don't configure gas for alpha-dec-osf*.
11592
11593Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
11594
11595 * configure.in: Default to --with-stabs for some targets for which
11596 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
11597 i[345]86*-*-unixware*.
11598
11599Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
11600
11601 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
11602 rather than basing it on the target. Simplify handling of options
11603 controlling which directories to configure. Remove extraneous
11604 slash in multi-clean target.
11605
11606Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
11607
11608 * config-ml.in: Prefix more variables with ml_ so they don't collide
11609 with configure's.
11610
11611Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
11612
11613 * configure: Don't turn -v into --v.
11614
11615Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
11616
11617 * configure.in (targargs): Fix typo.
11618
11619 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
11620
11621Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
11622
11623 * configure.in: Strip --host and --target options from
11624 CONFIG_ARGUMENTS, and always configure for --host only. Add
11625 --with-cross-host option when building with a cross-compiler.
11626 * configure: Canonicalize the arguments put into config.status by
11627 always using `=' for an option with an argument. Pass a presumed
11628 --host or --target explicitly.
11629
11630Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
11631
11632 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
11633 into general OS recognition case.
11634
11635Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11636
11637 * configure.in (target_configdirs): add target-winsup only
11638 for win32 target systems.
11639
11640Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
11641
11642 * Makefile.in (all-target-libgloss): Depend upon
11643 configure-target-newlib, since when libgloss is built it looks to
11644 see if the newlib directory exists.
11645
11646Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
11647
11648 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
11649 cfg-ml-*.in.
11650
11651Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
11652
11653 * configure: Handle LD and LD_FOR_TARGET when configuring a
11654 Canadian Cross.
11655
252b5132
RH
11656Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11657
11658 * configure.in (target_libs): add target-winsup.
11659 (target==i386-win32): add patch diff flex make to $noconfigdirs.
11660 (target==ppcle-pe): remove ld from $noconfigdirs.
11661
11662Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
11663
11664 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
11665 Preserve relative path names in $srcdir. Build symlink tree if
11666 configuring cross target dir and srcdir=. (= no VPATH support).
11667 (configure-target-libg++): Depend on configure-target-librx.
11668 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
11669 * config-ml.in: New file.
11670 * symlink-tree: New file.
11671 * configure: Ensure srcdir="." if that's what it is.
11672
11673Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
11674
11675 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
11676 includes and FLEX_SKELETON setting.
11677 * mpw-configure (--with-gnu-ld): New option, controls whether
11678 to use PPCLink or ld with PowerMac GCC.
11679 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
11680 * mpw-config.in: Configure grez if targeting Mac.
11681
11682 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
11683 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
11684 just macos.
252b5132
RH
11685 * configure.in: Configure grez resource compiler if targeting Mac.
11686 * Makefile.in (all-grez, install-grez): New targets.
11687
11688Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
11689
11690 * configure: CXX defaults to gcc, not g++. If we find
35590697 11691 gcc in the path, set CC to gcc -O2.
252b5132
RH
11692
11693Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
11694
11695 * configure: Default ${build} correctly. Avoid picking up extra
11696 spaces when reading CC and CXX from Makefile. When doing a
11697 Canadian Cross, use plausible default values for numerous
11698 variables.
11699 * configure.in: When doing a Canadian Cross, don't try to
11700 configure tools whose configure script can't handle it.
11701
11702Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11703
11704 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
11705
11706Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
11707
11708 * configure: Remove dubious bug reporting address.
11709
11710Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
11711
11712 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
11713 configure script, run that instead of this directory's configure.
11714 In either case, print a message that we're configuring the sub-dir.
11715
11716Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
11717
11718 * configure.in: Before checking for the existence of various files,
11719 use sed to filter out "target-".
11720
11721Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
11722
11723 * Makefile.in (DO_X): Split rule to decrease command line length
11724 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
11725 (Philippe De Muyter).
11726
11727Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11728
11729 * Makefile.in (all-patch): depend on all-libiberty.
11730
11731Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
11732
11733 * configure.in: If the only directory in target_configdirs which
11734 actually exists is libiberty, then set target_configdirs to empty,
11735 to avoid trying to build a target libiberty in a gas or gdb
11736 distribution.
11737
11738Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
11739
11740 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
11741 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
11742 systems.
252b5132
RH
11743
11744Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11745
11746 * configure.in (copy_dirs): Use sys-include instead of include
11747 for --with-headers option.
11748
11749Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
11750
11751 * Makefile.in, configure.in: Make winsup builds work with
11752 new scheme.
11753
11754Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
11755
11756 * configure.in: Build the linker on AIX.
11757
11758Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
11759
11760 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
11761 where needed.
11762
11763Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
11764
11765 * Makefile.in (all-gcc): Fix typo.
11766
11767Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
11768
11769 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
11770
11771Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
11772
11773 * configure.in: Rename libFOO to target-libFOO, and xiberty
11774 to target-xiberty, to provide more flexibility.
11775 (target_subdir): Define. Create if cross.
11776 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
11777 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
11778 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
11779 check-libFOO -> check-target-libFOO, etc.
11780 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
11781 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
11782 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
11783 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
11784 allow ALL_GCC="" to only configure.
11785 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
11786 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
11787 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
11788
11789Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
11790
11791 * Makefile.in (taz): Build "info" in etc explicitly.
11792
11793Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
11794
11795 * configure.in: Make sure that CC is undefined (as opposed to
11796 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
11797 problem with autoconf trying to configure on a host without GCC.
11798
11799Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11800
11801 * mpw-configure: Set host alias from choice of host compiler,
11802 only use generic MPW Makefile sed if present, edit a file
11803 named "hacked_Makefile.in" instead of "Makefile.in" if present.
11804 * mpw-README: Add problem notes about CW6 and CW7.
11805
11806Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
11807
11808 * Makefile.in (taz): Use ";" instead of ";;".
11809
11810Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
11811
11812 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
11813 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
11814 DISTDOCDIRS.
11815 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
11816 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
11817
11818Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
11819
11820 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
11821 and gnats, because they are now subsumed by DISTSTUFFDIRS.
11822 Move bfd to DISTSTUFFDIRS.
11823
11824Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11825
11826 * Makefile.in (X11_LIB): Removed.
11827 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
11828
11829 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
11830
11831Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11832
11833 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
11834 names.
11835
11836Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11837
11838 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
11839
11840Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
11841
11842 * configure.in (i[345]86-*-win32): Always build newlib.
11843 Don't configure cvs, autoconf or texinfo.
11844 * Makefile.in (LD_FOR_TARGET): New.
11845 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
11846 Pass down LD_FOR_TARGET.
11847
11848Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
11849
11850 * winsup: New directory.
11851 * Makefile.in: Build winsup.
11852 * configure.in: Winsup is configured when target is win32.
11853 Can only build win32 target GDB when native.
35590697 11854
252b5132
RH
11855Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
11856
11857 * config.guess: Recognize HP model 819 machines as having
11858 a PA 1.1 processor.
11859
11860Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
11861
11862 * configure: Fix sed loop which substitutes for CC and CXX to
11863 avoid bug found in various sed implementations.
11864
11865Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11866
11867 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
11868 simulator. Use standard powerpc-*-eabi*.
11869
11870Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
11871
11872 * configure.in: Stop putting gas and binutils in noconfigdirs for
11873 powerpc-*-aix* and rs6000-*-*.
11874
11875Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
11876
11877 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
11878 -mcall-aixdesc libraries.
11879
11880Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
11881
11882 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11883
11884 * config.sub (arm | armel | armeb): Fix shell syntax.
11885
11886Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11887
11888 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
11889 -msoft-float and -mcpu=common support.
11890 (powerpc*-*-eabisim*): Add support for building -mcall-aix
11891 libraries.
11892
11893Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11894
11895 * configure.in: Allow configuration and build of emacs19 for the alpha.
11896
11897Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11898
11899 * configure.in (CC): Get ^CC, not just any old CC, from
11900 ${host_makefile_frag}.
11901
11902Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11903
35590697 11904 * configure.in (CC): Try to get CC from
252b5132
RH
11905 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
11906
11907Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11908
11909 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
11910 only if it exists in $(srcdir).
11911
11912Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
11913
11914 * configure: If CC and CXX are not set in the environment, set
11915 them, based on either an existing Makefile or on searching for gcc
11916 in PATH. Substitute for CC and CXX in Makefile.
11917 * configure.in: Remove libm from target_libs. Separate
11918 target_configdirs from configdirs. If CC is not set in
11919 environment, try to get it from a host Makefile fragment. Rewrite
11920 changes of configdirs to use skipdirs instead. A few minor
11921 tweaks. Take directories out of target_configdirs as they are
11922 taken out of configdirs. Remove existing Makefile files from
11923 subdirectories. Substitute for TARGET_CONFIGDIRS and
11924 CONFIG_ARGUMENTS in Makefile.
11925 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
11926 by configure.in.
11927 (CONFIG_ARGUMENTS): Likewise.
11928 (CONFIGURE_TARGET_MODULES): New variable.
11929 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
11930 ($(CONFIGURE_TARGET_MODULES)): New target.
11931 (configure-libg++, configure-libio): New targets.
11932 (all-libg++): Depend upon configure-libg++.
11933 (all-libio): Depend upon configure-libio.
11934 (configure-libgloss, all-libgloss): New targets.
11935 (configure-libstdc++): New target.
11936 (all-libstdc++): Depend upon configure-libstdc++.
11937 (configure-librx, all-librx): New targets.
11938 (configure-newlib): New target.
11939 (all-newlib): Depend upon configure-newlib
11940 (configure-xiberty): New target.
11941 (all-xiberty): Depend upon configure-xiberty.
11942
11943Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11944
11945 * configure.in (host i[345]86-*-win32): Expand the
11946 noconfigdirs again.
11947
11948Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
11949
11950 * mpw-configure: Fix sed command file name.
11951
11952Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
11953
35590697 11954 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
11955 noconfigdirs again.
11956
11957Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
11958
11959 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
11960 or powerpc*-*-pe*, since they are not yet supported.
11961
11962Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11963
11964 Add PowerMac support and many other enhancements.
11965 * mpw-configure: New option --cc to select compiler to use,
11966 paste options set according to --cc into the generated
11967 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
11968 if mpw-make.sed is present.
11969 * mpw-config.in: Don't test for gC1, test for mpw-touch,
11970 add forward includes for PowerPC include files.
11971 * mpw-build.in: Build using Makefile.PPC if present.
11972 (do-byacc, etc): Remove separate version resource builds.
11973 (do-gas): Build "stamps" before "all".
11974 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
11975 * mpw-README: Update to reflect --cc option, PowerMac support,
11976 and recently-reported compatibility problems.
11977
11978Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
11979
11980 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
11981 embedded m68k systems (-aout, -coff, -elf, -vxworks).
11982 (--with-multilib-top): Pass to recursive invocations.
11983
11984Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
11985
11986 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
11987 v810-*-*.
11988
11989Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11990
11991 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
11992 gdb, ld and opcodes on v810-*-*.
11993
252b5132
RH
11994Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
11995
11996 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
11997 (local-maintainer-clean): New target.
11998 (maintainer-clean): New target.
11999 (realclean): Just depend upon maintainer-clean.
12000
12001Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12002
12003 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12004
12005Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
12006
12007 * configure.in: Build ld in mips*-*-bsd* case.
12008
12009Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
12010
12011 * config.sub: Accept -lites* OS. From Ian Dall.
12012
12013Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
12014
12015 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 12016 targets.
252b5132
RH
12017
12018Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12019
12020 * configure.in: treat i386-win32 canadian cross the same as
12021 i386-go32 canadian cross.
12022
12023Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12024
12025 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12026 running under the simulator to build a reduced set of libraries.
12027 (powerpc-*-eabiaix): Add fine grained multilib support added to
12028 other powerpc targets yesterday.
12029
12030Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12031
12032 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12033 -disable-softfloat, -disable-relocatable, -disable-aix, and
12034 -disable-sysv to control which multilib libraries get built.
12035
12036Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12037
12038 * configure: Add Makefile.tem to list of files to remove in trap
12039 handler.
12040
12041Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
12042
12043 * config.guess (*Linux*): Add missing "exit"s.
12044 Also, need specific check for alpha-unknown-linux (uses COFF).
12045
12046Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
12047
12048 * config.guess: Merge with FSF:
12049
12050 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
12051 * config.guess (AIX4): More robust release numbering discovery.
12052
12053 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
12054 * config.guess (i386-sequent-ptx): Properly get version number.
12055
12056 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
12057 * config.guess (mips:*:4*:UMIPS): New case.
12058
12059Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
12060
12061 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12062 (i386-win32 host): Likewise. Don't build readline.
12063
afb8d725
JM
12064Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
12065
12066 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
12067 SUPPORT_FILES to submakes.
12068
252b5132
RH
12069Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
12070
12071 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12072 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12073 mpw-configure.
12074
12075Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
12076
12077 * configure.in (appdirs): Use =, not ==, in test expression when
12078 trying to build the text to print in the warning message for
12079 Solaris users.
12080
12081Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
12082
12083 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12084
12085Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12086
12087 * config.guess: Recognize lynx-2.3.
12088
12089Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
12090
12091 * config.sub (z8ksim): Deleted
12092 (z8k-*-coff): New, this is the one true name of the target.
12093
12094Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
12095
12096 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12097
12098Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
12099
12100 * config.guess (*:Linux:*:*): First try asking the linker what the
12101 default object file format is (elf, aout, or coff). Then if this
12102 fails, try previous methods.
12103
12104Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12105
12106 * configure.in: Don't build newlib for *-*-vxworks5.1.
12107
12108Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12109
12110 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12111 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12112
12113Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
12114
12115 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12116
12117Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
12118
12119 * cfg-ml-com.in: New file.
12120 * cfg-ml-pos.in: New file.
12121
12122Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12123
12124 * COPYING.NEWLIB: Add HP free copyright to list.
12125
12126Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12127
12128 * config.sub: Recognize -eabi* for the system, not just -eabi.
12129
12130Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
12131
12132 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12133 * config.sub, configure.in (win32): New target and host.
12134
12135Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
12136
12137 * configure.in: Add i386-pe configuration.
12138
12139Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
12140
12141 * mpw-build.in (install): Install GDB after LD.
12142
12143Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
12144
12145 * mpw-config.in (elf/mips.h): Always forward-include, needed
12146 for GDB to build.
12147
12148Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
12149
12150 * testsuite: New directory for customer acceptance and whole tool
12151 chain tests.
12152
12153Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12154
12155 * configure: If per-host line isn't found, but AC_OUTPUT is found
12156 and a configure script exists, run it instead.
12157
12158Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12159
12160 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
12161
12162Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
12163
12164 * configure: Set build_{cpu,vendor,os,alias} to host values when
12165 --build isn't specified.
12166
12167Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12168
12169 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
12170 (FLAGS_TO_PASS): Pass them.
12171 (EXTRA_TARGET_FLAGS): Ditto.
12172
252b5132
RH
12173Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12174
12175 * Makefile.in (all-libg++): Depend on all-libstdc++.
12176
12177Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12178
12179 * configure.in (noconfigdirs): Enable all packages for
12180 i386-unknown-netbsd.
12181
12182Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
12183
12184 * configure.in (noconfigdirs): Don't configure tk for i386-go32
12185 hosted builds (DOS builds)
12186
12187Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12188
12189 Changes for ARM based on patches from Richard Earnshaw:
12190 * config.sub: Handle armeb and armel.
12191 * configure.in: Omit arm linker only for riscix.
12192
12193Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
12194
12195 * config.guess: Update from FSF.
12196
12197Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
12198
12199 * config.sub: Recognize powerpcle as the little endian varient of
12200 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
12201 powerpcle variant. Convert pentium into i586, not i486. Add p5
12202 alias for i586. Map new x86 variants p6, k5, nexgen into i586
12203 temporarily.
12204
12205Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
12206
12207 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
12208
12209Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
12210
12211 * config.sub: Accept -lites* as a basic system type.
12212
12213Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
12214
12215 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
12216 installed, and if so return linuxoldld as the system name.
12217
12218Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
12219
12220 * config.guess: Add hppa1.1-hp-lites support.
12221
12222Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
12223
12224 * configure.in: Don't build newlib for m68k-vxworks5.1.
12225
12226Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12227
12228 * configure.in (mips-sgi-irix6): Use mh-irix5.
12229
12230Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
12231
12232 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
12233
12234Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12235
12236 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 12237 OSF/1. Fix compiler flags.
252b5132
RH
12238 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
12239
12240Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
12241
12242 * configure.in: Recognize --with-newlib.
12243 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
12244
afb8d725
JM
12245Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12246
12247 * Makefile.in: move {all,check,install}-gdb from *_MODULES
12248 to *_X11_MODULES due to gdbtk needing X include files et al.
12249
252b5132
RH
12250Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
12251
12252 Merge in support for Mac MPW as a host.
12253 (Old change descriptions retained for informational value.)
12254
12255 * mpw-config.in: Add generic include forwards for cpu-specific
12256 include files in aout and elf directories.
12257
12258 * mpw-configure: Added copyright.
12259 * mpw-config.in: Check for presence of required build tools.
12260 (target_libs): Add newlib.
12261 (target_tools): Add examples.
12262 (Read Me): Generate as "Read Me for MPW" instead.
12263 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
12264 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
12265 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
12266
12267 * mpw-configure: Remove subdir-specific makefile hackery,
12268 delete mk.tmp after using it.
12269
12270 * mpw-build.in (all): Display start and end times.
12271
12272 * mpw-configure (host_canonical): Set.
12273 (target_cpu): Always add to makefiles.
12274 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
12275 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
12276 (mpw-mh-mpw): Look for in srcdir and srcroot.
12277 Use sed instead of mpw-edit-prefix to edit prefix definitions.
12278
12279 * mpw-build.in: (install-only): New target.
12280
12281 * mpw-configure (host_alias, target_alias): Rename from hostalias
12282 and targetalias, add into generated Makefile.
12283 (mk.tmp): If present, add into generated Makefile.
12284 * mpw-build.in (all-gas): Build config.h first before gas proper.
12285
12286 * mpw-configure (config.status): Write only if changed.
12287 * mpw-config.in (readline): Configure it (not built, just used for
12288 definitions).
12289
12290 * mpw-config.in (elf/mips.h): Add a forward include.
12291
12292 * mpw-config.in: Forward-include most .h files in include into
12293 extra-include.
12294 (readline): Don't build.
12295 mpw-build.in (install): Install GDB.
12296
12297 * mpw-configure (prefix, mpw_prefix): Handle it.
12298 * mpw-config.in (mmalloc, readline): Don't configure.
12299 * mpw-build.in (thisscript): Rename to ThisScript.
12300 Use mpw-build instead of BuildProgram everywhere.
12301 (mmalloc, readline): Don't build.
12302 * mpw-README: New file, basic documentation about the MPW port.
12303
12304 * mpw-config.in: Use forward-include to create include files.
12305
12306 * mpw-configure: Add more things to the top of each configured
12307 Makefile, including contents of config/mpw-mh-mpw.
12308 * mpw-config.in (extra-include): Create this directory and fill it
12309 with Posix-like include files when configuring.
12310
12311 * config.sub (apple, mac, mpw): Add various aliases.
12312
12313 * mpw-build.in: New file, top-level build script fragment for MPW.
12314 * mpw-configure: New file, configure script for MPW.
12315 * mpw-config.in: New file, config fragment for MPW.
12316
12317Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12318
12319 * configure.in (host_libs): Remove glob, since it is gone from the
12320 sources.
12321
12322Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12323
12324 * Makefile.in: define empty GDB_NLM_DEPS var.
12325
12326 * configure.in(target_makefile_frag): use config/mt-netware
12327 for netware targets.
12328
12329Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
12330
12331 * config.sub: Merge in recent FSF changes. Remove linux special
12332 cases.
12333
12334Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12335
4bddf3ad 12336 Revert this change:
252b5132
RH
12337
12338 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
12339
12340 * build-all.mk: Use CC=cc -Xs on Solaris.
12341
252b5132
RH
12342Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12343
12344 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
12345 stop using it.
12346 * Makefile.in: Nuke all references to glob subdirectory.
12347
12348Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12349
12350 * configure.in: Fix --enable-shared logic in per-host.
12351
12352Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
12353
12354 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
12355
12356Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12357
12358 * configure.in (noconfigdirs): Don't build gas on AIX, for
12359 powerpc*-*-aix* as well as for rs6000*-*-aix*.
12360
12361Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
12362
12363 * configure: Fix --cache-file to work if the file argument is a
12364 relative path.
12365
12366Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
12367
12368 * configure: If the --cache-file is used, pass it down to
12369 configure in subdirectories.
12370
12371Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
12372
12373 * config.sub: add vxworks29k configuration.
12374
12375Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12376
12377 * Makefile.in (taz): Do "diststuff" part quietly.
12378
12379Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
12380
12381 * config.sub: Mini-merge with gcc/config.sub.
12382
12383Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12384
12385 * config.guess (IRIX): Sed - to _.
12386
12387Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12388
12389 * Makefile.in (source-vault, binary-vault): New targets.
12390
12391Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
12392
12393 * config.sub: Recognize -eabi as a basic system type.
12394
12395Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12396
12397 * configure.in (enable_shared stuff): Fix typo.
12398
12399Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
12400
12401 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
12402
12403Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12404
12405 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
12406
12407Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12408
12409 * configure.in (rs6000-*-*): Don't build gas.
12410
12411Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
12412
12413 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
12414 reduce command line length.
12415 (AS_FOR_TARGET): Check for as.new, not Makefile.
12416 (NM_FOR_TARGET): Check for nm.new, not Makefile.
12417
12418Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
12419
12420 * config.guess: Merge from FSF.
12421
12422Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12423
12424 * configure: Don't use $ when handling program_suffix.
12425
12426Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
12427
12428 * configure.in: Configure tk for hppa/hpux.
12429
12430Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
12431
12432 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
12433
12434Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12435
12436 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
12437 to LIBCXXFLAGS. Tests are better run without it.
12438
12439Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
12440
12441 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
12442
12443Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
12444
12445 * configure.in (*-*-netware*): Don't configure xiberty.
12446
12447Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
12448
12449 * configure.in: Remove tk from native_only list.
12450
12451Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
12452
12453 * build-all.mk: Add mips-ncd-elf target to sun4 targets
12454 for special NCD build.
12455
12456Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12457
12458 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
12459 makeall.bat, they're only useful for binutils snapshots.
12460 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
12461 makeall.bat to specified SUPPORT_FILES.
12462
12463Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
12464
12465 * build-all.mk: Add Ericsson targets to sun4 and solaris
12466 hosts. Add BNR's sun4 target to solaris host, so their
12467 build-from-source will be tested in-house first.
12468
12469Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12470
12471 * Makefile.in (LIBCFLAGS): New variable.
12472 (CFLAGS_FOR_TARGET): Ditto.
12473 (LIBCFLAGS_FOR_TARGET): Ditto.
12474 (LIBCXXFLAGS): Ditto.
12475 (CXXFLAGS_FOR_TARGET): Ditto.
12476 (LIBCXXFLAGS_FOR_TARGET): Ditto.
12477 (BASE_FLAGS_TO_PASS): Pass them.
12478 (EXTRA_TARGET_FLAGS): Ditto.
12479
4bddf3ad 12480 * configure.in: Support --enable-shared.
252b5132
RH
12481
12482Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
12483
12484 * configure.in (target_libs): Include libstdc++ again.
12485 * config.guess: Update from FSF (for FreeBSD).
12486
12487Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12488
12489 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
12490 makeall.bat.
12491 (DISTDOCDIRS): Add `etc'.
12492 (ETC_SUPPORT_PFX): New variable.
12493 (taz): Include anything from etc starting with a word in
12494 ETC_SUPPORT_PFX.
12495
12496Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12497
12498 * config.sub: Update for recent FSF changes. Remove obsolete
12499 h8300hds entry. Add -windows* and -osx as basic os. Minor
12500 spacing changes.
12501
12502Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12503
12504 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
12505
12506 * config.guess: Merge with FSF.
12507 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
12508
12509Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12510
12511 * configure: Since the "trap 0" handler will override the exit
12512 status on many systems, only use it for "exit 1", and make it set
12513 a non-zero exit status; reset it before "exit 0". Also, check
12514 exit status of config.sub, and error out if it failed.
12515
12516Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
12517
12518 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
12519 and install libgloss.
12520
12521Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12522
12523 * Makefile.in (all-binutils): Depend upon all-byacc.
12524
12525 * configure.in: Don't build emacs on Irix 5.
12526
12527Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12528
12529 * configure.in (*-*-netware*): Add libio.
12530
12531Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12532
12533 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
12534 (CHECK_TARGET_MODULES): Ditto.
12535 (INSTALL_TARGET_MODULES): Ditto.
12536 (TARGET_LIBS): Ditto.
12537 (all-libstdc++): Note dependencies.
12538
12539Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12540
12541 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
12542
12543Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12544
12545 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
12546 -fexternal-templates.
12547
12548 * configure.in (target_libs): Add libstdc++.
12549 (noconfigdirs): Add libstdc++ as appropriate.
12550
12551Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12552
12553 * config.guess: Update from FSF.
12554
12555Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12556
12557 * configure: Use ${config_shell} when running ${configsub}.
12558
12559Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
12560
12561 * config.sub: No longer recognize h8300h.
12562
12563Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12564
12565 * config.sub: Remove extraneous differences between config.sub and
12566 gcc/config.sub.
12567
12568Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12569
12570 * Makefile.in (DISTSTUFFDIRS): Add gas.
12571
12572Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
12573
12574 * COPYING.NEWLIB: New file.
12575
12576Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
12577
12578 * config.guess (HP-UX): Patch from Harlan Stenn
12579 <harlan@landmark.com> to also emit release level.
12580
12581Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12582
12583 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
12584
12585Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
12586
12587 * config.sub: Merge nextstep cleanup from FSF.
12588
12589Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12590
12591 * configure.in (arm-*-*): Don't configure ld for this target.
12592
12593Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12594
12595 * configure.in (*-*-netware): don't configure libg++, libio,
12596 librx, or newlib.
12597
12598Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12599
12600 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
12601 configure ld--it works, but it doesn't support shared libraries.
12602
12603Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12604
12605 * config.guess (*-unknown-freebsd*): Get rid of possible
12606 trailing "(Release)" in version string.
12607 Patch from Paul Richards <paul@isl.cf.ac.uk>.
12608
12609Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
12610
12611 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
12612 Fix type: *-next-neststep -> *-next-nextstep.
12613
12614 * config.guess: Merge from FSF:
12615
12616 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12617
12618 * config.guess: Recognize powerpc-ibm-aix3.2.5.
12619
12620 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12621
12622 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
12623 instead of UNIX_SV for UnixWare 1.0).
12624
12625Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
12626
12627 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
12628 to make gdb/nlm/* build after the compiler and linker.
12629
12630Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
12631
12632 * config.guess (netbsd, freebsd, linux): Accept any machine,
12633 not just i[34]86.
12634 (m68k-atari-sysv4): Relocate to match FSF version.
12635
12636 * config.guess: More merges from the FSF:
12637
12638 Add a space before function call or macro invocation.
12639
12640 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12641
12642 * config.guess: Add trap cmd to remove dummy.c and dummy when
12643 interrupted.
12644
12645 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12646
12647 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
12648 (dummy): Redirect stderr from compilation of dummy.c.
12649
12650 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
12651
12652 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
12653
12654Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
12655
12656 * configure: Accept and ignore --cache*, for compatibility with
12657 new autoconf.
12658
12659Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
12660
12661 * config.guess: Merge from FSF:
12662
12663 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12664
12665 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
12666 (PATH): Add /.attbin at end for finding uname.
12667 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
12668
12669 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
12670
80413487 12671 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
12672
12673 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
12674
80413487
RH
12675 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
12676 to select whether to use ELF or COFF.
252b5132
RH
12677
12678 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12679
80413487 12680 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
12681
12682 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12683
12684 * config.guess: Guess the OS version for HPUX.
12685
12686 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12687
12688 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
12689
12690Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12691
12692 * configure.in: Recognize --with-headers, --with-libs, and
12693 --without-newlib.
12694 * Makefile.in (all-xiberty): Depend upon all-ld.
12695
12696Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12697
12698 * configure.in: Change i[34]86 to i[345]86.
12699
12700Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12701
12702 * configure (version): A few more tweaks to help message.
12703
12704Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
12705
12706 * Makefile.in: Remove (for now) librx as a host library,
12707 now that we're building it for target.
12708
12709Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12710
12711 * configure: Fix up help message; from karl@owl.hq.ileaf.com
12712 (Karl Berry).
12713
12714Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
12715
12716 * configure.in: Also configure librx.
12717
12718Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12719
12720 * Makefile.in: Update various rules to reflect that librx
12721 is now needed for libg++.
12722
12723Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12724
12725 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
12726
12727Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12728
12729 * configure.in: Configure the examples directory.
12730
12731Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12732
12733 * configure: Simplify Jun 2 1994 change.
12734
12735Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12736
12737 * change CC to /usr/latest/bin/gcc for lynx host builds, since
12738 /bin/gcc isn't good enough to build gcc.
12739
12740Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
12741
12742 * Makefile.in (GDB_SUPPORT_FILES): Remove
12743 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
12744 (gdb.tar.gz): Add new rule to use standard distribution building
12745 mechanism.
12746
12747Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12748
12749 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
12750 Bill Cox <bill@cygnus.com>.
12751
12752Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
12753
12754 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
12755
12756Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
12757
12758 * configure: Search current dir first in .gdbinit.
12759
12760Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
12761
12762 * config.sub: Recognize freebsd (merged from gcc config.sub).
12763
12764Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
12765
12766 * config.sub: Refer to NeXT's operating system as nextstep.
12767
12768 * config.sub (case $basic_machine): Re-order the cases, to match
12769 the order in the FSF version (which is mostly alphabethical).
12770 Merge in some additions and changes from the FSF.
12771
12772Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
12773
12774 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
12775 * config.sub: Recognize cxux7.
12776 * configure.in: Use mh-cxux for m88k-harris-cxux*.
12777
12778Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12779
12780 * config.sub: Fix typo powerpc -> powerpc-*.
12781
12782Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
12783
12784 * Makefile.in: `all-emacs19' depends on `all-byacc'.
12785
12786 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
12787 parallel with all-emacs and install-emacs). Top-level command
12788 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
12789
12790Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12791
12792 * test-build.mk ($(host)-stamp-stage2-installed): Remove
12793 $(relbindir)/make before doing ``make install'', and use
12794 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
12795 installing over running make binary.
12796 ($(host)-stamp-stage3-installed): Likewise.
12797
12798Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12799
12800 * config.guess: Recognize Mach.
12801
12802Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12803
12804 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
12805 see whether --exec-prefix was used.
12806
12807Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12808
12809 * README: Explicitly mention libg++/README. (Zoo's idea.)
12810
12811Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12812
12813 * Makefile.in: Add all-librx target similar to all-libproc.
12814
12815Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
12816
12817 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
12818 with post 1.2 uname bogosity.
12819
12820Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12821
12822 * configure: Remove temporary files on receipt of a signal.
12823
12824Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
12825
12826 * configure: If there is a package_makefile_frag, remove
12827 ${subdir}/Makefile.tem after copying it in.
12828
12829Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12830
12831 * build_all.mk: support rs6000 lynx identifies itself as
12832 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
12833 since /bin/gcc is too feeble to compile a modern gcc.
12834
12835Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12836
12837 * brought devo/test-build.mk update-to-date with progressive/
12838 test-build.mk. Add lynx targets and hppa flag info.
12839
12840Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12841
12842 * configure.in: Use mh-ncrsvr43. Patch from
12843 Tom McConnell <tmcconne@sedona.intel.com>.
12844
12845Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
12846
12847 * config.guess (i386-unknown-bsdi): No longer need to
12848 check #if defined(__bsdi__) && defined(__i386__).
12849
12850Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12851
12852 * configure: Set program_transform_nameoption correctly.
12853
12854Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12855
12856 * brought build-all.mk update-to-date with progressive build-all.mk,
12857 added new targets and hppa info.
35590697 12858
252b5132
RH
12859Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12860
12861 * configure: If config.guess result is a prefix of the user
12862 specified target, assume a native build and use the user specified
12863 target as the host alias. Remove SunOS patch suffix removal hack.
12864 * configure.in: Remove SunOS patch suffix removal hack.
12865
12866 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
12867 in NATIVE_CHECK_MODULES.
12868
12869Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
12870
12871 * Makefile.in: Rename HOST_ONLY to NATIVE.
12872 * configure: Delete SunOs patch suffix from host_canonical
12873 and build_canonical variables that are prepended to Makefiles.
12874 * configure.in: Add comments for easier maintenance.
12875
12876Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12877
12878 * Makefile.in: Add all-libproc target similar to all-gui.
12879
12880Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
12881
12882 * Makefile.in (CHECK_MODULES): split into
12883 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
12884
12885Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
12886
12887 * config.guess (i386-unknown-bsdi): New system to guess.
12888
12889Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12890
12891 * Makefile.in: Add all-gui target (but not yet build by "all").
12892
12893Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
12894
12895 * config.sub: Move deletion of patch suffix from here...
12896 * configure.in: To here, at Ian's suggestion. The top-
12897 level scripts might need to know of a patch level.
12898
12899Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
12900
12901 * config.sub: Strip off patch suffix so rtl is recognized
12902 as a sunos4.1.3 machine, even though it's been patched.
12903
12904Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
12905
12906 * Makefile.in (INSTALL_LAST): Delete.
12907 (INSTALL_DOSREL): New.
12908
12909Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12910
12911 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
12912 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
12913 whether we pass down --with-gnu-ld anyhow.
12914
12915Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
12916
12917 * Makefile.in (INSTALL_LAST): Change operation so it works
12918 on more flavors of make.
12919 * configure.in (go32): Don't build libg++ or libio.
12920
12921Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
12922
12923 * Makefile.in (Move HOST_PREFIX_1 and friends up so
12924 they can be overriden by templates.
12925
12926Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
12927
12928 * configure.in (target==go32): Don't build gdb.
12929 * dosrel: New directory.
12930
12931Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
12932
12933 * configure.in (host==go32): Configure dosrel too.
12934 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
12935 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
12936 be set by incoming names or templates.
12937 (INSTALL_LAST): New rule.
252b5132
RH
12938
12939Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
12940
12941 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
12942
12943Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12944
252b5132
RH
12945 * configure.in (appdirs): New variable. Currently empty, but will
12946 be used in gas distribution. If nonempty, lists a set of
12947 directories at least one of which must get configured, or top
12948 level configuration is considered to have failed.
12949 (rs6000-*-lynxos*): Use new file name.
12950
12951Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12952
12953 Eliminate XTRAFLAGS.
12954 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
12955 newlib include files using -idirafter, and also use -nostdinc.
12956 (CXX_FOR_TARGET): Likewise.
12957 (XTRAFLAGS): Removed.
12958 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
12959 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
12960 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
12961 ($(DO_X)): Don't pass down XTRAFLAGS.
12962
12963Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12964
12965 * configure.in (mips*-dec-bsd*): New target; do build linker.
12966 (mips*-*-bsd*): New target; don't build linker.
12967
12968Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12969
12970 * configure.in: support rs6000-*-lynxos* configuration.
12971 support sunos4 as a cross target.
12972
12973 * config.sub: look for lynx*, not lynx since the OS version may
12974 legitimately be part of the name.
12975
12976Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12977
12978 * configure.in (i[34]86-*-sco*): Move to be with other i386
12979 targets.
12980 (romp-*-*): New target. Skip various binary utilities.
12981 (vax-*-*): New target. Don't build newlib.
12982 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
12983
12984Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12985
12986 * configure.in: Only set host_makefile_frag if config
12987 directory exists.
12988
12989Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12990
12991 * install.sh: If $dstdir exists, don't check whether each
12992 component does.
12993
12994Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12995
12996 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
12997
12998Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
12999
35590697
AJ
13000 * configure.in (*-*-lynxos*): Don't configure newlib for either
13001 native or cross Lynx.
252b5132
RH
13002
13003Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
13004
13005 * config.sub (sparc64-elf): Fix os.
13006 (z8k): Remove duplicate.
13007
13008Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13009
13010 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13011 gcc/stmp-fixproto, to try to prevent fixproto from being run.
13012
13013Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
13014
13015 * configure: Make file links cleanly even if Lynx fails on
80413487 13016 an NFS symlink (at least fail cleanly).
252b5132
RH
13017
13018Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13019
13020 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13021 -XNh2000.
13022
13023Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13024
13025 * configure: Unknown options are fatal again.
13026
13027Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
13028
13029 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 13030 compatibility.
252b5132
RH
13031
13032Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
13033
13034 * build-all.mk: Add `clean' target.
13035
13036Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13037
13038 * config.guess: Add SINIX support.
13039 * configure.in: Add mips-*-sysv4* support.
13040
13041Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
13042
13043 * build-all.mk: Document all useful targets.
13044 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13045 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13046
13047Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13048
13049 * configure: Support --silent, --quiet.
13050
13051Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13052
13053 * configure: Support --disable-FEATURE.
13054
13055Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13056
13057 * config.guess: Recognize NCR running SVR4.3.
13058
13059Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
13060
13061 * config.guess: Make BSDI generate i386-unknown-bsd386.
13062 Patch from Paul Eggert <eggert@twinsun.com>.
13063
13064Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13065
13066 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13067
13068Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13069
13070 * configure: Make unrecognized options give nonfatal warnings
13071 instead of fatal errors, and pass them to any subdirectory
13072 configures in case they recognize them.
13073 Make --x equivalent to --with-x.
13074
13075Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13076
13077 * configure: Add --enable-* options. Clean up usage message and
13078 some comments.
13079
13080Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
13081
13082 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13083
13084Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13085
13086 * configure.in (hppa*-*-*): Enable binutils.
13087
13088Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13089
13090 * config.sub: Recognize cisco.
13091
13092Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
13093
13094 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13095
13096Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13097
13098 * config.guess: about target *-hitachi-hiuxwe2, don't print more
13099 than one configuration name. Add comment.
13100
13101Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
13102
13103 * config.guess: about target *-hitachi-hiuxwe2, fixed
13104 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
13105 macro is incorrect.]
13106
13107Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13108
13109 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13110 than the "make ls" stuff which used to be here.
13111
13112Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13113
13114 * config.guess: Recognize i[34]86-unknown-freebsd.
13115 From Shawn M Carey <smcarey@rodan.syr.edu>.
13116
13117Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
13118
13119 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13120
13121Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
13122
13123 * config.guess: Check for ptx.
13124
13125Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
13126
13127 * config.sub: Add os9k checking.
13128
13129Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13130
13131 * config.guess: Handle OSF1 running on HPPA processors
13132
13133Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13134
13135 * configure: If subdir configure fails, print out a message with
13136 subdirectory name, in case subdir's configure code didn't identify
13137 itself.
13138
13139Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
13140
13141 * configure.in: Remove embedded newlines from configdirs.
13142 Avoid mismatches of substrings. Fix matching strings at end
13143 of configdirs.
13144
13145Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
13146
13147 * config.guess: Add Lynx/rs6000 config support.
13148
13149Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13150
13151 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13152
13153Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
13154
13155 * configure.in (hppa*-*-osf*): Treat this just like most other
13156 PA configurations (eg no binutils or ld).
13157 (hppa*-*-*elf*): These configurations have binutils and ld.
13158
13159Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13160
13161 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
13162
13163Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13164
13165 * configure.in (rs6000-*-*): Build gas.
13166
13167Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13168
80413487 13169 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
13170
13171Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13172
13173 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
13174 for GDB and GDB has been fixed to not need it.
13175
252b5132
RH
13176Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13177
13178 * config.guess: Recognize vax hosts.
13179
13180Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13181
13182 * configure (while loop): Don't use "break 2" inside case
13183 statement -- the case statement isn't an enclosing loop.
13184
13185Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
13186
13187 * config.guess: Clean up NeXT support, to allow nextstep
13188 on Intel machines. Make OS be nextstep.
13189
13190Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
13191
13192 * config.guess: Add alternate forms for Convex.
13193
13194Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
13195
13196 * configure: Completely rewrite option processing. Take
13197 advantage of pattern-matching to avoid invoking test frequently.
13198 Also clean up host and target defaulting logic.
13199
13200Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13201
13202 * Makefile.in: Replace all occurrances of "rootme" with "r" and
13203 "$${rootme}" with "$$r", to increase the likelihood that the do-*
13204 commands (plus user environment) will fit SCO limits.
13205
13206Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13207
13208 * configure.in: Don't issue warnings about directories which are
13209 not being configured if -norecursion is set. Correct test for
13210 --with-gnu-as and --with-gnu-ld to not get confused by substring
13211 matches.
13212
13213 * configure.in: Don't build gas for alpha-dec-osf1*.
13214
13215Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
13216
13217 * configure: Back out Per's change of 12/19/1993. It changes the
13218 behavior of configure in unexpected and confusing ways.
13219
13220 Also, use different delim char when calculating
13221 program_transform_name so that the name can contain slashes.
13222
13223Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
13224
13225 * configure.in, config.sub: Add support for VSTa micro-kernel.
13226
13227Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
13228
13229 * configure.in: Nuke hacks which were used to get a special
13230 version of GAS for HPPA configurations.
13231
13232Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
13233
13234 * configure: If only ${target_alias} is given, use that
13235 as the default for ${host_alias}.
13236 * configure: Add missing back-slashes before nested quotes.
13237
13238Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13239
13240 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
13241
13242Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
13243
13244 * config.guess: Recognize some Tektronix configurations.
13245 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
13246
13247Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13248
13249 * config.sub: Match any flavor of SH.
13250
13251Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
13252
13253 * configure.in: Don't try to configure newlib for Alpha.
13254
13255Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13256
13257 * configure.in: Don't build ld for Irix 5. Don't build gas,
13258 libg++ or libio for any Alpha target.
13259
13260 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
13261
13262Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
13263
13264 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
13265 default arguments -- so it tried to compress itself.
13266
13267Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13268
13269 * configure.in (notsupp): ensure that a space is always at the end
13270 of the configdirs list, since the grep checks for an explicit space
13271
13272Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13273
13274 * configure.in (target i386-sysv4.2): don't build ld, since static
13275 versions of many libraries are not available.
13276
13277Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13278
13279 * config.guess: Recognize Apollos (using environment variables).
13280 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
13281
13282Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13283
13284 * config.guess: Recognize Sony news mips running newsos.
13285
13286Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
13287
13288 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
13289 "fi ; else" for bash.
13290
13291Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
13292
13293 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
13294
13295Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
13296
13297 * config.sub: accept unixware as an alias for svr4.2.
13298 Fix some inconsistancies with the gcc version.
13299
13300Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13301
13302 * Makefile.in (DISTDOCDIRS): Add gdb.
13303
13304Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
13305
13306 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
13307
13308Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13309
13310 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
13311 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
13312 this now.
13313
13314Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13315
13316 * config.sub: Accept hiux* as an OS name.
13317
13318 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
13319 etc/make-stds.texi. The underscore came from gcc, and dje now
13320 agrees that RUNTESTFLAGS is the correct name.
13321
13322Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
13323
13324 * install.sh: Remove 'set -e'. It makes any conditionals
13325 in the script useless.
13326
13327 * config.guess: Automatically recognize arm-acorn-riscix
13328 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
13329
13330Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
13331
13332 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
13333
13334Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13335
13336 * Makefile.in (DISTDOCDIRS): New variable.
13337 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 13338 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
13339
13340Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13341
13342 * configure.in (hppa target): check the source directory for the
13343 pagas sub-directory
13344
13345Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
13346
13347 * config.sub: Allow -aout* and -elf*.
13348
13349Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13350
13351 * configure.in: Don't build ld on i386-solaris2, same as for
13352 sparc-solaris2.
13353
13354Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
13355
13356 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
13357
13358Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13359
13360 * configure.in: Configure gdb for alpha.
13361
13362Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13363
13364 * Makefile.in (CXXFLAGS): Add -O.
13365
13366Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13367
13368 * config.guess: added support for DG Aviion
13369
13370Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13371
13372 * configure.in: Produce warning message for subdirectories not
13373 configurable for this host/target combination. Don't try to
13374 configure gdb for vms.
13375
13376Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13377
13378 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
13379 appropriate files before making "diststuff".
13380 (DISTBISONFILES): New var: list of files to be edited.
13381 (DISTSTUFFDIRS): Add binutils.
13382
13383Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13384
13385 * config.sub: also handle mipsel and mips64el (for little endian mips)
13386
13387Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13388
13389 * configure.in: Add * to end of all OS names.
13390
13391Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
13392
13393 * configure.in: Build newlib for LynxOS native.
13394
13395Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13396
13397 * config.guess: Add support for delta 88k running SVR3.
13398
13399 * configure.in: Add comment about HP compiler vs. emacs.
13400
13401Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13402
13403 * configure.in: don't build ld on solaris2 (not a viable option
13404 due to bugs in getpwnam & getpwuid)
13405
13406Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13407
13408 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
13409 config.guess will produce a full version number.
13410
13411Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13412
13413 * configure.in: Build linker and binutils for alpha-dec-osf1.
13414
13415Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13416
13417 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
13418 and gdb/testsuite/Makefile.in.
13419
13420Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13421
13422 * configure.in: recognize mips*- instead of mips-
13423
13424Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
13425
13426 * config.sub: Accept linux*coff and linux*elf as operating
13427 systems.
13428
13429Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13430
13431 * config.sub: Recognize mips64, and mips3 as an alias for it.
13432
13433Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13434
13435 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
13436 gdb knows how to handle OSF/1 shared libraries.
13437
13438Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13439
13440 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
13441 * config.guess: Recognize Hitachi's HIUX.
13442 * config.sub: Recognize h3050r* and hppahitachi.
13443 Remove redundant cases for hp9k[23]*.
13444
13445Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13446
13447 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
13448 if gas and ld are in the source tree and are in ${configdirs}.
13449 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 13450 --with options (but still pass them down on the command line,
252b5132
RH
13451 if they were explicitly specified).
13452
13453Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13454
13455 * configure: substitute SHELL value in Makefile.in with
13456 ${CONFIG_SHELL}
13457
13458Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13459
13460 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
13461 *-*-solaris2* targets.
13462
13463Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13464
13465 * Makefile.in: define M4, and pass it down to sub-makes;
13466 all-autoconf now depends on all-m4
13467
13468Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13469
13470 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
13471 presence of {ar,ranlib} instead of a configured directory
13472
13473Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
13474
13475 * config.guess: Accept 34?? as well as 33?? for NCR.
13476
13477Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13478
13479 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
13480 of 'gas' in sed commands, since 'gash' is now in the tree as well.
13481
13482Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13483
13484 * configure: grab values for $(CC) and $(CXX) from the
13485 environment, so that someone can do "CC=gcc configure; make" and
13486 have it work right (matching the way that autoconf works now)
13487
13488 * configure.in, Makefile.in: add support for gash, the tcl
13489 interface to Galaxy
13490
13491 * config.guess: add NetBSD variants (hp300, x86)
13492
13493Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
13494
13495 * install.sh: Support -d option (in the manner of SunOS 4 install,
13496 as it is more deterministic than that of GNU install)
13497 (chmodcmd): Set file to mode 755 by default (should also do default
13498 chgrp and chown, but I don't feel like dealing with that now)
13499
13500Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
13501
13502 * config.sub: Remove h8300hhms alias.
13503
13504Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13505
13506 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
13507
13508Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13509
13510 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
13511 as stmp-fixinc
13512
13513Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13514
13515 * config.sub: recognize m88110-bug-coff.
13516
13517Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13518
13519 * Makefile.in (all-libio): all dependencies on the toolchain used
13520 to build this (gcc, gas, ld, etc)
13521
13522Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13523
13524 * config.guess: Deal with OSF/1 1.3 on alpha.
13525
13526Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13527
13528 * install.sh: add some 'else true' clauses for portability
13529
13530 * configure.in: don't build libio for h8[35]00-*-* targets
13531
13532Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
13533
13534 * Makefile.in: Add support for new libio.
13535
13536Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13537
13538 * install.sh: If one command fails, don't try the rest. Don't try
13539 to remove $dsttmp (via trap) unless we have already created it.
13540 If $src doesn't exist, detect it and exit with an error.
13541
13542 * config.guess: Recognize BSD on hp300.
13543
13544Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
13545
13546 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
13547 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
13548
13549Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
13550
13551 * Makefile.in (all-send-pr): depends on all-prms
13552
13553Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13554
13555 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
13556
13557Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13558
13559 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
13560 Added test for mips-mips-riscos5.
13561
13562Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13563
13564 * configure.in: use mh-hp300 for 68k HP hosts
13565
13566Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13567
13568 * configure: add support for CONFIG_SHELL, so that you can use
13569 some alternate shell for evaluating configure scripts
13570
13571Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
13572
13573 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
13574 in configure script to bug-gdb@prep.ai.mit.edu when building
13575 distribution archive.
13576 * Makefile.in (COMPRESS): Remove def.
13577 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
13578 gdb.tar.Z and make-gdb.tar.Z respectively.
13579 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
13580 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
13581 to convergence with 'taz' target in Makefile.in.
13582
13583Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13584
13585 * install.sh (dsttmp): use trap to ensure that tmp files go
13586 away on error conditions
13587
13588Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13589
13590 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
13591
13592Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13593
13594 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
13595 its parent is '/' not ''.
13596
13597 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
13598
13599Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
13600
13601 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
13602 that ${newsrcdir}/configure.in does.
13603
13604Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13605
13606 * test-build.mk: support for CONFIG_SHELL
13607
13608Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
13609
13610 * config.sub (netware): Add as a basic system type.
13611
13612Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13613
13614 * Makefile.in (Makefile): depend on configure.in. Also drop the
13615 $(srcdir)/ from the dependency on Makefile.in.
13616
13617Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
13618
13619 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
13620 (h8300hhms is temporary until multi-libraries are implemented).
13621 * configure.in: Handle h8300h too.
13622
13623Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13624
13625 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
13626
13627Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
13628
13629 * configure: Remove extraneous output when guessing host type.
13630 * config.guess: Remove extraneous output when guessing using C
13631 compiler rather than uname, or when guessing fails.
13632
13633Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13634
13635 * Makefile.in: remove all.cross and install.cross targets
13636
13637 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
13638 definitions
13639
13640Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
13641
13642 * configure.in (target sh): Build gprof.
13643
13644Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13645
13646 * config.sub: change -solaris to -solaris2
13647
13648Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13649
13650 * configure.in: Use config/mh-riscos for mips-*-sysv*.
13651
13652Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
13653
13654 * configure: Correct error message for missing Makefile.in to
13655 print correct directory.
13656
13657Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13658
13659 * install.sh: kludge around 386BSD shell bug
13660
13661Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
13662
13663 * config.guess: Recognize NeXT.
13664 * config.guess: Recognize i486-ncr-sysv4.
13665 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
13666
13667Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
13668
13669 * Makefile.in (MAKEINFOFLAGS): New variable.
13670 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
13671 * build-all.mk, test-build.mk: Pass down --no-split as
13672 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
13673
13674Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
13675
13676 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
13677
13678Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
13679
13680 * Makefile.in (libg++.tar.z): New rule.
13681 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
13682 * Makefile.in (taz): Only do a single chmod.
13683
13684Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13685
13686 * install.sh: don't use dirname anymore (replaced with sed usage)
13687
13688Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
13689
13690 * Makefile.in: Change extension for gzip'd files from '.z' to
13691 '.gz' per new FSF standard usage.
13692
13693Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13694
13695 * configure: put quotes around the final value of program_transform_name
13696
13697Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13698
13699 * Makefile.in: new install.sh support; update install-info rules
13700
13701Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
13702
13703 * configure.in: Build diff for crosses, but not for go32 host.
13704
13705 * configure.in: Build gprof only for native, and don't build it
13706 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
13707
13708Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
13709
13710 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
13711
13712Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13713
13714 * configure.in (host_tools): Add prms.
13715
13716Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13717
13718 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
13719 with $(FLAGS_TO_PASS) on the command line
13720
13721 * config.sub: Recognize lynx and lynxos
13722
13723Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
13724
13725 * config.sub: Accept -ecoff*, not just -ecoff.
13726
13727Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13728
13729 * Makefile.in (taz): Use .gz suffix instead of .z.
13730 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
13731 names.
13732
13733Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13734
13735 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
13736
13737Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13738
13739 * Makefile.in (install-no-fixedincludes): install gcc last, so
13740 that rebuilds that might happen during 'make install' don't get
13741 bogus gcc include files
13742
13743Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13744
13745 Change from Utah for HPPA support:
13746 * config.guess: Recognize hppa1.x-hp-bsd.
13747
13748Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
13749
13750 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
13751 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
13752
13753Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
13754
13755 * config.sub: Add support for rom68k and bug boot monitors.
13756
13757Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
13758
13759 * Makefile.in: Make all-opcodes depend on all-bfd.
13760
13761Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
13762
13763 * config.guess: Added special check for i[34]86-univel-sysv4*.
13764
13765Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
13766
13767 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
13768 the processor rather than assuming i486.
13769
13770Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13771
13772 * config.guess: Recognize SunOS6 as Solaris3.
13773
13774Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
13775
13776 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
13777 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
13778
13779Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
13780
13781 * build-all.mk (all-cross): New target for Canadian Cross.
13782 Added Q2 go32 targets.
13783 * test-build.mk: Configure go32 cross sparclite-aout and
13784 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
13785 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
13786
13787Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13788
13789 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
13790 GO32 hosted toolchains
13791
13792Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
13793
13794 * configure: change so "-exec-prefix" gets passed down rather
13795 than "-exec_prefix" so autoconf generated Makefiles get the
13796 exec_prefix set right.
13797
13798Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13799
13800 * config.guess: get the Solaris2 minor version number
13801
13802 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
13803
13804Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13805
13806 * config.guess: Recognize some Sequent platforms.
13807
13808Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13809
13810 * Makefile.in: added the vault-install target
13811
13812 * configure.in: actually use the Sun3 makefile fragment that's in
13813 config, also added the release dir to configdirs
13814
13815Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13816
13817 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
13818
13819Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13820
13821 * configure.in: remove some program from Alpha targetted toolchains
13822
13823Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
13824
13825 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
13826 gprof.
13827 (taz): Run "make diststuff" in those directories instead of "make
13828 proto-dir". Look for "VERSION=" only at start of line in subdir
13829 Makefile. Use "gzip -9" for compression.
13830 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
13831 (binutils.tar.z): New target.
13832
13833Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13834
13835 * Makefile.in (taz): Include gpl.texinfo.
13836
13837Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13838
13839 * Makefile.in (setup-dirs): Merged into "taz" target.
13840 (taz): Only do `proto-dir' stuff if a directory is actually needed
13841 for this target.
13842
13843Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
13844
13845 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
13846 (FLAGS_TO_PASS): Pass down MUNCH_NM.
13847 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
13848 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
13849 (gcc-no-fixedincludes): Correct for current gcc Makefile.
13850
13851Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
13852
13853 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
13854 config.sub, and move-if-change to gdb testsuite distribution
13855 archive, so the testsuite can be extracted, configured, and
13856 run separately from the gdb distribution. Blow away the Chill
13857 tests that require a Chill compiled executable, since GNU Chill
13858 is not yet publically available.
13859
13860Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13861
13862 * test-build.mk: set environment variables in a single command,
13863 instead of a list of assignments and exports
13864
13865 * config.guess: recognize Alpha/OSF1 systems
13866
13867Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13868
13869 * configure: Change help message to prefer --options rather than
13870 -options.
13871
13872Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13873
13874 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
13875 zippy@ecst.csuchico.edu.
13876 * config.guess: Recognize miniframe.
13877
13878Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
13879
9eb322aa
MF
13880 * Makefile.in: Use srcroot to find runtest rather than rootme.
13881 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
252b5132
RH
13882
13883Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
13884
13885 * test-build.mk: Extensive additions to support building on a
13886 machine other than the host.
13887
13888Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13889
13890 * configure (tooldir): Fix for i386-aix again.
13891
13892Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
13893
13894 * configure, Makefile.in: Change definition of $(tooldir)
13895 to match the FSF.
13896
13897Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
13898
13899 * config.guess: Recognize i[34]86/SVR4.
13900
13901Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13902
13903 * Makefile.in (all-gdb): gdb depends on sim.
13904
13905Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
13906
13907 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
13908 at the same time we make the prototype gdb directory.
13909 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
13910 files at the same time as the gdb base release distribution.
13911
13912Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
13913
13914 * Makefile.in (check): Use individual check targets rather than
13915 DO_X rule.
13916 (check-gcc): Added.
13917
13918Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
13919
13920 * config.sub: Use sysv3.2 not sysv32 for canonical OS
13921 for System V release 3.2.
13922
13923Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13924
13925 * config.sub: Recognize hppaosf.
13926 * configure.in: Do configure ld/binutils/gas for it.
13927
13928Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13929
13930 * configure (tooldir): Alter syntax used to set this, for systems
13931 where "\$" isn't handled right, like i386-aix.
13932
13933Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
13934
13935 * configure: Pass program-transform-name, not
13936 program_transform_name, to recursive configures.
13937
13938Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
13939
13940 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
13941 of gas+ld+binutils.
13942
13943Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
13944
13945 * config.guess: Recognize AIX3.2 as distinct from 3.1.
13946
13947Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13948
13949 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
13950
252b5132
RH
13951Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13952
13953 * Makefile.in (PRMS): Set back to all-prms.
13954
13955Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
13956
13957 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
13958 targets, rather than for MIPS hosts.
13959
13960Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13961
13962 * configure.in: add comment for --with-x default values
13963
13964 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
13965
13966 * Makefile.in: add check-* targets for each of the directories in
13967 the tree. Add a definition of RUNTEST that will use the one we
13968 just built, if it exists. Pass this down via FLAGS_TO_PASS.
13969
13970Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
13971
13972 * configure.in: Removed obsolete references to bfd_target and
13973 target_makefile_frag.
13974
13975 * build-all.mk: Set assorted targets for Q2.
13976 * config.sub: Recognize z8k-sim and h8300-hms.
13977 * test-build.mk: Really don't pass host to configure.
13978 (HOLES): Added uname.
13979
13980Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
13981
13982 * configure: Handle an empty program-prefix, program-suffix or
13983 program-transform-name correctly.
13984
13985Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
13986
13987 * build-all.mk: -G 8 no longer required for MIPS targets.
13988 * test-build.mk: Don't pass host argument to configure; make it
13989 guess.
13990
13991Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
13992
13993 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
13994 * Makefile.in (COMPRESS): New macro, like GZIP.
13995
13996Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
13997
13998 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
13999
14000 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14001 with gas currently defaults to -G 0.
14002
14003Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
14004
14005 * Makefile.in (all-flex): flex depends on byacc.
14006
14007 * build-all.mk: If host not specified, use config.guess. Pass TAG
14008 to test-build.mk as RELEASE_TAG.
14009 * test-build.mk (configargs): New variable containing arguments to
14010 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
14011 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14012
14013 * config.guess: Use /bin/uname when checking -X argument on SCO,
14014 to avoid invoking GNU uname which doesn't understand -X.
14015
14016 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14017
14018 * configure.in: Build gas for mips-*-*.
14019
14020Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14021
14022 * Makefile.in (all.normal): insert missing backslash.
14023
14024Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
14025
4bddf3ad 14026 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
14027
14028 * Makefile.in: Complete overhaul to merge many almost identical
14029 targets.
14030
14031Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14032
14033 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14034 (gdb.tar.Z): Adjusted.
14035
14036 * Makefile.in (setup-dirs, taz): New targets; should be general
14037 enough to adapt for gdb sometime. Build only .z file.
14038 (gas.tar.z): New target.
14039
14040Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14041
14042 * build-all.mk: Use CC=cc -Xs on Solaris.
14043
252b5132
RH
14044Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
14045
14046 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
14047 for handling BISON for FSF releases.
14048
14049Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14050
14051 * configure: Actually implement the change zoo just documented.
14052
14053Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
14054
14055 * configure: when using config.guess, only set target_alias when
14056 it's not already been set (ie, on the command line)
14057
14058Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14059
14060 * Makefile.in: add installcheck target, set PRMS to install-prms
14061
14062Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14063
14064 * configure: add support for package_makefile_fragment, handle the
14065 case where a directory has a configure.in file but no Makefile.in
14066 more gracefully (with an actual understandable error message, even);
14067 add support for --without (and add this to the usage message); also
14068 explicitly add a --host=${host_alias} to the command line when
14069 config.guess is used
14070
14071Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14072
14073 * configure: Must use both --host and --target in recursive calls.
14074
14075Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
14076
14077 * Makefile.in: Change deja-gnu to dejagnu.
14078
14079Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
14080
14081 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14082
14083Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14084
14085 * configure.in: canonicalize all instances to *-*-solaris2*,
14086 also strip out a number of tools to not build for go32 host
14087
14088Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14089
14090 * config.guess: add GPL.
14091
14092 * Makefile.in, config.guess, config.sub, configure: bump
14093 copyrights to 93.
14094
14095Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
14096
14097 * Makefile.in (do-info): Removed obsolete check for existence of
14098 localenv file.
14099
14100 * Makefile.in (MAKEOVERRIDES): Define to be empty.
14101
14102Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14103
14104 * Makefile.in: a couple of 'else true' for decstation,
14105 support for TclX
14106
14107 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14108
14109Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
14110
14111 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14112
14113Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
14114
14115 * config.guess: Recognize i386-ibm-aix (PS/2).
14116 * configure.in: Use config/mh-aix386 file for it.
14117
14118Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
14119
14120 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14121 CC_FOR_TARGET instead.
14122 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14123
14124Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
14125
14126 * Makefile.in: Add sim to list of directories sent with gdb
14127
14128Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
14129
14130 * configure.in: Put back mips-dec-bsd* case.
14131
14132Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
14133
14134 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14135 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
14136 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
14137
14138Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14139
14140 * configure.in: remove no-op mips-dec-bsd* in "case $target"
14141
14142 * Makefile.in (dir.info): only run gen-info-dir if it exists,
14143 (install-info): install dir.info only if it exists,
14144 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14145
14146Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
14147
14148 * configure.in: For vms target, skip bfd, ld, binutils. Do build
14149 gas for mips-dec-bsd.
14150
14151Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
14152
14153 * configure (makesrcdir): If ${srcdir} is relative and not ".",
14154 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
14155
14156Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
14157
14158 * configure.in: Added "dejagnu" to hosttools list.
14159
14160Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
14161
14162 * config.sub, configure.in, config.guess: Add support
14163 for Bosx, an AIX variant from Bull.
14164 Patches from F.Pierresteguy@frcl.bull.fr.
14165
14166Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
14167
14168 * devo/dejagnu: Initial creation of devo/dejagnu.
14169 Migrated dejagnu testcases and support files for testing software
14170 tools to reside as subdirectories, currently called "testsuite",
14171 within the directory of the software tool. Migrated all programs,
14172 support libraries, etc. beloging to dejagnu proper from
14173 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
14174 with no modifications. The changes to these files which will
14175 allow them to configure, build, and execute properly will be made
14176 in a future update.
14177
14178Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14179
14180 * Makefile.in: Change send_pr to send-pr.
14181 * configure.in: Likewise.
14182 * send_pr: Renamed directory to send-pr.
14183
14184Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
14185
14186 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
14187
14188Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
14189
14190 * README: Update for gdb-4.8 release.
14191 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
14192 gdb-xxx.tar.z (gzip'd) file also.
14193
14194Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14195
14196 * Makefile.in: make all-diff depend on all-libiberty
14197
14198Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
14199
14200 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
14201
14202Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14203
14204 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
14205
14206Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
14207
14208 * Makefile.in (DEVO_SUPPORT): Remove etc directory
14209 (ETC_SUPPORT): Only add the files GDB wants from etc/.
14210 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
14211
14212Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14213
14214 * Makefile.in: makeinfo binary is in a new location
14215
14216Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
14217
14218 * config.sub: Accept -ecoff as an OS.
14219
14220 * Makefile.in: Various changes to eliminate a level of make
14221 recursion and reduce the required command line length.
14222 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
14223 sub-makes.
14224 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
14225 variables holding settings for specific sub-makes.
14226 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
14227 in terms of BASE_FLAGS_TO_PASS.
14228 (TARGET_LIBS): New variable listing directories which use
14229 TARGET_FLAGS_TO_PASS.
14230 (subdir_do): Eliminated.
14231 (do-*): New set of targets to replace subdir_do.
14232 (various): All targets which used subdir_do now depend on do-*.
14233 (local-clean): Renamed from do_clean.
14234 (local-distclean): New target, dependency of distclean and
14235 realclean.
14236 (install-info): Don't create directories. Depend on dir.info
14237 rather than calling make recursively.
14238 (install-dir.info): Eliminated.
14239 (install-info-dirs): Create all info directories here.
14240 (dir.info): Depend upon do-install-info.
14241
14242 * test-build.mk (HOLES): Added false.
14243
14244Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
14245
14246 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
14247
14248Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14249
14250 * Makefile.in (info): remove dependency on all-texinfo. The
14251 problem was really in texinfo/C, not at this level.
14252
14253Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
14254
14255 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
14256
14257Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
14258
14259 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
14260 GDB releases.
14261
14262Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14263
14264 * configure: Include srcdir in message about target of link not
14265 being found. Don't convert `-' to `_' in `with' options being
14266 passed to subdirs.
14267
14268Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14269
14270 * configure.in: add uudecode to host_tools
14271
14272 * Makefile.in: added {all,install}-uudecode targets, added them to
14273 the appropriate lists
14274
14275Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
14276
14277 * Makefile.in (all-gcc): Added dependency on all-gas.
14278
14279 * configure.in (mips-*-*): Build ld and binutils.
14280
14281Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14282
14283 * configure: check return code from mkdir, print error message and
14284 exit on failure.
14285
14286Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
14287
14288 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
14289
14290Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
14291
14292 * test-build.mk (HOLES): Added tar, cpio and uudecode.
14293
14294Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14295
14296 * config.sub (h8500): Recognize this as a cpu type.
14297
14298Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14299
14300 * configure: source directory missing is no longer a warning
14301
14302 * configure.in: recognize irix[34]* instead of irix[34]
14303
14304 * Makefile.in: define and pass down X11_LIB
14305
252b5132
RH
14306Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
14307
14308 * guess-systype: Renamed to ...
14309 * config.guess: ... by popular request.
14310 * configure.in, Makefile.in: Update accordingly.
14311
14312Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
14313
14314 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
14315 + Add Convex, Cray/Unicos, and Encore/Multimax support.
14316 + Execute ./dummy instead of assuming . is in PATH.
14317
14318Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
14319
14320 * guess-systype: New shell script. Attempts to guess the
14321 canonical host name of the executing host.
14322 Only a few hosts are supported so far.
14323 * configure: Call guess-systype if no host is specified.
14324
14325Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
14326
14327 * Makefile.in (gcc-no-fixedincludes): Made to work with current
14328 gcc Makefile.
14329
14330
14331Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
14332
14333 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
14334 (all-gcc, install-gcc, subdir_do): Use it.
14335
14336Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14337
14338 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
14339
14340Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
14341
14342 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
14343 set exclusively by configure, using configure.in .
14344
14345Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14346
14347 * test-build.mk: set $PATH for all builds
14348
14349 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
14350
14351Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
14352
14353 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
14354 the one used in gcc/Makefile.in, so that a null expansion doesn't
14355 override the one needed to build gcc with a native cc.
14356
14357
14358Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14359
14360 * configure: Accept -with arguments.
14361
14362Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14363
14364 * Makefile.in: added h8300sim
14365
14366Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
14367
252b5132
RH
14368 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
14369 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
14370 (all-cygnus, native, build-cygnus): Make
14371 $(canonhost)-stamp-3stage-done, not $(host)....
14372 * test-build.mk (stamp-3stage-compared): Use tail +10c for
14373 i386-sco3.2v4. Added else true to if command.
14374
14375Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
14376
14377 * config.sub: (from FSF) Sequent uses a BSD-like OS.
14378
14379Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
14380
14381 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
14382
14383Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14384
14385 * configure.in: don't remove binutils from Solaris builds
14386
14387Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
14388
14389 * Makefile.in: get rid of earlier definitions for *clean,
14390 also handle the recursive info rule better
14391
14392Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
14393
14394 * Makefile.in (mostlyclean, distclean, realclean): Fix to
14395 do more-or-less the right thing.
14396
14397Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
14398
14399 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
14400 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
14401
14402Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14403
14404 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
14405 $(host_canonical).
14406
14407 * configure.in: split the configdirs list into 4 categories (native
14408 v. cross, library v. tool) and handle the cross-only and native-
14409 only in more reasonable (and correct!) way.
14410
14411Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
14412
14413 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
14414 configdirs anymore.
14415
14416Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14417
14418 * Makefile.in: extensive cleanup:: removed all of the explicit
14419 clean-* targets, collapsed many wrappers around subdir_do into
14420 one, added additional targets to satisfy standards.texi, deleted
14421 some old targets, some changes for consistency
14422
14423Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14424
14425 * configure.in: handle some programs as cross-only, and others as
14426 native only
14427
14428 * test-build.mk: handle partial holes in a more generic manner
14429
14430 * Makefile.in: m4 depends on libiberty
14431
252b5132
RH
14432Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14433
14434 * configure.in: add m4, textutils, fileutils, sed, shellutils,
14435 time, wdiff, and find to configdirs
14436
14437 * Makefile.in: all, clean, and install rules for the new programs
14438 added to configure.in
14439
14440Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14441
14442 * configure.in: use mh-sun for all *-sun-* hosts
14443
252b5132
RH
14444Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14445
14446 * Makefile.in: define flags for X11 include files and library file
14447 locations, pass them down to the programs that need this info
14448
14449 * build-all.mk: added a 'native' target, to 3stage the native toolchain
14450
252b5132
RH
14451Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14452
14453 * configure.in: start building libg++ for HP-UX targets
14454
14455Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
14456
14457 * README: Update references to files moved into etc/.
14458
14459Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
14460
14461 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
14462 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
14463
14464Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
14465
14466 * configure: accept dash as well as underscore in long option
14467 names for FSF compatibility.
14468
14469Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
14470
14471 * config.sub: added -sco3.2v4 support from FSF.
14472
14473Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14474
14475 * configure.in: expand the section that adds or removes
14476 directories from the list of programs to build, to handle native
14477 vs. cross in addition to host v. native
14478
14479Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
14480
14481 * Makefile.in: Replace C++ in macro names with CXX.
14482 This is less likely to break ...
14483
14484Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14485
14486 * test-build.mk: add -w to GNU_MAKE
14487
14488Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14489
14490 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
14491 add 'sparc' to list of recognized cpus. This needed to make
14492 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
14493 Delete some redundant ose68 variants. Recognize -wrs as an os,
14494 then changes that into $CPU-wrs-vxworks.
14495
14496 * configure.in: remove most references to gdbtest, regularize
14497 target based program removal
14498
14499 * test-build.mk: import from p3 tree (many fixes and changes)
14500
14501Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14502
14503 * Makefile.in: added rules to handle tcl, tk, and expect
14504
14505 * configure.in: handle those directories if they exist
14506
14507Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14508
14509 * config.sub: removed bogus hppabsd and hppahpux names, since
14510 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
14511
14512Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14513
14514 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
14515 depends upon all-xiberty
14516
14517 * Makefile.in: changes from p3, including:
14518
14519 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
14520
14521 * Makefile.in (XTRAFLAGS): include newlib directories if
14522 newlib/Makefile exists, rather than if host != target.
14523
14524 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
14525
14526 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14527 from the same source tree and not building a cross-compiler. This
14528 matters for the libg++ configuration if reconfiguring a tree that
14529 has already been installed.
14530
14531 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
14532
14533 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14534 pick up the machine and system specific header files.
14535
14536 * Makefile.in: added AS_FOR_TARGET, passed down in
14537 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14538 the C compiler to use to create programs which are run in the
14539 build environment, set it to default to $(CC), and passed it down
14540 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14541
14542 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
14543
14544 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
14545 We need them for unusual native builds, like systems without
14546 ranlib.
14547
14548 * configure: also define $(host_canonical) and
80413487
RH
14549 $(target_canonical), which are the full, canonical names for the
14550 given host and target
252b5132
RH
14551
14552Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
14553
14554 * Makefile.in: Added separate definitions for C++.
14555
14556Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
14557
14558 * configure.in (configdirs): Add deja-gnu.
14559
14560Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
14561
14562 * README: Update for configure.texi and gdb-4.7 release.
14563
14564Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
14565
14566 * Makefile.in: Move "all" target to top of file.
14567 Previously, first target was ".PHONY" which caused BSD4.4 make
14568 to build .PHONY when make was run without arguments.
14569
14570Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
14571
14572 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
14573 Library-copylefted code in libiberty.
14574
14575Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
14576
14577 * config.sub: Replace m68kmote with plain old m68k.
14578
14579Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
14580
14581 * Makefile.in: Remove space from blank line, avoid Make complaints.
14582
14583Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
14584
14585 * config.sub: Complain if no argument is given. Added support for
14586 386bsd as OS and target alias.
14587
14588Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
14589
14590 * Makefile.in (XTRAFLAGS): include newlib directories if
14591 newlib/Makefile exists, rather than if host != target.
14592
14593Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
14594
14595 * config.sub: recognize sparclite-wrs-vxworks.
14596
14597 * Makefile.in (install-xiberty): added *-xiberty make rules (from
14598 p3.) Added clean-xiberty to clean.
14599
14600Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14601
14602 * configure.in: use *-*-* instead of nested cases for host and target
14603
14604Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
14605
14606 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14607 from the same source tree and not building a cross-compiler. This
14608 matters for the libg++ configuration if reconfiguring a tree that
14609 has already been installed.
14610
14611Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
14612
14613 * config.sub (i486v/i486v4): Merge in from FSF version.
14614
14615Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
14616
14617 * configure: only set PWD if it is already set.
14618
14619Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
14620
14621 * configure: just set PWD=`pwd` at the top, since Ultrix sh
14622 doesn't have unset and all success paths (and most error paths)
14623 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
14624 to just ${PWD} to avoid confusion.)
14625
14626Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
14627
14628 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
14629 even for a native compilation.
14630
14631Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
14632
14633 Changes to make the gdb.tar.Z rule work better.
14634
14635 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
14636 (DEVO_SUPPORT): Add configure.texi.
14637 (bfd-ilrt.tar.Z): Remove ancient rule.
14638
14639Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
14640
14641 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14642 pick up the machine and system specific header files.
14643
14644 * configure.in, config.sub: added new target m68010-adobe-scout,
14645 with alias of adobe68k. Changed configure.in to check for
14646 -scout before -sco* to avoid a false match.
14647
14648 * Makefile.in: added AS_FOR_TARGET, passed down in
14649 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14650 the C compiler to use to create programs which are run in the
14651 build environment, set it to default to $(CC), and passed it down
14652 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14653
14654Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
14655
14656 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
14657 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
14658 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
14659 FOR_TARGET variants, to newlib and libg++.
14660
14661Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
14662
14663 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
14664 first.
14665
14666Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
14667
14668 * config.sub: Accept `elf' as an environment.
14669
14670Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14671
14672 * Makefile.in (all-opcodes): cd into the right directory
14673
14674Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
14675
14676 * configure: added -program_transform_name option, used as
14677 argument to sed when installing programs.
14678 configure.texi: added documentation for -program_prefix,
14679 -program_suffix and -program_transform_name.
14680
14681Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
14682
14683 * config.sub: Accept i486 where i386 ok.
14684
14685Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
14686
14687 * config.sub: accept we32k
14688
14689Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
14690
35590697 14691 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
14692
14693 * Makefile.in: don't create all directories for ``make install'';
14694 let the subdirectories create the ones they need.
14695
14696Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14697
80413487 14698 * COPYING: new file, GPL v2
252b5132
RH
14699
14700Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14701
14702 * Makefile.in: use the new gen-info-dir, which needs a template
14703 argument (which also lives in texinfo)
14704
14705 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
14706
252b5132
RH
14707Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
14708
14709 * config.sub (ncr3000): Change i386 to i486.
14710
14711Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14712
14713 * Makefile.in: add install-rcs, install-grep to
14714 install-no-fixedincludes, removed install-bison and install-libgcc
14715
14716Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
14717
14718 * configure.in: grab the HPUX makefile fragment if on HPUX
14719
14720Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14721
14722 * Makefile.in: eradicate bison spoor (ditto libgcc).
14723 configure.in: recognise m68{k,000}-ericsson-OSE.
14724 es1800 is alias for m68k-ericsson-OSE
14725
14726Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14727
14728 * configure.in: rearrange the parts that remove programs from
14729 configdirs, based now on HOST==TARGET or by canonical triple.
14730
14731Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14732
14733 * test-build.mk: recurse explicitly with -f test-build.mk when
14734 appropriate. predicate stage3 and comparison on the existence
14735 of gcc. That is, if gcc isn't around, we aren't three-staging.
14736 On very clean, also remove ...stamp-co. Build in-place before
14737 doing other builds.
14738
14739Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14740
14741 * Makefile.in, configure.in: add tgas
14742
14743Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14744
14745 * Makefile.in: a number of changes merged in from progressive.
14746
14747 * configure.in: add libm.
14748
14749 * .cvsignore: ignore some stuff that comes from test-build.mk.
14750
252b5132
RH
14751Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
14752
14753 * config.sub: Add es1800 (m68k-ericsson-es1800).
14754
14755Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14756
14757 * configure: Add program_suffix (parallel to program_prefix)
14758 * Makefile.in: adjust directory-creating script for losing decstation
14759
14760Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
14761
14762 * configure: Minor $subdir-related fixes.
14763
14764Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14765
14766 * configure: fix various problems with propogating
14767 makefile_target_frag in subdirs.
14768 * configure.in: config libgcc if its there
14769
14770Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
14771
14772 * config.sub: HPPA merge.
14773
252b5132
RH
14774Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
14775
14776 * Makefile.in: Replace all-bison with all-byacc in all
14777 dependency lines for other tools (which now use byacc).
14778
14779Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
14780
14781 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
14782
252b5132
RH
14783Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
14784
14785 * Makefile.in: make gprof rules similar to byacc rules (instead of
14786 vestigal $(unsubdir) that didn't work...)
14787
14788Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
14789
14790 * config.sub: Add support for Linux.
14791 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
14792 (at least for libg++).
14793
14794Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14795
14796 * configure.texi: fix doc for the -nfp option to configure
14797
14798Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
14799
14800 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
14801
14802Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
14803
14804 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
14805 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
14806 * configure.in: added solaris* host_makefile_frag hook.
14807
14808Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14809
14810 * config.sub: changed recognition of m68000 so that various
14811 m68k types can be specified via m680[01234]0
14812
14813Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14814
14815 * config.sub (basic_machine): fix sed so that '-foo' isn't
14816 completely substituted out while .+'-foo' loses the '-foo'
14817
14818Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14819
14820 * config.sub ($os): Add -aout.
14821
14822Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
14823
14824 * configure: If host_makefile_frag is absolute, don't
14825 prefix ${invsubdir} (relevant to libg++ auto-configure).
14826
14827Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14828
14829 * Makefile.in (tooldir): Define it.
14830 (all-ld): Depend on all-flex.
14831
14832Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
14833
14834 * Makefile.in (check): Fix libg++ special case.
14835
14836Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
14837
14838 * configure: do not bury `pwd` into config.status, thus do fewer
14839 pwd's.
14840
14841 * configure: print the "Building in" message only when building in
14842 other than "." AND verbose.
14843
14844 * configure: remove -s, rework -v to better accomodate guested
14845 configures.
14846
14847 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
14848
14849Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
14850
14851 * Makefile.in: macroize flags passed on recursion. remove
14852 fileutils.
14853
14854Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
14855
14856 * configure: get makesrcdir right for subdirs deeper than 1.
14857
14858 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
14859 install.
14860
14861Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
14862
14863 * Makefile.in: don't print subdir_do or recursion lines.
14864
14865Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
14866
14867 * standards.texi: added menu item.
14868
14869 * Makefile.in: build and install standards.info.
14870
14871 * standards.texi: new file.
14872
14873Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14874
14875 * configure: test for and move config.status pieces from
14876 ${subdir}/.
14877
14878Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
14879
252b5132
RH
14880 * configure: Test for existance of files before trying to mv
14881 them, to avoid numerous non-existance messages.
14882
14883Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
14884
14885 * configure: correct final line of config.status.
14886
14887 * configure: patch from eggert. Avoids a protection problem if
14888 the original Makefile.in is read only.
14889
14890 * configure: use move-if-change from gcc to create config.status.
14891 Some makefiles depend on config.status to tell if a directory
14892 has been reconfigured for a different host. This change
14893 prevents those directories from remaking everything in the case
14894 where the reconfig was only intended to rebuild a Makefile.
14895
14896 * configure: test for config.sub with "config.sub sun4" rather
14897 than "config.sub ${host_alias}". Otherwise we can't tell a bad
14898 host alias from a missing config.sub.
14899
14900Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14901
14902 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
14903 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
14904
14905Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
14906
14907 * configure: mkdir ${subdir} as needed.
14908
14909Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
14910
14911 * Makefile.in,configure.in: added autoconf.
14912
14913Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14914
14915 * Makefile.in: no longer pass against on recursion.
14916
14917 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
14918 definitions are not inherited.
14919
14920 * configure: correct makesrcdir when subdir is .
14921
14922Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
14923
14924 * configure: Add support for 'subdirs' variable, which is
14925 like 'configdirs', except that configure doesn't re-invoke
14926 itself for subdirs, it just creates a Makefile for each subdir.
14927 * configure.texi: Document subdirs.
14928
14929Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14930
14931 * configure.in: added flex to configdirs
14932
14933Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
14934
14935 * Makefile.in: remove clean-stamps from clean.
14936
14937Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
14938
14939 * configure.in: Add gdbtest to configdirs.
14940
14941Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
14942
14943 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
14944 to recursive makes.
14945 * configure.in: Recognize new ncr3000 config.
14946
14947Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
14948
14949 * Makefile.in, configure.in: removed references to gdbm.
14950
14951Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
14952
14953 * config.sub: Don't canonicalize os value
14954 newsos* to bsd (readline needs to check for newsos).
14955 (This fix was earlier made Jan 31, but got re-broken.)
14956
14957Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
14958
14959 * configure.in: sco is an os, not a vendor!
14960
14961 * configure: Quote $( better. Keep various shells happy.
14962
14963Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
14964
14965 * Makefile.in: eliminate stamp-files.
14966
14967Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
14968
14969 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
14970 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
14971
14972Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
14973
14974 * config.sub: fix iris/iris3.
14975
14976Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
14977
14978 * configure: re-add -rm.
14979
14980Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
14981
14982 * Maskefile.in: add .stmp-rcs to all.
14983
14984 * configure.in: remove gas from rs6000 build, use aix host fragment.
14985
14986Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
14987
14988 * configure: pass down site_option during recursion.
14989
14990Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
14991
14992 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
14993
14994Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
14995
14996 * configure: Change exec_prefix so that it really defaults to prefix.
14997
14998Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
14999
15000 * Makefile.in, configure.in: Add support for mmalloc library.
15001
15002Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
15003
15004 * Makefile.in: add stmp dependencies for a few more things.
15005
15006Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
15007
15008 * configure: adjusted error message on objdir/srcdir configure
15009 collision, per john's suggestion.
15010
15011 * Makefile.in: add libiberty stmp to all and all.cross.
15012
15013Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
15014
15015 * Makefile.in: remove force dependencies, add grep to all.
15016
15017Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
15018
15019 * Makefile.in: drop flex. make stamp files work.
15020
15021 * configure: added test for conflicting configuration in srcdir,
15022 remove trailing slashes from srcdir. Otherwise emacs gdb mode
15023 gets cranky. use relative paths for configure and srcdir
15024 whenever possible. Send some error messages to stderr that were
15025 going to stdout.
15026
15027Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
15028
15029 * Makefile.in: Fix libg++ rule to check for gcc directory
15030 before using gcc/gcc. Also pass XTRAFLAGS.
15031
15032Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
15033
15034 * Makefile.in: added stmp-files so that directories aren't polled
15035 when they are already built.
15036
15037 * configure.texi: fixed a node pointer problem.
15038
15039Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
15040
4bddf3ad 15041 * config.sub configure.in gdb/configure.in
252b5132
RH
15042 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15043 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15044 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
15045
15046Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15047
15048 * configure: -recurring becomes -silent. corrected help message
15049 for -site= option.
15050
15051 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15052
15053Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15054
15055 * configure: when building Makefile for crosses, replace
15056 tooldir and program_prefix. default srcdir from location of
15057 config.sub. remove "for host in hosts" and "for target in
15058 targets" loops.
15059
15060Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15061
15062 * Makefile.in: Do not pass bindir or mandir to cvs.
15063
15064Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
15065
15066 * Makefile.in, configure.in: removed traces of namesubdir,
15067 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
15068 copyrights to '92, changed some from Cygnus to FSF.
15069
15070 * configure.texi: remove most references to multiple hosts,
15071 multiple targets, subdirs, etc.
15072
15073 * configure.man: removed rcsid. reference config.sub not
15074 config.subr.
15075
15076 * Makefile.in: mkdir $(infodir) on install-info.
15077
15078Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
15079
15080 * configure.texi: Explain better about .gdbinit and about
15081 the environment that configure.in sections run in.
15082
15083Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
15084
15085 * configure.in: Ultrix is only a decstation if it's a MIPS.
15086
15087Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
15088
15089 * README: DOC.configure => cfg-paper.texi.
15090
15091Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
15092
15093 * config.sub (near case $os): Don't convert newsos* to bsd!
15094
15095Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
15096
15097 * Makefile.in: Reinstall change from gdb-4.3 that reduces
15098 the number of copies of COPYING that go into the GDB tar file.
15099
15100Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
15101
4bddf3ad 15102 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
15103 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15104 Fix SCO configuration stuff.
15105
15106Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
15107
15108 * Makefile.in: For libg++, make sure the -I pointing
15109 to the gcc directory goes *after* all the libg++-local -I flags.
15110 Also, move just-gcc dependency from just-libg++ to all-libg++.
15111
15112Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
15113
15114 * configure: Change -x to -f to keep Ultrix /bin/test happy.
15115
15116Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
15117
15118 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
15119
15120Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
15121
15122 * config.sub: Add stratus configuration frags. Also
15123 submitted to FSF.
15124
15125Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
15126
15127 * Makefile.in (DEV_SUPPORT): add configure.man.
15128
15129 * config.sub(Decode manufacturer-specific): add -none*.
15130
15131Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
15132
15133 * Makefile.in: remove form feeds to make Sun's make happy.
15134 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
15135
15136Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
15137
15138 * Makefile.in (AR_FLAGS): Make quieter.
15139
15140Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
15141
15142 * configure.in: Add libg++.
15143 * configure: When verbose, don't output the command line at each
15144 level; it will be unremarkably the same as the previous version,
15145 which will be the same as what the user typed.
15146
15147Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
15148
15149 * configure.in, Makefile.in: fix clean-info, add flex. add
15150 fileutils.
15151
15152 * configure: be less sensitive to spaces in Makefile.in. Do not
15153 look for sources in "..". Doing so breaks subdirectories that
15154 might have their own configure. If a subdir has it's own
15155 configure script, use it.
15156
15157Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
15158
15159 * cfg-paper.texi: some changes suggested by rms.
15160
15161Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
15162
15163 * config.sub: Merge in some small additions from the FSF version,
15164 taken from the gcc distribution, to bring the Cygnus and FSF
15165 versions into closer sync.
15166
15167Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
15168
15169 * configure.in: Changed svr4 references to sysv4.
15170
15171Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
15172
15173 * configure: added -V for version number option.
15174
15175Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
15176
15177 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
15178 renamed from DOC.configure to cfg-paper.texi.
15179
15180Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15181
15182 * configure, config.subr, config.sub: config.subr is now
15183 config.sub again.
15184
15185Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
15186
15187 * configure.texi: new file, in progress.
15188
15189 * Makefile.in: build info file and install the man page for
15190 configure.
15191
15192 * configure.man: new file, first cut.
15193
15194 * configure: find config.subr again now that configuration "none"
15195 has gone. removed all traces of the -ansi option. removed all
15196 traces of the -languages option.
15197
15198 * config.subr: resync from rms.
15199
d932cae7 152001991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15201
15202 * configure, config.sub, config.subr: merge config.sub into
15203 config.subr, call the result config.subr, remove config.sub, use
15204 config.subr.
15205
15206 * Makefile.in: revised install for dir.info.
15207
d932cae7 152081991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15209
15210 * configure.in: add decstation host makefile frag.
15211
15212 * Makefile.in: BISON now bison -y again. also install-gcc on
15213 install. clean-gdbm on clean. infodir belongs in datadir.
15214 Make directories for info install. Build dir.info here then
15215 install it.
15216
d932cae7 152171991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15218
15219 * Makefile.in: fix for bad directory tests.
15220
d932cae7 152211991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15222
15223 * configure: \{1,2\} appears to be a sysv'ism. Use a different
15224 regexp. -srcdir relative was being handled incorrectly.
15225
15226 * Makefile.in: unwrapped some for loops so that parallel makes
15227 work again and so one can focus one's attention on a particular
15228 package.
15229
d932cae7 152301991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15231
15232 * configure: added PWD as a stand in for `pwd` (for speed). use
15233 elif wherever possible. make -srcdir work without -objdir.
15234 -objdir= commented out.
15235
d932cae7 152361991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15237
15238 * configure: +options become --options. -subdirs commented out.
15239 added -host, -datadir. Renamed -destdir to -prefix. Comment in
15240 Makefile now at top of generated Makefile. Removed cvs log
15241 entries. added -srcdir. create .gdbinit only if there is one
15242 in ${srcdir}.
15243
15244 * Makefile.in: idestdir and ddestdir go away. Added copyrights
15245 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
15246 and mandir now keyed off datadir by default.
15247
d932cae7 152481991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15249
15250 * Freshly created ChangeLog.
15251
15252\f
15253Local Variables:
15254mode: change-log
15255left-margin: 8
15256fill-column: 76
15257version-control: never
15258End:
This page took 1.31815 seconds and 4 git commands to generate.