Remove forward declaration of struct stat
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
1b6c0831
L
12015-03-16 H.J. Lu <hongjiu.lu@intel.com>
2
3 * Makefile.def: Updated from GCC trunk.
4 * Makefile.tpl: Likewise.
5 * configure.ac: Likewise.
6 * Makefile.in: Regenerated.
7 * configure: Likewise.
8
35fece71
L
92015-03-16 H.J. Lu <hongjiu.lu@intel.com>
10
11 * configure.ac (target_configdirs): Unset if not building gcc.
12 * configure: Regenerated.
13
3f8107ab
AM
142015-01-28 James Bowman <james.bowman@ftdichip.com>
15
16 * configure.ac: Add FT32 support.
17 * configure: Regenerate.
18
10b8fe5e
AG
192015-01-12 Anthony Green <green@moxielogic.com>
20
21 * configure.ac: Don't disable gprof for moxie.
22 * configure: Rebuild.
23
6b91c541
AP
242015-01-03 Andrew Pinski <apinski@cavium.com>
25
26 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
27 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
28 (BASE_TARGET_EXPORTS): Add OBJCOPY.
29 (OBJCOPY_FOR_TARGET): New variable.
30 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
31 * Makefile.in: Regenerate.
32 * configure.ac: Check for already installed target objcopy.
33 Also GCC_TARGET_TOOL on objcopy.
34 * configure: Regenerate.
35
6ba37ab4
HPN
362015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
37
38 * config.sub: Update from upstream, to 2015-01-01 version.
39 * config.guess: Ditto.
40
bb5f7690
EB
412014-12-06 Eric Botcazou <ebotcazou@adacore.com>
42
43 * config.sub: Update from upstream config repo.
44
6e733cce
L
452014-11-24 H.J. Lu <hongjiu.lu@intel.com>
46
47 * libtool.m4: Updated from GCC trunk.
48
8969c424
JBG
492014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
50
51 * config.guess: Update from upstream config repo.
52 * config.sub: Ditto.
53
37e77caf
JBG
542014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
55
56 * move-if-change: Update from upstream gnulib.
57
e3046511
JBG
582014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
59
60 * compile: Sync with upstream Automake.
61 * depcomp: Ditto.
62 * install-sh: Ditto.
63 * missing: Ditto.
64 * mkinstalldirs: Ditto.
65 * ylwrap: Ditto.
66
3e615393
TG
672014-10-15 Tristan Gingold <gingold@adacore.com>
68
69 * src-release.sh (do_proto_toplev): Configure with --target.
70
6d26190c
JY
712014-10-03 Jing Yu <jingyu@google.com>
72
73 * configure.ac: Add aarch64 to list of targets that support gold.
74 * configure: Regenerate.
75
a9d58c06
AB
762014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
77
78 * configure.ac: Add mips*-img-elf* target triple.
79 * configure: Regenerate.
80
b25b5cef
CJW
812014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
82 * configure: Disable gdb for nds32*-*-* until supported.
83 * configure.ac: Disable gdb for nds32*-*-* until supported.
84
f8797b5a
JB
852014-09-05 Joel Brobecker <brobecker@adacore.com>
86
87 * configure: Regenerate.
88
2536ee9d
WN
892014-08-27 Will Newton <will.newton@linaro.org>
90
91 * src-release.sh: New file.
92 * src-release: Remove file.
93
1f995db6
JS
942014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
95
96 GDB not supported for or1k*-*-rtems*
97 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
98 of the stanzas results in this not being caught by or1k*-*-* later.
99 * configure. Regenerated.
100
a843ea33
SB
1012014-07-25 Samuel Bronson <naesten@gmail.com>
102
103 * .gitattributes: New file for use with git-merge-changelog.
104
cfbc1a6c
JS
1052014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
106
107 Disable gdb for or1k*-*-* until supported
108 * configure.ac (or1k*-*-*): Disable gdb.
109 * configure: Regenerated.
110
d9e042ac
SL
1112014-05-14 Sandra Loosemore <sandra@codesourcery.com>
112
113 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
114 * configure: Regenerated.
115
201f096f 1162014-03-26 Jakub Jelinek <jakub@redhat.com>
117
118 PR sanitizer/56781
119 * Makefile.def: Set bootstrap=true; for host fixincludes.
120 * configure.ac: Don't bootstrap host fixincludes unless
121 --with-build-config=bootstrap-{a,ub}san.
122 * Makefile.in: Regenerated.
123 * configure: Regenerated.
124
730af8ee 1252014-03-21 Jakub Jelinek <jakub@redhat.com>
126
127 * configure.ac: Move BUILD_CONFIG set up earlier. Add
128 --enable-vtable-verify option parsing. Don't add
129 target-libsanitizer to bootstrap_target_libs unless
130 --with-build-config=bootstrap-asan or
131 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
132 to bootstrap_target_libs unless --enable-vtable-verify.
133 * configure: Regenerated.
134
abca8d87 1352014-03-07 Jakub Jelinek <jakub@redhat.com>
136
137 PR bootstrap/58572
138 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
139 -I for libstdc++-v3 includes if $(LEAN).
140 * Makefile.in: Regenerated.
141
68d122bb 1422014-02-24 Walter Lee <walt@tilera.com>
143
144 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
145 (tilegx-*-*): Change to tilegx*-*-*.
146 * configure: Regenerate.
147
39d1b2ae
RS
1482014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
149
150 * config.sub, config.guess: Import from upstream.
151
50f80006
EB
1522014-04-04 Eric Botcazou <ebotcazou@adacore.com>
153
154 PR bootstrap/60620
155 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
156 * Makefile.in: Regenerate.
157
a6305403
YS
1582014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
159
160 * Makefile.def (dependencies): Make all-ld depend on all-binutils
161 for WINDRES_FOR_TARGET in default-manifest.o rule.
162 * Makefile.in: Regenerate.
163
62a0f723
RO
1642014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
165
166 PR target/59788
167 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
168 *solaris2*.
169
530e8392
KB
1702013-12-19 Keven Boell <keven.boell@intel.com>
171
172 * cp-namespace.c (cp_lookup_nested_symbol): Enable
173 nested lookups for fortran modules.
174 * dwarf2read.c (read_module): Add fortran module to
175 the symbol table.
176 (add_partial_symbol, add_partial_module): Add fortran
177 module to the partial symbol table.
178 (new_symbol_full): Create full symbol for fortran module.
179 * f-exp.y (yylex): Add new module domain to be parsed.
180 * symtab.h: New domain for fortran modules.
181
7f9b20bb
KB
1822013-12-19 Keven Boell <keven.boell@intel.com>
183
184 * f-exp.y (yylex): Add domain array to enable lookup
185 in multiple domains. Loop over lookup domains and try
186 to find requested symbol. Add STRUCT_DOMAIN to lookup
187 domains to be able to query for user defined types.
188
afc0578d 1892013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
190
191 * configure.ac: Add user-friendly check for native x86_64-linux
192 multilibs.
193 * configure: Regenerate.
194
f3f51a69
AM
1952013-11-23 Alan Modra <amodra@gmail.com>
196
197 * config.sub, config.guess: Import from upstream.
198
2440009d 1992013-11-07 Thomas Schwinge <thomas@codesourcery.com>
200
2440009d 201 * Makefile.in: Regenerate.
202
e78e02e6 203 * Makefile.tpl: Fix typo.
204 * Makefile.in: Regenerate partially.
205
9aaf2a7e 2062013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
207
208 * configure.ac: Added libcilkrts to noconfig list when C++ is not
209 supported.
210 * configure: Regenerated.
211
880b18d1 2122013-10-30 Jason Merrill <jason@redhat.com>
213
214 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
215 --disable-build-format-warnings.
216
522e3d71 2172013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
218
f3f51a69 219 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
522e3d71 220 depend on libstdc++ and libgcc.
221 * configure: Regenerate.
222 * configure.ac: Added libcilkrts to target binaries. Also, restrict
223 libcilkrts for POSIX and i*86, and x86_64 architectures.
224 * Makefile.in: Added libcilkrts related fields to support building it.
225
cb49a9e1 2262013-10-26 Jeff Law <law@redhat.com>
227
228 * Makefile.def (target_modules): Remove libmudflap
229 (languages): Remove check-target-libmudflap).
230 * Makefile.in: Rebuilt.
231 * Makefile.tpl (check-target-libmudflap-c++): Remove.
232 * configure.ac (target_libraries): Remove target-libmudflap.
233 Remove checks which disabled libmudflap on some systems.
234 * configure: Rebuilt.
235 * libmudflap: Directory removed.
236
82033c9b
JBG
2372013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
238
239 * configure.ac: Update from GCC.
240 * configure: Regenerate.
241
b50d7605
HPN
2422013-10-15 Hans-Peter Nilsson <hp@axis.com>
243
244 * src-release (do-proto-toplevel): Support subdir-path-prefixed
245 files in SUPPORT_FILES.
246 (SIM_SUPPORT_DIRS): New variable.
247 (sim.tar.bz2): New rule.
248
f4cfb980
JBG
2492013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
250
251 * configure.ac: Update from GCC.
252 * configure: Regenerate.
253
78b1434c
JJ
2542013-10-01 Jeff Johnston <jjohnstn@redhat.com>
255
256 * COPYING.NEWLIB: Update with new copyright.
257
b3fc79f8
JBG
2582013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
259
260 * configure.ac: Update from GCC.
261 * configure: Regenerate.
262
cc9afea3
AM
2632013-09-20 Alan Modra <amodra@gmail.com>
264
265 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
266 ppc host match. Support little-endian powerpc linux hosts.
267
f006cabd
JB
2682013-08-16 Joel Brobecker <brobecker@adacore.com>
269
270 * src-release (VER): When using $(TOOL)/common/create-version.sh,
271 strip the "-cvs" suffix from the version number if present.
272
95e43135
JBG
2732013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
274
275 * configure.ac: Sync with GCC repo.
276 * Makefile.def: Ditto.
277 * configure: Regenerate.
278 * Makefile.in: Ditto.
279
7539e41e
JB
2802013-07-22 Joel Brobecker <brobecker@adacore.com>
281
282 * src-release (VER): Use $(TOOL)/common/create-version.sh
283 if it exists.
284
e8044f35
RS
2852013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
286
287 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
288 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
289 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
290 * configure: Regenerate.
291
7bab7634
DC
2922013-06-01 George Thomas <george.thomas@atmel.com>
293
95e43135
JBG
294 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
295 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
7bab7634 296
b5364c9e
JJ
2972013-05-06 Sandra Loosemore <sandra@codesourcery.com>
298
299 * COPYING.NEWLIB: Add Altera Corporation copyright.
300
5dad867c
JBG
3012013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
302
303 * config.guess: Update from config repo.
304 * config.sub: Ditto.
305
b836cb18
JBG
3062013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
307
308 * Makefile.def: Sync with GCC.
309 * Makefile.in: Regenerate.
310
e7d5abf1
JBG
3112013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
312
313 * configure.ac: Sync with GCC.
b836cb18 314 * configure: Regenerate.
e7d5abf1 315
4f778543
MF
3162013-03-22 Mike Frysinger <vapier@gentoo.org>
317
318 * src-release (VER): Change bfd/configure.in sed to use the new
319 `bfd/configure --version` output.
320
f1dd87fc
YZ
3212013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
322
323 * configure.ac: Sync with GCC repo.
324 * configure: Ditto.
325
a413f71a
ILT
3262013-02-05 Ian Lance Taylor <iant@google.com>
327
328 PR go/55969
329 * configure.ac: Disable libgo on some systems where it does not
330 work.
331 * configure: Rebuild.
332
3a98824c
AM
3332013-02-05 Alan Modra <amodra@gmail.com>
334
335 * configure: Regenerate after syncing config/.
336
3dae1673
JBG
3372013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
338
339 * configure.ac: Sync with GCC repo.
340 * configure: Ditto.
341 * Makefile.def: Ditto.
342 * Makefile.in: Ditto.
343
bf51454b
JB
3442013-01-11 Joel Brobecker <brobecker@adacore.com>
345
346 Sync with GCC, merge:
347
348 2013-01-09 Jason Merrill <jason@redhat.com>
349
350 * .gitignore: Import from gdb repository.
351
c841a2be
JBG
3522013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
353
354 * config.sub: Update from config repo.
355
d7b9dae9
EB
3562013-01-11 Eric Botcazou <ebotcazou@adacore.com>
357
358 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
359 * Makefile.in: Regenerate.
360
861ea9c8
L
3612013-01-09 H.J. Lu <hongjiu.lu@intel.com>
362
363 * Makefile.def (configure-gcc): Depend on all-gmp.
364 (all-gcc): Remove dependency on all-gmp.
365 * Makefile.in: Regenerated.
366
ce82b126
JBG
3672013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
368
1b4f418d 369 * config.guess: Update from config repo.
c2e5e6d7 370 * config.sub: Ditto.
ce82b126 371
fd62a30d
JJ
3722013-01-07 Jeff Johnston <jjohnstn@redhat.com>
373
374 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
375 exists and replace the new bfin license in its location.
376
0140d685
L
3772013-01-07 H.J. Lu <hongjiu.lu@intel.com>
378
379 PR gas/14899
380 * Makefile.def (dependencies): Make all-binutils, all-gprof,
381 all-ld and all-gold depend on all-gas.
382 * Makefile.in: Regenerated.
383
c3d399e7
L
3842012-12-29 Ben Elliston <bje@gnu.org>
385
386 * config.guess: Update to 2012-12-29 version.
387 * config.sub: Likewise.
388
9417cd2f
JBG
3892012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
390
391 * Makefile.def (install-target-libgo): Depend on
392 install-target-libatomic. Merged from GCC repo.
393 * Makefile.in: Regenerate.
394
68dad382
JJ
3952012-12-17 Jeff Johnston <jjohnstn@redhat.com>
396
397 * COPYING.LIBGLOSS: Add license for bfin libgloss.
398
2344b8da
TS
3992012-12-16 Thomas Schwinge <thomas@codesourcery.com>
400
401 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
402 * configure: Regenerate.
403
5eb08693
L
4042012-12-11 H.J. Lu <hongjiu.lu@intel.com>
405
406 * Makefile.def (target_modules): Add bootstrap=true and
407 raw_cxx=true to libsanitizer.
408 * configure.ac (bootstrap_target_libs): Add libsanitizer.
409 * Makefile.in: Regenerated.
410 * configure: Likewise.
411
53ab32d8
JBG
4122012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
413
414 * config.sub: Merge from config repo.
415
d2489204
JBG
4162012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
417
418 * configure.ac: Merge from GCC.
c2e5e6d7
JBG
419 * Makefile.tpl: Ditto.
420 * Makefile.in: Ditto.
421 * configure: Ditto.
d2489204 422
c23b5043
JBG
4232012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
424
425 * configure.ac (noconfigdirs): Merge from GCC.
426 * configure: Regenerate.
427
1dd1f7f6
JBG
4282012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
429
430 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
431
2bda3143
L
4322012-11-14 Roland McGrath <mcgrathr@google.com>
433
434 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
435 * configure: Regenerate.
436
5286fdef
L
4372012-11-13 Richard Henderson <rth@redhat.com>
438
439 * configure.ac: Move libsanitizer logic to subdirectory.
440 * configure: Regenerate.
441
4422012-11-13 Dodji Seketeli <dodji@redhat.com>
443
444 * configure.ac: Enable libsanitizer just on x86 linux for now.
445 * configure: Re-generate.
446
4472012-11-13 David Edelsohn <dje.gcc@gmail.com>
448
449 * configure.ac: Merge libquadmath sections.
450 * configure: Regenerate.
451
4522012-11-12 Wei Mi <wmi@google.com>
453
454 * configure.ac: Add libsanitizer to target_libraries.
455 * Makefile.def: Ditto.
456 * configure: Regenerate.
457 * Makefile.in: Regenerate.
458
f66a9a70
L
4592012-11-03 H.J. Lu <hongjiu.lu@intel.com>
460
461 * configure: Regenerated.
462
4632012-11-03 Robert Mason <rbmj@verizon.net>
464
465 * configure.ac: add --disable-libstdcxx configure option
466 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
467
6d94c122
CV
4682012-10-24 Corinna Vinschen <corinna@vinschen.de>
469
470 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
471 against Mingw64 w32api.
472 * configure: Regenerate.
473
a882be68
EB
4742012-10-23 Eric Botcazou <ebotcazou@adacore.com>
475
476 PR bootstrap/54820
477 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
478 * configure: Regenerate.
479
b3676d82
EB
4802012-10-22 Eric Botcazou <ebotcazou@adacore.com>
481
482 PR bootstrap/54820
483 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
484 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
485 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
486 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
487 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
488 * Makefile.in: Regenerate.
489 * configure.ac (have_static_libs): New variable and associated check.
490 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
491 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
492 * configure: Regenerate.
493
7b0e8ca5
MF
4942012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
495
496 * config.guess, config.sub: Include updated version from
497 config-patches. Adds microblaze little endian support.
498
8e71395b
L
4992012-09-28 Ian Lance Taylor <iant@google.com>
500
501 * Makefile.def: Make all-target-libgo depend on
502 all-target-libbacktrace.
503 * Makefile.in: Rebuild.
504
5052012-09-26 Ian Lance Taylor <iant@google.com>
506
507 * Makefile.def: Make all-gcc depend on all-libbacktrace.
508 * Makefile.in: Rebuild.
509
5102012-09-06 Diego Novillo <dnovillo@google.com>
511
512 * configure.ac: Bump minimum GMP version to 4.2.3.
513 * configure: Re-generate.
514
5152012-09-05 Georg-Johann Lay <avr@gjlay.de>
516
517 PR target/54461
518 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
519 target-libgloss if not configured --with-avrlibc=no.
520 * configure: Regenerate.
521
5222012-09-04 Jason Merrill <jason@redhat.com>
523
524 * configure.ac: Fix --enable-languages=all.
525
5262012-09-03 Richard Guenther <rguenther@suse.de>
527
528 PR bootstrap/54138
529 * configure.ac: Re-organize ISL / CLOOG checks to allow
530 disabling with either --without-isl or --without-cloog.
531 * configure: Regenerated.
532
5332012-09-03 Georg-Johann Lay <avr@gjlay.de>
534
535 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
536 * configure: Regenerate.
537
d09bbf00
SE
5382012-09-21 Steve Ellcey <sellcey@mips.com>
539
540 * configure.ac: Add mips*-mti-elf* target.
541 * configure: Regenerate.
542
2bf680c4
ILT
5432012-09-19 Ian Lance Taylor <iant@google.com>
544
545 * configure.ac (host_libs): Add libbacktrace.
546 (target_libraries): Add libbacktrace.
547 * Makefile.def (host_modules): Add libbacktrace.
548 (target_modules): Likewise.
549 * configure, Makefile.in: Rebuild.
550
5c0b3823
WL
5512012-09-15 Jiong Wang <jiwang@tilera.com>
552
553 * configure.ac (ENABLE_GOLD): support tilegx*
554 * configure: rebuild
555
1488e230
DE
5562012-09-14 David Edelsohn <dje.gcc@gmail.com>
557
558 PR target/38607
559 Merge upstream change.
560 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
561
562 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
563 Add libgomp*.o to compare_exclusions for AIX.
564 * configure: Regenerate.
565
df6795ce
L
5662012-08-26 H.J. Lu <hongjiu.lu@intel.com>
567
568 PR binutils/4970
569 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
570 and opcodes.
571 * Makefile.in: Regenerated.
572
7ec59b9e
L
5732012-08-14 Diego Novillo <dnovillo@google.com>
574
575 Merge from cxx-conversion branch.
576
577 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
578 POSTSTAGE1_CONFIGURE_FLAGS.
579 * Makefile.in: Regenerate.
580 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
581 Force C++ when bootstrapping.
582 * configure: Regenerate.
583
5842012-07-06 Richard Guenther <rguenther@suse.de>
585
586 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
587 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
588 --with-gmp=system.
589 * Makefile.in: Regenerated.
590 * configure: Likewise.
591
5922012-07-06 Richard Guenther <rguenther@suse.de>
593
594 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
595 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
596 supply V=1 as extra_make_flags.
597 * configure: Regenerated.
598 * Makefile.in: Likewise.
599
6002012-07-03 Richard Guenther <rguenther@suse.de>
601
602 * Makfile.def (isl): Remove not necessary extra_exports and
603 extra_make_flags.
604 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
605 * Makefile.in: Regenerated.
606
6072012-07-03 Richard Guenther <rguenther@suse.de>
608
609 * Makefile.def (cloog): Add V=1 to extra_make_flags.
610 * configure.ac: If either the ISL or the CLooG check failed
611 do not try to build in-tree versions.
612 * Makefile.in: Regenerated.
613 * configure: Regenerated.
614
6152012-07-02 Richard Guenther <rguenther@suse.de>
616 Michael Matz <matz@suse.de>
617 Tobias Grosser <tobias@grosser.es>
618 Sebastian Pop <sebpop@gmail.com>
619
620 * Makefile.def: Add ISL host module, remove PPL host module.
621 Adjust ClooG host module to use the proper ISL.
622 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
623 * configure.ac: Include config/isl.m4. Add ISL host library,
624 remove PPL. Remove PPL configury, add ISL configury, adjust
625 ClooG configury.
626 * Makefile.in: Regenerated.
627 * configure: Likewise.
628
6292012-07-02 Richard Guenther <rguenther@suse.de>
630
631 Merge from graphite branch
632 2011-07-21 Tobias Grosser <tobias@grosser.es>
633
634 * configure: Regenerated.
635 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
636 both cloog.org and legacy versions. The only supported version will
637 be CLooG with the isl backend.
638
639 2011-07-21 Tobias Grosser <tobias@grosser.es>
640
641 * configure: Regenerated.
642 * configure.ac: Require cloog isl 0.17.0
643
644 2011-07-21 Tobias Grosser <tobias@grosser.es>
645
646 * configure: Regenerated.
647 * config/cloog.m4: Do not define CLOOG_ORG
648
6492012-06-29 Steven Bosscher <steven@gcc.gnu.org>
650
651 * configure.ac: Skip C if explicitly selected.
652 * configure: Regenerate.
653
6542012-06-28 Christophe Lyon <christophe.lyon@st.com>
655
656 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
657 they contain -O2.
658 * configure: Regenerate.
659
6602012-06-20 Jason Merrill <jason@redhat.com>
661
662 * Makefile.tpl (check-target-libgomp-c++): New.
663 (check-target-libitm-c++): New.
664 * Makefile.def (c++): Add them.
665 * Makefile.in: Regenerate.
666
6672012-05-16 Olivier Hainque <hainque@adacore.com>
668
669 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
670 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
671 (install-no-fixedincludes): Adjust accordingly.
672 * Makefile.in: Regenerate.
673
6742012-05-09 Nick Clifton <nickc@redhat.com>
675 Paul Smith <psmith@gnu.org>
676
677 PR bootstrap/50461
678 * configure.ac (mpfr-dir): When using in-tree MPFR sources
679 allow for the fact that from release v3.1.0 of MPFR the source
680 files were moved into a src sub-directory.
681 * configure: Regenerate.
682
6832012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
684
685 * configure.ac: Bump minimum MPFR version to 2.4.0.
686 * configure: Regenerated.
687
6882012-05-01 Richard Henderson <rth@redhat.com>
689
690 * Makefile.def (libatomic): New target_module.
691 * configure.ac (target_libraries): Add libatomic.
692 (noconfigdirs): Check if libatomic is supported.
693 * Makefile.in, configure: Rebuild.
694
f87f9c61
L
6952012-05-15 H.J. Lu <hongjiu.lu@intel.com>
696
697 Merge upstream change
698 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
699
7002011-11-21 Andreas Tobler <andreast@fgznet.ch>
701
702 * libtool.m4: Additional FreeBSD 10 fixes.
703
68f107fa
AO
7042012-06-28 Christophe Lyon <christophe.lyon@st.com>
705
706 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
707 they contain -O2.
708 * configure: Regenerate.
709
b9c361e0
JL
7102012-05-14 Catherine Moore <clm@codesourcery.com>
711
712 * NEWS: Mention PowerPC VLE port.
713
9eb322aa
MF
7142012-05-11 Mike Frysinger <vapier@gentoo.org>
715
716 * MAINTAINERS (config/): Move to intl/ section.
717 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
718
58b1dd21
NC
7192012-05-09 Nick Clifton <nickc@redhat.com>
720 Paul Smith <psmith@gnu.org>
721
722 PR bootstrap/50461
723 * configure.ac (mpfr-dir): When using in-tree MPFR sources
724 allow for the fact that from release v3.1.0 of MPFR the source
725 files were moved into a src sub-directory.
726 * configure: Regenerate.
727
2e702c99
RM
7282012-05-02 Roland McGrath <mcgrathr@google.com>
729
730 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
731 * configure: Regenerate.
732
d2213593
JB
7332012-04-25 Joel Brobecker <brobecker@adacore.com>
734
735 * config.sub: Update to 2012-04-18 version from official repo.
736
202e2356
NC
7372012-03-19 Tristan Gingold <gingold@adacore.com>
738
739 * configure.ac (ia64*-*-*vms*): Add support for ld.
740 * configure: Regenerate.
741
2479f722
RO
7422012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
743
744 * configure.ac (enable_libgomp): Remove *-*-irix6*.
745 (unsupported_languages): Remove mips-sgi-irix6.*.
746 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
747 (with_stabs): Remove.
748 * configure: Regenerate.
749
4e97d92b
RO
7502012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
751
752 * configure.ac (enable_libgomp): Remove *-*-osf*.
753 (with_stabs): Remove alpha*-*-osf*.
754 * configure: Regenerate.
755
f9ea6f98
JJ
7562012-03-09 Jeff Johnston <jjohnstn@redhat.com>
757
758 * COPYING.NEWLIB: Modify DJ Delorie license to include
759 modification rights in clause as permitted by DJ Delorie.
760 * COPYING.LIBGLOSS: Ditto.
761
48688b3e
JJ
7622012-03-09 Jeff Johnston <jjohnstn@redhat.com>
763
764 * COPYING.NEWLIB: Remove two unused licenses.
765
0945bbee
TG
7662012-03-05 Tristan Gingold <gingold@adacore.com>
767
768 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
769 * configure: Regenerate.
770
516be0c5
JJ
7712012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
772
773 * COPYING.NEWLIB: Add Adapteva notice.
774 * COPYING.LIBGLOSS: Add Adapteva notice.
775
64b986c0
EB
7762011-12-18 Eric Botcazou <ebotcazou@adacore.com>
777
778 * configure: Regenerate.
779
58cddc18
JJ
7802011-12-15 Jeff Johnston <jjohnstn@redhat.com>
781
782 * COPYING.LIBGLOSS: Add GPL with exception license.
783
b121d7d4
DD
7842011-11-09 Roland McGrath <mcgrathr@google.com>
785
786 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
787 * configure: Rebuild.
788 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
789 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
790 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
791 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
792 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
793 Add READELF.
794 * Makefile.in: Rebuild.
795
d32e2926
RH
7962011-11-08 Richard Henderson <rth@redhat.com>
797
798 * configure.ac: Test for libitm directory present first.
799
800 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
801
802 * configure.ac: Test libitm/configure.tgt to disable libitm.
803 * configure: Rebuild.
804
98dd765a
RO
8052011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
806
807 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
808 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
809 * Makefile.in: Regenerate.
810
99c513f6
DD
8112011-11-01 DJ Delorie <dj@redhat.com>
812
813 * configure.ac (rl78-*-*) New case.
814 * configure: Regenerate.
815
ff3ec4ee
DD
8162011-11-01 DJ Delorie <dj@redhat.com>
817
818 * config.sub: Update to version 2011-10-29 (added rl78)
819
c28a9f49
NC
8202011-10-27 Nick Clifton <nickc@redhat.com>
821
822 * config.sub: Import these changes from the config project:
823
a903d6ac 824 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
c28a9f49
NC
825 Ben Elliston <bje@gnu.org>
826
827 * config.sub (epiphany): New.
828
829 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
830 Ben Elliston <bje@gnu.org>
831
9eb322aa 832 * config.sub (hexagon, hexagon-*): New.
c28a9f49
NC
833
834 2011-08-23 Roland McGrath <mcgrathr@google.com>
835
836 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
837 64eb to be64.
838
839 2011-08-16 Roland McGrath <mcgrathr@google.com>
840
841 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
842 (nacl): Grok as alias for 32el-unknown-nacl.
843
860144e4
JB
8442011-08-19 Joel Brobecker <brobecker@adacore.com>
845
846 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
847
40ae9136
YQ
8482011-08-14 Yao Qi <yao@codesourcery.com>
849
850 Merge from gcc:
851
852 2011-08-14 Yao Qi <yao@codesourcery.com>
853 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
854 * configure: Regenerate.
855
ffdd6afc
ILT
8562011-07-26 Ian Lance Taylor <iant@google.com>
857
858 Merge from gcc:
859
860 2011-07-26 Ian Lance Taylor <iant@google.com>
861 * configure.ac: Set have_compiler based on whether gcc directory
862 exists, rather than on whether gcc is in configdirs.
863 * configure: Rebuild.
864
865 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
866 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
867 link directories.
868 * Makefile.in: Rebuild.
869
870 2011-07-20 Ian Lance Taylor <iant@google.com>
871 PR bootstrap/49787
872 * configure.ac: Move --enable-bootstrap handling earlier in file.
873 If --enable-bootstrap and either --enable-build-with-cxx or
874 --enable-build-poststage1-with-cxx, enable C++ automatically.
875 * configure: Rebuild.
876
877 2011-07-19 Ian Lance Taylor <iant@google.com>
878 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
879 make C++ a boot_language. Set and substitute
880 POSTSTAGE1_CONFIGURE_FLAGS.
881 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
882 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
883 * configure, Makefile.in: Rebuild.
884
885 2011-07-16 Jason Merrill <jason@redhat.com>
886 * Makefile.def (language=c++): Add check-c++0x and
887 check-target-libmudflap-c++.
888 * Makefile.tpl (check-target-libmudflap-c++): New.
889 * Makefile.in: Regenerate.
890
891 2011-07-16 Matthias Klose <doko@ubuntu.com>
892 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
893 * Makefile.def (target_modules/libjava): Pass
894 $(EXTRA_CONFIGARGS_LIBJAVA).
895 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
896 if not configured with --enable-static-libjava.
897 * Makefile.in: Regenerate.
898 * configure: Likewise.
899
900 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
901 PR regression/47836
902 PR bootstrap/23656
903 PR other/47733
904 PR bootstrap/49247
905 PR c/48825
906 * configure.ac (target_libraries): Remove target-libiberty.
907 Remove case-statement setting skipdirs=target-libiberty for
908 multiple targets. Remove checking target_configdirs and
909 removing target-libiberty but keeping target-libgcc if
910 otherwise empty.
911 * Makefile.def (target_modules): Don't add libiberty.
912 (dependencies): Remove all traces of target-libiberty.
913 * configure, Makefile.in: Regenerate.
914
9ccb86e7
JM
9152011-07-22 Jason Merrill <jason@redhat.com>
916
917 * Makefile.def (language=c++): Add check-c++0x and
918 check-target-libmudflap-c++.
919 * Makefile.tpl (check-target-libmudflap-c++): New.
920 * Makefile.in: Regenerate.
921
090bc50f
RO
9222011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
923
924 * configure: Regenerate.
925
cff32a7c
RO
9262011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
927
928 PR target/39150
929 * configure.ac (i[3456789]86-*-solaris2*): Also accept
930 x86_64-*-solaris2.1[0-9]*.
931 * configure: Regenerate.
932
eb4b2452
NC
9332011-06-13 Walter Lee <walt@tilera.com>
934
935 * configure.ac (tilepro-*-*) New case.
936 (tilegx-*-*): Likewise.
937 * configure: Regenerate.
938
3c0013bf
NC
9392011-06-06 Nick Clifton <nickc@redhat.com>
940
941 * config.sub: Sync from upstream.
942
91c1f14c
DK
9432011-05-08 Doug Kwan <dougkwan@google.com>
944
945 Merge from gcc:
946
947 2011-05-08 Doug Kwan <dougkwan@google.com>
948
949 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
950 * configure: Regenerated.
951 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
952 value from configure.
953 * Makefile.in: Regenerated.
954
c7e4b184
JM
9552011-05-05 Joseph Myers <joseph@codesourcery.com>
956
957 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
958 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
959 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
960 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
961 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
962 *-*-vxworks*): Disable newlib and libgloss in separate case
963 statement.
964 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
965 to separate case statement.
966 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
967 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
968 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
969 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
970 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
971 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
972 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
973 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
974 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
975 i[[3456789]]86-*-rdos*, m32r-*-*,
976 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
977 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
978 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
979 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
980 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
981 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
982 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
983 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
984 and libgloss in main case over targets. Remove most empty cases
985 in main case over targets.
986 * configure: Regenerate.
987
7152a690
JM
9882011-05-04 Joseph Myers <joseph@codesourcery.com>
989
990 * configure.ac: Remove code setting special library locations for
991 hppa*64*-*-hpux11*. Remove code setting compiler for
992 sparc-sun-solaris2*.
993 * configure: Regenerate.
994
ff46fb8f
JM
9952011-05-04 Joseph Myers <joseph@codesourcery.com>
996
997 * configure.ac: Separate libgloss_dir settings from general case
998 over targets.
999 * configure: Regenerate.
1000
82ae827f
JM
10012011-04-28 Joseph Myers <joseph@codesourcery.com>
1002
1003 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1004 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1005 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1006 cases in libgcj-disabling case statement.
1007 (hppa*64*-*-linux*): Set unsupported_languages instead of
1008 disabling target-zlib.
1009 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1010 to hppa*64*-*-hpux*.
1011 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1012 hppa*-*-hpux*.
1013 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1014 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1015 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1016 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1017 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1018 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1019 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1020 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1021 libgcj-disabling case statement.
1022 * configure: Regenerate.
1023
0827f9a6
JM
10242011-04-28 Joseph Myers <joseph@codesourcery.com>
1025
1026 * configure.ac: Disable Java for targets not supporting libffi.
1027 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1028 Remove cases in Java-disabling statement.
1029 (*arm-wince-pe): Change to arm-wince-pe.
1030 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1031 cases in Java-disabling statement.
1032 (bfin-*-*): Don't disable Java again.
1033 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1034 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1035 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1036 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1037 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1038 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1039 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1040 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1041 Java-disabling statement.
1042 (mmix-*-*): Don't disable Java again.
1043 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1044 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1045 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1046 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1047 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1048 statement.
1049 * configure: Regenerate.
1050
899b04ef
JM
10512011-04-28 Joseph Myers <joseph@codesourcery.com>
1052
1053 Merge from GCC:
1054
1055 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1056
1057 PR lto/48086
1058 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1059 * configure: Regenerate.
1060
9863d716
JM
10612011-04-28 Joseph Myers <joseph@codesourcery.com>
1062
1063 * configure.ac: Separate cases disabling Java and Java libraries
1064 from general case over targets.
1065 * configure: Regenerate.
1066
a90ef4bf
JM
10672011-04-06 Joseph Myers <joseph@codesourcery.com>
1068
1069 * configure.ac (build_tools): Remove build-byacc.
1070 (host_libs): Remove mmalloc.
1071 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1072 autoconf automake libtool diff rcs fileutils shellutils time
1073 textutils wdiff find uudecode hello tar gzip indent recode release
1074 sed perl gawk findutils gettext zip.
1075 (libgcj): Remove target-qthreads.
1076 (target_tools): Remove target-examples target-gperf.
1077 (YACC): Don't handle building byacc.
1078 * configure: Regenerate.
1079 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1080 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1081 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1082 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1083 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1084 handle building components.
1085 * Makefile.in: Regenerate.
1086
05a02268
RW
10872011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1088
1089 * config.sub: Sync from upstream.
1090
c5f5c3c2
JM
10912011-04-01 Joseph Myers <joseph@codesourcery.com>
1092
1093 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1094 (microblaze*): Don't disable libssp.
1095 * configure: Regenerate.
1096
f6c1938b
JM
10972011-04-01 Joseph Myers <joseph@codesourcery.com>
1098
1099 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1100 moveifchange.
1101 * configure: Regenerate.
1102 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1103 * Makefile.in: Regenerate.
1104
1f111696
JM
11052011-04-01 Joseph Myers <joseph@codesourcery.com>
1106
1107 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1108 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1109 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1110 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1111 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1112 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1113 md_exec_prefix cases.
1114 * configure: Regenerate.
1115
065a5627
JM
11162011-04-01 Joseph Myers <joseph@codesourcery.com>
1117
1118 * configure.ac: Separate cases disabling target-libssp,
1119 target-libiberty, target-libstdc++-v3 and Fortran from general
1120 case over targets.
1121 * configure: Regenerate.
1122
b2f14e4a
JM
11232011-04-01 Joseph Myers <joseph@codesourcery.com>
1124
1125 * configure.ac (*-*-chorusos): Don't disable libgcj.
1126 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1127 Remove case.
1128 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1129 (arm-*-coff): Don't disable libgcj.
1130 (arm*-*-linux-gnueabi): Remove useless assignment.
1131 (arm-*-riscix*): Don't disable libgcj.
1132 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1133 configuration.
1134 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1135 (c54x*-*-*): Remove case.
1136 (tic54x-*-*): Don't disable GCC or GCC libraries.
1137 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1138 to *.
1139 (d10v-*-*): Don't disable GCC libraries.
1140 (d30v-*-*): Don't disable libgcj.
1141 (h8500-*-*): Don't disable GCC libraries.
1142 (i960-*-*): Don't disable libgcj.
1143 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1144 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1145 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1146 libgcj.
1147 (m68k-*-coff*): Remove case.
1148 (mmix-*-*): Don't disable libgloss on host.
1149 (mn10200-*-*, mn10300-*-*): Remove cases.
1150 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1151 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1152 Don't disable libgcj.
1153 (romp-*-*): Remove case.
1154 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1155 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1156 case.
1157 (v810-*-*): Don't disable GCC libraries.
1158 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1159 (ip2k-*-*): Don't disable GCC libraries.
1160 * configure: Regenerate.
1161
6a608608
JM
11622011-03-28 Joseph Myers <joseph@codesourcery.com>
1163
1164 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1165 libffi on host.
1166 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1167 on host.
1168 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1169 * configure: Regenerate.
1170
5b806d27
NC
11712011-03-26 John Marino <binutils@marino.st>
1172
1173 * configure.ac: Add support for *-*-dragonfly*
1174 * configure: Regenerate.
1175
0377a422
JM
11762011-03-25 Joseph Myers <joseph@codesourcery.com>
1177
1178 * configure.ac (native_only): Remove.
1179 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1180 send-pr uudecode guile gnuserv on host.
1181 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1182 send-pr rcs guile perl texinfo libtool on host.
1183 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1184 automake send-pr rcs guile perl texinfo libtool on host.
1185 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1186 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1187 (alpha*-dec-osf*): Don't disable fileutils on target.
1188 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1189 texinfo send-pr expect dejagnu on target.
1190 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1191 target-qthreads on target.
1192 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1193 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1194 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1195 x86_64-*-mingw*): Don't disable expect on target.
1196 (*-*-cygwin*): Don't disable target-gperf on target.
1197 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1198 gnuserv on target.
1199 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1200 target.
1201 * configure: Regenerate.
1202
2354b38b
JM
12032011-03-25 Joseph Myers <joseph@codesourcery.com>
1204
1205 * configure.ac (target_tools): Remove target-groff.
1206 (native_only): Remove target-groff.
1207 (hppa*64*-*-*): Don't disable byacc.
1208 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1209 setting.
1210 (*-*-kaos*): Don't skip target-librx and target-groff.
1211 (*-*-netware*): Don't skip target-libmudflap.
1212 (*-*-tpf*): Don't skip target-libmudflap.
1213 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1214 directories on the host.
1215 (ia64*-*-*vms*): Don't skip tix.
1216 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1217 host.
1218 * configure: Regenerate.
1219
28d9b232
PB
12202011-03-24 Paolo Bonzini <pbonzini@redhat.com>
1221
1222 * configure.ac: Remove references to mt-mep, mt-netware,
1223 mt-wince.
1224 * Makefile.def: Add all-utils soft dependencies.
1225 * Makefile.tpl: Remove GDB_NLM_DEPS.
1226 * configure: Regenerate.
1227 * Makefile.in: Regenerate.
1228
dbbe5f95
PB
12292011-03-24 Paolo Bonzini <bonzini@gnu.org>
1230
1231 Sync from GCC:
1232
1233 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1234
1235 * configure.ac: Do not include mh-x86omitfp.
1236 * configure: Regenerate.
1237
1238 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1239
1240 * configure.ac: Remove empty cases.
1241 * configure: Regenerate.
1242
1243 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1244
1245 * Makefile.def: Add dependency from termcap to gdb.
1246 * Makefile.in: Regenerate.
1247
1248 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1249
1250 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1251 * configure: Regenerate.
1252 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1253 * Makefile.tpl: Likewise.
1254 * Makefile.in: Regenerate.
1255
1256 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1257
1258 * configure.ac: Remove all mentions of tentative_cc.
1259 * configure: Regenerate.
1260
1261 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
1262
1263 PR lto/48086
1264 * configure.ac: Re-enable LTO on *-apple-darwin9.
1265 * configure: Regenerate.
1266
3516a403
JM
12672011-03-24 Joseph Myers <joseph@codesourcery.com>
1268
1269 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1270 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1271 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1272 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1273 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1274 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1275 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1276 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1277 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1278 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1279 *-*-rhapsody*): Remove host cases.
1280 * configure: Regenerate.
1281
93cc359e
JM
12822011-03-24 Joseph Myers <joseph@codesourcery.com>
1283
1284 * configure.ac (ppc*-*-pe): Remove host case.
1285 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1286 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1287 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1288 cases.
1289 * configure: Regenerate.
1290
29b2c556
JM
12912011-03-24 Joseph Myers <joseph@codesourcery.com>
1292
1293 * config.sub: Update to version 2011-03-23.
1294
f0ff0f90
JM
12952011-03-22 Joseph Myers <joseph@codesourcery.com>
1296
1297 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1298 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1299 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1300 * configure: Regenerate.
1301
782cb41f
JM
13022011-03-22 Joseph Myers <joseph@codesourcery.com>
1303
1304 * config-ml.in: Don't handle arc-*-elf*.
1305 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1306 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1307 handle GCC libraries.
1308 * configure: Regenerate.
1309
0e8ad34f
RO
13102011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1311
1312 PR bootstrap/48120:
1313 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1314 Add -lstdc++ -lm to LIBS.
1315 * configure: Regenerate.
1316
5548b4ce
DE
13172011-03-18 David Edelsohn <dje.gcc@gmail.com>
1318
1319 * config.guess: Update to version 2011-02-02
1320 * config.sub: Update to version 2011-02-24
2e702c99 1321
86ed8cf6
SP
13222011-03-03 Sebastian Pop <sebastian.pop@amd.com>
1323
9eb322aa
MF
1324 * configure.ac: Adjust test of with_ppl.
1325 * configure: Regenerated.
86ed8cf6 1326
b123da99
SP
13272011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1328
1329 * configure.ac: Add -lpwl to ppllibs.
1330 * config/cloog.m4: Add -lisl to clooglibs.
1331 * configure: Regenerated.
1332
822ce8ee
RW
13332011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1334
1335 Import from Libtool and gnulib:
1336
1337 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
1338
1339 Prepare for supporting FreeBSD 10.
1340 * config.rpath: Remove handling of freebsd1* which soon would
1341 match FreeBSD 10.0.
1342
1343 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
1344
1345 Remove support for FreeBSD 1.x.
1346 * libtool.m4 (_LT_LINKER_SHLIBS)
1347 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1348 soon would incorrectly match FreeBSD 10.0.
1349
dcb5e506
RW
13502011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1351
1352 PR binutils/12283
1353 * MAINTAINERS (mkinstalldirs): Comes from Automake.
1354 (move-if-change): Comes from gnulib.
1355 * move-if-change: Import version from gnulib.
1356
8d8eef9a
RW
13572011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1358
1359 Sync from GCC:
1360
1361 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
1362
1363 PR lto/47225
1364 * Makefile.def (lto-plugin): Double dash for enable-shared.
1365 (configure-gcc): Depend on all-lto-plugin.
1366 * Makefile.in: Rebuilt.
1367
1368 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1369
1370 * configure.ac: Remove extra bracket.
1371 * configure: Regenerate.
1372
1373 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
1374
1375 PR lto/47225
1376 * Makefile.def: Add dependency for install-gcc
1377 on install-lto-plugin.
1378 * Makfile.in: Regenerated
1379
1380 2011-01-25 Jakub Jelinek <jakub@redhat.com>
1381
1382 * configure.ac: If with_ppl is no, move setting with_cloog=no
1383 after CLOOG_REQUESTED check.
1384 * configure: Regenerated.
1385
1386 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1387
1388 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1389 CLooG has been requested.
1390 * configure: Regenerated.
1391
1392 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1393
1394 * configure: Regenerated.
1395 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1396
1397 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1398
1399 * configure: Regenerated.
1400 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1401
1402 2011-01-07 Jan Hubicka <jh@suse.cz>
1403
1404 PR lto/47225
1405 * Makefile.in: Regenerate.
1406 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1407 configure.
1408
65b4571a
AO
14092011-01-31 Alexandre Oliva <aoliva@redhat.com>
1410
1411 PR libgcj/44341
1412 * configure.ac: Discard --with-* flags for host when configuring
1413 target libraries for cross build.
1414 * configure: Rebuilt.
1415
7837304f
AS
14162011-01-21 Andreas Schwab <schwab@redhat.com>
1417
1418 Sync from GCC:
1419
1420 2011-01-21 Andreas Schwab <schwab@redhat.com>
1421
1422 * configure.ac: Use AS_HELP_STRING throughout.
1423 * configure: Regenerate.
1424
1425 2011-01-18 Jie Zhang <jie.zhang@analog.com>
1426
1427 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1428 * configure: Regenerate.
1429
115ef890
RW
14302010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1431
1432 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1433
92c9a463
JB
14342011-01-13 Joel Brobecker <brobecker@adacore.com>
1435
1436 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1437 for ia64-hpux.
1438 * configure: Regenerate.
1439
887ebfb4
RW
14402011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1441
1442 Sync from GCC:
1443 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1444
1445 * configure.ac: (picochip): Disable libiberty.
1446 * configure: Regenerate.
1447
04d2c2b2
JJ
14482010-12-18 Jeff Johnston <jjohnstn@redhat.com>
1449
1450 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
1451
33d23ee8
ILT
14522010-12-10 Ian Lance Taylor <iant@google.com>
1453
1454 PR bootstrap/46819
1455 * configure.ac: For --disable-libgcj clear libgcj_saved.
1456 * configure: Rebuild.
1457
89a1e9c3
PB
14582010-12-10 Tobias Burnus <burnus@net-b.de>
1459
1460 PR fortran/46540
1461 * configure.ac: Add --disable-libquadmath and
1462 --disable-libquadmath-support.
1463 * configure: Regenerate.
1464
ac7bcd26
TG
14652010-12-10 Tristan Gingold <gingold@adacore.com>
1466
1467 * src-release (ETC_SUPPORT): add gnu-oids.texi
1468
d357cef7
HPN
14692010-12-03 Hans-Peter Nilsson <hp@axis.com>
1470
1471 PR libffi/46792
1472 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1473 * configure: Regenerate.
1474
4f11b223
ILT
14752010-12-02 Ian Lance Taylor <iant@google.com>
1476
1477 * configure.ac: Always set default for poststage1_ldflags to
1478 -static-libstdc++ -static-libgcc.
1479
989abc33
JJ
14802010-12-02 Jeff Johnston <jjohnstn@redhat.com>
1481
1482 * COPYING.NEWLIB: Add National Semiconductor notice.
1483
950386c6
AS
14842010-11-29 Andreas Schwab <schwab@redhat.com>
1485
1486 * configure.ac: Move comment to remove extra space in last argument
1487 of GCC_TARGET_TOOL.
1488
87cda2cf
AO
14892010-11-26 Alexandre Oliva <aoliva@redhat.com>
1490
7d509c83 1491 PR other/46026
87cda2cf
AO
1492 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1493 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1494 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1495 (BASE_FLAGS_TO_PASS): Use it.
1496 * configure: Rebuilt.
1497 * Makefile.in: Rebuilt.
1498
d3b50760
L
14992010-11-23 H.J. Lu <hongjiu.lu@intel.com>
1500
1501 PR binutils/12258
1502 * configure.ac: Correct comments for --enable-gold/--enable-ld.
1503 Properly check default linker.
1504 * configure: Regnerated.
1505
c7791212
NC
15062010-11-23 Matthias Klose <doko@ubuntu.com>
1507
1508 * configure.ac: For --enable-gold, handle value `default' instead of
1509 `both*'. New configure option --{en,dis}able-ld.
1510 * configure: Regenerate.
1511
9e1a94f4
ILT
15122010-11-20 Ian Lance Taylor <iant@google.com>
1513
1514 * configure.ac: Only disable a language library if no language needs
1515 it. Don't let --disable-libgcj uncondtionally disable libffi.
1516 * configure: Rebuild.
1517
ceca0218
PB
15182010-11-20 Paolo Bonzini <bonzini@gnu.org>
1519
1520 * configure: Regenerate.
1521
9b980aa1
RW
15222010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1523
1524 PR other/46202
1525 * configure.ac: Fix just-built in-tree STRIP name to be
1526 binutils/strip-new.
1527 * configure: Regenerate.
1528 * Makefile.def (install-strip-gcc, install-strip-binutils)
1529 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1530 (install-strip-sid): Mirror dependencies on non-strip variants
1531 of these targets on the respective -strip prerequisites.
1532 * Makefile.tpl (install-strip, install-strip-host)
1533 (install-strip-target): New targets.
1534 (install-strip-[+module+], install-strip-target-[+module+]):
1535 New targets.
1536 * Makefile.in: Regenerate.
1537
e552509b
ILT
15382010-11-19 Ian Lance Taylor <iant@google.com>
1539 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1540
1541 * configure.ac: Add target-libgo to target_libraries. Set
1542 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1543 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1544 (HOST_EXPORTS): Add GOC.
1545 (BASE_TARGET_EXPORTS): Add GOC.
1546 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1547 (GOCFLAGS_FOR_TARGET): New variable.
1548 (EXTRA_HOST_FLAGS): Add GOC.
1549 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1550 * Makefile.def (target_modules): Add libgo.
1551 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1552 (dependencies): Add dependency from configure-target-libgo to
1553 configure-target-libffi and all-target-libstdc++-v3. Add
1554 dependencies from all-target-libgo to all-target-libffi.
1555 (languages): Add go.
1556 * configure: Rebuild.
1557 * Makefile.in: Rebuild.
1558
15592010-11-19 Ian Lance Taylor <iant@google.com>
1560
1561 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1562 compiler/flag environment variables.
1563
15642010-11-18 Ian Lance Taylor <iant@google.com>
1565
1566 * configure.ac: Check for lang_requires_boot_languages in
1567 config-lang.in files.
1568 * configure: Rebuild.
1569
8c21d9c7
MF
15702010-11-17 Mike Frysinger <vapier@gentoo.org>
1571
1572 * .gitignore: New file.
1573
e552509b
ILT
15742010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1575 Tobias Burnus <burnus@net-b.de>
1576
1577 PR fortran/32049
1578 * Makefile.def: Add libquadmath; build it with language=fortran.
1579 * configure.ac: Add libquadmath.
1580 * Makefile.tpl: Handle multiple libs in check-[+language+].
1581 * Makefile.in: Regenerate.
1582 * configure: Regenerate.
1583
15842010-11-15 Andreas Schwab <schwab@redhat.com>
1585
1586 * configure.ac: Fix spelling in option names.
1587 * configure: Regenerated.
1588
15892010-11-13 Georg-Johann Lay <georgjohann@web.de>
1590
1591 PR bootstrap/39622
1592 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1593 * configure: Regenerated.
1594
15952010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1596
1597 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
1598 define the cloog backend to use. Furthermore, only pass the ppllibs to
1599 the configure checks, if necessary.
1600 * configure: Regenerate.
1601
16022010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1603
1604 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
1605 * configure: regenerate
1606
16072010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1608
1609 * config/cloog.m4: Fix typo. verison -> version.
1610 * configure: Regenerate.
1611
16122010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1613
1614 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
1615 * configure: Regenerate.
1616
16172010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1618
1619 * configure.ac: Support official CLooG.org versions.
1620 * configure: Regenerate.
1621 * config/cloog.m4: New.
1622
aa291e2d
ME
16232010-11-05 Michael Eager <eager@eagercon.com>
1624
1625 * COPYING.LIBGLOSS: Correct typo in microblaze.
1626 * COPYING.NEWLIB: Same.
1627
e552509b
ILT
16282010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1629
1630 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1631 * configure: Regenerate.
1632
74cea91b
DK
16332010-11-03 Ian Lance Taylor <iant@google.com>
1634 Dave Korn <dave.korn.cygwin@gmail.com>
1635
1636 PR lto/46273
1637 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
1638 and on other supported platforms whenever LTO is enabled.
1639 * configure: Rebuild.
1640
6d0cd39e
AM
16412010-11-02 Alan Modra <amodra@gmail.com>
1642
1643 PR binutils/12110
1644 * configure.ac: Error when source path contains spaces.
1645 * configure: Regenerate.
1646
18a8530e
ILT
16472010-10-20 Ian Lance Taylor <iant@google.com>
1648
1649 * Makefile.def (target_modules): Set lib_path to src/.libs for
1650 libstdc++-v3 module.
1651 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1652 * Makefile.in: Rebuild.
1653
6ed3211e
JJ
16542010-10-08 Bernd Schmidt <bernds@codesourcery.com>
1655 Joseph Myers <joseph@codesourcery.com>
1656
1657 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
1658 notices.
1659 * COPYING.NEWLIB: Add Texas Instruments notice.
1660
a8eb3f0a
DK
16612010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
1662
1663 * configure.ac (build_lto_plugin): New shell variable.
1664 (--enable-lto): Turn on by default for all non-ELF platforms that
1665 have had LTO support added so far. Set build_lto_plugin appropriately
1666 for both ELF and non-ELF.
1667 (configdirs): Add lto-plugin or not based on build_lto_plugin.
1668 * configure: Regenerate.
1669
4074d5f2
RW
16702010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1671
1672 PR bootstrap/45326
1673 PR bootstrap/45174
1674 * configure.ac: Honor initial values of $build_configargs,
1675 $host_configargs, $target_configargs. Mark the precious, so
1676 environment settings get recorded.
1677 * configure: Regenerate.
1678
29821356
RW
16792010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1680
1681 Sync from GCC:
1682
1683 2010-09-30 Michael Eager <eager@eagercon.com>
1684
1685 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1686 * configure: Regenerate.
1687
1688 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
1689
1690 * configure.ac (enable-lto): Add Darwin to the list of supported lto
1691 targets and amend comment.
1692 * configure: Regenerate.
1693
1694 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
1695
1696 * configure.ac: Enable LTO by default on Darwin.
1697 * configure: Regenerate.
1698
1699 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
1700
1701 PR bootstrap/44455
1702 * configure.ac (extra_mpfr_configure_flags): Copy from
1703 extra_mpc_gmp_configure_flags.
1704 * configure: Re-generated.
1705
57eefe4d
RW
17062010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1707
1708 Sync from GCC:
1709
1710 PR bootstrap/45796
1711 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1712 Depend on all-build-libiberty.
1713 * Makefile.in: Regenerate.
1714
17152010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
1716
1717 Sync from GCC:
1718
1719 PR bootstrap/44621
1720 * configure.ac: Fix unportable shell quoting.
1721 * configure: Regenerate.
1722
48bb73dd
RW
17232010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
1724
1725 * configure.ac: Support all v850 targets.
1726 * configure: Regenerate.
1727
1d14850f
PB
17282010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
1729
1730 PR target/44862
1731 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1732 Provide -B option to allow for link spec %s substitutions for
1733 libstdc++.a on darwin.
1734 * Makefile.in: Regenerate.
1735
7530c480
AO
17362010-06-10 Alexandre Oliva <aoliva@redhat.com>
1737
1738 * Makefile.def (configure-gcc): Depend on all-libelf.
1739 * Makefile.in: Rebuild.
1740
285d560d
RW
17412010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1742
1743 * config.sub, config.guess: Update from upstream sources.
1744
a009f2e7
RW
17452010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1746
1747 Sync from GCC:
1748
1749 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
1750 * configure.ac: Allow all the versions greater than 0.10 of PPL.
1751 * configure: Regenerated.
1752
1753 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
1754 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1755 * configure: Regenerate.
1756
1757 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
1758 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1759 * configure: Regenerate.
1760
1761 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1762 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1763 separately.
1764 * configure: Regenerate.
1765
1766 2010-04-13 Steve Ellcey <sje@cup.hp.com>
1767 * configure: Regenerate after change to elf.m4.
1768
1769 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1770 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1771 * configure: Regenerated.
1772
1773 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1774 * configure.ac: Print "buggy but acceptable" when CLooG
1775 revision is less than 9.
1776 * configure: Regenerated.
1777
e49e5c92
DK
17782010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
1779
1780 Merge from gcc:
1781
1782 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
1783 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1784 * configure: Regenerate.
1785
1786 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
1787 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1788 a platform that supports LTO.
1789 * configure: Regenerate.
1790
1791 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
1792 PR lto/42776
1793 * configure.ac (--enable-lto): Refactor handling so libelf tests
1794 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1795 and allow LTO to be explicitly enabled on non-ELF platforms that
1796 are known to support it inside else-clause.
1797 * configure: Regenerate.
1798
e6de499b
NC
17992010-04-27 Roland McGrath <roland@redhat.com>
1800 H.J. Lu <hongjiu.lu@intel.com>
1801
1802 * configure.ac (--enable-gold): Support both, both/gold and
1803 both/bfd to add gold to configdirs without removing ld.
1804 * configure: Regenerated.
1805
1806 * Makefile.def: Add install-gold dependency to install-ld.
1807 * Makefile.in: Regenerated.
1808
d594eacc
TG
18092010-04-14 Tristan Gingold <gingold@adacore.com>
1810
1811 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1812 * configure: Regenerate.
1813
938d2b74
RW
18142010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1815
1816 Merge from gcc:
1817 PR bootstrap/43615
1818 PR bootstrap/43328
1819 Revert:
1820 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1821 * configure.ac: Do not pass --enable-multilib nor
1822 --disable-multilib in baseargs. Accept explicitly passed
1823 --enable_multilib.
1824 * configure: Regenerate.
1825
a9ef41a7
RW
18262010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1827
1828 PR bootstrap/43328
1829 * configure.ac: Do not pass --enable-multilib nor
1830 --disable-multilib in baseargs. Accept explicitly passed
1831 --enable_multilib.
1832 * configure: Regenerate.
1833
619a3713
JM
18342010-03-23 Joseph Myers <joseph@codesourcery.com>
1835
1836 * configure.ac (tic6x-*-*): New case.
1837 * configure: Regenerate.
1838
92f4e989
JM
18392010-03-23 Joseph Myers <joseph@codesourcery.com>
1840
1841 Merge from gcc:
1842 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
1843 PR ada/42554
1844 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1845 * configure: Regenerate.
1846
c35a0556
JM
18472010-03-23 Joseph Myers <joseph@codesourcery.com>
1848
1849 * config.sub: Update to version 2010-03-22.
1850 * config.guess: Update to version 2009-12-30.
1851
18fa8f9c
JM
18522010-03-14 Joseph Myers <joseph@codesourcery.com>
1853
1854 Merge from gcc:
1855 2010-01-11 Richard Guenther <rguenther@suse.de>
1856 PR lto/41569
1857 * Makefile.def (all-lto-plugin): Depend on all-gcc.
1858 * Makefile.in: Regenerated.
1859
ba98da75
RO
18602010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1861
1862 PR libstdc++/32499
1863 * configure.ac (RANLIB): Default to true.
1864 (STRIP): Likewise.
1865 (RANLIB_FOR_TARGET): Remove superfluous : argument.
1866 * configure: Regenerate.
1867
3994761f
NC
18682010-02-17 Nick Clifton <nickc@redhat.com>
1869
1870 PR 11238
1871 * Makefile.tpl (local-distclean): Also remove config.cache files in
1872 sub-directories as there may not be Makefiles present in the
1873 sub-directories.
792cdb50
NC
1874 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1875 the config.cache files found by the find command.
1876
3994761f
NC
1877 * Makefile.in: Regenerate.
1878 * configure.ac: Revert previous delta.
1879 * configure: Regenerate.
1880
01a82011
NC
18812010-02-15 Nick Clifton <nickc@redhat.com>
1882
1883 PR 11238
1884 * configure.ac: Delete config.cache files in sub-directories when
1885 deleting Makefiles.
1886 * configure: Regenerate.
1887
143754cd
NC
18882010-02-15 Nick Clifton <nickc@redhat.com>
1889
1890 * configure.ac: Sync from gcc.
1891 * configure: Regenerate.
1892
a6b5846e
KG
18932010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1894
1895 Sync from gcc:
1896 * configure.ac: Add "recommended" version checks for GMP/MPC.
1897 Update recommended GMP/MPFR/MPC versions.
1898 * configure: Regenerate.
1899
2aa2364a
JR
19002010-01-25 Joern Rennecke <amylaar@spamcop.net>
1901
1902 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1903 * configure.ac (bootstrap_target_libs): Make inclusion of
1904 target-libgomp conditional on libgomb being in target_configdirs.
1905 * configure: Regenerate.
1906
d35e937f
JR
19072010-01-23 Joern Rennecke <amylaar@spamcop.net>
1908
1909 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1910 * configure.ac (bootstrap_target_libs): Include target-libgomp.
1911 * configure: Regenerate.
1912
911e63d0
JR
19132010-01-22 Joern Rennecke <amylaar@spamcop.net>
1914
1915 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1916 * configure.ac (target_configdirs): Substitute.
1917 * Makefile.def: Bootstrap target module libgomp.
1918 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1919 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1920 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1921 * configure, Makefile.in: Regenerate.
1922
3725885a
RW
19232009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1924
1925 * libtool.m4: Sync from git Libtool.
1926 * ltmain.sh: Likewise.
1927 * ltoptions.m4: Likewise.
1928 * ltversion.m4: Likewise.
1929 * lt~obsolete.m4: Likewise.
1930
d5f2ee2e 19312010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9eb322aa 1932 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d5f2ee2e
KG
1933
1934 PR bootstrap/42424
1935 * configure.ac: Include libtool m4 files.
9eb322aa 1936 (_LT_CHECK_OBJDIR): Call it.
d5f2ee2e
KG
1937 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1938 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 1939
d5f2ee2e
KG
1940 * configure: Regenerate.
1941
f2b2dd91
RW
19422010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1943
1944 PR bootstrap/41818
1945 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1946 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
1947 * Makefile.in: Regenerate.
1948
06ca7962
BE
19492009-12-18 Ben Elliston <bje@au.ibm.com>
1950
1951 * config.sub, config.guess: Update from upstream sources.
1952
30a16d7b
JJ
19532009-12-17 Jeff Johnston <jjohnstn@redhat.com>
1954
1955 * COPYING.NEWLIB: Update copyright date.
1956 * COPYING.LIBGLOSS: Ditto.
1957
d9b76ff9
KG
19582009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1959
1960 PR middle-end/30447
1961 PR middle-end/30789
1962 PR other/40302
1963
1964 * configure.ac: Require MPC.
1965 * configure: Regenerate.
1966
1967 * configure.ac: Update minimum MPC version to 0.8.
1968 * configure: Regenerate.
1969
e12dec02
PB
19702009-11-20 Paolo Bonzini <bonzini@gnu.org>
1971
1972 * config.guess: Sync with upstream and gcc.
1973 * config.sub: Sync with upstream and gcc.
1974
606a9ca0
AO
19752009-11-16 Alexandre Oliva <aoliva@redhat.com>
1976
1977 * Makefile.def: Restore host and target settings for gmp.
1978 * Makefile.in: Rebuild.
1979
1f53ca9a
AO
19802009-11-16 Alexandre Oliva <aoliva@redhat.com>
1981
1982 * configure.ac: Add libelf to host_libs. Enable in-tree configury
1983 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
1984 Fix portability of test of C++ as bootstrap language. Add
1985 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1986 * configure: Rebuild.
1987 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1988 and cloog. Fix in-tree ppl configuration. Introduce libelf
1989 in-tree building.
1990 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1991 (POSTSTAGE1_HOST_EXPORTS): Use it.
1992 (STAGE[+id+]_CXXFLAGS): New.
1993 (BASE_FLAGS_TO_PASS): Pass it down.
1994 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
1995 extra_exports.
1996 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1997 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1998 extra_exports.
1999 * Makefile.in: Rebuild.
2000
20012009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2002
2003 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2004 paths for *-w64-mingw* and x86_64-*mingw*.
2005 * configure: Regenerated.
2006
20072009-10-30 Kai Tietz <kai.tietz@onevision.com>
2008
2009 * configure.ac: Disable target-winsup & co for
2010 x86_64-*-mingw* and *-w64-mingw* targets.
2011 * configure: Regenerated.
2012
20132009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2014
2015 * configure.ac (CLooG test): Use = with test.
2016 * configure: Regenerate.
2017
20182009-10-22 Richard Guenther <rguenther@suse.de>
2019
2020 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2021 cloog if the ppl version check failed. Move flags saving
2022 before setting in libelf check.
2023 * configure: Regenerate.
2024
20252009-10-21 Richard Guenther <rguenther@suse.de>
2026
2027 * configure.ac: Adjust the ppl and cloog configure to work as
2028 documented. Disable cloog if ppl was disabled. Omit the version
2029 checks if they were disabled.
2030 * configure: Re-generate.
2031
6811fb56
RW
20322009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2033
2034 * configure.ac: Add 'lto' to enable_languages, not
2035 new_enable_languages, and only if not already present.
2036 * configure: Regenerate.
2037
700d40ca
ILT
20382009-10-06 Ian Lance Taylor <iant@google.com>
2039
2040 * Makefile.def: check-gold depends upon all-gas.
2041 * Makefile.in: Rebuild.
2042
20432009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2044
2045 * Makefile.def: all-lto-plugin depends on all-libiberty.
2046 set bootstrap=true for lto-plugin.
2047 Add lto-plugin.
2048 * Makefile.in: Regenerate.
2049 * configure.ac (host_libs): Add lto-plugin.
2050 * configure: Regenerate.
2051
20522009-10-03 Diego Novillo <dnovillo@google.com>
2053
2054 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2055 (HOST_LIBELFLIBS): Define.
2056 (HOST_LIBELFINC): Define.
2057 * Makefile.in: Regenerate.
2058 * configure.ac: Add --enable-lto.
2059 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2060 If --enable-lto is used, add 'lto' to new_enable_languages.
2061 If --enable-lto is used and gold is enabled, add
2062 lto-plugin to configdirs.
2063 * configure: Regenerate.
2064
20652009-10-03 Simon Baldwin <simonb@google.com>
2066
2067 * configure.ac: If --with-system-zlib, suppress local zlib and
2068 pass --with-system-zlib to subdir configure scripts.
2069 * configure: Regenerate.
2070
20712009-10-01 Loren J. Rittle <ljrittle@acm.org>
2072 Paolo Bonzini <bonzini@gnu.org>
2073
2074 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2075 $(srcdir).
2076 * Makefile.in: Rebuilt.
2077
c8cb1b3e
PB
20782009-09-29 Paolo Bonzini <bonzini@gnu.org>
2079
2080 Sync from gcc:
2081 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2082
2083 * configure.ac: Update minimum MPC version to 0.7.
2084 * configure: Regenerate.
2085
30167e0a
NC
20862009-09-25 Nick Clifton <nickc@redhat.com>
2087
2088 * configure.ac: Pass any --cache-file=/dev/null option on to
2089 subconfigures.
2090 * configure: Regenerate.
2091
707a0b5c
NC
20922009-09-23 Nick Clifton <nickc@redhat.com>
2093
2094 * config.sub, config.guess: Update from upstream sources.
2095
700d40ca
ILT
20962009-09-22 Loren J. Rittle <ljrittle@acm.org>
2097
2098 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2099 * Makefile.in: Rebuilt.
2100
2fd0b40b
RW
21012009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2102
2103 PR bootstrap/32272
2104 * configure.ac: Error out if $srcdir isn't '.' but contains
2105 host-${host_noncanonical}.
2106 * configure: Regenerate.
2107
4385ad3c
RW
21082009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2109
16b1ad29
RW
2110 * configure.ac: If bootstrapping a combined tree with
2111 --enable-gold, require c++ in stage1_languages.
2112 * configure: Regenerate.
2113
f8dc745f
RW
2114 * configure.ac: Also add target_libs of stage1_languages to
2115 bootstrap_target_libs.
2116 * configure: Regenerate.
2117
4385ad3c
RW
2118 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2119 with --enable-languages not containing c++.
2120 * configure: Regenerate.
2121
df51e4e1
JZ
21222009-09-16 Jie Zhang <jie.zhang@analog.com>
2123
2124 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2125 * configure: Regenerate.
2126
06a51eac
RW
21272009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2128
2129 * configure.ac: Do not use $extrasub for replacing @if/@endif
2130 parts in Makefile; instead, use additional arguments to
2131 AC_CONFIG_COMMANDS to do the replacement manually, with several
2132 sed invocations, to avoid HP-UX sed command limits.
2133 * configure: Regenerate.
2134
96655cc4
AO
21352009-09-04 Alexandre Oliva <aoliva@redhat.com>
2136
2137 * configure.ac (with-build-config): Document. Handle without.
2138 Handle missing argument.
2139 * configure: Rebuilt.
2140
21412009-09-03 Alexandre Oliva <aoliva@redhat.com>
2142
2143 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2144 Default to bootstrap-debug only if compare-debug works.
2145 * configure: Rebuilt.
2146 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2147 * Makefile.in: Rebuilt.
2148
21492009-09-01 Alexandre Oliva <aoliva@redhat.com>
2150
2151 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2152 * Makefile.in: Rebuilt.
2153
8e957354
PB
21542009-09-02 Paolo Bonzini <bonzini@gnu.org>
2155
2156 * Makefile.tpl (AWK): Fix typo.
2157 * Makefile.in: Regenerate.
2158
21592009-09-02 Paolo Bonzini <bonzini@gnu.org>
2160
2161 * configure.ac: Detect awk and sed.
2162 * Makefile.def (flags_to_pass): Add AWK and SED.
2163 * Makefile.tpl (AWK, SED): New.
2164 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2165 * configure: Regenerate.
2166 * Makefile.in: Regenerate.
2167
fb792462
TG
21682009-09-01 Tristan Gingold <gingold@adacore.com>
2169
2170 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
2171 Remove logical names.
2172
a69e7d0a
DK
21732009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
2174
2175 * ltmain.sh (func_normal_abspath): New function.
2176 (func_relative_path): Likewise.
2177 (func_mode_help): Document new -bindir option for link mode.
2178 (func_mode_link): Add new -bindir option, and use it to place
2179 output DLL if specified.
2180
d444d2ba
RW
21812009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2182
2183 * configure.ac (AC_PREREQ): Bump to 2.64.
2184
13b7343a
RW
21852009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2186
af542c2e
RW
2187 * README-maintainer-mode: Point directly to upstream locations
2188 for autoconf, automake, libtool, gettext, instead of copies on
2189 sources.redhat.com. Document required versions.
2190 * configure.ac: Do not substitute datarootdir, htmldir,
2191 pdfdir, docdir. Do not process --with-datarootdir,
2192 --with-htmldir, --with-pdfdir, --with-docdir.
2193 * configure: Regenerate.
2194
81ecdfbb
RW
2195 * configure: Regenerate.
2196
13b7343a
RW
2197 * compile: Sync from Automake 1.11.
2198 * depcomp: Likewise.
2199 * install-sh: Likewise.
2200 * missing: Likewise.
2201 * mkinstalldirs: Likewise.
2202 * ylwrap: Likewise.
2203
c1102ce7
RW
22042009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2205
34a0f3cf
RW
2206 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2207 (baseargs): Add --disable-option-checking.
2208 * configure: Regenerate.
2209
c1102ce7
RW
2210 * Makefile.def (configure-target-libiberty): Depend on
2211 all-binutils and all-ld.
2212 (configure-target-newlib): Likewise.
2213 * Makefile.in: Regenerate.
2214
e8a5fa9c
RW
22152009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2216
2217 Sync with GCC, merge:
2218
2219 2009-07-31 Christian Bruel <christian.bruel@st.com>
2220
2221 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2222 * configure: Regenerate.
2223
2224 2009-07-06 Ian Lance Taylor <iant@google.com>
2225
2226 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2227 * configure: Rebuild.
2228
2229 2009-06-26 Steve Ellcey <sje@cup.hp.com>
2230
2231 PR bootstrap/40338
2232 * configure.ac (comparestring): Create new variable.
2233 * Makefile.tpl (comparestring): Use to skip some comparisions.
2234 * configure: Regenerate.
2235 * Makefile.in: Regenerate.
2236
2237 2009-06-23 Ian Lance Taylor <iant@google.com>
2238
2239 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
2240 boot_languages. Only bootstrap target libraries listed in
2241 target_libs for some boot language. Add --with-stage1-ldflags,
2242 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
2243 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
2244 if not building with C++.
2245 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2246 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2247 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2248 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2249 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
2250 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2251 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2252 * configure, Makefile.in: Rebuild.
2253
2254 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2255
2256 * configure.ac: Detect MPC in default directory.
2257 * configure: Regenerate.
2258
2259 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
2260
2261 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2262 to noconfdirs.
2263 * configure: Regenerate.
2264
2265 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2266
2267 * Makefile.def: Add MPC support and dependencies.
2268 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
2269
2270 * Makefile.in, configure: Regenerate.
2271
2272 2009-05-24 Nicolas Roche <roche@adacore.com>
2273
2274 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2275 * Makefile.in: Regenerate.
2276
2277 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
2278
2279 * configure.ac (cygwin noconfigdirs): Remove libgcj.
2280 * configure: Regenerate.
2281
2282 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
2283
2284 * configure.ac ($with_ppl): Default to no if not supplied.
2285 ($with_cloog): Likewise.
2286 configure: Regenerate.
2287
2288 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2289
2290 PR bootstrap/39739
2291 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2292 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2293
2294 * configure, Makefile.in: Regenerate.
2295
2296 2009-04-14 Jakub Jelinek <jakub@redhat.com>
2297
2298 * configure.ac: Change copyright header to refer to version
2299 3 of the GNU General Public License and to point readers at the
2300 COPYING3 file and the FSF's license web page.
2301 * Makefile.def: Likewise.
2302 * Makefile.tpl: Likewise.
2303 * Makefile.in: Regenerate.
2304
2305 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
2306
2307 * configure.ac: Restore match for darwin9 or later. Use double
2308 brackets since regeneration eats one pair.
2309 * configure: Regenerate.
2310
bf110216
CF
23112009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
2312
2313 * MAINTAINERS: Perform some obvious fixups.
2314
2262bbf4
BE
23152009-08-17 Ben Elliston <bje@au.ibm.com>
2316
2317 * config.sub, config.guess: Update from upstream sources.
2318
25a07265
NC
23192009-08-06 Michael Eager <eager@eagercon.com>
2320
2321 * configure.ac: Add Microblaze target.
2322 * configure: Regenerate.
2323
85bd1942
TG
23242009-07-02 Tristan Gingold <gingold@adacore.com>
2325
2326 * configure.ac: Do not exclude gas for i386-*-darwin.
2327 Add a case for x86_64-*-darwin.
2328 * configure: Regenerate.
2329
f9806fa5
DE
23302009-06-26 Doug Evans <dje@sebabeach.org>
2331
2332 * Makefile.def (host_modules): Add cgen.
2333 * Makefile.in: Regenerate.
2334 * configure.ac (host_tools): Add cgen.
2335 * configure: Regenerate.
2336
6bfb4e30
JJ
23372009-06-17 Michael Eager <eager@eagercon.com>
2338
2339 * COPYING.LIBGLOSS: Add Xilinx license.
2340
8bcf2718
NC
23412009-06-15 Ryan Mansfield <rmansfield@qnx.com>
2342
2343 * configure.ac: Define is_elf for QNX Neutrino targets.
2344 * configure: Regenerate.
2345
04ec0acb
RW
23462009-06-03 Jerome Guitton <guitton@adacore.com>
2347 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2348
9eb322aa
MF
2349 * Makefile.tpl (all): Avoid a trailing backslash.
2350 * Makefile.in: Regenerate.
04ec0acb 2351
7ee5dbeb
BE
23522009-06-03 Ben Elliston <bje@au.ibm.com>
2353
2354 * config.sub, config.guess: Update from upstream sources.
2355
fda13ee8
AO
23562009-06-02 Alexandre Oliva <aoliva@redhat.com>
2357
2358 * Makefile.tpl ([+compare-target+]): Compare all stage
2359 directories, rather than just gcc.
2360 * Makefile.in: Rebuilt.
2361
4a657b0d
DK
23622009-05-28 Doug Kwan <dougkwan@google.com>
2363
2364 * configure.ac: Support gold for target arm*-*-*.
2365 * configure: Regenerate.
2366
07fc31c9
AO
23672009-05-27 Alexandre Oliva <aoliva@redhat.com>
2368
2369 * Makefile.tpl (all): Avoid harmless warning in make all when
2370 gcc-bootstrap is enabled but stage_last does not exist.
2371 * Makefile.in: Rebuilt.
2372
8a7a39ab
TG
23732009-05-25 Tristan Gingold <gingold@adacore.com>
2374
2375 * setup.com: Complete the file with configuration and build.
2376
b5233201
AO
23772009-05-18 Alexandre Oliva <aoliva@redhat.com>
2378
2379 PR other/40159
2380 * Makefile.tpl (all): Don't assume gcc-bootstrap and
2381 gcc-no-bootstrap are mutually exclusive.
2382 * Makefile.in: Rebuilt.
2383
7b6175f9
AO
23842009-05-18 Alexandre Oliva <aoliva@redhat.com>
2385
2386 PR other/40159
2387 * Makefile.tpl (all): Don't end with unconditional success.
2388 * Makefile.in: Rebuilt.
2389
1b05fbbd
AO
23902009-05-12 Alexandre Oliva <aoliva@redhat.com>
2391
2392 PR target/37137
2393 * Makefile.def (flags_to_pass): Remove redundant and incomplete
2394 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2395 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2396 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
2397 stage_configureflags, stage_cflags and stage_libcflags into
2398 explicit Makefile macros.
2399 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2400 GFORTRAN.
2401 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2402 CC. Set CC_FOR_BUILD from CC.
2403 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2404 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2405 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2406 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
2407 and GFORTRAN.
2408 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2409 (_LIBCFLAGS): Renamed to _TFLAGS.
2410 (do-compare-debug, do-compare3-debug): Drop.
2411 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2412 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2413 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2414 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2415 (XGCC_FLAGS_FOR_TARGET): New.
2416 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2417 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2418 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2419 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2420 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
2421 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
2422 TFLAGS.
2423 (BUILD_CONFIG): Include if requested.
2424 (all): Set TFLAGS on bootstrap.
2425 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2426 (all-stageid-prefixmodule): Likewise.
2427 (do-clean, distclean-stageid): Set TFLAGS.
2428 (restrap): Fix whitespace.
2429 * Makefile.in: Rebuilt.
2430
dc17c78c
EB
24312009-04-25 Eric Botcazou <ebotcazou@adacore.com>
2432
2433 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2434 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2435 * Makefile.in: Regenerate.
2436
14324cd7
EZ
24372009-04-24 Eli Zaretskii <eliz@gnu.org>
2438
2439 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
2440 consistency with config.sub. (Update from upstream sources.)
2441
f8d5f06c
JM
24422009-04-21 Joseph Myers <joseph@codesourcery.com>
2443
2444 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
2445
0000e2bf
BE
24462009-04-17 Ben Elliston <bje@au.ibm.com>
2447
2448 * config.sub, config.guess: Update from upstream sources.
2449
20135e4c
NC
24502009-04-15 Anthony Green <green@moxielogic.com>
2451
34adf976 2452 * configure.ac: Add moxie support.
20135e4c
NC
2453 * configure: Rebuilt.
2454
ef699244
L
24552009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2456
2457 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2458 * configure: Regenerate.
2459
10ad8ef3
L
24602009-04-09 H.J. Lu <hongjiu.lu@intel.com>
2461
2462 PR gas/10039
2463 * configure.ac: Require texinfo 4.7.
2464 * configure: Regenerated.
2465
c50523ce
L
24662009-04-09 Steve Ellcey <sje@cup.hp.com>
2467
2468 * Makefil.def (languages): New entries.
2469 * Makefile.tpl (check-gcc-*): New generic target.
2470 * Makefile.in: Regenerate.
2471
47afba5f
EZ
24722009-03-27 Eli Zaretskii <eliz@gnu.org>
2473
2474 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
2475 Windows builds of Sed.
2476
dc448a7b
TT
24772009-03-18 Tom Tromey <tromey@redhat.com>
2478
2479 * configure: Rebuild.
2480 * configure.ac (host_libs): Add libiconv.
2481 * Makefile.in: Rebuild.
2482 * Makefile.def (host_modules): Add libiconv.
2483 (configure-gdb, all-gdb): Depend on libiconv.
2484
24741ab2
JB
24852009-03-16 Tristan Gingold <gingold@adacore.com>
2486
2487 * configure.ac: Treat gdb as supported on x86_64-darwin.
2488 * configure: Regenerate.
2489
29383458
JM
24902009-03-16 Joseph Myers <joseph@codesourcery.com>
2491
2492 Merge from GCC:
2493
2494 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2495
2496 * configure.ac (--with-host-libstdcxx): New option.
2497 * configure: Regenerate.
2498
2499 2009-01-29 Robert Millan <rmh@aybabtu.com>
2500
2501 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2502 * configure: Regenerate.
2503
2504 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
2505
2506 PR tree-optimization/38515
2507 * configure.ac (cloog-polylib): Removed.
2508 (with_ppl, with_cloog): Test for "no".
2509 * configure: Regenerated.
2510
58e24671
RW
25112009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2512
2513 Backport from git Libtool:
2514
2515 2009-01-19 Robert Millan <rmh@aybabtu.com>
2516 Support GNU/kOpenSolaris.
2517 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2518 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2519 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2520 GNU/kOpenSolaris.
2521
314b2e66
AS
25222009-02-05 Andreas Schwab <schwab@suse.de>
2523
2524 * Makefile.tpl (stage_last): Define $r and $s before using
2525 $(RECURSE_FLAGS_TO_PASS).
2526 * Makefile.in: Regenerate
2527
8b700390
JJ
25282009-01-21 Jeff Johnston <jjohnstn@redhat.com>
2529
2530 * COPYING.NEWLIB: Add ARM license.
2531
66775d67
AM
25322009-01-16 Alan Modra <amodra@bigpond.net.au>
2533
2534 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 2535 (all-opcodes): Depend on all-libiberty.
66775d67
AM
2536 * Makefile.in: Regenerate.
2537
19e99079
NC
25382009-01-15 Douglas B Rupp <rupp@gnat.com>
2539
2540 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2541 * configure: Regenerate.
2542
22e8c8e0
RW
25432008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2544
2545 Backport link test fix from upstream Libtool:
2546
2547 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2548 Add cache variables to tests that require the linker to work.
2549 For shlibpath_overrides_runpath, this also changes the semantics
2550 to let the result from the C compiler take precedence.
2551 compiler take precedence.
2552
7d6d7764
BE
25532008-12-02 Ben Elliston <bje@au.ibm.com>
2554
2555 * config.sub, config.guess: Update from upstream sources.
2556
ea8af06e
JJ
25572008-12-17 Jeff Johnston <jjohnstn@redhat.com>
2558
2559 * COPYING.NEWLIB: Updated.
2560 * COPYING.LIBGLOSS: Ditto.
2561
af0771d3
PB
25622008-12-16 Paolo Bonzini <bonzini@gnu.org>
2563
2564 Sync with GCC:
2565
2566 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
2567
2568 * configure.ac (ppllibs): Add by default the lib flags.
2569 * configure: Regenerate.
2570
2571 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2572
314b2e66
AS
2573 * configure.ac: Add double brackets on darwin[912].
2574 * configure: Regenerate.
af0771d3
PB
2575
2576 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
2577
314b2e66
AS
2578 * configure.ac: Expand to darwin10 and later.
2579 * configure: Regenerate.
af0771d3 2580
f7c83eac
AS
25812008-12-02 Andreas Schwab <schwab@suse.de>
2582
2583 * Makefile.def: configure-target-boehm-gc depends on
2584 all-target-libstdc++-v3.
2585 * Makefile.in: Regenerate.
2586
bc67ad83
BE
25872008-12-02 Ben Elliston <bje@au.ibm.com>
2588
2589 * config.sub, config.guess: Update from upstream sources.
2590
e28c595f
JM
25912008-11-27 Joseph Myers <joseph@codesourcery.com>
2592
2593 Merge from GCC:
2594
2595 2007-12-02 Matthias Klose <doko@ubuntu.com>
2596
2597 * config-ml.in: Remove 64bit configure tests.
2598
2599 2008-05-14 Rafael Espindola <espindola@google.com>
2600
2601 * config-ml.in: don't handle --enable-shared and --enable-static.
2602
2603 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
2604 Tobias Grosser <grosser@fim.uni-passau.de>
2605 Jan Sjodin <jan.sjodin@amd.com>
2606 Harsha Jagasia <harsha.jagasia@amd.com>
2607 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2608 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2609 Adrien Eliche <aeliche@isty.uvsq.fr>
2610
2611 Merge from graphite branch.
2612 * configure: Regenerate.
2613 * Makefile.in: Regenerate.
2614 * configure.ac (host_libs): Add ppl and cloog.
2615 Add checks for PPL and CLooG.
2616 * Makefile.def (ppl, cloog): Added modules and dependences.
2617 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2618 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2619
2620 2008-09-03 Richard Guenther <rguenther@suse.de>
2621
2622 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2623 cloog test.
2624 * configure: Re-generate.
2625
2626 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
2627
2628 * configure.ac (--with-cloog-polylib): New.
2629 (--disable-cloog-version-check): New.
2630 (--disable-ppl-version-check): New.
2631 * configure: Re-generate.
2632
2633 2008-09-05 Richard Guenther <rguenther@suse.de>
2634
2635 * configure.ac: Initialize clooglibs to -lcloog.
2636 * configure: Re-generate.
2637
2638 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2639
2640 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2641 recommended version to 2.3.2.
2642
2643 * configure: Regenerate.
2644
2645 2008-10-31 Ben Elliston <bje@au.ibm.com>
2646
2647 * configure.ac (spu-*-*): Remove special case.
2648 * configure: Regenerate.
2649
2650 Complete comment text from GCC version of:
2651
2652 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2653
2654 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2655 (GCC_SHLIB_SUBDIR): New.
2656 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2657 * configure: Regenerate.
2658 * Makefile.in: Regenerate.
2659
652dec25
TG
26602008-11-27 Tristan Gingold <gingold@adacore.com>
2661
2662 * configure.ac: Build gdb for i?86-*-darwin*
2663 * configure: Regenerated.
2664
7582fb4a
DJ
26652008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2666
2667 PR bootstrap/38014
2668 PR bootstrap/37923
2669
2670 Revert:
2671
2672 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2673
2674 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2675 * Makefile.in: Regenerated.
2676
2677 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2678
2679 PR gdb/921
2680 PR gdb/1646
2681 PR gdb/2175
2682 PR gdb/2176
2683
2684 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2685 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2686 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2687 (HOST_EXPORTS): Pass CPPFLAGS.
2688 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2689 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2690 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2691 * Makefile.in, configure: Regenerated.
2692 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2693 and CPPFLAGS_FOR_BUILD.
2694
faee1be2
UW
26952008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
2696
2697 * configure.ac [spu-*-*]: Do not set skipdirs.
2698 * configure: Re-generate.
2699
b7c2dce4
DJ
27002008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2701
2702 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2703 * Makefile.in: Regenerated.
2704
bb52de30
DJ
27052008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2706
2707 PR gdb/921
2708 PR gdb/1646
2709 PR gdb/2175
2710 PR gdb/2176
2711
2712 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2713 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2714 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2715 (HOST_EXPORTS): Pass CPPFLAGS.
2716 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2717 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2718 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2719 * Makefile.in, configure: Regenerated.
2720 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2721 and CPPFLAGS_FOR_BUILD.
2722
b25062ae
SE
27232008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
2724
2725 * libtool.m4: Update to libtool 2.2.6.
2726 * lt~obsolete.m4: Update to libtool 2.2.6.
2727 * ltmain.sh: Update to libtool 2.2.6.
2728 * ltsugar.m4: Update to libtool 2.2.6.
2729 * ltversion.m4: Update to libtool 2.2.6.
2730 * ltoptions.m4: Update to libtool 2.2.6.
2731 * ltgcc.m4: Update to match changes from libtool 2.2.6.
2732
3bbd2f8f
AL
27332008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2734
2735 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2736 (GCC_SHLIB_SUBDIR): New.
2737 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2738 * configure: Regenerate.
2739 * Makefile.in: Regenerate.
2740
b29d32ce
TG
27412008-08-28 Tristan Gingold <gingold@adacore.com>
2742
2743 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2744 Enable bfd, binutils and opcodes.
2745 * configure: Regenerate.
2746
c325a203
DD
27472008-08-16 Nicolas Roche <roche@adacore.com>
2748
2749 * Makefile.tpl: Add BOOT_ADAFLAGS.
2750 * Makefile.in: Regenerate.
2751
e7c8859c
RS
27522008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
2753
2754 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2755 * configure: Regenerate.
2756
da888c87
PB
27572008-07-30 Paolo Bonzini <bonzini@gnu.org>
2758
2759 Sync with gcc:
2760 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
2761
f7c83eac
AS
2762 * configure.ac: Add makefile fragments for hpux.
2763 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2764 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2765 * configure: Regenerate.
2766 * Makefile.in: Regenerate.
da888c87
PB
2767
2768 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2769
f7c83eac
AS
2770 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2771 * Makefile.in: Regenerate.
2772 * configure: Regenerate.
da888c87 2773
944982cf
ILT
27742008-06-18 Ian Lance Taylor <iant@google.com>
2775
662c6704
ILT
2776 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
2777
944982cf
ILT
2778 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
2779
7a283e07
RW
27802008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2781
2782 * configure: Regenerate.
2783
5b553f7e
RW
27842008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2785
2786 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2787 "$@" is still intact with both Autoconf 2.59 and 2.62.
2788 * configure: Regenerate.
2789
675492f0
RW
27902008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2791
2792 * Makefile.tpl: Fix comment errors.
2793 * Makefile.in: Regenerate.
2794
b018a5d1
JB
27952008-06-13 Julian Brown <julian@codesourcery.com>
2796
2797 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2798 of libobjc for ARM EABI Linux.
2799 * configure: Regenerate.
2800
310213e8
DE
28012008-06-12 David S. Miller <davem@davemloft.net>
2802 David Edelsohn <edelsohn@gnu.org>
2803
2804 * configure.ac: Add powerpc*-*-* to gold supported targets.
2805 * configure: Regenerate.
2806
6641ce42
JM
28072008-06-08 Joseph Myers <joseph@codesourcery.com>
2808
2809 PR tree-optimization/36218
2810 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2811 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2812 (all prefix="build-"): Pass them to build-system sub-makes.
2813 * Makefile.in: Regenerate.
2814
03c2f9e6
DJ
28152008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
2816
2817 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
2818 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
2819 mkdep, and compile. Update comments.
2820 (ETC_SUPPORT): Add ChangeLog and update comments.
2821
4538db8b
ILT
28222008-05-11 Ian Lance Taylor <iant@google.com>
2823
2824 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
2825
266df637
PB
28262008-04-18 Paolo Bonzini <bonzini@gnu.org>
2827
2828 Sync with gcc:
2829 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2830
2831 PR bootstrap/35457
2832 * configure.ac: Include override.m4.
2833 * configure: Regenerate.
2834
2835 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2836
f7c83eac
AS
2837 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2838 * Makefile.in: Regenerate.
266df637
PB
2839
2840 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
2841
f7c83eac
AS
2842 * configure.ac: Do not build libssp for the AVR.
2843 * configure: Regenerate.
266df637 2844
a86a761e
NC
28452008-04-18 Nick Clifton <nickc@redhat.com>
2846
2847 * MAINTAINERS: Replace reference to configure.in with reference to
2848 configure.ac.
2849
52310858
NC
28502008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
2851
f7c83eac 2852 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 2853 as nonconfigurable directories list.
f7c83eac 2854 * configure: Regenerate.
52310858 2855
f5314dd5
DM
28562008-04-14 David S. Miller <davem@davemloft.net>
2857
2858 * configure.ac: Add sparc*-*-* to gold supported targets.
2859 * configure: Regenerate.
2860
e2208220
BE
28612008-04-14 Ben Elliston <bje@au.ibm.com>
2862
2863 * config.sub, config.guess: Update from upstream sources.
2864
0bb6ea20
HPN
28652008-04-12 Hans-Peter Nilsson <hp@axis.com>
2866
2867 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2868 * Makefile.in: Regenerate.
2869
e5164e97
ILT
28702008-04-07 Ian Lance Taylor <iant@google.com>
2871
2872 * Makefile.def: check-gold depends upon all-binutils.
2873 * Makefile.in: Regenerate.
2874
e33b51a6
NC
28752008-04-04 Nick Clifton <nickc@redhat.com>
2876
2877 PR binutils/4334
2878 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2879 builds.
2880 * configure: Regenerate.
2881
fc5df3ab
NC
28822008-04-04 NightStrike <NightStrike@gmail.com>
2883
2884 PR other/35151
f7c83eac
AS
2885 * configure.ac: Combine rules for mingw32 and mingw64.
2886 * configure: Regenerate.
fc5df3ab 2887
c779bab8
PB
28882008-03-27 Paolo Bonzini <bonzini@gnu.org>
2889
2890 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2891 * Makefile.in: Regenerate.
2892
93f9b408
ILT
28932008-03-20 Ian Lance Taylor <iant@google.com>
2894
2895 * configure.ac: Add support for --enable-gold.
2896 * Makefile.def: Add gold as a directory like ld.
2897 * configure, Makefile.in: Regenerate.
2898
5746fb46
AK
28992008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
2900
2901 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2902 (s390_cond_extensions): Reduced extensions to the compare related.
2903 (main): z10 cpu type option added.
2904 (expandConditionalJump): Renamed to ...
2905 (insertExpandedMnemonic): ... this.
2906
2907 * opcodes/s390-opc.c: Re-group the operand format makros.
2908 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
2909 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
2910 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
2911 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
2912 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
2913 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
2914 INSTR_SIL_RDU): New instruction formats added.
2915 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
2916 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
2917 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
2918 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
2919 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
2920 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
2921 masks added.
2922 (s390_opformats): New formats added "ris", "rrs", "sil".
2923 * opcodes/s390-opc.txt: Add the conditional jumps with the
2924 extensions removed from automatic expansion in s390-mkopc.c manually.
2925 (asi - trtre): Add new System z10 EC instructions.
2926 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2927
58c85be7
RW
29282008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2929
2930 * configure.ac: m4_include config/proginstall.m4.
2931 * configure: Regenerate.
2932
78124051
RW
29332008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2934
2935 Backport from upstream Libtool:
f7c83eac 2936
78124051 2937 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 2938
78124051
RW
2939 Deal with Autoconf 2.62's semantic change in m4_append.
2940 * ltsugar.m4 (lt_append): Replace broken versions of
2941 m4_append.
2942 (lt_if_append_uniq): Don't require separator to be overquoted,
2943 and avoid broken m4_append.
2944 (lt_dict_add): Fix typo.
2945 * libtool.m4 (_LT_DECL): Don't overquote separator.
2946
018f1bea
DE
29472008-03-13 David Edelsohn <edelsohn@gnu.org>
2948
2949 * config.rpath: Add AIX 6 support.
2950
5c5f596d
PB
29512008-03-13 Paolo Bonzini <bonzini@gnu.org>
2952
2953 * Makefile.def (stageprofile). Remove -fprofile-generate
2954 from stage_libcflags.
2955 * Makefile.in: Regenerate.
2956
a1f93a5e
BE
29572008-03-13 Ben Elliston <bje@au.ibm.com>
2958
2959 * config.sub, config.guess: Update from upstream sources.
2960
98c3d905
AK
29612008-03-06 Florian Krohm <fkrohm@us.ibm.com>
2962
2963 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
2964 * s390-opc.txt (cmpsc): Duplicate entry removed.
2965 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
2966 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
2967 fier, cu42, cu41): Fix operand format.
2968
7f6ef0c0
PB
29692008-02-20 Paolo Bonzini <bonzini@gnu.org>
2970
f7c83eac
AS
2971 PR bootstrap/32009
2972 PR bootstrap/32161
2973
2974 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2975 * configure: Regenerate.
2976
2977 * Makefile.def: Define stage_libcflags for all bootstrap stages.
2978 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2979 STAGE4_LIBCFLAGS): New.
2980 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2981 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2982 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2983 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2984 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2985 for target modules. Don't export LIBCFLAGS.
2986 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2987 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2988 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2989 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2990 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2991 * Makefile.in: Regenerate.
7f6ef0c0 2992
eaf19029
PB
29932008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2994
2995 PR libgcj/33085
2996 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2997 Do not use -DDLL_EXPORT. Backport from upstream.
2998
680c43e9
NC
29992008-02-14 Nick Clifton <nickc@redhat.com>
3000
3001 Import this patch from gcc:
3002 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3003
3004 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3005
c72b1d96
HPN
30062008-02-02 Hans-Peter Nilsson <hp@axis.com>
3007
3008 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3009 * configure: Regenerate.
3010
8b66833e
BW
30112008-01-31 Marc Gauthier <marc@tensilica.com>
3012
3013 * configure.ac (xtensa*-*-*): Recognize processor variants.
3014 * configure: Regenerate.
3015
9cc8ae67
PB
30162008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3017
f7c83eac
AS
3018 PR bootstrap/34922
3019 * configure.ac (PARSE_ARGS): Push suitable setting of
3020 ac_subdirs_all, for `./configure --help=recursive'.
3021 Handle `+' in generic toplevel directory disabling.
3022 * configure: Regenerate.
9cc8ae67 3023
19090595
BE
30242008-01-23 Ben Elliston <bje@au.ibm.com>
3025
3026 * config.sub, config.guess: Update from upstream sources.
3027
9f1e7fd3
BE
30282008-01-08 Ben Elliston <bje@au.ibm.com>
3029
3030 * config.sub, config.guess: Update from upstream sources.
3031
2f959d61
JJ
30322007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3033
3034 * COPYING.LIBGLOSS: Update default copyright.
3035
aa054b85
JJ
30362007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3037
3038 * COPYING.NEWLIB: Update default copyright.
3039
57c53b2b
RS
30402007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3041
3042 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3043 Change recommended MPFR from 2.2.1 > 2.3.0.
3044 * configure: Regenerate.
3045
fee14b60
RS
30462007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3047
3048 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3049 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3050 * Makefile.in: Regenerate.
3051
c9b68031
DD
30522007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3053
3054 * configure.ac: Enable libjava for x86_64-*-darwin9.
3055 * configure: Regenerate.
3056
ad25e7d5
BE
30572007-12-05 Ben Elliston <bje@au.ibm.com>
3058
3059 * config.sub, config.guess: Update from upstream sources.
3060
6ac84f65
PB
30612007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3062
f7c83eac
AS
3063 * config-ml.in: Robustify against white space in absolute file
3064 names.
6ac84f65 3065
f7c83eac
AS
3066 * config-ml.in (multi-clean): Substitute ${Makefile}.
3067 Remove superfluous ${Makefile} in list.
6ac84f65 3068
7b3200f9
DJ
30692007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3070
3071 * Makefile.def (dependencies): Make configure-gdb depend on
3072 all-intl.
3073 * Makefile.in: Regenerated.
3074
2c133ff9
JJ
30752007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3076
3077 * Makefile.def: To avoid problems running with parallel makes,
3078 build newlib before libgloss so that target specific header
3079 files are availble.
3080 * Makefile.in: Regenerate.
3081
5074315a
DJ
30822007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3083
3084 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3085 * Makefile.in: Regenerate.
3086
f5bc1778
DJ
30872007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3088
3089 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
3090 * libdecnumber: New directory, imported from GCC.
3091
c66487f8
NC
30922007-10-08 Mike Frysinger <vapier@gentoo.org>
3093
3094 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3095 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3096 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3097 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3098 * configure: Regenerate.
3099
b5714970
PB
31002007-10-01 Paolo Bonzini <bonzini@gnu.org>
3101
3102 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3103 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3104 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3105 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3106 * configure.ac: Default them to host tools for $host = $build.
3107 Subst them.
3108
3109 * configure: Regenerate.
3110 * Makefile.in: Regenerate.
3111
f3b1e08e
RS
31122007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3113
3114 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3115 * configure: Regenerate.
3116
cff87f51
DD
31172007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3118
3119 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3120 libstdc++.
3121 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3122 * configure: Regenerate.
3123 * Makefile.in: Regenerate.
f7c83eac 3124
625a61cd
AS
31252007-09-17 Andreas Schwab <schwab@suse.de>
3126
3127 * configure.ac: Raise minimum makeinfo version to 4.6.
3128 * configure: Regenerate.
3129
83a3a68b
AM
31302007-09-15 Alan Modra <amodra@bigpond.net.au>
3131
3132 * configure.ac: Correct makeinfo version check.
3133 * configure: Regenerate.
3134
5bd8be13
RS
31352007-09-14 Richard Sandiford <richard@codesourcery.com>
3136
3137 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3138 to $skipdirs and only disable gprof for newlib. Use the normal
3139 mips*-elf* handling in other respects.
3140 * configure: Regnerate.
3141
5566c1fa
DD
31422007-09-12 David Daney <ddaney@avtrex.com>
3143
3144 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3145 enabling libgcj.
3146 * configure: Regenerate.
3147
31482007-09-12 Richard Guenther <rguenther@suse.de>
3149
3150 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3151 nor --disable-checking is provided also turn on yes and types
3152 checking for stage1.
3153 * configure: Re-generate.
3154
a18e2996 31552007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
3156
3157 PR target/33281
3158 * configure.ac: Use config/mh-mingw on mingw.
3159 * configure: Regenerate.
84e7906e 3160
691bb5a1
DD
31612007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3162
3163 PR other/32154
3164 * configure.ac: For libgloss targets, point the linker to the linker
3165 script, startup code and simulator library.
3166 * configure: Regenerate.
3167
6d18b86b
AH
31682007-09-09 Andrew Haley <aph@redhat.com>
3169
3170 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 3171 target-libjava.
6d18b86b 3172
f00a3165 31732007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 3174
f00a3165 3175 * config.sub, config.guess: Update from upstream sources.
971aaaa5 3176
2abc4e65
BE
31772007-08-21 Richard Guenther <rguenther@suse.de>
3178
3179 * configure.ac: Add types checking to stage1 checking flags.
3180 * configure: Regenerate.
3181
8a6ee3ab 31822007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 3183 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
3184
3185 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3186 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3187 * Makefile.in: Regenerate.
3188 * configure.ac (--with-debug-prefix-map): New.
3189 * configure: Regenerate.
3190
429acdec
RS
31912007-08-17 Richard Sandiford <richard@codesourcery.com>
3192 Nigel Stephens <nigel@mips.com>
3193
429acdec
RS
3194 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3195 as target_makefile_frag.
3196 * configure: Regenerate.
3197
8520c408
AO
31982007-08-16 Alexandre Oliva <aoliva@redhat.com>
3199
3200 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3201 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3202 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3203 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3204 (do-compare, do-compare3, do-compare-debug): New.
3205 ([+compare-target+]): Use them.
3206
32072007-08-16 Alexandre Oliva <aoliva@redhat.com>
3208
3209 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3210 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3211 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3212 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3213 (do-compare, do-compare3, do-compare-debug): New.
3214 ([+compare-target+]): Use them.
3215
2444379b
BE
32162007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3217 Ben Elliston <bje@au.ibm.com>
3218
3219 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3220 --silent if $silent.
3221 * configure: Regenerate.
3222
d6f99447
DJ
32232007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
3224
3225 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
3226
bd0aa315
NC
32272007-07-17 Nick Clifton <nickc@redhat.com>
3228
3229 * COPYING3: New file. Contains version 3 of the GNU General
3230 Public License.
3231 * COPYING3.LIB: New file. Contains version 3 of the GNU
3232 Lesser General Public License.
3233
0ebe98fb
BS
32342007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
3235
3236 * configure.ac: Fix my previous change to really match GCC.
3237 * configure: Regenerate.
3238
521ec477
DD
32392007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3240
3241 * configure.ac: Rewrite 'configure --help' strings to look nicer.
3242 * configure: Regenerate.
3243
32442007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3245
3246 * configure.ac: Add some missing m4 quotation.
3247 * configure: Regenerate.
3248
0c24b341
NC
32492007-07-09 Kai Tietz <kai.tietz@onevision.com>
3250
f7c83eac
AS
3251 * Makefile.def: Add windmc tool to build.
3252 * Makefile.tpl: Likewise.
3253 * configure.ac: Likewise.
3254 * Makefile.in: Regenerate.
3255 * configure: Regenerate.
0c24b341 3256
a09314d0
L
32572007-07-05 H.J. Lu <hongjiu.lu@intel.com>
3258
3259 * lt~obsolete.m4: New. Import from 20070318 libtool.
3260
7c3e1d12
BS
32612007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
3262
3263 * configure.ac: Don't add target-libmudflap to noconfigdirs for
3264 uclinux and linux-uclibc targets.
3265 * configure: Regenerate.
3266
a5b3b4dd
DD
32672007-06-28 DJ Delorie <dj@redhat.com>
3268
3269 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3270 not building newlib.
3271 * configure: Regenerated.
f7c83eac 3272
184d813c
DJ
32732007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
3274
3275 * src-release (DEVO_SUPPORT): Correct typos.
3276
31d99776
DJ
32772007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3278
3279 * Makefile.def: Add dependency from configure-gdb to all-bfd.
3280 * Makefile.in: Regenerated.
3281
e00a73e3
PB
32822007-06-14 Paolo Bonzini <bonzini@gnu.org>
3283
f7c83eac
AS
3284 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3285 (distclean-stage[+id+]): Possibly delete stage_last.
3286 * Makefile.in: Regenerate.
e00a73e3 3287
98a1bbc5
BE
32882007-06-07 Ben Elliston <bje@au.ibm.com>
3289
3290 * config.sub, config.guess: Update from upstream sources.
3291
973601e1
BE
32922007-06-07 Ben Elliston <bje@au.ibm.com>
3293
3294 * Makefile.tpl: Fix spelling error.
3295 * Makefile.in: Regenerate.
3296
2038f525
PB
32972007-06-04 Paolo Bonzini <bonzini@gnu.org>
3298
3299 Sync with gcc:
3300 2007-05-30 Jakub Jelinek <jakub@redhat.com>
3301
f7c83eac
AS
3302 PR bootstrap/29382
3303 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3304 * configure: Rebuilt.
2038f525 3305
f7c5c4b5
PB
33062007-06-01 Steve Ellcey <sje@cup.hp.com>
3307
12a64d4f
L
3308 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3309 lt_cv_sys_max_cmd_len.
f7c5c4b5 3310
7ad9660b
PB
33112007-05-31 Paolo Bonzini <bonzini@gnu.org>
3312
3313 * ltgcc.m4: Update from GCC.
3314
0e7ef45c
EC
33152007-05-25 Andreas Tobler <a.tobler@schweiz.org>
3316
12a64d4f 3317 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 3318
37ad9514
SE
33192007-05-24 Steve Ellcey <sje@cup.hp.com>
3320
3321 * ltmain.sh: Update from GCC.
3322 * libtool.m4: Update from GCC.
3323 * ltsugar.m4: New. Update from GCC.
3324 * ltversion.m4: New. Update from GCC.
3325 * ltoptions.m4: New. Update from GCC.
3326 * ltconfig: Remove.
3327 * ltcf-c.sh: Remove.
3328 * ltcf-cxx.sh: Remove.
3329 * ltcf-gcj.sh: Remove.
3330 * src-release: Update with new libtool file list.
3331
8ee82aff
PB
33322007-05-16 Paolo Bonzini <bonzini@gnu.org>
3333
3334 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3335 stage_cflags.
3336 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3337 Remove CFLAGS/LIBCFLAGS.
3338 (configure-stage[+id+]-[+prefix+][+module+],
3339 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3340 * Makefile.in: Regenerate.
3341
149cb58d
SE
33422007-04-14 Steve Ellcey <sje@cup.hp.com>
3343
3344 * config-ml.in: Update from GCC.
3345
91506736
DJ
33462007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
3347
3348 * src-release (do-proto-toplev): Process the support directories before
3349 the tool directory.
3350
ffa8bd48
RS
33512007-03-21 Richard Sandiford <richard@codesourcery.com>
3352
3353 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3354 of glob. Quote arguments with single quotes too.
3355 * configure: Regenerate.
3356
a4fd3374
DD
33572007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
3358
3359 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3360 * Makefile.in: Regenerate
3361
b8025f34
AS
33622007-03-07 Andreas Schwab <schwab@suse.de>
3363
3364 * configure: Regenerate.
3365
a3ca38d2
DD
33662007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3367
3368 * configure.ac: Add "--with-pdfdir" configure option,
3369 which defines pdfdir variable.
3370 * Makefile.def (target=fixincludes): Add install-pdf to
3371 missing targets.
3372 (recursive_targets): Add install-pdf target.
3373 (flags_to_pass): Add pdfdir.
3374 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3375 target.
3376 * configure: Regenerate
3377 * Makefile.in: Regenerate
3378
33792007-02-28 Eric Christopher <echristo@apple.com>
3380
3381 Revert:
3382 2006-12-07 Mike Stump <mrs@apple.com>
3383
3384 * Makefile.def (dependencies): Add dependency for
3385 install-target-libssp and install-target-libgomp on
3386 install-gcc.
3387 * Makefile.in: Regenerate.
3388
33892007-02-27 Matt Kraai <kraai@ftbfs.org>
3390
3391 * configure: Regenerate.
3392 * configure.ac: Move statements after variable declarations.
3393
a4708fba
JM
33942007-02-19 Joseph Myers <joseph@codesourcery.com>
3395
3396 * configure.ac: Adjust for loop syntax.
3397 * configure: Regenerate.
3398
9a819804
AO
33992007-02-18 Alexandre Oliva <aoliva@redhat.com>
3400
3401 * configure: Rebuilt.
3402
81ec575a
AO
34032007-02-18 Alexandre Oliva <aoliva@redhat.com>
3404
3405 * configure.ac: Drop multiple occurrences of --enable-languages,
3406 and fix its quoting.
3407 * configure: Rebuilt.
3408
92f01d61 34092007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
3410 Nathan Sidwell <nathan@codesourcery.com>
3411 Vladimir Prus <vladimir@codesourcery.com
3412 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
3413
3414 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3415 * configure: Regenerate.
3416
b1299c4e
DJ
34172007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3418
3419 * configure.ac (target_libraries): Move libgcc before libiberty.
3420 * configure: Regenerated.
3421
18f6b6ee
PB
34222007-02-13 Paolo Bonzini <bonzini@gnu.org>
3423
3424 * configure: Regenerate again?
3425
9c4e9f27
PB
34262007-02-13 Paolo Bonzini <bonzini@gnu.org>
3427
3428 * configure: Reapply PR30748 fix which was lost in the previous commit.
3429
24ff9987
DJ
34302007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3431 Paolo Bonzini <bonzini@gnu.org>
3432
3433 PR bootstrap/30753
3434 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
3435 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
3436 * configure: Regenerated.
3437
7df2cd5d
PB
34382007-02-10 Paolo Bonzini <bonzini@gnu.org>
3439
3440 * configure: Regenerate.
3441
b0aaa663
DJ
34422007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3443
3444 PR bootstrap/30748
3445 * configure.ac: Correct syntax for Solaris ksh.
3446 * configure: Regenerated.
3447
a0323144
PB
34482007-02-09 Paolo Bonzini <bonzini@gnu.org>
3449
3450 * Makefile.def: Sync with GCC.
3451 * Makefile.tpl: Sync with GCC.
3452 * Makefile.in: Regenerate.
3453 * configure: Regenerate.
3454
c6b750e1
DJ
34552007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3456
3457 * Makefile.tpl (build_alias, host_alias, target_alias): Use
3458 noncanonical equivalents.
3459 * configure.in: Rename to...
3460 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
3461 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
3462 target_noncanonical. Use them. Rewrite removal of configure
3463 arguments for autoconf 2.59. Discard variable settings. Force
3464 program_transform_name for native tools.
3465
3466 * Makefile.in: Regenerated.
3467 * configure: Regenerated with autoconf 2.59.
3468
3469 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
3470
f3cd89f4
JJ
34712007-02-08 Jeff Johnston <jjohnstn@redhat.com>
3472
3473 * COPYING.LIBGLOSS: Reformat default Red Hat
3474 license to fit within 80 columns.
3475 * COPYING.NEWLIB: Ditto.
3476
4e206d7e
DB
34772007-02-05 Dave Brolley <brolley@redhat.com>
3478
3479 * Contribute the following changes:
3480 2006-11-28 DJ Delorie <dj@redhat.com>
3481
3482 * configure.in: Fix typo for mep's target_makefile_frag.
3483 * configure: Regenerated.
3484
3485 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
3486
3487 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
3488 * configure: Regenerate.
3489
3490 2001-09-19 DJ Delorie <dj@redhat.com>
3491
3492 * configure.in (target_makefile_frag): use mt-mep
3493
3494 2001-06-12 Don Howard <dhoward@redhat.com>
3495
3496 * configure.in: Remove gdb from MeP skip list.
3497
3498 2001-04-05 DJ Delorie <dj@redhat.com>
3499
3500 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
3501
3502 2001-03-20 Ben Elliston <bje@redhat.com>
3503
3504 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
3505
3506 2001-03-19 Ben Elliston <bje@redhat.com>
3507
3508 * config.sub (mep, mep-*): Add.
3509
b2edfdd2
AS
35102007-01-31 Andreas Schwab <schwab@suse.de>
3511
3512 * Makefile.tpl (LDFLAGS): Substitute it.
3513 * Makefile.in: Regenerate.
3514
ceb92e78
PB
35152007-01-11 Paolo Bonzini <bonzini@gnu.org>
3516
3517 * configure.in: Change == to = in test command.
f7c83eac 3518 * configure: Regenerate.
ceb92e78 3519
4b900473 35202007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
3521 Nick Clifton <nickc@redhat.com>
3522 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
3523
3524 * configure.in (build_configargs, host_configargs, target_configargs):
3525 Remove build/host/target parameters.
3526 (host_libs): Add gmp and mpfr.
3527 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3528 * Makefile.def (gmp, mpfr): New.
3529 (gcc): Remove target.
3530 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3531 target_os, target_vendor): New.
3532 (configure): Add host_alias/target_alias arguments. Adjust invocations.
3533 * configure: Regenerate.
3534 * Makefile.in: Regenerate.
4b900473
PB
3535
35362007-01-11 Matt Fago <fago@earthlink.net>
3537
3538 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 3539 to improve robustness of configure tests.
4b900473
PB
3540 * configure: Regenerate.
3541
80f6dcbc
NC
35422007-01-08 Kai Tietz <kai.tietz@onevision.com>
3543
3544 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 3545 * configure: Regenerate.
80f6dcbc 3546
f86e35b8
NC
35472007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
3548
3549 * Makefile.tpl (all-target): Correct @if conditional for target
3550 modules.
3551 * configure.in: Omit libiberty if building only target libgcc.
3552 * configure, Makefile.in: Regenerated.
3553
79fcd0ec
PB
35542007-01-04 Paolo Bonzini <bonzini@gnu.org>
3555
3556 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
3557 * configure: Regenerate.
3558
6aa8ef82
DJ
35592007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
3560
3561 * Makefile.def (target_modules): Add libgcc.
3562 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
3563 * Makefile.tpl (clean-target-libgcc): Delete.
3564 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3565 on gcc even for bootstrapped modules. Rewrite handling of
3566 lang_env_dependencies to loop over target_modules.
3567 * configure.in (target_libraries): Add target-libgcc.
3568 * Makefile.in, configure: Regenerated.
3569
9b134994
PB
35702006-12-29 Paolo Bonzini <bonzini@gnu.org>
3571
3572 Sync with gcc:
3573 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3574
f7c83eac
AS
3575 * configure.in: Reorganize recognition of languages. Add
3576 --enable-stage1-languages. Show supported languages for the chosen
3577 target rather than all recognized languages.
3578 * configure: Regenerate.
9b134994
PB
3579
3580 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3581
f7c83eac
AS
3582 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3583 * Makefile.in: Regenerate.
9b134994
PB
3584
3585 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3586
f7c83eac
AS
3587 * configure.in: Warn that MPFR 2.2.0 is buggy.
3588 * configure: Regenerate.
9b134994 3589
8cf39b1b
ILT
35902006-12-27 Ian Lance Taylor <iant@google.com>
3591
3592 * configure.in: When removing Makefiles to force a reconfigure, also
3593 remove prev-DIR*/Makefile.
3594 * configure: Regenerate.
3595
ebff6cd5
KH
35962006-12-23 Kazu Hirata <kazu@codesourcery.com>
3597
3598 * config.bfd: Recognize fido.
3599
8a0d8a5c
PB
36002006-12-19 Paolo Bonzini <bonzini@gnu.org>
3601
3602 Sync with gcc:
3603
3604 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3605
3606 * configure.in: Remove "$build" case for powerpc-*-darwin* since
3607 it only affects bootstrap and could be tested on "$host" as well.
3608 * configure: Regenerate.
3609 * config/mh-ppc-darwin: Add to the stage1 cflags here.
3610
3611 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3612
3613 PR bootstrap/29544
3614 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3615 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3616 move here comment from Makefile.tpl.
3617 * Makefile.tpl: Move some definitions higher in the file.
3618 (STAGE1_CHECKING): New.
3619 * configure.in: Add --enable-stage1-checking.
3620 * configure: Regenerate.
3621 * Makefile.in: Regenerate.
3622
3623 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3624
3625 * configure.in: Update error message for missing GMP/MPFR.
3626
3627 * configure: Regenerate.
3628
3629 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3630
3631 * configure.in: Update MPFR version in error message.
3632
3633 * configure: Regenerate.
3634
3635 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3636
3637 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3638 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3639 --with-gmp-lib): New flags.
3640
3641 * configure: Regenerate.
3642
790c0838
AM
36432006-12-12 Andreas Tobler <a.tobler@schweiz.org>
3644
3645 PR bootstrap/30134
3646 * configure.in: Correct x86 darwin support for libjava to powerpc
3647 and i?86 only.
3648 * configure: Regenerate.
3649
77d7106f
AM
36502006-12-11 Alan Modra <amodra@bigpond.net.au>
3651
3652 * configure.in: Handle spu makefile frag.
77d7106f
AM
3653 * Makefile.tpl (MAINT): Define
3654 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3655 * configure: Regenerate.
3656 * Makefile.in: Regenerate.
3657
0cfa5389
BE
36582006-12-11 Ben Elliston <bje@au.ibm.com>
3659
3660 * config.sub, config.guess: Update from upstream sources.
3661
2839fe5d
BE
36622006-12-11 Ben Elliston <bje@au.ibm.com>
3663
3664 * configure.in: Sync with GCC (spu-*-*).
3665 * configure: Sync with GCC.
3666
b897f5d4
MS
36672006-12-07 Mike Stump <mrs@apple.com>
3668
3669 * Makefile.def (dependencies): Add dependency for
3670 install-target-libssp and install-target-libgomp on
3671 install-gcc.
3672 * Makefile.in: Regenerate.
3673
9daf3993
PB
36742006-11-16 Paolo Bonzini <bonzini@gnu.org>
3675
3676 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3677 (unstage): Test for stage_last presence.
3678
3679 PR bootstrap/29802
3680 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
3681 * Makefile.in: Regenerate.
3682
9dbaa842
DD
36832006-11-14 DJ Delorie <dj@redhat.com>
3684
3685 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
3686 * Makefile.in: Sync with GCC.
3687 * configure.in: Sync with GCC (mpfr, gmp).
3688 * configure: Sync with GCC.
3689
b0cbce8d
JJ
36902006-11-08 Jie Zhang <jie.zhang@analog.com>
3691
3692 * configure.in: Remove target-libgloss from noconfigdirs for
3693 bfin-*-*.
3694 * configure: Regenerated.
3695
44330a94
JJ
36962006-10-27 Jeff Johnston <jjohnstn@redhat.com>
3697
3698 * COPYING.NEWLIB: Add spu license.
7de05dd5 3699 * COPYING.LIBGLOSS: Ditto.
44330a94 3700
56a8fe78
DD
37012006-10-17 Brooks Moses <bmoses@stanford.edu>
3702
3703 * Makefile.def: Added pdf target handling.
3704 * Makefile.tpl: Added pdf target handling.
3705 * Makefile.in: Regenerated.
3706
fbb00ad0
JJ
37072006-10-11 Jeff Johnston <jjohnstn@redhat.com>
3708
3709 * COPYING.NEWLIB: Updated.
3710 * COPYING.LIBGLOSS: Ditto.
3711
6b89cc21
DB
37122006-09-27 Dave Brolley <brolley@redhat.com>
3713
3714 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
3715 $s instead of $r.
3716 * configure: Regenerated.
3717
17bcf627
BE
37182006-09-26 Ben Elliston <bje@au.ibm.com>
3719
3720 * config.sub, config.guess: Update from upstream sources.
3721
f3529cf1
TS
37222006-09-20 Thiemo Seufer <ths@mips.com>
3723
3724 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3725 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3726 * configure: Regenerate.
3727
45055374
CV
37282006-08-30 Corinna Vinschen <corinna@vinschen.de>
3729
3730 * configure.in: Never build newlib for a Mingw host.
3731 Never build newlib as Mingw target library.
3732 Test the existence of winsup/cygwin for building a Cygwin newlib,
3733 rather than just winsup.
3734 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3735 building a Mingw target.
3736 * configure: Regenerate.
3737
4be041b2 37382006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
3739 Nigel Stephens <nigel@mips.com>
3740 David Ung <davidu@mips.com>
4be041b2
TS
3741
3742 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
3743
1d89b610
PB
37442006-07-25 Paolo Bonzini <bonzini@gnu.org>
3745
3746 Sync from GCC:
3747 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
3748
f7c83eac
AS
3749 PR bootstrap/18058
3750 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3751 if the bootstrap compiler is a GCC version that supports it.
3752 * configure: Regenerate.
1d89b610 3753
66a79c16
DJ
37542006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
3755
3756 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3757 * configure: Regenerated.
3758
c1cb7e02
PB
37592006-07-18 Paolo Bonzini <bonzini@gnu.org>
3760
f7c83eac
AS
3761 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3762 for stages after the first.
c1cb7e02 3763
7206a0ee
JJ
37642006-07-17 Jakub Jelinek <jakub@redhat.com>
3765
3766 * Makefile.def: Add dependencies for configure-opcodes
3767 on configure-intl and all-opcodes on all-intl.
3768 * Makefile.in: Regenerated.
3769
6816f995
AO
37702006-07-04 Peter O'Gorman <peter@pogma.com>
3771
3772 * ltconfig: chmod 644 before ranlib during install.
3773
3d3adb43
PB
37742006-07-03 Paolo Bonzini <bonzini@gnu.org>
3775
1f3f1bbf 3776 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
3777 * configure: Regenerate.
3778
64ce424c
PB
37792006-07-03 Paolo Bonzini <bonzini@gnu.org>
3780
3781 Sync from gcc:
3782
3783 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
3784
3785 PR other/27063
3786 * configure.in: Test subdir_requires and give an appropriate
3787 error message.
3788 * configure: Regenerate.
3789
3790 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3791
3792 PR target/27540
3793 * configure.in: Only enable libgomp on IRIX 6.
3794 * configure: Regenerate.
3795
d42c4017
DA
37962006-06-20 David Ayers <d.ayers@inode.at>
3797
3798 PR bootstrap/28072
3799 * configure.in: Add target-boehm-gc to noconfigdirs depending on
3800 whether target-libjava is being configured instead of whether the
3801 java front end is enabled.
3802 * configure: Regenerate.
0e7ef45c 3803
4962c51a
MS
38042006-06-15 Mark Shinwell <shinwell@codesourcery.com>
3805
3806 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
3807 to R_ARM_LDC_SB_G{0,1,2} respectively.
3808
caee866a
PB
38092006-06-15 Paolo Bonzini <bonzini@gnu.org>
3810
3811 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3812 too.
3813 * Makefile.in: Regenerate.
3814
363ef840
DA
38152006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3816
3817 Sync from gcc:
3818
3819 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3820 * configure.in: Don't enable libgomp on hpux10.
3821 * configure: Rebuilt.
3822
54d1c879
DA
38232006-06-13 David Ayers <d.ayers@inode.at>
3824
3825 Sync from gcc:
3826
3827 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 3828
54d1c879
DA
3829 PR bootstrap/27963
3830 PR target/19970
0e7ef45c 3831 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
3832 ${libgcj} is specified.
3833 * configure: Regenerate.
0e7ef45c 3834
a4d8b690
JJ
38352006-06-08 Jeff Johnston <jjohnstn@redhat.com>
3836
3837 Sync from gcc:
3838
3839 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 3840 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
3841
3842 PR bootstrap/18033
3843 * config-ml.in: Eval option if surrounded by single quotes.
3844
4f0ef2d8
CD
38452006-06-07 Carlos O'Donell <carlos@codesourcery.com>
3846
3847 Sync from gcc:
0e7ef45c 3848
4f0ef2d8 3849 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 3850
4f0ef2d8
CD
3851 PR libobjc/13946
3852 * Makefile.def: Add dependencies for libobjc which boehm-gc.
3853 * Makefile.in: Regenerate.
3854 * configure.in: Add --enable-objc-gc at toplevel and have it
3855 enable boehm-gc for Objective-C.
3856 Remove target-boehm-gc from libgcj.
3857 Add target-boehm-gc to target_libraries.
3858 Add target-boehm-gc to noconfigdirs where ${libgcj}
3859 is specified.
3860 Assert that boehm-gc is supported when requested for Objective-C.
3861 Only build boehm-gc if needed either for Java or Objective-C.
3862 * configure: Regenerate.
3863
3864 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 3865
4f0ef2d8
CD
3866 PR 27674
3867 * Makefile.tpl (configure-[+prefix+][+module+],
3868 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3869 Remove rule to unstage bootstrapped modules.
3870 (stage_current): New.
3871 * Makefile.in: Regenerate.
3872
3873 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3874 Andreas Tobler <a.tobler@schweiz.ch>
3875
3876 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
3877 * configure: Rebuilt.
3878
3879 Revert
3880 2006-01-31 Richard Guenther <rguenther@suse.de>
3881 Paolo Bonzini <bonzini@gnu.org>
3882
3883 * Makefile.def (target_modules): Add libgcc-math target module.
3884 * configure.in (target_libraries): Add libgcc-math target library.
3885 (--enable-libgcc-math): New configure switch.
3886 * Makefile.in: Re-generate.
3887 * configure: Re-generate.
3888
c17b816b
JJ
38892006-06-05 Jeff Johnston <jjohnstn@redhat.com>
3890
3891 * config-ml.in: Alter CCASFLAGS to include special
3892 multilib options the same as is done for CFLAGS.
3893
20e95c23
DJ
38942006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
3895
3896 * Makefile.def: Added dependencies from sim and gdb on intl, and
3897 added configure dependencies to everything with an all dependency
3898 on intl.
3899 * gettext.m4: Removed.
3900 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
3901 (GDB_SUPPORT_DIRS): Add intl.
3902 * Makefile.in: Regenerated.
3903
4bd8ad80
DJ
39042006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
3905
3906 * src-release (DEVO_SUPPORT): Add config.rpath.
3907
c380fdd8
PB
39082006-05-25 Paolo Bonzini <bonzini@gnu.org>
3909
3910 * Makefile.def (bfd, opcodes): Fix lib_path.
3911 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3912 (restrap): Move under "@if gcc-bootstrap". Fix typo.
3913 * Makefile.in: Regenerate.
3914
701628f5
MS
39152006-05-24 Mark Shinwell <shinwell@codesourcery.com>
3916
3917 * configure.in: Enable gprof for cross builds.
3918 * configure: Regenerate.
3919
25aae7f2
DJ
39202006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
3921
3922 * src-release (MAKEINFOFLAGS): Define.
3923 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
3924
ea3d1626
BE
39252006-05-14 Ben Elliston <bje@au.ibm.com>
3926
3927 * config.sub, config.guess: Update from upstream sources.
3928
49b9e644
BE
39292006-05-12 Ben Elliston <bje@au.ibm.com>
3930
3931 * config.sub, config.guess: Update from upstream sources.
3932
482dd2f6
DJ
39332006-05-04 Steve Ellcey <sje@cup.hp.com>
3934
3935 * blt, iwidgets, mmalloc: Remove directories.
3936
8b01a5c2
DD
39372006-05-01 DJ Delorie <dj@redhat.com>
3938
641a3af4 3939 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
3940 * configure: Regenerate.
3941
a481dbb7
DD
39422006-04-18 DJ Delorie <dj@redhat.com>
3943
3944 * configure.in (m32c): Build libstdc++-v3. Pass flags to
3945 reference libgloss so that libssp can be built in a combined
3946 tree.
3947 * configure: Regenerate.
3948
962c9e74
BE
39492006-04-10 Ben Elliston <bje@au.ibm.com>
3950
3951 * contrib: Remove directory.
3952
108a6f8e
CD
39532006-04-06 Carlos O'Donell <carlos@codesourcery.com>
3954
3955 * Makefile.tpl: Add install-html target.
3956 * Makefile.def: Add install-html target.
3957 * Makefile.in: Regenerate.
3958 * configure.in: Add --with-datarootdir, --with-docdir,
3959 and --with-htmldir options.
3960 * configure: Regenerate.
3961
a4ef73e9
BE
39622006-03-31 Ben Elliston <bje@au.ibm.com>
3963
3964 PR binutils/1860
3965 * configure.in: Require makeinfo 4.4 or higher.
3966 * configure: Regenerate.
3967
b37df25a
PB
39682006-03-14 Paolo Bonzini <bonzini@gnu.org>
3969
3970 * Makefile.in: Regenerate.
3971
a6df5a19
PB
39722006-03-14 Paolo Bonzini <bonzini@gnu.org>
3973
3974 Sync with gcc:
3975 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
3976
f7c83eac
AS
3977 * configure.in: Handle --disable-<component> generically.
3978 * configure: Regenerate.
a6df5a19
PB
3979
3980 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 3981
f7c83eac
AS
3982 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
3983 (TARGET_CONFIGDIRS): Remove.
3984 * configure.in: Remove AC_SUBST(target_configdirs).
3985 * Makefile.in, configure: Regenerated.
a6df5a19
PB
3986
3987
65419985
L
39882006-03-01 H.J. Lu <hongjiu.lu@intel.com>
3989
3990 PR libgcj/17311
3991 * ltmain.sh: Don't use "$finalize_rpath" for compile.
3992
c52c6897
PB
39932006-02-20 Paolo Bonzini <bonzini@gnu.org>
3994
3995 PR bootstrap/25670
3996
3997 * Makefile.tpl ([+compare-target+]): Print explanation messages.
3998
3999 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4000 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4001 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4002 BUILD_PREFIX, BUILD_PREFIX_1.
4003 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4004
4005 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4006 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4007
4008 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4009 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4010 of `cat stage_current`. Always provide the `r' and `s' variables.
4011 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4012 a single shell execution.
4013 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4014 bootstrapped modules, make the stage1 module if the build was not
4015 started yet, else build the current stage.
4016 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4017 (all-build, all-host, all-target, [+make_target+]-host,
4018 [+make_target+]-target): Do not use \-continued lines.
4019 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4020 (current_stage, restrap, stage_last): New.
4021
4022 * Makefile.in: Regenerate.
4023 * configure: Regenerate.
4024
b3ded179
PB
40252006-02-14 Paolo Bonzini <bonzini@gnu.org>
4026
4027 Sync from gcc:
4028
4029 2006-01-31 Richard Guenther <rguenther@suse.de>
4030 Paolo Bonzini <bonzini@gnu.org>
4031
f7c83eac
AS
4032 * Makefile.def (target_modules): Add libgcc-math target module.
4033 * configure.in (target_libraries): Add libgcc-math target library.
4034 (--enable-libgcc-math): New configure switch.
4035 * Makefile.in: Re-generate.
4036 * configure: Re-generate.
4037 * libgcc-math: New toplevel directory.
b3ded179
PB
4038
4039 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
4040 Jakub Jelinek <jakub@redhat.com>
4041 Diego Novillo <dnovillo@redhat.com>
b3ded179 4042
f7c83eac
AS
4043 * libgomp: New directory.
4044 * Makefile.def: Add target_module libgomp.
4045 * Makefile.in: Regenerate.
4046 * configure.in (target_libraries): Add target-libgomp.
4047 * configure: Regenerate.
b3ded179 4048
3a35eeb3
PB
40492006-02-14 Paolo Bonzini <bonzini@gnu.org>
4050 Andreas Schwab <schwab@suse.de>
0e7ef45c 4051
3a35eeb3
PB
4052 * configure: Regenerate.
4053
2429c060
PB
40542006-01-16 Paolo Bonzini <bonzini@gnu.org>
4055
4056 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4057 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4058 the assembler, linker and binutils.
4059 * configure: Regenerate.
4060
ec49b2b8
NC
40612006-01-16 Nick Clifton <nickc@redhat.com>
4062
49b9e644 4063 * config.sub, config.guess: Sync from config repository.
ec49b2b8 4064
44b2308f
AO
40652006-01-05 Alexandre Oliva <aoliva@redhat.com>
4066
4067 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4068 @ from continuation.
4069 * Makefile.in: Rebuilt.
4070
80911fe1
PB
40712006-01-04 Paolo Bonzini <bonzini@gnu.org>
4072
4073 Sync from gcc:
4074
4075 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4076
f7c83eac 4077 PR bootstrap/24252
80911fe1 4078
f7c83eac
AS
4079 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4080 * Makefile.tpl (OBJDUMP): New.
4081 (EXTRA_HOST_FLAGS): Add it.
4082 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 4083
f7c83eac
AS
4084 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4085 to use symbolic links between directories. Avoid race conditions
4086 or make them harmless.
4087 * configure.in: Do not try to use symbolic links between directories.
80911fe1 4088
f7c83eac
AS
4089 * Makefile.def (LEAN): Pass.
4090 * Makefile.tpl (LEAN): Define.
4091 (stage[+id+]-start): Accept that the previous directory does not
4092 exist, if the bootstrap is lean.
4093 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4094 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4095 configure substitution.
4096 ([+compare-target+]): Likewise.
4097 ([+bootstrap-target+]-lean): New.
4098 * configure.in: Remove lean bootstrap support from here.
80911fe1 4099
f7c83eac
AS
4100 * Makefile.in: Regenerate.
4101 * configure: Regenerate.
80911fe1
PB
4102
4103 2006-01-02 Andreas Schwab <schwab@suse.de>
4104
f7c83eac
AS
4105 * configure.in: When reconfiguring remove Makefile in
4106 all stage directories.
4107 * configure: Regenerate.
80911fe1 4108
b59bea8a
NC
41092005-12-27 Leif Ekblad <leif@rdos.net>
4110
4111 * configure.in: Add support for RDOS target.
4112 * configure: Regenerate.
4113
d7730bac
NC
41142005-12-27 Nick Clifton <nickc@redhat.com>
4115
4116 PR binutils/1990
4117 * libtool.m4: Synchronize with version in GCC sources.
4118
c02dabc3
PB
41192005-12-20 Paolo Bonzini <bonzini@gnu.org>
4120
f7c83eac 4121 Revert Ada-related part of the previous change.
c02dabc3 4122
f7c83eac
AS
4123 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4124 Do not pass.
4125 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4126 * Makefile.in: Regenerate.
4127 * configure.in: Do not include mt-ppc-aix target fragment.
4128 * configure: Regenerate.
c02dabc3 4129
f6d183c0
PB
41302005-12-19 Paolo Bonzini <bonzini@gnu.org>
4131
4132 * configure.in: Select appropriate fragments for PowerPC/AIX.
4133 * configure: Regenerate.
4134
4135 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4136 BOOT_CFLAGS, BOOT_LDFLAGS.
4137 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4138 BOOT_CFLAGS, BOOT_LDFLAGS.
4139 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4140 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4141 (stage): Fail if we cannot complete the work.
4142 * Makefile.in: Regenerate.
4143
f29759fc
JJ
41442005-12-16 Jeff Johnston <jjohnstn@redhat.com>
4145
4146 * COPYING.NEWLIB: Update copyright year for default
4147 copyright.
4148
1f054001
PB
41492005-12-15 Paolo Bonzini <bonzini@gnu.org>
4150
4151 * Makefile.tpl (all, do-[+make_target+], do-check, install,
4152 install-host-nogcc): Don't invoke $(stage) at the end.
4153 * Makefile.in: Regenerate.
4154
0aed8855
PB
41552005-12-14 Paolo Bonzini <bonzini@gnu.org>
4156
4157 * configure.in: Flip the top-level bootstrap switch.
4158 * configure: Regenerate.
4159
4160 Merge from gcc:
4161
4162 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
4163
f7c83eac
AS
4164 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4165 $(stage) and $(unstage).
4166 (EXTRA_TARGET_FLAGS): Correct double-quoting.
4167 (all): Remove stray semicolon.
4168 (local-distclean): Don't handle multilib.tmp and multilib.out.
4169 (install.all): Set $s for consistency.
4170 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4171 check_multilibs setting. Always make the install directory.
4172 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4173 Correct @if/@endif.
4174 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4175 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4176 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4177 (multilib.out): Remove.
4178 * Makefile.in: Regenerated.
0aed8855
PB
4179
41802005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4181
4182 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4183 * configure.in: Replace ms1 arch with mt.
4184 * configure: Rebuilt.
4185
41862005-12-05 Paolo Bonzini <bonzini@gnu.org>
4187
4188 Sync with gcc:
4189
4970f871
NS
41902005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4191
4192 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4193 * configure.in: Replace ms1 arch with mt.
4194 * configure: Rebuilt.
4195
be01d343
PB
41962005-12-05 Paolo Bonzini <bonzini@gnu.org>
4197
4198 Sync with gcc:
4199
4200 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4201
f7c83eac
AS
4202 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4203 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4204 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
4205 Find in-tree tools if available.
4206 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4207 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4208 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4209 (COMPILER_*_FOR_TARGET): New.
4210 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4211 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4212 (CONFIGURED_*, USUAL_*): Remove.
4213 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4214 STRIP): Use autoconf substitutions.
4215 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4216 COMPILER_NM_FOR_TARGET): New.
4217 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4218
4219 (all): Make all-host and all-target in parallel.
4220 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4221 that $$r and $$s are set before invoking a recursive make.
4222 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4223 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
4224
4225 2005-11-29 Ben Elliston <bje@au.ibm.com>
4226
f7c83eac
AS
4227 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4228 from the gcc build directory.
4229 * Makefile.in: Regenerate.
be01d343
PB
4230
4231 2005-11-29 Ben Elliston <bje@au.ibm.com>
4232
f7c83eac
AS
4233 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
4234 depend on all-libdecnumber.
4235 * configure.in (host_libs): Include libdecnumber.
4236 * Makefile.in: Regenerate.
4237 * configure: Likewise.
be01d343
PB
4238
4239 2005-11-21 Kean Johnston <jkj@sco.com>
4240
f7c83eac 4241 * config.sub, config.guess: Sync from upstream sources.
be01d343 4242
907be67c
DJ
42432005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
4244
4245 * Makefile.def: Remove gdb dependencies for gdbtk.
4246 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4247 (configure-gdb, install-gdb): New rules.
4248 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4249 * Makefile.in, configure: Regenerated.
4250
e360f423
PB
42512005-10-22 Paolo Bonzini <bonzini@gnu.org>
4252
4253 PR bootstrap/24297
4254 * Makefile.tpl (do-[+make-target+], do-check, install,
4255 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4256 are set before recursing.
4257 * Makefile.in: Regenerate.
4258
45d5eb0a
EB
42592005-10-20 Eric Botcazou <ebotcazou@adacore.com>
4260
4261 PR bootstrap/18939
4262 * Makefile.def (gcc) <target>: Fix thinko.
4263 * Makefile.in: Regenerate.
4264
3cf3372e
BS
42652005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
4266
4267 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4268 * configure: Regenerate.
4269
bd70a46f
KH
42702005-10-09 Kazu Hirata <kazu@codesourcery.com>
4271
4272 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4273 target-libffi, target-qthreads, target-libjava, and
4274 targetlibobjc.
4275 * configure: Regenerate.
4276
5ae72758
DJ
42772005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
4278
4279 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4280 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4281 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4282 (USUAL_OBJDUMP_FOR_TARGET): New.
4283 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4284 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 4285 * configure, Makefile.in: Regenerated.
5ae72758 4286
cc96343e
PB
42872005-10-05 Paolo Bonzini <bonzini@gnu.org>
4288
4289 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4290 before other host packages.
4291
f70224b5
PB
42922005-10-05 Paolo Bonzini <bonzini@gnu.org>
4293
4294 PR bootstrap/22340
4295
4296 * configure.in (default_target): Remove.
4297 * Makefile.tpl (all): Do not use prerequisites as subroutines
4298 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4299 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4300 use prerequisites as subroutines.
4301 (check-host, check-target): New.
4302 (bootstrap configure & all targets): Do not use stage*-start
4303 if the directory layout is already ok.
4304 (non-bootstrap configure & all targets): Prepend a $(unstage).
4305 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
4306 (NOTPARALLEL): Remove.
4307 (unstage, stage variables): New variables.
4308 (unstage, stage targets): Simply expand to those variables.
4309
4310 * configure: Regenerate.
4311 * Makefile.in: Regenerate.
4312
c13c918a
JW
43132005-10-04 James E Wilson <wilson@specifix.com>
4314
4315 * Makefile.def (lang_env_dependencies): Add libmudflap.
4316 * Makefile.in: Regenerate.
4317
376a0e54
CM
43182005-10-03 Catherine Moore <clm@cm00re.com>
4319
4320 * configure.in (bfin-*-*): Support bfin.
4321 * configure: Regenerated.
4322
d320aacb
L
43232005-09-30 H.J. Lu <hongjiu.lu@intel.com>
4324
4325 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4326 * configure: Regenerated.
4327
7e0f7140
GK
43282005-09-28 Geoffrey Keating <geoffk@apple.com>
4329
4330 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4331 (LIPO_FOR_TARGET): New.
4332 (CONFIGURED_LIPO_FOR_TARGET): New.
4333 (USUAL_LIPO_FOR_TARGET): New.
4334 (STRIP_FOR_TARGET): New.
4335 (CONFIGURED_STRIP_FOR_TARGET): New.
4336 (USUAL_STRIP_FOR_TARGET): New.
4337 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4338 STRIP_FOR_TARGET.
4339 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4340 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4341 * Makefile.in: Regenerate.
4342 * configure: Regenerate.
0e7ef45c 4343
096f7d00
DE
43442005-09-19 David Edelsohn <edelsohn@gnu.org>
4345
4346 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4347 (rs6000-*-aix*): Same.
4348 * configure: Regenerate.
4349
43502005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
4351
4352 * configure.in: Recognize f95 in the --enable-languages option,
4353 and substitute it for fortran, issuing a warning.
4354 * configure: Regenerate.
4355
2016dfcc
BE
43562005-09-07 Ben Elliston <bje@au.ibm.com>
4357
4358 Import from Autoconf sources:
4359
4360 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
4361 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
4362 Elliston. Handle weird characters correctly.
4363
6dd2fda9
DD
43642005-08-30 Phil Edwards <phil@codesourcery.com>
4365
4366 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
4367 * configure: Regenerated.
4368
e6db70d4
RE
43692005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
4370
f7c83eac
AS
4371 * Makefile.def (libssp): Add to lang_env_dependencies.
4372 * Makefile.in: Regenerate.
e6db70d4 4373
e1e3d0f5
CG
43742005-08-17 Christian Groessler <chris@groessler.org>
4375
4376 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4377 * Makefile.in: Regenerate.
4378
05cbd757
PB
43792005-08-12 Paolo Bonzini <bonzini@gnu.org>
4380
4381 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4382 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4383 Look for alternate names of the target cc and c++
4384 * configure: Regenerate.
4385
55db4b87
PB
43862005-08-08 Paolo Bonzini <bonzini@gnu.org>
4387
4388 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4389 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4390 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4391 tools; remove code to manually set them.
4392 (Target tools): Look in the environment for them.
4393 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4394 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4395 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4396 build directory.
4397 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4398 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4399 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4400 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4401 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4402 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4403 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4404 * configure: Regenerate.
4405 * Makefile.in: Regenerate.
4406
414e5532
MM
44072005-07-27 Mark Mitchell <mark@codesourcery.com>
4408
4409 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 4410 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
4411 * Makefile.in: Regenerated.
4412
a19b6204
MM
44132005-07-26 Mark Mitchell <mark@codesourcery.com>
4414
4415 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4416 (CFLAGS_FOR_TARGET): Use it.
4417 (CXXFLAGS_FOR_TARGET): Likewise.
4418 * Makefile.in: Regenerated.
4419 * configure.in (--with-build-sysroot): New option.
4420 * configure: Regenerated.
4421
b73aa406
PB
44222005-07-24 Paolo Bonzini <bonzini@gnu.org>
4423
4424 * Makefile.tpl: Wrap install between unstage and stage
4425 * Makefile.in: Regenerate.
4426
6e4d0bcb
KC
44272005-07-16 Kelley Cook <kcook@gcc.gnu.org>
4428
4429 * all files: Update FSF address.
4430
49f58d10
JB
44312005-07-14 Jim Blandy <jimb@redhat.com>
4432
4433 * configure.in: Add cases for Renesas m32c.
4434 * configure: Regenerated.
0e7ef45c 4435
1d9c9cd7
KC
44362005-07-14 Kelley Cook <kcook@gcc.gnu.org>
4437
4438 * COPYING, compile, config-ml.in, config.guess,
4439 config.sub, install-sh, missing, mkinstalldirs,
4440 symlink-tree, ylwrap: Sync from upstream sources.
4441
1587117a
EC
44422005-07-13 Eric Christopher <echristo@redhat.com>
4443
4444 * configure.in: Add toplevel noconfigdir support for tpf.
4445 * configure: Regenerate.
4446
bb780410
DD
44472005-07-11 Jakub Jelinek <jakub@redhat.com>
4448
4449 * Makefile.def (target_modules): Add libssp.
4450 * configure.in (target_libraries): Add target-libssp.
4451 * configure: Rebuilt.
4452 * Makefile.in: Rebuilt.
4453
064d0a7c
PB
44542005-07-11 Paolo Bonzini <bonzini@gnu.org>
4455
4456 PR ada/22340
4457
4458 * Makefile.def: Sync with gcc.
4459 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4460 * Makefile.in: Regenerate.
4461
b2edd3b5
AS
44622005-07-07 Andreas Schwab <schwab@suse.de>
4463
4464 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4465 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4466 * Makefile.in: Regenerated.
4467
5f128533
KH
44682005-07-07 Kazu Hirata <kazu@codesourcery.com>
4469
4470 * configure.in: Add --enable-libssp and --disable-libssp.
4471 * configure: Regenerate with autoconf-2.13.
4472
4e3fc8e5
GK
44732005-07-06 Geoffrey Keating <geoffk@apple.com>
4474
4475 * configure.in: Don't build sim or rda when targetting darwin.
4476 * configure: Regenerate.
4477
c7357d6a
BE
44782005-07-04 Ben Elliston <bje@gnu.org>
4479
4480 * src-release (do-proto-toplev): Remove dejagnu bits.
4481 (DEJAGNU_SUPPORT_DIRS): Remove.
4482 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
4483 (GDBD_SUPPORT_DIRS): Likewise.
4484 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
4485 (INSIGHTD_SUPPORT_DIRS): Likewise.
4486 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
4487
44882005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
4489
4490 * setup.com (mpw): Remove unused directive.
4491
7d329e61
PB
44922005-06-22 Paolo Bonzini <bonzini@gnu.org>
4493
4494 * Makefile.def (stagefeedback): Come after profile.
4495 Define profiledbootstrap target.
4496 * Makefile.tpl (profiledbootstrap): Remove.
4497 (stageprofile-end): Zap stagefeedback.
4498 (stagefeedback-start): Copy all .gcda files, not only GCC's.
4499 * Makefile.in: Regenerate.
4500
e5fbed21
DD
45012005-06-13 Zack Weinberg <zack@codesourcery.com>
4502
4503 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
4504 In 'cpp' stanza, support '#line' as well as '# '.
4505
59f7ec45
HPN
45062005-06-07 Hans-Peter Nilsson <hp@axis.com>
4507
4508 * configure.in (unsupported_languages): New macro.
4509 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
4510 non-ported target libraries in noconfigdirs.
4511 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4512 non-linux-gnu. Remove libgcj_ex_libffi.
9eb322aa 4513 <lang_frag loop>: Set add_this_lang=no if the language is in
59f7ec45
HPN
4514 unsupported_languages.
4515 * configure: Regenerate.
4516
c10e9ba7
DD
45172005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
4518
4519 * configure.in: Fix typo in handling of --with-mpfr-dir.
4520 * configure: Regenerate.
4521
20deb2b8
JB
45222005-06-02 Jim Blandy <jimb@redhat.com>
4523
4524 * config.sub: Add cases for the Renesas m32c. (This patch has been
4525 accepted into the master sources.)
4526
cdb9b172 45272005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
4528 Michael Snyder <msnyder@redhat.com>
4529 Stan Cox <scox@redhat.com>
cdb9b172 4530
f7c83eac 4531 * configure.in: Set noconfigdirs for ms1.
cdb9b172 4532
f7c83eac 4533 * configure: Regenerate.
cdb9b172 4534
1dc3053f
PB
45352005-05-25 Paolo Bonzini <bonzini@gnu.org>
4536
4537 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4538 (Dependencies): Consider target modules for bootstrap dependencies.
4539 Make target bootstrap modules depend on each stage's gcc.
4540 * Makefile.in: Regenerate.
4541
c60fe18b
PB
45422005-05-20 Paolo Bonzini <bonzini@gnu.org>
4543
4544 * Makefile.def (configure-gcc): Depend on binutils having been built.
4545 (all-gcc): No need to do it here.
4546 * Makefile.in: Regenerate.
4547
27258dd4
PB
45482005-05-19 Paul Brook <paul@codesourcery.com>
4549
0e7ef45c 4550 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
4551 language cannot be built.
4552 * configure: Regenerate.
4553
42ecbf5e
DJ
45542005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4555
4556 * ylwrap: Import from Automake 1.9.5.
4557
ae380b45
MS
45582005-05-04 Mike Stump <mrs@apple.com>
4559
4560 * configure.in: Always pass --target to target configures as
4561 otherwise rebuilds that do --recheck will fail.
811d3af8 4562 * configure: Rebuilt.
ae380b45 4563
d545f33b
PB
45642005-05-04 Paolo Bonzini <bonzini@gnu.org>
4565
4566 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4567 STAGE_HOST_EXPORTS.
4568 (configure, all): Add bootstrap support.
4569 (Host modules, target modules): Pass post-stage1 flags and exports.
4570 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4571 * Makefile.in: Regenerate.
4572
2faa2958
PB
45732005-04-29 Paolo Bonzini <bonzini@gnu.org>
4574
4575 Sync from gcc:
4576
4577 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
4578
f7c83eac 4579 * config.sub: Update from master copy.
2faa2958
PB
4580
4581 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
4582
f7c83eac
AS
4583 * configure.in <crisv32-*-*, cris-*-*>: New local variable
4584 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
4585 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
4586 "*-*-elf" and "*-*-linux*".
4587 * configure: Regenerate.
2faa2958 4588
a7254363
PB
45892005-04-06 Paolo Bonzini <bonzini@gnu.org>
4590
f7c83eac 4591 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
4592 (TARGET_CONFIGARGS): Include --with-target-subdir.
4593 (configure, all): New macros. Use them throughout.
4594
a8637a7d
PB
45952005-04-05 Paolo Bonzini <bonzini@gnu.org>
4596
4597 * Makefile.tpl: Sync with gcc.
4598 * Makefile.in: Regenerate.
4599
dd387d52
JR
46002005-03-30 J"orn Rennecke <joern.rennecke@st.com>
4601
4602 * config/mh-mingw32: Delete.
4603 * configure.in: Don't use it.
4604 * configure: Regenerate.
4605
e90269c8
PB
46062005-03-31 Paolo Bonzini <bonzini@gnu.org>
4607
4608 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4609 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4610 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
4611 (HOST_LIB_PATH): Generate from Makefile.def.
4612 (TARGET_LIB_PATH): Likewise.
4613 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4614 * Makefile.in: Regenerate.
4615 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4616 (RPATH_ENVVAR): Include Darwin case.
4617 * configure: Regenerate.
4618
9a237d9e
PB
46192005-03-25 Paolo Bonzini <bonzini@gnu.org>
4620
4621 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4622 * configure: Regenerate.
4623
479759c8
ZW
46242005-03-21 Zack Weinberg <zack@codesourcery.com>
4625
4626 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4627 gcc_version, and gcc_version_trigger from set of flags to pass.
4628 * Makefile.tpl: Remove definitions of above variables.
4629 (config.status): Remove dependency on $(gcc_version_trigger).
4630 * Makefile.in: Regenerate.
4631 * configure.in: Do not reference config/gcc-version.m4 nor
4632 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
4633 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
4634 * configure: Regenerate.
4635
4cfaf6d5
DD
46362005-03-16 Manfred Hollstein <manfred.h@gmx.net>
4637 Andrew Pinski <pinskia@physics.uc.edu>
4638
4639 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4640 * Makefile.in: Regenerate.
4641
33a3fb7b
AO
46422005-03-01 Alexandre Oliva <aoliva@redhat.com>
4643
4644 PR libgcj/20160
4645 * ltmain.sh: Avoid creating archives with components that have
4646 duplicate basenames.
4647
2da12f12
PB
46482005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
4649
479759c8
ZW
4650 PR bootstrap/20250
4651 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4652 instead of check.
4653 * Makefile.in: Regenerate.
2da12f12 4654
b00612cc
PB
46552005-02-28 Paolo Bonzini <bonzini@gnu.org>
4656
4657 Sync from gcc.
4658
4659 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
4660
4661 PR bootstrap/17383
4662 * Makefile.def (target_modules): Remove "stage", now unnecessary.
4663 * Makefile.tpl (HOST_SUBDIR): New substitution.
4664 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4665 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4666 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4667 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4668 (Host modules, Bootstrapped modules): Use it.
4669 (Build modules, Target modules): Do not create symlink trees,
4670 always configure out-of-srcdir.
4671 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4672 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4673 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4674 $(HOST_SUBDIR). Create a symlink for host_subdir.
4675
4676 * Makefile.in: Regenerate.
4677 * configure: Regenerate.
4678
4679 Merged from libada-gnattools-branch:
4680 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
4681
4682 * Makefile.def: Add gnattools as a module, depending on target-libada.
4683 * Makefile.in: Regenerate.
4684 * configure.in: Include gnattools in host_tools; disable it if ada
4685 is disabled.
4686 * configure: Regenerate.
4687
c3e65f62
NC
46882005-02-23 Nick Clifton <nickc@redhat.com>
4689
4690 * configure: Regenerate.
4691
e4d180c2
NC
46922005-02-22 Paul Schlie <schlie@comcast.net>
4693
4694 * configure.in: Allow darwin targeted ports to build tk, itcl and
4695 libgui.
4696
e3c770b1
EB
46972005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
4698
4699 PR libgcj/10353
4700 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4701 * configure: Regenerate.
4702
9c73618c
AC
47032005-02-08 Andrew Cagney <cagney@gnu.org>
4704
4705 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
4706 gdb/ section. Update GDB's URL.
4707
c46f8c51
AC
47082005-01-31 Andrew Cagney <cagney@gnu.org>
4709
4710 * gettext.m4: Only set ENABLE_NLS when gettext is present.
4711
c7e66c6d
HPN
47122005-01-29 Hans-Peter Nilsson <hp@axis.com>
4713
4714 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4715 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4716 target-libgloss when not *-*-elf and *-*-aout.
4717 * configure: Regenerate.
4718
a53bf506
AC
47192005-01-27 Andrew Cagney <cagney@gnu.org>
4720
4721 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
4722
45181ed1
AC
47232005-01-24 Andrew Cagney <cagney@gnu.org>
4724
4725 * gettext.m4: Only fall back to ../intl/ when it's present.
4726
a1e0f4e4
KC
47272005-01-17 Kelley Cook <kcook@gcc.gnu.org>
4728
4729 * install-sh, config.sub: Import from upstream.
4730
47312005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
4732
4733 PR bootstrap/18222
4734 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4735 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4736 * Makefile.in: Regenerate.
4737
c50382e2
PB
47382005-01-03 Paolo Bonzini <bonzini@gnu.org>
4739
4740 Revert 2004-12-28 Makefile changes, a better fix will be
4741 applied to mainline and src after GCC 4.0 branches.
4742
11d07737
PB
47432004-12-28 Paolo Bonzini <bonzini@gnu.org>
4744
4745 PR bootstrap/17383
4746
4747 * Makefile.def (target_modules): Remove stage parameter,
4748 it is always true now.
4749 * Makefile.tpl (configure-build-[+module+],
4750 configure-target-[+module+]): Always build symlink tree
4751 for the directory and for include. BUILD_SUBDIR and
4752 TARGET_SUBDIR cannot be . anymore.
4753 * Makefile.in: Regenerate.
4754
dadfdbe2
DD
47552004-12-25 David Edelsohn <edelsohn@gnu.org>
4756
4757 Revert 2004-12-08 Makefile changes.
4758
dbf85af7
JR
47592004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
4760
4761 * configure.in (sh64-*-*): Reenable gprof.
4762 * configure: Regenerate.
4763
6b8fea99
JB
47642004-12-09 Jim Blandy <jimb@redhat.com>
4765
4766 * MAINTAINERS: List 'depcomp' as part of automake.
4767
7341462c
DE
47682004-12-08 David Edelsohn <edelsohn@gnu.org>
4769
4770 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4771 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4772 (EXTRA_TARGET_FLAGS): Add PICFLAG.
4773 * Makefile.in: Regenerate.
4774
21fde4dc
DD
47752004-12-07 Matt Kraai <kraai@ftbfs.org>
4776
4777 * Makefile.tpl: Generate normal dependencies if the LHS module is
4778 not bootstrapped.
4779 * Makefile.in: Regenerate.
4780
3da796a2
RS
47812004-12-03 Richard Sandiford <rsandifo@redhat.com>
4782
4783 * configure.in: Include config/gxx-include-dir.m4. Use
4784 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
4785 * configure: Regenerate.
4786
73fb7068
RS
47872004-12-03 Richard Sandiford <rsandifo@redhat.com>
4788
4789 * config.if: Delete.
4790 * configure.in: Set libstdcxx_incdir directly.
4791 * configure: Regenerate.
4792 * MAINTAINERS: Remove mention of config.if.
4793 * src-release (DEVO_SUPPORT): Remove config.if.
4794
6c8e6ce9
EC
47952004-12-02 Eric Christopher <echristo@redhat.com>
4796
3b6098f8
EC
4797 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
4798 of things to remove.
6c8e6ce9 4799 * Makefile.in: Regenerate.
479759c8 4800
b8658a2f
RS
48012004-12-02 Richard Sandiford <rsandifo@redhat.com>
4802
4803 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4804 * configure: Regenerate.
4805
afefada0
RS
48062004-12-02 Richard Sandiford <rsandifo@redhat.com>
4807
4808 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
4809 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
4810 * configure: Regenerate.
4811
5dcac624
DA
48122004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4813
4814 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4815 (hppa*64*-*-*): Delete incorrect comment.
4816 * configure: Rebuilt.
4817
57d1eb1a
DD
48182004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4819
4820 * install-sh, compile: Import from automake.
4821
48222004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4823
4824 * config.guess, config.sub: Import from savannnah.
4825
6d389afc
MS
48262004-11-12 Mike Stump <mrs@apple.com>
4827
4828 * Makefile.def: Add html support.
4829 * Makefile.tpl: Likewise.
4830 * Makefile.in: Regenerate.
4831
69e57115
GK
48322004-11-11 Geoffrey Keating <geoffk@apple.com>
4833
4834 PR 18423
4835 * configure.in: Remove all instances of build-fixincludes from
4836 noconfigdirs.
4837 (build_configargs): Supply --target to subdirectories.
4838 * configure: Regenerate.
4839
4840 * Makefile.def: Make gcc install depend on fixincludes install.
4841 * Makefile.in: Regenerate.
4842
ba719b26
HPN
48432004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
4844
4845 * configure.in (noconfigdirs) [mmix-*-*]: Disable
4846 target-libgfortran.
4847 * configure: Regenerate.
4848
c37653e7
DE
48492004-11-07 David Edelsohn <edelsohn@gnu.org>
4850
4851 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4852 like CC.
4853
1eefd493
PB
48542004-11-05 Paolo Bonzini <bonzini@gnu.org>
4855
4856 * Makefile.def (host fixincludes): Specify missing targets.
4857 * Makefile.in: Regenerate.
4858
02b1af09
L
48592004-11-04 H.J. Lu <hongjiu.lu@intel.com>
4860
4861 PR other/17783
4862 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4863 * configure: Regenerated.
4864
7f266840
DJ
48652004-11-04 Daniel Jacobowitz <dan@debian.org>
4866
4867 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4868 * configure: Regenerated.
4869
47444073
AL
48702004-10-28 Eric B. Weddington <ericw@evcohs.com>
4871
4872 PR target/18151
4873 * configure.in (case ${target}): Do not build fixincludes for avr.
4874 * configure: Regenerated.
4875
caeba88f
AL
48762004-10-26 Paolo Bonzini <bonzini@gnu.org>
4877
4878 * configure.in (case ${target}): Do not build fixincludes
4879 on platforms where it is not used.
4880 * configure: Regenerated.
4881
0fdbe983
DJ
48822004-10-23 Daniel Jacobowitz <dan@debian.org>
4883
4884 * configure.in: Use an absolute path to install-sh.
4885 * configure: Regenerated.
4886
1c0f67c1
AC
48872004-10-19 Andrew Cagney <cagney@gnu.org>
4888
4889 * src-release (do-djunpack, do-md5sum): Install the generated file
4890 directly into the proto-toplev/ directory.
479759c8 4891
a9cfce9c
AC
48922004-10-19 Andrew Cagney <cagney@gnu.org>
4893
4894 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
4895
ac0fa625
DD
48962004-10-12 Kelley Cook <kcook@gcc.gnu.org>
4897
4898 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4899 * configure: Regenerate.
4900
d27cc32e
PB
49012004-10-06 Paolo Bonzini <bonzini@gnu.org>
4902
4903 Fix wrong conflict resolution in:
4904
4905 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
4906
4907 * Makefile.in: Regenerate.
4908 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4909 in the recursive `make', instead of hardwiring `all'.
4910 (Autogenerated TARGET-* variables): New.
4911
1763908f
UW
49122004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4913
4914 Merged from GCC / libtool upstream:
4915 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
4916 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4917 * ltcf-cxx.sh (tpf*): Likewise.
4918 * ltconfig (tpf*): Add TPF OS configuration support.
4919
0490e016
NC
49202004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
4921
4922 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 4923 * configure: Regenerate.
0490e016 4924
32be62b5
RS
49252004-09-24 Michael Roth <mroth@nessie.de>
4926
4927 * configure.in (--without-headers): Add missing double quotes.
4928 * configure: Regenerate.
4929
6048df60
DD
49302004-09-24 Kelley Cook <kcook@gcc.gnu.org>
4931
4932 * ylwrap: Revert to previous version.
4933
315b3b02
L
49342004-09-23 H.J. Lu <hongjiu.lu@intel.com>
4935
6048df60 4936 PR bootstrap/17369
315b3b02
L
4937 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4938 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4939 SET_GCC_LIB_PATH_CMD.
4940 (BASE_TARGET_EXPORTS): Likewise.
4941 * Makefile.in: Regenerated.
4942
4943 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4944 * configure: Regenerated.
4945
fe69863c
DD
49462004-09-23 Kelley Cook <kcook@gcc.gnu.org>
4947
4948 * config.guess: New upstream version
4949 * compile, depcomp, install-sh, ylwrap: Likewise.
4950
49512004-09-19 Roger Sayle <roger@eyesopen.com>
4952
4953 * config/mh-x86omitfp: New host makefile fragment. Add
4954 -fomit-frame-pointer to the default BOOT_CFLAGS.
4955 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4956 * configure: Regenerate.
4957
49582004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
4959
4960 PR target/11572
4961 * configure.in (*-*-darwin*): Renable libobjc.
4962 * configure: Regenerate.
4963
be75bbe1 49642004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 4965
be75bbe1
DB
4966 * Makefile.def: Remove libbanshee.
4967 * Makefile.tpl: Ditto.
4968 * configure.in: Ditto.
4969 * Makefile.in: Regen.
4970 * configure: Ditto.
4971
1b882a91
PB
49722004-09-07 Paolo Bonzini <bonzini@gnu.org>
4973
4974 * missing: Import latest version from master repository.
4975
eb1352ed
NC
49762004-09-04 Nick Clifton <nickc@redhat.com>
4977
4978 * config.sub: Import latest version from master repository.
4979 * config.guess: Likewise.
4980 This includes these changes:
479759c8 4981
eb1352ed
NC
4982 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
4983
4984 * config.sub: Handle crisv32, alias etraxfs.
4985 * config.guess (crisv32:Linux:*:*): Handle.
4986
4987 2004-08-13 Brad Smith <brad@comstyle.com>
4988
4989 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4990 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4991
4992 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
4993
4994 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4995 assume the processor is a powerpc. This is because coreutils
4996 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4997 in this case, due to a MacOS X bug that causes
4998 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4999 to return a negative number.
5000 Problem reported by Petter Reinholdtsen in:
5001 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5002
5003 2004-07-19 Ben Elliston <bje@gnu.org>
5004
5005 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5006
5007 2004-06-24 Ben Elliston <bje@gnu.org>
5008
5009 * config.guess: Update copyright years.
5010 * config.sub: Likewise.
5011
5012 2004-06-22 Robert Millan <robertmh@gnu.org>
5013
5014 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5015 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5016
5017 2004-06-22 Stanley F. Quayle <stan@stanq.com>
5018
5019 * config.guess (*:*VMS:*:*): New entry. Replaces
5020 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5021 manufacturer.
5022
5023 2004-06-22 Ben Elliston <bje@gnu.org>
5024
5025 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5026 * config.sub: Likewise.
5027
5028 2004-06-22 Ben Elliston <bje@gnu.org>
5029
5030 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5031 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5032
5033 2004-06-11 Ben Elliston <bje@gnu.org>
5034
5035 * config.guess (pegasos:OpenBSD:*:*): Remove.
5036
5037 2004-06-11 Ben Elliston <bje@gnu.org>
5038
5039 From Wouter Verhelst <wouter@grep.be>:
5040 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5041
5042 2004-06-11 Ben Elliston <bje@gnu.org>
5043
5044 * config.guess (luna88k:OpenBSD:*:*): New.
5045
5046 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5047
5048 * config.guess (m32r*:Linux:*:*): New case.
5049 * config.sub: Handle m32rle.
5050
5051 2004-03-12 Ben Elliston <bje@wasabisystems.com>
5052
5053 From Jens Petersen <petersen@redhat.com>:
5054 * config.sub: Handle sparcv8.
5055
5056 2004-03-03 Ben Elliston <bje@wasabisystems.com>
5057
5058 From Tom Smith <smith@cag.lkg.hp.com>:
5059 * config.guess: Version suffixes are equally significant on Tru64
5060 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
5061 prefix of "P" (patched kernel).
5062
5063 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
5064
5065 * config.sub: Add support for National Semiconductor CRX target.
5066
2a3124ca 50672004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 5068
2a3124ca
RH
5069 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5070 *-*-netware, but add target-libmudflap.
5071 Consolidate *-*-netware targets (of which really only i?86 exists)
5072 into a single entry.
5073 * configure: Likewise.
5074
0df3d27f
PB
50752004-09-01 Paolo Bonzini <bonzini@gnu.org>
5076
5077 * Makefile.tpl (sorry): Remove.
5078 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5079 (cleanstrap targets): Depend on distclean, not distclean-stage1.
5080 (do-clean): Clean per-stage directories too.
5081 (do-distclean): Run distclean-stage1 too.
5082 (.NOTPARALLEL): Enable during toplevel bootstrap.
5083 (stage[+id+]-bubble): Enable parallel execution during
5084 the recursive invocation.
5085 * Makefile.in: Regenerate.
5086
5087 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
5088
5089 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
5090
5091 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5092 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5093 * configure: regenerate
479759c8
ZW
5094 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5095 -mdynamic-no-pic
0df3d27f
PB
5096
50972004-08-31 Paolo Bonzini <bonzini@gnu.org>
5098
5099 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5100 include.
5101 * configure.in: Fix indentation.
5102 * configure: Regenerate.
5103
ee025550
PB
51042004-08-31 Paolo Bonzini <bonzini@gnu.org>
5105
5106 * Makefile.def (build_modules): Add fixincludes.
5107 (dependencies): Make gcc depend on fixincludes.
5108 * configure.in (build_tools): Add fixincludes.
5109 (build_configdirs): Always include build_libs.
5110 * Makefile.in: Regenerate.
5111 * configure: Regenerate.
5112
51132004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
5114
5115 * Makefile.def (bootstrap stages): Add 'lean' parameter.
5116 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5117 phony targets; do not generate timestamp files.
5118 (distclean-stageN): Remove references to their timestamp files.
5119 (restageN, touch-stageN): Remove.
5120 (stageN-bubble): Rewritten.
5121 (compare): Support lean bootstraps.
5122 * Makefile.in: Regenerate.
5123
5124 * configure.in: Only warn when bootstrapping but
5125 build != host or build != target. Support lean bootstraps.
5126 * configure: Regenerate.
5127
5128 Sync from gcc:
5129 2004-08-26 Phil Edwards <phil@codesourcery.com>
5130
5131 * configure.in: Give a better error message if GMP/MPFR are missing
5132 and a language needing them has been requested.
5133 * configure: Regenerated.
5134
5135 2004-08-25 Phil Edwards <phil@codesourcery.com>
5136
5137 * configure.in: Print a list of available language front-ends if
5138 a requested one is missing. Tidy stray tab characters.
5139 * configure: Regenerated.
5140
72b2455a
PB
51412004-08-17 Paolo Bonzini <bonzini@gnu.org>
5142
5143 * Makefile.in: Regenerate.
5144 * configure: Regenerate.
5145
5146 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5147 stage_*_flags.
5148 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5149 for bootstrapped modules if toplevel bootstrap is going.
5150 (GCC bootstrap): Generate per-stage targets for all bootstrapped
5151 modules. Adjust for changes in Makefile.def. Enable several
5152 rules even in non-bootstrap mode, just to avoid peppering the
5153 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5154 (stage-[+prev+]-bubble): Remove.
5155
5156 * Makefile.def (Dependencies): Depend on all-build-bison,
5157 all-build-flex, all-build-byacc, all-build-texinfo, rather
5158 than the host variations.
5159 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
5160 with BUILD_SUBDIR.
5161 (BISON): Update for recent Bisons.
5162 (YACC): Fix typo.
5163 (cross): Depend on all-build.
5164 (all): Do not depend on all-build.
5165 (prebootstrap): Remove.
5166 (dep-kind): Accept separate prefixes for MODULE and ON variables.
5167 (Prebootstrap dependencies): Add them to the per-stage targets
5168 and to all-prebootstrap.
5169 * configure.in (build_configdirs): Always enable build_tools.
5170 (BUILD_DIR_PREFIX): Remove.
5171
5172 * Makefile.def (gcc): Add target variable.
5173 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5174 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5175 in the recursive `make', instead of hardwiring `all'.
5176 (Autogenerated TARGET-* variables): New.
5177
de0b4a87
JW
51782004-08-17 Robert Millan <robertmh@gnu.org>
5179
5180 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5181 (instead of FreeBSD).
5182 * configure: Regenerate.
5183
ad681c85
NN
51842004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
5185
675c6968
NN
5186 * Makefile.def, configure.in, src-release: Remove useless, bogus
5187 references to tix.
5188 * Makefile.in, configure: Regenerate.
5189
ad681c85
NN
5190 * src-release: Stop distributing mmalloc with gdb (which doesn't
5191 use it).
5192 * Makefile.def: GDB doesn't depend on mmalloc anymore.
5193 * Makefile.in: Regenerate.
5194
11b04d1f
DD
51952004-08-09 Mark Mitchell <mark@codesourcery.com>
5196
5197 * configure.in (arm*-*-eabi*): New target.
5198 * configure: Regenerate.
5199
f2420bea
NN
52002004-08-01 Robert Millan <robertmh@gnu.org>
5201
5202 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5203 libmudflap for all GNU-based systems (with Glibc).
5204 * configure: Regenerate.
5205
9e6ce191
PB
52062004-08-06 Paolo Bonzini <bonzini@gnu.org>
5207
5208 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5209 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5210 (Dependencies): New section.
5211 * Makefile.tpl (Dependencies): Generate from Makefile.def.
5212 (configure-target-[+module+]): Depend on maybe-all-gcc
5213 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
5214 (toplevel profiledbootstrap): Fix dependencies.
5215 * Makefile.in: Regenerate.
5216
df4a6958
MM
52172004-08-03 Mark Mitchell <mark@codesourcery.com>
5218
5219 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5220 target-libiberty to noconfigdirs.
5221
11b04d1f
DD
52222004-08-03 Paul Brook <paul@codesourcery.com>
5223
5224 * configure.in: Check for MPFR as well as GMP.
5225 * configure: Regenerate.
5226
b813574b
PB
52272004-08-03 Paolo Bonzini <bonzini@gnu.org>
5228
5229 * Makefile.def (host-modules): Add gcc.
5230 * Makefile.in: Regenerate.
5231 * Makefile.tpl (sorry): New rule.
5232 (configure-host, all-host, [+make_target+]-host, do-check,
5233 install-host): Do not add gcc as a special case.
5234 (host modules): Add a small special-casing for gcc. Export
5235 extra_make_flags through the environment.
5236 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5237 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5238 other recursive targets for gcc): Remove.
5239
5240 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5241 (stage, unstage): New rules.
5242 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5243 distclean-stage[+id+]): Use stage_current.
5244 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5245 the stage*-start rules.
5246
61edac0c
JW
52472004-07-19 Robert Millan <robertmh@gnu.org>
5248
5249 Synced from gcc:
5250
5251 2004-04-26 Robert Millan <robertmh@gnu.org>
5252
5253 Add patches from libtool CVS.
5254 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5255 * ltconfig: Likewise.
5256 * ltcf-c.sh: Likewise.
5257 * ltcf-cxx.sh: Likewise.
5258 * ltcf-gcj.sh: Likewise.
5259
3e707e94
PB
52602004-07-12 Paolo Bonzini <bonzini@gnu.org>
5261
5262 * configure.in: Add noconfigdirs for crx-*-*.
5263 * configure: Regenerate.
5264
52652004-07-12 Paolo Bonzini <bonzini@gnu.org>
5266
5267 Synced from gcc:
5268
5269 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
5270
5271 * configure.in: Build libmudflap by default on FreeBSD.
5272 * configure: Regenerated.
5273
5274 2004-07-09 Mark Mitchell <mark@codesourcery.com>
5275
5276 * configure.in: Do not build libmudflap by default on non-GNU/Linux
5277 systems.
5278 * configure: Regenerated.
5279
5280 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5281
5282 PR target/16344
5283 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5284 feedback based compiler.
5285 * Makefile.in: Rebuilt.
5286
5287 2004-07-05 Phil Edwards <phil@codesourcery.com>
5288
5289 * configure.in: Do not prepend $srcdir to /dev/null in
5290 makefile fragments.
5291 * configure: Regenerate.
5292
a7ee7660
AO
52932004-07-08 Alexandre Oliva <aoliva@redhat.com>
5294
5295 * Makefile.def (host_modules): Set bootstrap=true for flex.
5296 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5297 * Makefile.in: Rebuilt.
5298
6a9cf61e
PB
52992004-07-01 Paolo Bonzini <bonzini@gnu.org>
5300
5301 * Makefile.def (build_modules): Add bison, byacc, flex,
5302 m4, texinfo.
5303 (flags_to_pass): Add FLEX.
5304 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5305 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5306 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5307 DEFAULT_MAKEINFO): Remove.
5308 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5309 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5310 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5311 objdir or else use configured tool.
5312 (all-build): New.
5313 (all): Depend on it.
5314 (Build module dependencies): Add.
5315 * Makefile.in: Regenerate.
5316 * configure.in: Better support for multiple build modules,
5317 matching what is done for host/target modules. Do not look
5318 for "plausible" locations of build tools if Canadian cross.
5319 Use autoconf's AC_PROG_CC to find a C compiler. Define
5320 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
5321 * configure: Regenerate.
5322
95b6a1f2
PB
53232004-06-22 Paolo Bonzini <bonzini@gnu.org>
5324
5325 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5326 * Makefile.in: Regenerate.
5327
7ffa0b57
PB
53282004-06-22 Paolo Bonzini <bonzini@gnu.org>
5329
5330 * Makefile.tpl (configure-build-[+module+],
5331 configure-[+module+], configure-target-[+module+]): Pass
5332 [+extra_configure_args+].
5333 (all-build-[+module+], all-[+module+], check-[+module+],
5334 install-[+module+], [+make_target+]-[+module+],
5335 all-target-[+module+], check-target-[+module+],
5336 install-target-[+module+], [+make_target+]-target-[+module+]):
5337 Pass [+extra_make_args+].
5338 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5339 (GCC_HOST_EXPORTS): Remove.
5340 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5341 cross, check-gcc, check-gcc-c++, install-gcc,
5342 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5343 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5344 * Makefile.in: Regenerate.
5345
929ba6e7
CF
53462004-06-21 Christopher Faylor <cgf@alum.bu.edu>
5347
5348 * configure.in: Check for srcdir/winsup rather than build directory
5349 winsup.
5350 * configure: Regenerate.
5351
b76d7de0
CV
53522004-06-17 Corinna Vinschen <vinschen@redhat.com>
5353
5354 * configure.in: Don't build Cygwin native newlib if winsup
5355 directory is missing. Emit warning instead.
5356 * configure: Regenerate.
5357
656fdd47
PB
53582004-06-09 Paolo Bonzini <bonzini@gnu.org>
5359
5360 * Makefile.tpl (touch-stage[+id+]): New.
5361 (restage[+prev+]): Depend on touch-stage[+id+].
5362
5363 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5364 Use it throughout.
5365
5366 * Makefile.def: Add profile and feedback bootstrap stages.
5367 Remove next field from bootstrap stages.
5368 * Makefile.tpl (LN, LN_S): Substitute.
5369 (stageN-start, stageN-end): Use double-colon rules, to
5370 provide a hook for additional setup commands.
5371 (distclean-stageN-gcc, restageN): Create dependencies from
5372 [+prev+], not from [+next+].
5373 (stageN-bubble): Add commands for successive stages from
5374 [+prev+], using double-colon rules.
5375 (all-stageN-gcc): Fix typo.
5376 (stagefeedback-start, profiledbootstrap): New.
5377 * Makefile.in: Regenerate.
5378 * configure.in: Call ACX_PROG_LN.
5379 * configure: Regenerate.
5380
498d4a71
CF
53812004-06-03 Paolo Bonzini <bonzini@gnu.org>
5382
5383 * configure.in: Fix --enable-bootstrap breakage introduced in trees
5384 without gcc.
5385 * configure: Regenerate.
5386
377d8c42
PB
53872004-06-01 Paolo Bonzini <bonzini@gnu.org>
5388
5389 * Makefile.tpl: Fix typo.
5390 * Makefile.in: Regenerate.
5391
f5f8a794
PB
53922004-06-01 Paolo Bonzini <bonzini@gnu.org>
5393
5394 * configure.in: Remove new- prefix from toplevel
5395 bootstrap targets.
5396 * configure: Regenerate.
5397
f7a4c34f
PB
53982004-06-01 Paolo Bonzini <bonzini@gnu.org>
5399
5400 Merge this patch from the gcc tree:
5401
5402 2004-05-30 Andreas Jaeger <aj@suse.de>
5403 Jim Wilson <wilson@specifixinc.com>
5404
5405 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5406 like CC.
5407
319cab08
PB
54082004-06-01 Paolo Bonzini <bonzini@gnu.org>
5409
5410 * Makefile.tpl (all.normal): Rename to all.
5411 (all): Replace with a rule to pick the default
5412 target from configure.
5413 (all-gcc, configure-gcc): Use conditionals to
5414 do nothing when toplevel bootstrap is going on.
5415 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5416 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5417 * configure.in: Support --enable-bootstrap.
5418
5419 * Makefile.def: Remove new- prefix from toplevel
5420 bootstrap targets.
5421 * Makefile.tpl: Likewise.
5422
5423 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
5424 target.
5425
5426 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5427 $(RECURSE_FLAGS) to recursive invocation of make.
5428
5429 * Makefile.in: Regenerate.
5430 * configure: Regenerate.
5431
88f64edc
DJ
54322004-05-27 Daniel Jacobowitz <dan@debian.org>
5433
5434 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5435 * configure: Regenerate.
5436
378fce5b
DD
54372004-05-25 Daniel Jacobowitz <drow@false.org>
5438
5439 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5440 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5441 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
5442 targets.
5443 * Makefile.in: Regenerate.
5444
dfdffa2c
PB
54452005-05-24 Paolo Bonzini <bonzini@gnu.org>
5446
5447 * configure.in: Test the ability to symlink directories.
5448 * configure: Regenerate.
5449
5450 * Makefile.def (bootstrap-stage): New definitions.
5451 * Makefile.tpl (configure-stage1-gcc,
5452 configure-stage2-gcc, configure-stage3-gcc,
5453 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5454 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5455 new-restage3, compare): Autogenerate, see Makefile.in
5456 entry for behavioral changes.
5457 (distclean-stage1, new-stage1-start, new-stage1-end,
5458 new-stage1-bubble, distclean-stage2, new-stage2-start,
5459 new-stage2-end, new-stage2-bubble, distclean-stage3,
5460 new-stage3-start, new-stage3-end): New autogenerated targets.
5461 (objext, prebootstrap, BOOT_CFLAGS,
5462 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5463 targets.
5464
5465 * Makefile.in: Regenerate.
5466 (distclean-stage1, new-stage1-start, new-stage1-end,
5467 new-stage1-bubble, distclean-stage2, new-stage2-start,
5468 new-stage2-end, new-stage2-bubble, distclean-stage3,
5469 new-stage3-start, new-stage3-end): New targets.
5470 (all-stage1-gcc): Move prebootstrap dependency from here...
5471 (configure-stage1-gcc): ...to here.
5472 (new-bootstrap): Use bubble targets.
5473 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5474 Use per-stage distclean targets.
5475 (configure-stage1-gcc, configure-stage2-gcc,
5476 configure-stage3-gcc, all-stage1-gcc,
5477 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5478 Use new-stageN-start to prepare the tree.
5479
04cf1b77
PB
54802004-05-23 Paolo Bonzini <bonzini@gnu.org>
5481
5482 * Makefile.def (host_modules): add libcpp.
5483 * Makefile.tpl: Add dependencies on and for libcpp.
5484 * Makefile.in: Regenerate.
5485 * configure.in: Add libcpp host module.
5486 * configure: Regenerate.
5487
80b200a1
ZW
54882004-05-17 Zack Weinberg <zack@codesourcery.com>
5489
5490 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5491 of libf2c.
5492 * configure, Makefile.in: Regenerate.
5493
4b1cb4fe
DD
54942004-05-13 Diego Novillo <dnovillo@redhat.com>
5495
5496 Merge from tree-ssa-20020619-branch.
5497
5498 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5499 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5500 (HOST_GMPLIBS): Define.
5501 (HOST_GMPINC): Define.
5502 (TARGET_LIB_PATH): Add libmudflap.
5503 (GFORTRAN_FOR_TARGET): Define.
5504 (configure-build*): Export GFORTRAN.
5505 (configure-gcc): Export GMPLIBS and GMPINC.
5506 (all-gcc): Add maybe-all-libbanshee.
5507 (configure-target-libgfortran): Define.
5508 * Makefile.in: Regenerate.
5509 * configure.in (host_libs): Add libbanshee.
5510 (target_libraries): Add target-libmudflap and target-libgfortran.
5511 Add --with-libbanshee.
5512 Handle --disable-libmudflap.
5513 (*-*-freebsd*): Use with_gmp.
5514 Add $(libgcj) to noconfigdirs.
5515 * configure: Regenerate.
5516 * depcomp: New file.
5517 * MAINTAINERS: Add tree-ssa maintainers.
5518
55192004-04-28 Paolo Bonzini <bonzini@gnu.org>
5520
5521 * config/acx.m4: Fix fastcompare support for new-bootstrap.
5522 * configure: Regenerate.
5523
b8908782
DD
55242004-04-27 Paolo Bonzini <bonzini@gnu.org>
5525
5526 Revert:
5527 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5528
5529 * Makefile.def (flags_to_pass): Remove *dir variables that
5530 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5531 as well as prefix and exec_prefix.
5532 * Makefile.in: Regenerate.
5533
55342004-04-26 Paolo Bonzini <bonzini@gnu.org>
5535
5536 * Makefile.def (host_modules): Mark with the bootstrap
5537 flag packages on which gcc depends.
5538 * Makefile.tpl (all-bootstrap): Use it.
5539 * Makefile.in: Regenerate.
5540
55412004-04-26 Paolo Bonzini <bonzini@gnu.org>
5542
5543 * Makefile.def (flags_to_pass): Remove *dir variables that
5544 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5545 as well as prefix and exec_prefix.
5546 * Makefile.in: Regenerate.
5547
55482004-04-26 Paolo Bonzini <bonzini@gnu.org>
5549
80b200a1
ZW
5550 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5551 * configure: Regenerate.
5552 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5553 * gcc/Makefile.tpl (compare): Use the result of the test.
5554 * gcc/Makefile.in: Regenerate.
b8908782
DD
5555
55562004-04-23 Paolo Bonzini <bonzini@gnu.org>
5557
5558 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5559 Always relocate gcc and prev-gcc to the original names, even
5560 if the build fails.
5561 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5562 New targets.
5563
0f260896
RO
55642004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5565
5566 * configure.in (mips*-*-irix5*): Enable ld.
5567 * configure: Regenerate.
5568
51860f05
JW
55692004-04-15 James E Wilson <wilson@specifixinc.com>
5570
5571 * Makefile.tpl (configure-[+module+], configure-gcc,
5572 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5573 Set and export LDFLAGS.
5574 * Makefile.in: Regenerate.
5575
54752a6b
NN
55762004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
5577
5578 PR bootstrap/14871
5579 * Makefile.tpl: If we don't have built-in-tree target tools,
5580 use the ones found by configure rather than hacking around with
5581 program_transform_name.
5582 * configure.in: Give Makefile.tpl the information necessary
5583 to do that.
5584 * Makefile.in: Regenerate.
5585 * configure: Regenerate.
5586
55872004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
5588
5589 PR bootstrap/14760
5590 * configure.in: When computing baseargs, strip *all* copies of
5591 offending options. Also, don't match/substitute the trailing space,
5592 so that this actually works when two similar options are separated by
5593 only one space.
5594 * configure: Regenerate.
5595
55962004-04-06 David Edelsohn <edelsohn@gnu.org>
5597
80b200a1
ZW
5598 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5599 (rs6000-*-aix*): Same.
5600 * configure: Regenerate.
54752a6b 5601
5e2b61fb
SS
56022004-03-25 Stan Shebs <shebs@apple.com>
5603
5604 Remove MPW support, no longer used.
5605 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
5606 mpw-install: Remove files.
5607 * src-release (DEVO_SUPPORT): Remove names of removed files.
5608 * MAINTAINERS: Likewise.
5609
1a6f2dc7
NN
56102004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
5611
a0049f1b
NN
5612 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5613 STRICT_WARN, WARN_CFLAGS flags passed down to make.
5614 * Makefile.in: Regenerate.
5615
1a6f2dc7
NN
5616 * configure.in (top level bootstrap support): Rework --enable-werror
5617 to set @stage2_werror_flag@.
5618 * configure: Regenerate.
5619 * Makefile.tpl (top level bootstrap support): Pass
5620 @stage2_werror_flag@ down to configure in stages 2 and 3.
5621 * Makefile.in: Regenerate.
5622
920e3419
NN
56232004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
5624
5625 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5626 for stages 2 and 3 as well as in make. As a consequence, remove
5627 OUTPUT_OPTION (now detected by configure) from the flags passed down
5628 to make.
5629 * Makefile.in: Regenerate.
5630
5631 * Makefile.tpl (new-bootstrap): Fix typo.
5632 * Makefile.in: Regenerate.
5633
4fa63067
NN
56342004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
5635
5636 * Makefile.tpl: Rearrange by moving recursive_targets rules
5637 into their proper sections.
5638 * Makefile.tpl (top level bootstrap support): Move disabling
5639 of coverage flags from 'make' to 'configure'; improve comments.
5640 * Makefile.in: Regenerate.
5641
5642 * Makefile.tpl (experimental top level bootstrap) Move stage1
5643 language setting from all- target to configure- target; disable
5644 intermodule optimization in stage 1; prevent gratuitous rebuilds
5645 of stage 1.
5646 * Makefile.in: Regenerate.
5647 * configure.in: Comma-separate stage 1 language list for top
5648 level bootstrap.
5649 * configure: Regenerate.
5650
5651 * Makefile.tpl: Clean up experimental top level bootstrap support:
5652 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5653 prev-gcc in configure- targets as well as all- targets.
5654 * Makefile.in: Regenerate.
5655
fb8a10fd
NN
56562004-03-17 Paolo Bonzini <bonzini@gnu.org>
5657
5658 * configure.in: Remove symbolic link section.
5659 * configure: Regenerate.
5660 * Makefile.tpl (links): Remove.
5661 * Makefile.in: Regenerate.
5662
947f426e 56632004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 5664 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
5665
5666 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 5667 Set with AC_CHECK_PROGS.
947f426e
NN
5668 * configure.in: Fix comment typo from last patch.
5669 * configure: Regenerate.
5670
1d39f329
NN
56712004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
5672
5673 * Makefile.tpl: Introduce experimental top level bootstrap support.
5674 * Makefile.in: Regenerate.
5675 * configure.in: Introduce support for top level bootstrap.
5676 * configure: Regenerate.
5677
4b0ac75d 56782004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 5679 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
5680
5681 PR bootstrap/14522
5682 * configure.in: Cope with shells that do not support unquoted ^
5683 * configure: Regenerate.
5684
2e70b094 56852004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 5686 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
5687
5688 PR bootstrap/14522
5689 * configure.in: Cope with shell that do not support nesting
5690 quotes inside quoted backquote substitutions.
5691 * configure: Regenerate.
5692
56932004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
5694
5695 PR bootstrap/14522
5696 * configure.in: Fix escaping of $.
5697 * configure: Regenerate.
5698
9e07f89d
NN
56992004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
5700
5701 * configure: Regenerate.
5702
57032004-03-08 Paolo Bonzini <bonzini@gnu.org>
5704
5705 PR ada/14131
5706 Move language detection to the top level.
5707 * configure.in: Find default values for the tools as
5708 soon as possible. Disable ada if GNAT is not found.
5709 Emit error message about missing languages. Expand
5710 --enable-languages=all for the gcc subdirectory.
5711
1712ab83
RS
57122004-03-01 Richard Sandiford <rsandifo@redhat.com>
5713
5714 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5715 and disable libgcj.
5716 * configure: Regenerated.
5717
3dee29da
NN
57182004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5719
5720 PR bootstrap/7087
5721 * Makefile.tpl: Guard XFOO sed statements better.
5722 * Makefile.tpl: Add dependency for configure-target-libada.
5723 * Makefile.in: Regenerate (incidentally fixes broken
5724 commit when libada-branch was merged).
5725
0558264b
AC
57262004-02-28 Andrew Cagney <cagney@redhat.com>
5727
5728 * src-release (CVS_NAMES): Define.
5729 (do-tar, do-tar): Prune $(CVS_NAMES).
5730
c38f9803
AC
57312004-02-23 Andrew Cagney <cagney@redhat.com>
5732
5733 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
5734 2004-02-19.09.
5735
55636792
NN
57362004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
5737
5738 PR bootstrap/11932
5739 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5740
1e600082
AC
57412004-02-19 Andrew Cagney <cagney@redhat.com>
5742
5743 * config.guess: Update from version 2003-06-12 to 2004-02-16.
5744 * config.sub: Update from version 2003-06-13 to 2004-02-16.
5745
3769cd82
DD
57462004-02-11 David Edelsohn <edelsohn@gnu.org>
5747
5748 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5749 (rs6000-*-aix*): Same.
5750 * configure: Regenerate.
5751
a92834c8
DD
57522004-02-11 Kelley Cook <kcook@gcc.gnu.org>
5753
5754 * configure.in (host): Add in missing $noconfigdirs to defines.
5755 * configure: Regenerate.
5756
a2592b1b
DD
57572004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
5758 Nathanael Nerode <neroden@gcc.gnu.org>
5759
5760 PR ada/6637, PR ada/5911
80b200a1 5761 Merge with libada-branch:
a2592b1b
DD
5762 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5763 with appropriate dependencies. Add --enable-libada configure switch.
5764 * configure, Makefile.in: Regenerate.
5765
e31d1ea3
DD
57662004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5767
5768 * configure.in: Don't pass --with-stabs on IRIX 5 either.
5769 * configure: Regenerate.
5770
db85f5c0
JJ
57712004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5772
5773 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 5774
fc434214
DD
57752004-01-23 DJ Delorie <dj@redhat.com>
5776
5777 * Makefile.def (target_modules) [libiberty]: Don't stage.
5778 * Makefile.in: Rebuilt.
5779
ad445c2c 57802004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 5781
ad445c2c
JJ
5782 * COPYING.NEWLIB: Update to include copyrights for new
5783 iconv code.
5784
72bbedde
AC
57852004-01-15 Andrew Cagney <cagney@redhat.com>
5786
5787 * src-release: Update copyright year.
5788 (do-proto-toplev): Configure using i686-pc-linux-gnu.
5789 (NEWLIB_SUPPORT_DIRS): Delete macro.
5790 (newlib.tar.bz2): Delete rule.
5791
a6d6062d
DD
57922004-01-14 Loren J. Rittle <ljrittle@acm.org>
5793
5794 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5795 * Makefile.tpl (configure-target-[+module+]): Support stage.
5796 * Makefile.in: Rebuilt.
5797
f8b73030
MR
57982003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5799
5800 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
5801 throughout.
5802
aff0e9df
NN
58032004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
5804
bb5dca17
NN
5805 * configure.in: Use ./config.cache, not config.cache.
5806 * configure: Regenerate.
5807 * Makefile.tpl: Special-casing not needed for GCC any more.
5808 * Makefile.in: Regenerate.
5809
82252c06
NN
5810 * configure.in: Don't share a cache file for host dirs.
5811 * configure: Regenerate.
5812
aff0e9df
NN
5813 * config-ml.in: Don't mess with the cache file.
5814
95036d20
NN
58152004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
5816
ac7b618e
NN
5817 * Makefile.tpl: Make GCC use a separate config.cache.
5818 * Makefile.in: Regenerate.
5819
95036d20
NN
5820 PR bootstrap/11932, PR bootstrap/11933
5821 (I don't know if it will fix either of them, but it relates
5822 to them.)
5823 * configure.in: Don't use shared config.cache for target
5824 directories.
5825 * configure: Regenerate.
5826
08c1856b
DD
58272003-12-31 Roger Sayle <roger@eyesopen.com>
5828
5829 * configure.in (ia64*-*-hpux*): Disable building java libraries.
5830 * configure: Regenerated.
5831
c1968181 58322003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 5833
9eb322aa
MF
5834 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5835 * configure: Regenerated.
c1968181 5836
10ecffb9
NN
58372003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
5838
5839 Port change over from GCC:
5840 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
5841 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5842 (configure-build-[+module+], configure-[+module+]): Likewise.
5843 (configure-target-[+module+], configure-gcc, config.status): Likewise.
5844 * Makefile.in: Regenerate.
5845
f2ab5990
TF
58462003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
5847
5848 * configure.in (raw_libstdcxx_flags): Remove the leading space.
5849 * configure: Regenerate.
5850
41a7d11a
JJ
58512003-11-27 Jeff Johnston <jjohnstn@redhat.com>
5852
80b200a1 5853 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
5854 stdlib.
5855
d9441a1f
DD
58562003-11-14 Arnaud Charlet <charlet@act-europe.fr>
5857
5858 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5859 * Makefile.in: Regenerate.
5860
3a48a978
DD
58612003-10-20 Phil Edwards <phil@codesourcery.com>
5862
5863 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
5864 * configure: Regenerate.
5865
f0b24077
NN
58662003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
5867
5868 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5869 HOST_FLAGS_TO_PASS.
5870 * Makefile.in: Regenerate.
5871
5fbad20a
DD
58722003-10-05 Mohan Embar <gnustuff@thisiscool.com>
5873
5874 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5875 * configure: Rebuilt
5876 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5877 * Makefile.in: Rebuilt
5878
78be4155
L
58792003-10-03 H.J. Lu <hongjiu.lu@intel.com>
5880
5881 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5882
051fcc7a
L
58832003-10-01 Phil Edwards <pme@gcc.gnu.org>
5884
5885 * config-ml.in: Use ac_configure_args directly instead of
5886 ml_arguments. Only set ml_norecursion if --no[-]recursion is
5887 actually seen.
5888
58892003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
5890
5891 * config-ml.in: Propagate INSTALL variables.
5892
f27d4f92
DJ
58932003-09-21 Daniel Jacobowitz <drow@mvista.com>
5894
5895 * configure.in: Pass a computed --program-transform-name
5896 to subconfigures.
5897 * configure: Regenerated.
5898
cae4d560
NN
58992003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
5900
5901 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5902 * Makefile.in: Regenerate.
5903
5904 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5905 * Makefile.in: Regenerate.
5906
8ff944f6
DJ
59072003-09-17 Daniel Jacobowitz <drow@mvista.com>
5908
5909 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5910 quoting.
5911 * configure: Regenerated.
5912
d9a35680
MC
59132003-09-12 Michael Chastain <mec@shout.net>
5914
5915 Fix PR gdb/857.
5916 * src-release (do-proto-topleve): Remove junk files
5917 intl/config.cache, intl/config.status,
5918 intl/config.h, intl/stamp-h.
5919
710068b9
AC
59202003-09-14 Andrew Cagney <cagney@redhat.com>
5921
5922 * src-release (dejagnu.tar): New target.
5923 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
5924 (do-djunpack): Use $(PACKAGE) for the package name.
5925
e1008165
DD
59262003-09-04 DJ Delorie <dj@redhat.com>
5927
5928 * configure: Regenerate.
5929
21998d12
NC
59302003-09-04 Robert Millan <robertmh@gnu.org>
5931
5932 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 5933
ccca4bb3
DD
59342003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5935
5936 * configure.in: Ensure arguments to sed are properly spaced.
5937 * configure: Regenerate.
5938
ee949b5e
DJ
59392003-08-28 Daniel Jacobowitz <drow@mvista.com>
5940
5941 Merge from gcc:
5942 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
5943 * install-sh: Update to newer upstream versions (associated with
5944 aclocal 1.7).
5945 * missing: Likewise, plus $1Help2man -> $1 typo fix.
5946
75addda2
DJ
59472003-08-27 Daniel Jacobowitz <drow@mvista.com>
5948
5949 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5950 * configure: Regenerated.
5951
8d2877d8
NN
59522003-08-23 Phil Edwards <pme@gcc.gnu.org>
5953
5954 * configure.in: Use newline instead of semicolon when assuming
5955 shell arguments in a for loop.
5956 * configure: Regenerated.
5957
d2cc0e0d
GK
59582003-08-20 Geoffrey Keating <geoffk@apple.com>
5959
5960 PR 8180
5961 * configure.in: When testing with_libs and with_headers, treat
5962 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
5963 * configure: Regenerate.
80b200a1 5964
d2cc0e0d
GK
5965 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5966 make, shell, etc.
5967 (baseargs): Likewise.
5968 * configure: Regenerate.
5969
04d1ab34
GK
59702003-08-19 Geoffrey Keating <geoffk@apple.com>
5971
5972 * configure.in: Disable libgcj for darwin not on powerpc.
5973 * configure: Rebuild.
5974
ca506da8
MC
59752003-08-15 Michael Chastain <mec@shout.net>
5976
5977 * src-release (do-proto-toplev): Remove junk files
5978 dejagnu/example/calc/config.status,
5979 dejagnu/example/calc/config.log.
5980
a4aa3f49
DD
59812003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
5982
5983 * config-ml.in, symlink-tree: Add license.
5984
ede4fbe4
NN
59852003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
5986
5987 Merge from gcc:
5988
5989 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
5990 * Makefile.tpl (check, check-c++): Express dependencies using
5991 dependencies rather than commands.
5992 * Makefile.in: Regenerate.
5993
5994 2003-07-31 Geoffrey Keating <geoffk@apple.com>
5995 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
5996 * Makefile.in: Update.
5997
970f29af
AC
59982003-08-01 Andrew Cagney <cagney@redhat.com>
5999
6000 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6001 * configure: Ditto.
6002
b2884a0c
DD
60032003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
6004
6005 * configure.in: Enable libgcj for darwin.
6006 * configure: Rebuild.
6007
c07f46a4
NN
60082003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
6009
6010 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
6011
9175bfc0
NN
60122003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
6013
6014 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6015 creating target and build subdirs to build all parent dirs as needed.
6016 * Makefile.in: Rebuild.
6017 * configure.in: Don't build dirs explicitly here.
6018 * configure: Rebuild.
6019
b9abda6a
AO
60202003-07-22 Alexandre Oliva <aoliva@redhat.com>
6021
6022 * Makefile.tpl (all-make): Depend on intl.
6023 * Makefile.in: Rebuilt.
6024
eef8ffd4
NN
60252003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
6026
6027 * config.if: Remove unused libc_interface determination.
6028
295efaf0
NN
60292003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
6030
6031 * Makefile.in: Regenerate, correctly this time.
6032
e5c3f801
NN
60332003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
6034
6035 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
6036 unused INSTALL_PROGRAM_ARGS.
6037 * configure.in: Use AC_PROG_INSTALL.
6038 * Makefile.in: Regenerate.
6039 * configure: Regenerate.
6040
4a18bd6b
AO
60412003-07-10 Alexandre Oliva <aoliva@redhat.com>
6042
6043 * configure: Rebuilt.
6044 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
6045 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6046 newlib nor libgloss.
6047 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
6048 * configure.in (am33_2.0-*-linux*): Added.
6049
fbd1054d
BW
60502003-07-09 Bob Wilson <bob.wilson@acm.org>
6051
6052 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6053 * configure: Regenerate.
6054
b40e3958
L
60552003-07-06 H.J. Lu <hongjiu.lu@intel.com>
6056
6057 * config-ml.in: Replace PWD with PWD_COMMAND.
6058 * Makefile.tpl: Likewise.
6059 * Makefile.in: Regenerated.
6060
4a5be7ba
NN
60612003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
6062
6063 * configure.in: Clean up config-lang.in handling. Delete
6064 useless assignment to "subdirs".
6065 * configure: Regenerate.
6066
9c14acb8
NN
60672003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
6068
6069 * configure.in: Rename 'target_libs' to 'target_libraries'.
6070 Remove useless reference to 'target_libs'.
6071 * configure: Regenerate.
6072
8f32e830
KS
60732003-06-23 Keith Seitz <kseitz@sources.redhat.com>
6074
6075 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6076 * Makefile.in: Regenerate.
6077
12f0bd74
NN
60782003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
6079
6080 * Makefile.def: Introduce flags_to_pass.
6081 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6082 * Makefile.in: Regenerate.
6083
b07c2aad
HPN
60842003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
6085
6086 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6087 and target-libgloss.
6088 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6089 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 6090 * configure: Regenerate.
b07c2aad 6091
56f25033
DD
60922003-06-17 Benjamin Kosnik <bkoz@redhat.com>
6093
6094 * configure.in: Update testsuite_flags to new location.
6095 * configure. Regenerate.
80b200a1 6096
4ec9a3b2
NN
60972003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
6098
6099 * Makefile.tpl: Remove BUILD_CC stuff.
6100 * Makefile.in: Regenerate.
6101
059083b1 61022003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 6103
059083b1
L
6104 * config.guess: Update to 2003-06-12 version.
6105 * config.sub: Update to 2003-06-13 version.
6106
535b046a
TS
61072003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6108
6109 * MAINTAINERS: Add myself as MIPS co-maintainer.
6110
00c22daa 61112003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 6112
00c22daa
L
6113 * config.guess: Update to 2003-06-06 version.
6114 * config.sub: Update to 2003-06-06 version.
6115
1047cb91
DD
61162003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6117
6118 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6119 * configure. Regenerate.
6120
123494c8
NN
61212003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
6122
1047cb91
DD
6123 * configure.in: Disable serial configure by default.
6124 * configure: Regenerate.
6125 * Makefile.tpl: Abolish .NOTPARALLEL.
6126 * Makefile.in: Regenerate.
6127
7f121bbf
NN
6128 * Makefile.tpl: Replace {build,host,target}_canonical by
6129 {build,host,target}.
6130 * Makefile.in: Regenerate.
6131
123494c8
NN
6132 * Makefile.tpl: Fix stupid pasto.
6133 * Makefile.in: Regenerate.
6134
ec7e0995
NN
61352003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
6136
6137 * Makefile.tpl: Remove bogus conditional.
6138 * Makefile.in: Regenerate.
6139
27b1cc72
NN
61402003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
6141
2a4cbe27
NN
6142 * Makefile.tpl: Make 'recursive targets' using autogen rather
6143 than shell loop. Remove duplicate 'clean' targets and false
6144 comments.
6145 * Makefile.def: Add systematic dependencies to 'recursive' targets.
6146 Add systematic method of specifying missing targets in subdirs.
6147 Add copyright boilerplate.
6148 * Makefile.in: Regenerate.
6149 * configure.in: Add 'recursive targets' to maybe list.
6150 * configure: Regenerate.
6151
27b1cc72
NN
6152 * Makefile.tpl: Rename [+target+] to [+make_target+].
6153 * Makefile.def: Rename 'target' to 'make_target'.
6154
01e51bd0
NC
61552003-05-30 Nick Clifton <nickc@redhat.com>
6156
6157 * README-maintainer-mode: Update URL for locating blessed config
6158 tools.
6159
2fd84b42
NC
61602003-05-29 Robert Millan <rmh@debian.org>
6161
6162 * ltconfig: Import this patch and modify for use with current
6163 version of ltconfig:
6164
6165 2003-05-21 Bruno Haible <bruno@clisp.org>
6166
6167 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
6168 GNU/FreeBSD.
6169
8945c6bb
DD
61702003-05-28 DJ Delorie <dj@redhat.com>
6171
6172 * Makefile.tpl: Make maybe-check-gcc .PHONY.
6173 * Makefile.in: Regenerate.
6174
2f9632a1
JJ
61752003-05-28 Jeff Johnston <jjohnstn@redhat.com>
6176
80b200a1 6177 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 6178
3a12db16 61792003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 6180
3a12db16
DD
6181 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6182 newlib or libgloss.
6183 * Makefile.in: Regenerate.
6184
44482353
DD
61852003-05-21 DJ Delorie <dj@redhat.com>
6186
6187 * Makefile.tpl: Add missing empty maybe-check-gcc target.
6188 * Makefile.in: Regenerate.
6189
fec2c52d
MR
61902003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6191
6192 * configure.in: Use curly braces in the definition of tooldir.
6193 * configure: Regenerate.
6194
16ae0395
NN
61952003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
6196
6197 * configure.in: Switch more things to use maybe dependencies.
80b200a1 6198 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
6199 Factor out common code from autogen IF statements.
6200 * configure: Regenerate.
6201 * Makefile.in: Regenerate.
6202
ec11bdc6
DD
62032003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
6204
6205 * configure.in: Accept i[3456789]86 for machine type.
6206 * configure: Regenerate.
6207
dd12c3a8
NN
62082003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
6209
6210 * configure.in: Switch more things to use maybe dependencies.
6211 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
6212 * configure: Regenerate.
6213 * Makefile.tpl: Switch more things to use maybe dependencies.
6214 * Makefile.in: Regenerate.
6215
cf662e21
AJ
62162003-05-16 Andreas Schwab <schwab@suse.de>
6217
6218 * Makefile.tpl (install-opcodes): Define.
6219 * Makefile.in: Rebuild.
6220
5481b376
AJ
62212003-05-13 Andreas Jaeger <aj@suse.de>
6222
6223 * config.guess: Update to 2003-05-09 version.
6224 * config.sub: Update to 2003-05-09 version.
6225
3959a22a
AJ
62262003-05-13 Michael Eager <eager@mvista.com>
6227
6228 * configure.in: Correct sed script so that options in quotes are not
6229 deleted.
6230 * configure: Rebuild.
6231
564b43e5
CV
62322003-05-12 Corinna Vinschen <corinna@vinschen.de>
6233
6234 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6235 and $$s/newlib/libc/sys/cygwin32 include paths.
6236 * configure: Ditto.
6237
bb947dc9
L
62382003-05-05 H.J. Lu <hjl@gnu.org>
6239
6240 * config-ml.in: Restored from gcc repository.
6241
77f7441a
CD
62422003-05-02 Chris Demetriou <cgd@broadcom.com>
6243
80b200a1
ZW
6244 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6245 * Makefile.in: Regenerate.
77f7441a 6246
a26d7085
DJ
62472003-04-27 Daniel Jacobowitz <drow@mvista.com>
6248
6249 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
6250 and Makefile.def.
6251
e4c4d240
DJ
62522003-04-27 Daniel Jacobowitz <drow@mvista.com>
6253
6254 * Makefile.tpl: Clean $(BUILD_SUBDIR).
6255 * Makefile.in: Regenerated.
6256
62a3fc85
DD
62572003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6258
6259 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6260 * Makefile.in: Regenerate.
6261
62622003-04-18 Jakub Jelinek <jakub@redhat.com>
6263
6264 * configure.in (powerpc64*-*-linux*): Remove.
6265 * configure: Rebuilt.
6266
5b474aa8
DD
62672003-04-17 Phil Edwards <pme@gcc.gnu.org>
6268
6269 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
6270 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6271 and restrap.
6272 * Makefile.in: Regenerate.
6273
62742003-04-16 Richard Earnshaw <rearnsha@arm.com>
6275
6276 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6277 * configure: Regenerated.
6278
bc295afe
AO
62792003-04-11 Alexandre Oliva <aoliva@redhat.com>
6280
6281 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6282 * */configure: Rebuilt.
6283
3728fade
NN
62842003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
6285
6286 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6287 * Makefile.in: Regenerate.
6288
ce5b542e
MC
62892003-03-14 Michael Chastain <mec@shout.net>
6290
6291 * Makefile.in: Regenerate with correct Makefile.def.
6292
3db0a37f
NN
62932003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
6294
6295 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
6296 Make macro.
6297 * Makefile.in: Regenerate.
6298 * configure.in: Clean up gxx_include_dir logic.
6299 * configure: Regenerate.
6300
34349c6e
DD
63012003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6302
6303 * configure.in (gxx_include_dir): Fix typo.
6304 * configure: Regenerated.
6305
686c28c9
AC
63062003-03-06 Andrew Cagney <cagney@redhat.com>
6307
6308 * texinfo/texinfo.tex: Import version 2003-02-03.16.
6309
bba45b8b 63102003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 6311
bba45b8b
NN
6312 * configure.in: Include $(build_tooldir)/sys-include in
6313 FLAGS_FOR_TARGET.
6314 * configure: Regenerated.
6315
2683747f
NN
63162003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
6317
bba45b8b
NN
6318 * Makefile.tpl: Reindent.
6319 * Makefile.in: Regenerate.
6320 * configure.in: Reindent. Don't set unused variables.
6321 * configure: Regenerate.
6322
2683747f
NN
6323 * Makefile.tpl: Always pass down RANLIB.
6324 * Makefile.in: Regenerate.
6325
6326 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6327 * Makefile.in: Regenerate.
6328 * configure.in: Remove unused logic relating to --enable-shared
6329 and --enable-threads. Remove bogus comments. Remove redundant
6330 noconfigdirs.
6331 * configure: Regenerate.
6332
6333 * configure.in: Replace ${libstdcxx_version} by its value.
6334 Remove reference to mh-dgux.
6335 * configure: Regenerate.
6336
50212802
NN
63372003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6338
6339 * Makefile.tpl: Rearrange.
6340 * Makefile.in: Regenerate.
6341
a6be7fc6
NC
63422003-02-25 Nick Clifton <nickc@redhat.com>
6343
6344 * configure: Remove site-file supprot - it is obsolete.
6345
f8a495c8
NC
63462003-02-24 Uwe Stieber <uwe@wwws.de>
6347
6348 * configure.in: Add support for kaOS as cross build target system.
6349 * configure: Regenerated.
6350
3decd77d
DD
63512003-02-20 Sean McNeil <sean@blue.mcneil.com>
6352
6353 * Makefile.tpl: Add definition of CPPFLAGS to pass into
6354 configure-target-* as some target builds may require additional
6355 flags for preprocessor tests.
6356 * Makefile.in: Regenerated.
6357
f4ff34a3
AO
63582003-02-19 Alexandre Oliva <aoliva@redhat.com>
6359
6360 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6361 * ltconfig: Handle it.
6362 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6363 auto-detecting it.
6364
b7e4a931
AO
63652003-02-19 Alexandre Oliva <aoliva@redhat.com>
6366
6367 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6368 it is used as argument to $CC.
6369 * ltcf-gcj.sh: Likewise.
6370
6b784d9f
AO
63712003-02-19 Alexandre Oliva <aoliva@redhat.com>
6372
6373 * configure.in: Introduce --enable-maintainer-mode.
6374 * configure: Rebuilt.
6375 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6376 for maintainer mode.
6377 * Makefile.in: Rebuilt.
6378
8bcd8a07
AC
63792003-02-19 Andrew Cagney <ac131313@redhat.com>
6380
6381 * configure: Regenerate using autoconf 2.13.
6382
ee3fd329
AM
63832003-02-19 Alan Modra <amodra@bigpond.net.au>
6384
6385 * config.guess: Import latest version.
6386 * config.sub: Import latest version.
6387
e9e45685
JM
63882003-02-18 Jason Merrill <jason@redhat.com>
6389
6390 * Makefile.tpl (check-c++): Allow parallelism.
6391
859789af
AC
63922003-02-17 Andrew Cagney <ac131313@redhat.com>
6393
6394 * configure: Regenerate using autoconf 000227.
6395
b3f16a9b
GK
63962003-02-15 Geoffrey Keating <geoffk@apple.com>
6397
6398 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6399 don't configure target-libobjc.
6400 * configure: Regenerate.
6401
72e60e02
DD
64022003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6403
6404 * Makefile.tpl (RANLIB): Define.
6405 * Makefile.in: Regenerate.
6406
91f0e695
KS
64072003-02-06 Keith R Seitz <keiths@redhat.com>
6408
6409 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6410 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6411 * Makefile.in: Regenerated.
6412 * configure.in: Remove all traces of snavigator, db, and grep.
6413 * configure: Regenerated.
6414
122bfa92
FCE
64152003-01-31 Frank Ch. Eigler <fche@redhat.com>
6416
6417 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6418 * Makefile.in: Regenerated.
6419
264095c3
AO
64202003-01-30 Alexandre Oliva <aoliva@redhat.com>
6421
6422 * config.if: Copy from GCC.
6423
a84dbcb3
AO
64242003-01-27 Phil Edwards <pme@gcc.gnu.org>
6425
6426 * configure.in: Revert 24Jan change.
6427 * configure: Regenerate.
6428
19618276
NN
64292003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6430
6431 * configure.in: Revert previous change.
6432 * configure: Regenerate.
6433
b7f27a92
NN
64342003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6435
6436 * configure.in: Make rda native-only.
6437 * configure: Regenerate.
6438
83326456
NN
64392003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
6440
6441 * configure.in: Add missing \.
6442 * configure: Rebuilt.
6443
5e367fa5
JJ
64442003-01-17 Jakub Jelinek <jakub@redhat.com>
6445
6446 * configure.in (baseargs): Avoid using \| in sed regular
6447 expressions.
6448 * configure: Rebuilt.
6449
e01f337c
JJ
64502003-01-16 Jakub Jelinek <jakub@redhat.com>
6451
6452 * configure.in (baseargs): Remove all supported forms of
6453 --cache-file, --srcdir, --host, --build and --target options
6454 from argument lists.
6455 * configure: Rebuilt.
6456
aa236487
AO
64572003-01-15 Alexandre Oliva <aoliva@redhat.com>
6458
6459 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6460 * configure: Rebuilt.
6461
586c0873
NN
64622003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
6463
6464 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6465 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6466 * Makefile.in: Regenerate.
6467 * configure: Regenerate.
6468
497f816e
DD
64692003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
6470
6471 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6472 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6473 * Makefile.in: Regenerate.
6474
bfbe5519
AO
64752003-01-09 Alexandre Oliva <aoliva@redhat.com>
6476
6477 * configure.in: Remove Makefile in build, host and target modules
6478 unless configure was run with --no-recursion.
6479 * configure: Rebuilt.
6480
3f234ef5
CD
64812003-01-08 Chris Demetriou <cgd@broadcom.com>
6482
6483 * config.guess: Update to 2003-01-03 version.
6484 * config.sub: Update to 2003-01-03 version.
6485
a3982d48
CF
64862003-01-07 Christopher Faylor <cgf@redhat.com>
6487
6488 * configure: Regenerate with proper autoconf 2.13.
6489
75778ec4
CF
64902003-01-07 Christopher Faylor <cgf@redhat.com>
6491
80b200a1
ZW
6492 * configure.in: Add AC_PREREQ for consistency.
6493 * configure: Regenerate.
75778ec4 6494
c180f501
AC
64952003-01-06 Andrew Cagney <ac131313@redhat.com>
6496
6497 * configure.in (GDB_TK): Add tcl directories conditional on
6498 gdb/gdbtk directory being present.
6499 * configure: Regenerate.
5481b376 6500
46ca2cc2
DA
65012003-01-04 John David Anglin <dave.anglin@nrc.ca>
6502
6503 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
6504 by gcc if LD is not defined and we are not doing a Canadian Cross.
6505 * configure: Rebuilt.
6506
53dd8dab
DJ
65072003-01-01 Daniel Jacobowitz <drow@mvista.com>
6508
6509 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
6510
50ceb20c
TT
65112002-12-31 Tom Tromey <tromey@redhat.com>
6512
6513 * Makefile.in: Rebuilt.
6514 * Makefile.def (target_modules) [libffi]: Allow installation.
6515
e78b5cfe
AS
65162002-12-31 Andreas Schwab <schwab@suse.de>
6517
6518 * configure.in: Fix use of $program_transform_name.
6519 * configure: Regenerated.
6520
67448102
DJ
65212002-12-30 Daniel Jacobowitz <drow@mvista.com>
6522
6523 * configure.in (baseargs): Don't remove first configure argument.
6524 * configure: Regenerated.
6525
e6bfb94a
AO
65262002-12-29 Alexandre Oliva <aoliva@redhat.com>
6527
6528 * Makefile.tpl (local-distclean): Don't remove...
6529 (multilib.ts): ... this. Moved into...
6530 (multilib.out): ... this. Don't use sub-make.
6531 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6532 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6533 (configure-build-[+module+], configure-[+module+],
6534 configure-target-[+module+], configure-gcc): ... these. Test
6535 for Makefile existence. Drop config.status from dependencies.
6536 * Makefile.in: Rebuilt.
6537 * configure.in: Move gcc-version-trigger to the end of
6538 ac_configure_args. Add comments to maybedep.tmp and
6539 serdep.tmp. Introduce --disable-serial-configure. Remove
6540 nonopt from baseargs, matching and removing corresponding
6541 whitespace while at it.
6542 * configure: Rebuilt.
6543
8f0dfb36
AO
65442002-12-28 Alexandre Oliva <aoliva@redhat.com>
6545
6546 * configure.in (host_configargs): Replace reference to
6547 no-longer-defined buildopts with --build=${build_alias}.
6548 * configure: Rebuilt.
6549
43be203f
AO
65502002-12-28 Alexandre Oliva <aoliva@redhat.com>
6551
6552 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
6553 program_transform_name to standard idiom.
6554 (AUTOGEN, AUTOCONF): Define.
6555 (Makefile.in): Use $(AUTOGEN).
6556 (Makefile): Depend on config.status, and use autoconf-style rule to
6557 build it. Move original commands to...
6558 (config.status): ... this new target.
6559 (configure): Add $(srcdir). Depend on config/acx.m4. Use
6560 $(AUTOCONF).
6561 * Makefile.in: Rebuilt.
6562
a0da8069
NN
65632002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
6564
d18f1c9f
NN
6565 * Makefile.tpl: Fix dramatic bustage due to change in
6566 program_transform_name.
6567 * Makefile.in: Regenerate.
6568
6569 * configure.in: Remove unnecessary PATH setting.
6570 * configure: Regnerate.
6571
6572 * configure.in: Don't default to unprefixed tools unless
6573 the native tools will work.
6574 * configure: Regenerate.
6575
a0da8069
NN
6576 * configure.in: Convert to autoconf script. Blow away lots
6577 of now-redundant Makefile fragments.
6578 * configure: Generate using Autoconf.
6579 * Makefile.tpl: Rewrite to reflect autoconfiscation.
6580 * Makefile.in: Regenerate.
6581
c567df0a
NN
65822002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
6583
5481b376 6584 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
6585 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6586
5481b376 6587 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 6588 where they belong.
2c7f9a32 6589
2dabcfb4
AS
65902002-12-24 Andreas Schwab <schwab@suse.de>
6591
6592 * Makefile.tpl (multilib.out): Fix missing space.
6593 * Makefile.in: Regenerate.
6594
1086bc09
NN
65952002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
6596
6597 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
6598 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
6599 * Makefile.in: Regenerate.
6600 * configure.in: Remove unnecessary leftovers.
6601
1086bc09
NN
66022002-12-21 Geoffrey Keating <geoffk@apple.com>
6603
6604 * configure.in (extra_ranlibflags_for_target): New variable.
6605 (*-*-darwin): Add -c to ranlib commands.
6606 * configure (tooldir): Handle extra_ranlibflags_for_target.
6607
14e9ca95
JJ
66082002-12-20 Jeff Johnston <jjohnstn@redhat.com>
6609
6610 * COPYING.NEWLIB: Updated.
6611 * COPYING.LIBGLOSS: Ditto.
6612
14c428fb
NN
66132002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6614
6615 * Makefile.tpl: Revert HJL's change.
6616 * Makefile.in: Regenerated.
6617 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6618 always.
6619
313b8244
AS
66202002-12-19 Andreas Schwab <schwab@suse.de>
6621
6622 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6623 * Makefile.in: Regenerate.
6624
efeae3db
L
66252002-12-18 H.J. Lu <hjl@gnu.org>
6626
6627 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6628 * Makefile.in: Regenerated.
6629
6630 * configure.in (build_prefix): New. Substitute.
6631
43d92c63
NN
66322002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
6633
59da4fe6
NN
6634 * Makefile.tpl: Don't let real targets depend on phony targets.
6635 * Makefile.in: Regenerate.
6636
43d92c63
NN
6637 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6638 * Makefile.in: Regenerate.
6639
b72e6a2d
JM
66402002-12-16 Jason Merrill <jason@redhat.com>
6641
6642 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6643 previous 'make bootstrap'.
6644 * Makefile.in: Regenerate.
6645
95c72c44
HPN
66462002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
6647
6648 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6649
7d695d07
JM
66502002-12-13 Jason Merrill <jason@redhat.com>
6651
6652 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
6653 library tests.
6654 (check-c++): Just depend on it and check-target-libstdc++-v3.
6655 * Makefile.in: Regenerate.
6656
54103d1e
NN
66572002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
6658
6659 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6660 * Makefile.in: Regenerate.
6661
4024f1e1
JJ
66622002-12-12 Jeff Johnston <jjohnstn@redhat.com>
6663
80b200a1
ZW
6664 * COPYING.NEWLIB: Update list of alternate Regent of California
6665 licenses and discuss official revoking of advertising clause.
6666 * COPYING.LIBGLOSS: Ditto.
4024f1e1 6667
7dda0df6
AO
66682002-12-12 Alexandre Oliva <aoliva@redhat.com>
6669
6670 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6671 * Makefile.in: Rebuilt.
6672
d03be79e 66732002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 6674
929293f4
NN
6675 * configure: Fix bug put in by gremlins.
6676
d03be79e
NN
6677 * Makefile.tpl: Substitute more autoconfily.
6678 * configure: Substitute more autoconfily.
6679 * Makefile.in: Regenerate.
6680
66812002-12-08 Andrew Cagney <ac131313@redhat.com>
6682
6683 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
6684 * Makefile.in (all-sim): Ditto.
a36d530e
DD
6685
66862002-12-06 DJ Delorie <dj@redhat.com>
6687
6688 * Makefile.tpl: Change configure dependencies to not have real
6689 targets depend on phony targets.
b4a77b47 6690
db1ac78d
NN
66912002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
6692
bcaf2395
NN
6693 * configure.in: Revert unintentional change.
6694
b4fa093e
NN
6695 * src-release: Configure host subdirs.
6696
db1ac78d
NN
6697 * Makefile.tpl: Change dependency for */multilib.out so that
6698 it works when gcc isn't in the tree.
6699
6700 * configure.in: Substitute more.
6701 * configure: Run subconfigures from the Makefile.
6702 * Makefile.tpl: Run subconfigures from the Makefile; add a few
6703 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
6704
15723a45
NN
67052002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
6706
e2b9e2dc
NN
6707 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
6708 and corresponding dependencies.
6709 * Makefile.in: Regenerate.
6710
2af579c4
NN
6711 * configure.in (host_tools): Order binutils, gas and ld for
6712 convenience in running the testsuites.
6713
a2cc058a
NN
6714 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
6715 * Makefile.in: Regenerate.
6716 * configure.in: Introduce rules to serialize subconfigure runs.
6717
15723a45
NN
6718 * configure.in: Introduce BASE_CC_FOR_TARGET.
6719 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
6720 Realize configure-build-* targets. Realize configure-target-* targets.
6721 * Makefile.in: Regenerate.
6722
ae831be5
NN
67232002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6724
6725 * configure: Move gcc_version_trigger stuff from here...
6726 * configure.in: ...to here.
6727
6728 * configure.in: Separate subconfigure options added by this file from
6729 options given by the user. Add machinery to put args for host
6730 subconfigures into the Makefile.
6731
6732 * Makefile.tpl: Remove 'vault' targets.
6733 * Makefile.tpl: Reorder and comment dependencies.
6734 * Makefile.in: Regenerate.
6735
bbf7c8ac
NN
67362002-11-28 Geoffrey Keating <geoffk@apple.com>
6737
6738 * configure.in: Move host-specific darwin noconfigdirs into
6739 the host-specific section.
6740
930314a4
NN
67412002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6742
52d7cdee
NN
6743 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
6744 during replay.
6745 * Makefile.in: Regenerate.
6746
930314a4
NN
6747 (finishing slow-motion replay)
6748 * configure: Remove skip-this-dir support.
6749 * Makefile.tpl: Remove skip-this-dir support.
6750
6751 * Makefile.tpl: Remove leftover support for non-autoconfiscated
6752 subdirectories.
6753 * Makefile.in: Regenerate.
6754
6755 * Makefile.tpl: Strip out useless setting of 'dir'.
6756 * Makefile.in: Regenerate.
5481b376 6757
930314a4
NN
67582002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6759
6760 (finishing slow-motion replay)
6761 * configure.in: Fix deeply stupid bug.
6762
6763 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
6764 shell code in CXX_FOR_TARGET
6765 * Makefile.def: Introduce raw_cxx.
6766 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6767 RAW_CXX_FOR_TARGET.
6768 * Makefile.in: Regenerate.
6769
67702002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6771
6772 (finishing slow-motion replay)
6773 * Makefile.tpl: Remove unnecessary ifs.
6774 * Makefile.in: Regenerate.
6775
5481b376 6776 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
6777 dependencies. Maybe-ize build-libiberty. Create dummy install
6778 targets for 'no_install' modules.
5481b376 6779 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 6780 build_modules stuff to configure.in.
5481b376 6781 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
6782 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
6783 * Makefile.in: Regenerate.
6784
3866be5d
NN
67852002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6786
6787 (continuing slow-motion replay)
6788 * Makefile.tpl: Make all-target, install-target behave similarly
6789 to all, install (only hitting configured targets). Eliminate
6790 unused macro defintions.
6791
6792 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6793 build != host.
6794
6795 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6796
6797 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6798
5481b376 6799 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
6800 configuring. Remove references to "dosrel".
6801 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 6802 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 6803 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 6804 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
6805 and redundant dependency; rearrange slightly.
6806 * Makefile.def: Add host-side libtermcap, utils.
6807
6808 * Makefile.in: Regenerate.
6809
e393202e
NN
68102002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6811
6812 (Continuing slow-motion replay)
6813 * Makefile.def: Add list of recursive targets to autogenerate.
6814 Add build_modules.
6815 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
6816 targets. Autogenerate *-build-* targets.
6817 * Makefile.in: Regenerate.
6818
583d52d7
NN
68192002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6820
6821 (Continuing slow-motion replay)
6822 * configure: More autoconf-style substitutions.
6823 * Makefile.tpl: More autoconf-style substitutions.
6824 * Makefile.in: Regenerate.
6825
68262002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6827
6828 (Continuing slow-motion replay)
6829 * configure: Substitute more variables in a more autoconf-friendly
6830 way. Simplify slightly.
6831 * Makefile.tpl: Make more variables substitutable in an
6832 autoconf-friendly way.
6833 * Makefile.in: Regenerate.
6834
874e38b4
NN
68352002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6836
6837 (Continuing slow-motion replay)
6838 * configure.in (v810*): Remove special setting of tools.
6839
6840 * configure: Add support for extra required flags for ar or nm.
6841 * configure.in (aix4.3+): Use above support for target-specific
6842 issues, rather than using config/mt-aix43.
6843
852e5f18
NN
68442002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6845
6846 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
6847 * configure: Remove 'removing', which doesn't work. Replace $subdir
6848 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
6849 with $srcdir. Reformat indentation. Substitute some variables
6850 formerly hard-coded in the Makefile for build=host.
6851 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6852 * Makefile.def: Autogenerate more.
6853 * Makefile.in: Regenerate.
6854
c9a0d920
DD
68552002-11-13 Bruce Korb <bkorb@gnu.org>
6856
6857 * Makefile.tpl: syntactic cleanup
6858
dd2768ff
KB
68592002-11-04 Kevin Buettner <kevinb@redhat.com>
6860
6861 * Makefile.def (host_modules): Add rda.
6862 * Makefile.in: Regenerate.
6863 * configure.in (target_tool): Add target-rda to list.
6864
1aa8389d
DD
68652002-10-25 Phil Edwards <pme@gcc.gnu.org>
6866
6867 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
6868 and restrap targets to this rule.
6869 * Makefile.in: Regenerate.
6870
28f46298
HPN
68712002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
6872
6873 * configure.in (i[3456]86-*-linux*): Add check to disable
6874 ${libgcj} for glibc1.
6875
ff72e302
NC
68762002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
6877
6878 * configure.in: Add tic4x target.
6879
8607b6c9
NN
68802002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
6881
6882 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6883 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6884 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6885 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6886 * Makefile.in: Regenerate.
6887
f8f61f4a
NN
68882002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6889
c86f794b
NN
6890 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6891 * Makefile.in: Regenerate.
6892
a9590527
NN
6893 * Makefile.def: Remove order dependency comments.
6894 * Makefile.tpl: Add explicit install-install dependencies.
6895 * Makefile.in: Regenerate.
6896
8412ce72
NN
6897 * Makefile.tpl: Remove material now in src-release. (Finally!)
6898 * Makefile.in: Regenerate.
6899
8b9f37f1
NN
6900 * configure: Restore my original patch by syncing with gcc version.
6901
f8f61f4a
NN
6902 * Bring following over from gcc:
6903
69042002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
6905
6906 * configure.in (s390*-*-linux*): Enable libgcj.
6907
403d9505
NN
69082002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6909
6910 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
6911
95f6f383
AM
69122002-10-02 Alan Modra <amodra@bigpond.net.au>
6913
e4673b0a 6914 * configure: Move stray lines back to where they belong.
95f6f383 6915
748503c8
NN
69162002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
6917
a581b5c3
NN
6918 * Makefile.tpl: Insert configure-target target, for src-release.
6919
c084f5b4
NN
6920 * configure: Finish reverting change which Andrew Cagney started
6921 reverting. Should fix bustage.
6922
7aa673ed 6923 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
6924 * src-release: New file. Contains material for making net
6925 releases for gdb, binutils, et al., formerly in Makefile.in.
6926
82a9b2d9
NC
69272002-09-30 Nick Clifton <nickc@redhat.com>
6928
6929 * cpu: New top level directory. Intended to hold input files for
6930 CGEN which have FSF copyright assignment.
6931 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6932
c2463a00
AC
69332002-09-29 Andrew Cagney <ac131313@redhat.com>
6934
6935 Revert below (note that src does not contain Makefile.tpl):
6936 * Makefile.tpl: Make subsituted variables more autoconfy.
6937 * Makefile.in: Regenerate.
6938
f03b4789
NN
69392002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
6940
c11e16a9
NN
6941 * configure: Revert accidentally applied changes.
6942
f03b4789
NN
6943 * Makefile.tpl: Make more autoconf-friendly.
6944 * Makefile.in: Regenerate.
6945 * configure: Make substitution more autoconf-like.
6946
69472002-09-28 Richard Earnshaw <rearnsha@arm.com>
6948
6949 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
6950 single entry to handle all these.
6951 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
6952 libjava on arm-*-elf.
6953
c0292023
GK
69542002-09-27 Geoffrey Keating <geoffk@apple.com>
6955
6956 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
6957 things that depend on them.
6958
c66d951e
NN
69592002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
6960
6961 * Makefile.tpl: Make subsituted variables more autoconfy.
6962 * Makefile.in: Regenerate.
6963 * configure: Make seds more autoconfy.
6964
907a7241 69652002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
6966
6967 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
6968 * Makefile.in: Regenerate.
6969 * configure.in: Rewrite sed statements to look autoconfy.
6970
907a7241
NN
6971 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
6972 all-target-foo on configure-target-foo.
6973 * Makefile.def: Ditto.
6974 * Makefile.in: Rebuild.
6975
405ea7a0
NN
69762002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
6977
6978 * Makefile.def: New file.
6979 * Makefile.tpl: New file.
6980 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
6981
6982 * configure.in: Minor rearrangement. Simplify tests.
6983
bdc57bfd
JT
69842002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
6985
6986 * configure.in (with_headers): Skip copy if value is "yes".
6987 (with_libs): Likewise.
6988
ae03d6e2
NN
69892002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6990
6991 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
6992 * configure.in (sh*-*-pe*): Ditto.
6993 * configure.in (mips*-*-pe*): Ditto.
6994 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
6995
6996 * configure.in: Rearrange.
6997
707960fe
NC
69982002-09-12 Nick Clifton <nickc@redhat.com>
6999
7000 * Import these changes from the config master repository:
7001
7002 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
7003
7004 * config.sub: Add tic4x target.
7005
7006 2002-09-03 Ben Elliston <bje@redhat.com>
7007
7008 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
7009 Reported by <Duncan_Stodart@insession.com>.
7010
36ea319f
JJ
70112002-09-10 Jeff Johnston <jjohnstn@redhat.com>
7012
7013 * COPYING.NEWLIB: More updates.
7014
cf57480a
JJ
70152002-09-09 Jeff Johnston <jjohnstn@redhat.com>
7016
7017 * COPYING.NEWLIB: Update.
7018
fd31a171
AC
70192002-08-23 Andrew Cagney <ac131313@redhat.com>
7020
23b632fc
AC
7021 * texinfo/texinfo.tex: Import version 2002-06-04.06.
7022
fd31a171
AC
7023 * config.guess: Import version 2002-08-23.
7024 * config.sub: Import version 2002-08-22.
7025
a08bafb5
AO
70262002-08-20 Alexandre Oliva <aoliva@redhat.com>
7027
7028 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7029 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7030 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7031
17240c1f
NC
70322002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
7033
7034 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7035
e70ad0c6
L
70362002-08-04 H.J. Lu (hjl@gnu.org)
7037
7038 * configure.in (mips*-*-linux*): Don't skip target-libffi.
7039
574e6d11
DD
70402002-07-31 Alan Modra <amodra@bigpond.net.au>
7041
7042 * configure.in: Move generic linux case to end. Copy generic
7043 linux noconfigdirs to mips*-*-linux* entry and new
7044 powerpc64*-*-linux* entry. Add target-libffi for the latter.
7045
611e7523
CD
70462002-07-19 Chris Demetriou <cgd@broadcom.com>
7047
7048 * MAINTAINERS: Clarify on config.guess and config.sub, and add
7049 one instance of them which was missed to the list to update.
7050
51759676
CD
70512002-07-16 Chris Demetriou <cgd@broadcom.com>
7052
7053 * config.guess: Update to 2002-07-09 version.
7054 * config.sub: Update to 2002-07-03 version.
7055
7c1f909c
DD
70562002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
7057
7058 * configure.in: Remove two redundant tests.
7059
d7cf5d30
DD
70602002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7061
7062 * configure.in (mips*-*-irix6*o32): Enable stabs.
7063
c74222f7
DD
70642002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
7065
5b53c336
DD
7066 * configure.in: Don't build grez.
7067 * Makefile.in: Ditto.
7068
c74222f7
DD
7069 * Makefile.in: Remove references to bsp, cygmon, libstub.
7070 * configure.in: Ditto.
7071
7072 * configure.in: Remove leftover reference to gdbtest.
7073
edd1b227
DD
70742002-07-08 Phil Edwards <pme@gcc.gnu.org>
7075
7076 * configure.in (gxx_include_dir): Change to match versioned
7077 C++ headers if --enable-version-specific-runtime-libs is used.
7078
486186e3
AO
70792002-07-04 Steve Ellcey <sje@cup.hp.com>
7080
7081 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7082
ff0a3bf8
DD
70832002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
7084
7085 * configure.in: Make --without-x work.
7086
1dfa8174
NC
70872002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
7088
7089 * contrib: New directory. Created to contain a copy of the
5481b376 7090 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
7091 the FSF GCC sources.
7092
07637366
DD
70932002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
7094
b6f83f2a
DD
7095 * configure.in: Rearrange target Makefile fragment collection.
7096
07637366
DD
7097 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7098 cvs[src].
7099 * configure.in: Ditto.
7100
f48556b1
DD
71012002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
7102
7103 * Makefile.in: Eliminate 'apache' targets.
7104 * configure.in: Eliminate 'apache' targets.
7105
7106 * configure.in: Eliminate redundant tests. Reorganize.
7107
7108 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7109
7110 * config-ml.in: Eliminate references to Cygnus configure.
7111
7112 * Makefile.in: Eliminate references to building emacs.
7113
71142002-07-01 Denis Chertykov <denisc@overta.ru>
7115
7116 * configure.in: Add support for ip2k.
7117
cdb9e2b8
BE
71182002-06-24 Ben Elliston <bje@redhat.com>
7119
7120 * configure.in (host_tools): Remove cgen.
7121
7122 * Makefile.in (all-cgen): Remove; runs from its source directory.
7123 (check-cgen, install-cgen, clean-cgen): Likewise.
7124 (all-opcodes): No not depend on all-cgen.
7125 (all-sim): Likewise.
7126
3558860c
DD
71272002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
7128
7129 * configure.in: Fix AIX configury bug.
7130
e3b0c936
DD
71312002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7132
cdb9e2b8 7133 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 7134
cdb9e2b8
BE
7135 * configure.in: Move definition of libstdcxx_flags right above
7136 usage, rather than way earlier.
8ee424c0 7137
c712250a
DD
7138 * configure.in: Pull definition of is_cross_compiler earlier.
7139
9ee1a75c
DD
7140 * configure.in: Rearrange a little.
7141
e3b0c936
DD
7142 * configure.in: Remove references to librx.
7143 * Makefile.in: Remove references to librx.
7144
b2bd228e
DD
71452002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7146
7147 * configure.in: Eliminate ${gasdir} variable.
7148
7cd52483
DB
71492002-06-18 Dave Brolley <brolley@redhat.com>
7150
7151 * configure.in: Add support for frv.
7152 * config.sub: Add support for frv.
7153
6c5e141a
DD
71542002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7155
7156 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7157
0d18b56d
JT
71582002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7159
7160 * configure.in (vax-*-netbsd*): Re-enable gas.
7161
fd8958d5
DD
71622002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
7163
27f15fdd
DD
7164 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7165 BUILD_PREFIX_1, to correct nomenclature.
7166 * configure: Likewise.
7167
fd8958d5
DD
7168 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7169 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7170
0c2442b7
DD
71712002-05-31 Olaf Hering <olh@suse.de>
7172
7173 * config-ml.in: Propogate DESTDIR also.
7174
a3602181
JT
71752002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
7176
7177 * configure.in (vax-*-netbsd*): Don't build gas for this
7178 platform.
7179
c95f53ae
MM
71802002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
7181
7182 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7183 and libgcj for AVR.
7184
1d7c1053
NC
71852002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
7186
7187 * config.sub: Add DLX target.
7188
4b37028f
JT
71892002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7190
7191 * config.guess: Update to 2002-05-22 version.
7192 * config.sub: Likewise.
7193
d5de0a84
NC
71942002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7195
7196 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7197 * config-ml.in: Likewise.
7198 * configure: Likewise.
7199 * configure.in: Likewise.
7200
c92a0210
DD
72012002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
7202
115a77aa
DD
7203 * configure.in: Simplify makefile fragment collection.
7204
7205 * configure.in: Remove code to build emacs.
e99daf2b 7206
91e060aa
DD
7207 * configure.in : Remove --srcdir argument from targargs and buildargs
7208 (it's always overridden in the Makefile anyway). Rearrange a bit.
7209
7210 * configure: Move some logic to configure.in.
7211 * configure.in: Move some logic from configure.
c92a0210 7212
91217342
JJ
72132002-05-07 Jeff Johnston <jjohnstn@redhat.com>
7214
7215 * COPYING.LIBGLOSS: New file.
7216
d3d8a9ee
NC
72172002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
7218
7219 * Makefile.in: Honour DESTDIR.
7220
3a036cdc
AO
72212002-05-05 Alexandre Oliva <aoliva@redhat.com>
7222
7223 * configure.in (noconfigdirs): Don't disable libgcj on
7224 sparc64-*-solaris* and sparcv9-*-solaris*.
7225
6d095fe4
AO
72262002-05-03 Alexandre Oliva <aoliva@redhat.com>
7227
7228 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7229
dac55df9
TF
72302002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
7231
7232 * configure.in (FLAGS_FOR_TARGET): Do not add
7233 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7234 on i[3456]86-*-linux*.
7235
a018e15b
TF
72362002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
7237
7238 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
7239
7240 * configure.in (noconfigdirs): Do not add target-newlib if
7241 target == i[3456]86-*-linux*, and host == target.
7242
5f284831
MM
72432002-04-29 Mark Mitchell <mark@codesourcery.com>
7244
7245 * config.guess: Updated to 2002-04-26's version.
7246 * config.sub: Updated to 2002-04-26's version.
7247
33babf59
DD
72482002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
7249
bd5f7da2
DD
7250 * configure.in: delete reference to absent file
7251
a0c4f3a0
DD
7252 * configure.in: replace '[' with 'test'
7253
66f1ba4f
DD
7254 * configure.in: Eliminate references to gash.
7255 * Makefile.in: Eliminate references to gash.
7256
7c3ab50c
DD
7257 * configure.in: remove useless references to 'pic' makefile fragments.
7258
bbc025f5
DD
7259 * configure.in: (*-*-windows*) Finish removing.
7260
33babf59
DD
7261 * configure.in: Eliminate redundant test for libgui.
7262
d5ec694c
DD
72632002-04-26 Joel Sherrill <joel@OARcorp.com>
7264
7265 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7266 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7267
57a5346c
DD
72682002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
7269
7270 * configure.in: remove references to dead files
7271
dbf93899
DD
72722002-04-18 Tom Tromey <tromey@redhat.com>
7273
7274 * configure.in: Disallow configuring libgcj when it is already
7275 installed and we're using Solaris 2.8 linker. Do enable libgcj on
7276 Solaris 2.8 by default. For PR libgcj/6158.
7277
26eadf68
DD
72782002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7279
7280 * configure.in: Move default CC setting out of config/mh-* fragments
7281 directly into here.
7282
a0a2c6c6
DD
72832002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7284
7285 * configure.in: don't even try to configure or make a subdirectory
7286 if there's no configure script for it.
7287
9972f812
DD
72882002-04-15 Mark Mitchell <mark@codesourcery.com>
7289
7290 * MAINTAINERS: Remove chill maintainers.
7291 * Makefile.in (CHILLFLAGS): Remove.
7292 (CHILL_LIB): Remove.
7293 (TARGET_CONFIGDIRS): Remove libchill.
7294 (CHILL_FOR_TARGET): Remove.
7295 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7296 CHILL_LIB.
7297 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7298 (CHECK_TARGET_MODULES): Likewise.
7299 (INSTALL_TARGET_MODULES): Likewise.
7300 (CLEAN_TARGET_MODULES): Likewise.
7301 (configure-target-libchill): Remove.
7302 (all-target-libchill): Remove.
7303 * configure.in (target_libs): Remove target-libchill.
7304 Do not compute CHILL_FOR_TARGET.
7305 * libchill: Remove directory.
5481b376 7306
75205f78
DD
73072002-04-15 DJ Delorie <dj@redhat.com>
7308
7309 * Makefile.in, configure.in, configure: Sync with gcc, entries
7310 follow...
7311
73122002-04-08 Tom Tromey <tromey@redhat.com>
7313
7314 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7315 Fixes PR libgcj/6068.
7316
73172002-03-30 Krister Walfridsson <cato@df.lth.se>
7318
7319 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7320
73212002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7322
7323 * configure.in (alpha*-dec-osf*): Enable libgcj.
7324
73252002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
7326
7327 Fix for: PR bootstrap/3591, target/5676
7328 * configure.in (mcore-pe): Disable the configuration of
7329 libstdc++-v3 since exceptions are not supported.
7330
73312002-03-20 Anthony Green <green@redhat.com>
7332
7333 * configure.in: Enable libgcj for xscale-elf target.
7334
73352002-02-28 Alexandre Oliva <aoliva@redhat.com>
7336
7337 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7338 libjava.
7339 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
7340
73412002-02-22 Alexandre Oliva <aoliva@redhat.com>
7342
7343 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
7344 libstdc++-v3 and libjava.
7345
73462002-02-11 Adam Megacz <adam@xwt.org>
7347
7348 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
7349 boehm-gc
7350
73512002-02-09 Alexandre Oliva <aoliva@redhat.com>
7352
7353 * config.guess: Updated to 2002-01-30's version.
7354 * config.sub: Updated to 2002-02-01's version.
7355 Contribute sh64-elf.
7356 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7357 * configure.in: Added sh64-*-*.
7358
73592002-01-17 H.J. Lu <hjl@gnu.org>
7360
7361 * Makefile.in (all-fastjar): Also depend on all-libiberty.
7362 (all-target-fastjar): Also depend on all-target-libiberty.
7363
7364Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
7365
7366 * configure, configure.in: Use temp file for long sed commands.
7367
73682001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
7369
7370 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
7371 libf2c.
7372
73732001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
7374
7375 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
7376
73772001-10-11 Hans-Peter Nilsson <hp@axis.com>
7378
7379 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7380
73812001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
7382
7383 * configure: Handle temporary files securely using mkdir.
7384
73852001-09-26 Will Cohen <wcohen@redhat.com>
7386
7387 * configure.in (*-*-linux*): Disable configuration of target-newlib
7388 and target-libgloss.
7389
73902001-09-26 Alexandre Oliva <aoliva@redhat.com>
7391
7392 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
7393 RANLIB.
7394
73952001-08-11 Graham Stott <grahams@redhat.com>
7396
7397 * Makefile.in (check-c++): Add missing semicolon.
7398
73992001-07-25 Andrew Haley <aph@cambridge.redhat.com>
7400
7401 * configure.in (sh-*-linux*): New.
7402
74032001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7404
7405 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7406 and libgcj on m68hc11/m68hc12.
7407
74082001-06-27 H.J. Lu (hjl@gnu.org)
7409
7410 * Makefile (CFLAGS_FOR_BUILD): New.
7411 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
7412
74132001-06-01 Hans-Peter Nilsson <hp@axis.com>
7414
7415 * configure.in (libstdcxx_flags): Do not try to execute
7416 libstdc++-v3/testsuite_flags until it exists.
7417
74182001-05-18 Benjamin Kosnik <bkoz@redhat.com>
7419
7420 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
7421
74222001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
7423
7424 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
7425
7426Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
7427
7428 * configure.in: Move *-chorusos target case to the proper switch.
7429 Disable libgcj.
7430
74312001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7432
7433 * Makefile.in (STAGE1_CFLAGS): Pass down.
7434
74352001-04-13 Alan Modra <amodra@one.net.au>
7436
7437 * config.guess: Add hppa64-linux support. Note for next import that
7438 this is already in the master file.
7439 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
7440
74412001-03-22 Colin Howell <chowell@redhat.com>
7442
7443 * Makefile.in (DO_X): Do not backslash single-quotes in
7444 backquotes (two places).
7445
74462001-03-18 Laurynas Biveinis <lauras@softhome.net>
7447
7448 * Makefile.in (DO_X): Quote nested quotes.
7449
74502001-03-15 Laurynas Biveinis <lauras@softhome.net>
7451
7452 * Makefile.in (DO_X): Use double quotes for quoting
7453 "RANLIB=$${RANLIB}".
7454
74552001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
7456
7457 * configure.in: Only use `lang_requires' for languages athat are
7458 actually enabled.
7459
74602001-03-07 Tom Tromey <tromey@redhat.com>
7461
7462 * configure.in: Allow config-lang.in to set `lang_requires' to list
7463 of other required languages.
7464
74652001-03-06 Laurynas Biveinis <lauras@softhome.net>
7466
7467 * Makefile.in: Remove RANLIB definition. Use RANLIB
7468 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
7469 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
7470
74712001-02-28 Benjamin Kosnik <bkoz@redhat.com>
7472 Alexandre Oliva <aoliva@redhat.com>
7473
7474 * Makefile.in (check-c++): Use tabs, not spaces.
7475
74762001-02-19 Benjamin Kosnik <bkoz@redhat.com>
7477
7478 * Makefile.in (check-c++): New rule.
7479
7480 * configure.in (target_libs): Remove libg++.
7481 (noconfigdirs): Remove libg++.
7482 (noconfigdirs): Same.
7483 (noconfigdirs): Same.
7484 (noconfigdirs): Same.
7485
7486 * config-ml.in: Remove libg++ references.
7487
7488 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
7489 (ALL_TARGET_MODULES): Same.
7490 (configure-target-libg++): Remove.
7491 (all-target-libg++): Remove.
7492 (configure-target-libio): Remove.
7493 (all-target-libio): Remove.
7494 (check-target-libio): Remove.
7495 (.PHONY): Remove.
7496 (libg++.tar.bz2): Remove.
7497 (all-target-cygmon): Remove libio.
7498 (all-target-libstdc++): Remove.
7499 (configure-target-libstdc++): Remove.
7500 (TARGET_LIB_PATH): Remove libstdc++.
7501 (ALL_GCC_CXX): Remove libstdc++.
7502 (all-target-gperf): Correct.
7503
75042001-02-15 Anthony Green <green@redhat.com>
7505
7506 * configure: Introduce GCJ_FOR_TARGET.
7507 * configure.in: Ditto.
7508 * Makefile.in: Ditto.
7509
75102001-02-08 Chandrakala Chavva <cchavva@redhat.com>
7511
7512 * configure.in: for *-chorusos, don't config target-newlib and
7513 target-libgloss.
7514
75152001-02-04 Mark Mitchell <mark@codesourcery.com>
7516
7517 Remove V2 C++ library.
7518 * configure.in: Remove --enable-libstdcxx_v3 support.
7519
75202001-01-27 Richard Henderson <rth@redhat.com>
7521
7522 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
7523
75242001-01-26 Tom Tromey <tromey@redhat.com>
7525
7526 * configure.in: Allow libgcj to be built on Sparc Solaris.
7527
75282001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
7529
7530 * configure.in: Enable libgcj on several additional platforms.
7531
75322001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
7533
7534 * configure.in: Enable libgcj for linux targets.
7535
75362001-01-09 Mike Stump <mrs@wrs.com>
7537
7538 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
7539 failures of subdirectories.
7540
75412001-01-02 Laurynas Biveinis <lauras@softhome.net>
7542
7543 * configure: handle DOS-style absolute paths.
7544
75452001-01-02 Laurynas Biveinis <lauras@softhome.net>
7546
7547 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
7548
75492000-12-18 Benjamin Kosnik <bkoz@redhat.com>
7550
7551 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
7552 (libstdcxx_incdir): Pass down.
7553 * config.if: Remove expired bits for cxx_interface, add stub.
7554 (libstdcxx_incdir): Add variable for g++ include directory.
7555 * configure.in (gxx_include_dir): Use it.
7556
75572000-12-15 Andreas Jaeger <aj@suse.de>
7558
7559 * configure.in: Handle lang_dirs.
7560
75612000-12-13 Anthony Green <green@redhat.com>
7562
7563 * configure.in: Disable libgcj for any target not specifically
7564 listed. Disable libgcj for x86 and Alpha Linux until compatible
7565 with g++ abi.
7566
75672000-12-13 Mike Stump <mrs@wrs.com>
7568
7569 * Makefile.in (local-distclean): Also remove fastjar.
7570
75712000-12-10 Anthony Green <green@redhat.com>
7572
7573 * configure.in: Define libgcj. Disable libgcj target libraries for
7574 most targets.
7575
75762000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
7577
7578 * configure.in (target_libs): Revert 2000-12-08 patch.
7579 (noconfigdirs): Added target-libjava.
7580
75812000-12-09 Laurynas Biveinis <lauras@softhome.net>
7582
7583 * Makefile.in: handle DOS-style absolute paths.
7584
75852000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7586
7587 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
7588 libjava.
7589 * configure.in (target_libs): Removed `target-libjava'.
7590
75912000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7592
7593 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
7594 (ALL_MODULES): Added fastjar.
7595 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
7596 (all-target-libjava): all-fastjar replaces all-zip.
7597 (all-fastjar): Added.
7598 (configure-target-fastjar, all-target-fastjar): Likewise.
7599 * configure.in (host_tools): Added fastjar.
7600
76012000-12-07 Mike Stump <mrs@wrs.com>
7602
7603 * Makefile.in (local-distclean): Remove leftover built files.
7604
76052000-11-16 Fred Fish <fnf@be.com>
7606
7607 * configure.in (enable_libstdcxx_v3): Fix typo,
7608 libstd++ -> libstdc++.
7609
76102000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
7611
7612 * configure: Provide the original toplevel configure arguments
7613 (including $0) to subprocesses in the environment rather than
7614 through gcc/configargs.h.
7615
76162000-11-12 Mark Mitchell <mark@codesourcery.com>
7617
7618 * configure: Turn on libstdc++ V3 by default.
7619
76202000-10-16 Michael Meissner <meissner@redhat.com>
7621
7622 * configure (gcc/configargs.h): Only create if there is a build GCC
7623 directory created.
7624
76252000-10-05 Phil Edwards <pme@gcc.gnu.org>
7626
7627 * configure: Save configure arguments to gcc/configargs.h.
7628
76292000-10-04 Andris Pavenis <pavenis@latnet.lv>
7630
7631 * Makefile.in (bootstrap): avoid recursion if subdir missing
7632 (cross): ditto
7633 (do-proto-toplev): ditto
7634
7635Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
7636
7637 * configure.in: Do not build byacc for hppa64. Provide paths to the
7638 X11 libraries for hppa64.
7639
76402000-09-02 Anthony Green <green@cygnus.com>
7641
7642 * Makefile.in (all-gcc): Depend on all-zlib.
7643 (CLEAN_MODULES): Add clean-zlib.
7644 (ALL_MODULES): Add all-zlib.
7645 * configure.in (host_libs): Add zlib.
7646
76472000-08-25 Alexandre Oliva <aoliva@redhat.com>
7648
7649 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
7650 $targargs to tell whether newlib is going to be built.
7651
7652 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
7653 $$r/TARGET_SUBDIR/libio for _G_config.h.
7654
76552000-08-14 Zack Weinberg <zack@wolery.cumb.org>
7656
7657 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
7658
7659 * configure: Make enable_threads and enable_shared defaults
7660 explicit. Substitute enable_threads into generated Makefiles.
7661 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
7662 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
7663
76642000-08-02 Manfred Hollstein <manfredh@redhat.com>
7665
7666 * configure.in: Re-enable all references to libg++ and librx.
7667
ffb97b2f 76682002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 7669
ffb97b2f
DD
7670 * configure.in: Add *-*-freebsd* configurations.
7671
bbf6e9e3
AC
76722002-04-07 Andrew Cagney <ac131313@redhat.com>
7673
7674 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
7675 (do-tar, do-bz2): New rules.
7676 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
7677 (gdb-tar): New rule.
7678 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
7679 (insight_dejagnu.tar): New rule.
7680 (insight.tar): New rule.
7681 (gdb+dejagnu.tar): New rule.
7682 (gdb.tar): New rule.
7683
8f1579c0
AC
76842002-04-07 Andrew Cagney <ac131313@redhat.com>
7685
7686 * MAINTAINERS: Update dejagnu/
7687
ba3c59ab
AO
76882002-03-16 Alexandre Oliva <aoliva@redhat.com>
7689
7690 * ltmain.sh (relink_command): Fix typo in previous change.
7691
6243d5dd
AO
76922002-03-15 Alexandre Oliva <aoliva@redhat.com>
7693
7694 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
7695 (relink_command): Added --tag flags.
7696 (mode=install): If relinking fails; error out.
7697
80413487
RH
76982002-03-12 Richard Henderson <rth@redhat.com>
7699
7700 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
7701 .NOTPARALLEL tag.
7702 (do-check): Rename from check.
7703 (check): Allow parallel check.
7704
3daeddf6
RH
77052002-03-11 Richard Henderson <rth@redhat.com>
7706
7707 * Makefile.in (.NOTPARALLEL): Add fake tag.
7708
fad93c55
L
77092002-03-07 H.J. Lu (hjl@gnu.org)
7710
7711 * configure.in: Enable gprof for mips*-*-linux*.
7712
2e8357fc
AO
77132002-02-28 Alexandre Oliva <aoliva@redhat.com>
7714
7715 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7716 libjava.
7717 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
7718
bd48e1a9
AC
77192002-02-24 Andrew Cagney <ac131313@redhat.com>
7720
7721 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
7722
39121370
DJ
77232002-02-23 Daniel Jacobowitz <drow@mvista.com>
7724
7725 * config.guess: Import from master sources, rev 1.232.
7726 * config.sub: Import from master sources, rev 1.246.
7727
081ff160
AO
77282002-02-23 Alexandre Oliva <aoliva@redhat.com>
7729
7730 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
7731 because its Makefile is there; test for the executable instead.
7732
20a5393b
AO
77332002-02-09 Alexandre Oliva <aoliva@redhat.com>
7734
7735 Contribute sh64-elf.
7736 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7737 * configure.in: Added sh64-*-*.
7738
38135629
JJ
77392002-02-04 Jeff Johnston <jjohnstn@redhat.com>
7740
80413487
RH
7741 * COPYING.NEWLIB: Remove advertising clause from
7742 Berkeley and Red Hat licenses.
38135629 7743
48d19748
MD
77442002-02-01 Mo DeJong <supermo@bayarea.net>
7745
7746 * Makefile.in: Add all-tix to deps for all-snavigator
7747 so that tix is built when building snavigator.
7748
f6e1c110
BE
77492002-02-01 Ben Elliston <bje@redhat.com>
7750
7751 * config.guess: Import from master sources, rev 1.229.
7752 * config.sub: Import from master sources, rev 1.240.
7753
4867be41
DJ
77542002-01-27 Daniel Jacobowitz <drow@mvista.com>
7755
7756 From Steve Ellcey <sje@cup.hp.com>:
7757 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7758 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7759 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7760 IA64.
7761 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7762 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7763 soname_spec, sys_lib_search_path_spec): Ditto.
7764
e82380cc
JT
77652002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
7766
7767 * configure.in (*-*-netbsd*): New. Skip target-newlib,
7768 target-libiberty, and target-libgloss. Skip Java-related
7769 libraries if not supported for NetBSD on target CPU.
7770
1319fb9c
NC
77712002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
7772
7773 * configure.in: Import StrongARM and XScale target_configdirs from
7774 FSF GCC version.
7775
b020f6ac
L
77762002-01-16 H.J. Lu (hjl@gnu.org)
7777
7778 * config.guess: Import from master sources, rev 1.225.
7779 * config.sub: Import from master sources, rev 1.238.
7780
7781 * MAINTAINERS: Updated notes on config.guess and config.sub.
7782
a0c1c920
NC
77832002-01-11 Steve Ellcey <sje@cup.hp.com>
7784
7785 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7786 ld and gdb are not supported.
7787
a9fa5e1f
JJ
77882002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7789
7790 * Change reference to Cygnus Solutions to be Red Hat.
7791
94077108
JJ
77922002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7793
7794 * COPYING.NEWLIB: Update generic copyright date.
7795
05ecd75c
MS
77962002-01-07 Mark Salter <msalter@redhat.com>
7797
7798 * configure.in: Remove target-bsp and target-cygmon from arm builds.
7799 Allow target-libgloss to be built for arm, strongarm, and xscale.
7800
a106bb62
BE
78012002-01-03 Ben Elliston <bje@redhat.com>
7802
7803 * MAINTAINERS: Update URL for config.* scripts.
7804
0e254642
AM
78052001-12-18 Alan Modra <amodra@bigpond.net.au>
7806
7807 * config.sub: Import latest version.
7808 * config.guess: Likewise.
7809
0a0d0041
TF
78102001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
7811
7812 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7813 options for i[3456]86-pc-linux* native builds.
7814
d932cae7
NC
78152001-12-05 Laurent Guerby <guerby@acm.org>
7816
7817 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 7818 libiberty.
d932cae7
NC
7819
7820 Import this patch from gcc:
5481b376 7821
d932cae7
NC
7822 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
7823
7824 * symlink-tree: handle DOS-style absolute paths.
7825
49b7683b
DD
78262001-11-28 DJ Delorie <dj@redhat.com>
7827 Zack Weinberg <zack@codesourcery.com>
7828
7829 When build != host, create libiberty for the build machine.
7830
7831 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7832 CONFIG_ARGUMENTS.
7833 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7834 New variables.
7835 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7836 and rules.
7837 (all.normal): Depend on ALL_BUILD_MODULES.
7838 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7839 (all-build-libiberty): Depend on configure-build-libiberty.
7840
7841 * configure: Calculate and substitute proper value for
7842 ALL_BUILD_MODULES.
7843 * configure.in: Create the build subdirectory.
7844 Calculate and substitute TARGET_CONFIGARGS (formerly
7845 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7846
26ef82f4
GK
78472001-11-26 Geoffrey Keating <geoffk@redhat.com>
7848
7849 * config.sub: Update to version 1.232 on subversion.
7850
43e64072
NC
78512001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
7852
7853 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7854 files from .po files for a distribution.
7855
66f6c0d5
HPN
78562001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
7857
7858 * COPYING.NEWLIB: Mention preserved notice in specific parts.
7859
4a02fdb2
JH
78602001-11-13 Jeff Holcomb <jeffh@redhat.com>
7861
7862 Merged from net gcc:
7863 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
7864 * ltcf-c.sh: Use $objext, not $ac_objext.
7865 2001-07-27 Mark Kettenis <kettenis@gnu.org>
7866 * ltcf-cxx.sh: Add support for GNU.
7867 2001-07-22 Timothy Wall <twall@redhat.com>
7868 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
7869 default settings if using GNU tools with that configuration.
7870 * ltcf-cxx.sh: Ditto.
7871 * ltcf-gcj.sh: Ditto.
7872 2001-07-21 Michael Chastain <chastain@redhat.com>
7873 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7874 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
7875 * ltmain.sh: Mark as gcc-local.
7876
227b9953
JH
78772001-11-13 Jeff Holcomb <jeffh@redhat.com>
7878
7879 * Makefile.in (all-bison): Revert 2001-10-24.
7880 Don't depend on texinfo.
7881
cbbab8fb
JJ
78822001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
7883
80413487 7884 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 7885
922b2485
DD
78862001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
7887
7888 * configure.in (--enable-languages): Be more permissive about
7889 syntax. Check for empty lists better. Warn about $LANGUAGES.
7890
f08fa01d
HPN
78912001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
7892
7893 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7894
fee3da4e
JH
78952001-10-24 Jeff Holcomb <jeffh@redhat.com>
7896
7897 Makefile.in (all-bison): Don't depend on texinfo.
7898
73fb1ef9
AM
78992001-10-03 Alan Modra <amodra@bigpond.net.au>
7900
7901 * gettext.m4: Test po/POTFILES.in exists before trying to read.
7902
373688ac
AO
79032001-09-29 Alexandre Oliva <aoliva@redhat.com>
7904
7905 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7906
9c07660b
HPN
79072001-09-28 Hans-Peter Nilsson <hp@axis.com>
7908
7909 * config.sub, config.guess: Import latest from subversions.
7910
3f152009
AO
79112001-09-21 Alexandre Oliva <aoliva@redhat.com>
7912
7913 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7914 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7915 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7916 avoid quotes nesting problems.
7917 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7918 (DO_X): Export only variables that are set.
7919
8f6a59e5
BE
79202001-09-19 Ben Elliston <bje@redhat.com>
7921
7922 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7923 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7924 semantics. Use the shell built-in "type" command instead.
7925
a1ec19fa
TS
79262001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7927
7928 * config.sub: Reverted the earlier change, this version is not the
7929 master file.
7930
4008bd9b
TS
79312001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7932
7933 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
7934 Add support for mips64.
7935
dd1e52a4
JH
79362001-09-03 Jeff Holcomb <jeffh@redhat.com>
7937
7938 * configure.in: Enable libstdc++-v3 for h8300 targets.
7939
91549d1c
EC
79402001-08-30 Eric Christopher <echristo@redhat.com>
7941 Jason Eckhardt <jle@redhat.com>
7942
7943 * config.sub: Add support for mipsisa32.
7944
cf966cf9
EC
79452001-08-30 Eric Christopher <echristo@redhat.com>
7946
7947 * config.sub, config.guess: Import latest from subversions.
7948
82208dc5
AM
79492001-08-20 Alan Modra <amodra@bigpond.net.au>
7950
7951 * config.sub, config.guess: Import latest from subversions.
7952
4dca8403
DD
79532001-07-26 DJ Delorie <dj@redhat.com>
7954
7955 * MAINTAINERS: Clarify libiberty merge rules and procedures.
7956
1107dce2
AM
79572001-06-19 Alan Modra <amodra@bigpond.net.au>
7958
7959 * Makefile.in: Revert 2001-06-17.
7960 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
7961
e09a6604
L
79622001-06-17 H.J. Lu <hjl@gnu.org>
7963
7964 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
7965 (gas+binutils.tar.bz2): Likewise.
7966 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
7967
31a8b634
AC
7968Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
7969
7970 * Makefile.in (VER): When present, extract the version number from
5481b376 7971 the file version.in.
31a8b634 7972
dc70af01
AO
79732001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
7974
7975 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7976 gcc/xgcc is built, use -print-prog-name to find out the program
7977 name to use.
7978
839bbd8c
AO
79792001-06-04 Mark Mitchell <mark@codesourcery.com>
7980
7981 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
7982 with_gcc]: Use `gcc -shared' to build a shared library.
7983
566e9a30
AO
79842001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
7985
7986 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
7987 archives.
7988
e877bb69
AO
79892001-05-28 Simon Patarin <simon.patarin@inria.fr>
7990
7991 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
7992 libraries when using g++ with native linker.
7993
1605288b
AO
79942001-05-28 Alexandre Oliva <aoliva@redhat.com>
7995
7996 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
7997
11a383ba
TR
79982001-05-24 Tom Rix <trix@redhat.com>
7999
8000 * configure.in : enable ld for aix
cf966cf9 8001
18611226
AO
80022001-05-22 Alexandre Oliva <aoliva@redhat.com>
8003
8004 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8005 [aix4*|aix5*]: Prepend blank.
8006
6be7c12c
AO
80072001-05-20 Alexandre Oliva <aoliva@redhat.com>
8008
8009 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8010 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
8011 of subdir/configure scripts to use the new libtool.m4.
8012
4ed00bba
L
80132001-05-14 H.J. Lu <hjl@gnu.org>
8014
8015 * config.if (libc_interface): Set to -libc6.2- for cross
8016 compiling to Linux/glibc 2.2.
8017
b1af961c
AO
80182001-05-03 Alexandre Oliva <aoliva@redhat.com>
8019
8020 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8021 libgcj.
8022
5ec3e74e
AO
80232001-04-26 Alexandre Oliva <aoliva@redhat.com>
8024
8025 * configure.in (noconfigdirs): Don't reset it from scratch in the
8026 target case; only append to it.
8027
b3ed1d6b
AO
80282001-04-26 Alexandre Oliva <aoliva@redhat.com>
8029
8030 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8031 sparc-*-solaris2.8]: Disable ${libgcj}.
8032
96111c10
AO
80332001-04-25 Alexandre Oliva <aoliva@redhat.com>
8034
8035 * configure.in (libgcj_saved): Copy from $libgcj.
8036 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8037 --disable-libgcj.
8038
b5bf43f2
AO
80392001-04-20 Alexandre Oliva <aoliva@redhat.com>
8040
8041 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8042 1.641.2.228.
8043
8cc32590
AO
80442001-04-12 Alexandre Oliva <aoliva@redhat.com>
8045
8046 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8047 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8048
dec0cb0c
AO
80492001-04-01 Alexandre Oliva <aoliva@redhat.com>
8050
8051 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8052 New macros.
8053 (bootstrap, cross): Use RECURSE_FLAGS.
8054 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8055
6a9c3886
AO
80562001-03-27 Alexandre Oliva <aoliva@redhat.com>
8057
8058 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8059
d4fc7db8
NC
80602001-03-23 Nick Clifton <nickc@redhat.com>
8061
8062 * README-maintainer-mode: Add note about inability to use "make
8063 distclean" in maintainer mode.
8064
7389ff65
AO
80652001-03-22 Alexandre Oliva <aoliva@redhat.com>
8066
8067 Re-installed:
8068 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8069 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
8070 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8071 * ltcf-cxx.sh: Likewise.
8072 * ltcf-gcj.sh: Likewise.
8073
b3e0dc8e
PB
80742001-03-22 Philip Blundell <philb@gnu.org>
8075
8076 * config.sub, config.guess: Import latest from subversions.
8077
469b781c
AO
80782001-03-22 Alexandre Oliva <aoliva@redhat.com>
8079
8080 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8081 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8082
b0dad762
MC
80832001-03-20 Michael Chastain <chastain@redhat.com>
8084
8085 * Makefile.in: all-m4 depends on all-texinfo.
8086
c559bb17
AO
80872001-03-08 Alexandre Oliva <aoliva@redhat.com>
8088
8089 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8090
fef4ae2e
JJ
80912001-02-22 Jeff Johnston <jjohnstn@redhat.com>
8092
8093 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
8094 longer valid.
8095
8d6dd99d
NC
80962001-02-16 Nick Clifton <nickc@redhat.com>
8097
8098 * configure.in (noconfigdirs): Allow configuration of texinfo
8099 for Cygwin hosts.
8100
a85d7ed0
NC
81012001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
8102
8103 * config.guess: Add linux target for S/390.
8104 * config.sub: Likewise.
8105 * configure.in: Likewise.
8106
51221c5e
DD
81072001-02-06 Ben Elliston <bje@redhat.com>
8108
8109 * configure: Output host type to stdout, not stderr.
8110
9dec4c71
MS
81112001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8112
8113 * config.guess: Import from subversions.gnu.org (revision 1.181).
8114 * config.sub: Import from subversions.gnu.org (revision 1.199).
8115
9add9c04
AM
81162001-01-30 Alan Modra <alan@linuxcare.com.au>
8117
8118 * config.guess: Handle hppa64-linux systems.
8119
8679174d
MS
81202001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8121
8122 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8123 Don't unset, it's non-portable and no longer necessary, set to empty
8124 instead.
8125
02d01ed4
MS
81262001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8127
8128 * ltconfig: Shell portability fix for the tagname validity check.
8129
4cc5853d
MS
81302001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8131
8132 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8133
7487e485
AO
81342001-01-27 Alexandre Oliva <aoliva@redhat.com>
8135
8136 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8137 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8138
f332af52
AO
81392001-01-24 Alexandre Oliva <aoliva@redhat.com>
8140
8141 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8142 keep at least one of build_libtool_libs or build_old_libs set to
8143 yes.
8144
ef099754
AO
81452001-01-24 Alexandre Oliva <aoliva@redhat.com>
8146
8147 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8148 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8149
8341f2fc 81502000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 8151
8341f2fc
AJ
8152 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8153
81542000-11-03 Philip Blundell <pb@futuretv.com>
8155
8156 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8157 files.
ebf0fa2e 8158
c320a39f
JJ
81592001-01-15 Jeff Johnston <jjohnstn@redhat.com>
8160
8161 * COPYING.NEWLIB: Put into source repository.
8162
8817b92e
BE
81632001-01-15 Ben Elliston <bje@redhat.com>
8164
8165 * configure.in (host_tools): Add sid.
8166 Always configure cgen.
8167 * Makefile.in (all-sid): New target.
8168 (check-sid, clean-sid, install-sid): Likewise.
8169
35590697
AJ
81702001-01-07 Andreas Jaeger <aj@suse.de>
8171
80413487 8172 * config.sub, config.guess: Update from subversions.
35590697 8173
6ee6cea6
AO
81742000-12-12 Alexandre Oliva <aoliva@redhat.com>
8175
8176 * configure.in: Disable language-specific target libraries for
8177 languages that aren't enabled.
8178
077b8428
NC
81792000-11-24 Nick Clifton <nickc@redhat.com>
8180
8181 * configure.in (xscale-elf): Add target.
8182 (xscale-coff): Add target.
8183 (c4x, c5x, tic54x): Move after ARM targets.
8184
9e28a1ed
AO
81852000-11-23 Alexandre Oliva <aoliva@redhat.com>
8186
8187 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
8188
be98a80a
ILT
81892000-11-20 Ian Lance Taylor <ian@zembu.com>
8190
8191 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
8192
5cec67bf
AO
81932000-11-18 Alexandre Oliva <aoliva@redhat.com>
8194
8195 * Makefile.in: Merge with GCC and libgcj.
8196 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
8197 configure-target-<library> when their configure scripts need the C
8198 or C++ library to have already been built to work properly.
8199 (do_proto_toplev): Set them to an empty string.
8200
d932cae7 82012000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
8202
8203 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8204 (REALLY_SET_LIB_PATH): Use them.
8205
d932cae7 82062000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
8207
8208 * config.sub: Add support for Sun Chorus
8209
8602ff0c
NC
82102000-11-02 Per Lundberg <plundis@chaosdev.org>
8211
8212 * config.sub: Add support for the *-storm-chaos OS.
8213
f9e0997d
NC
82142000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
8215
80413487
RH
8216 * configure.in (noconfigdirs): Don't compile some
8217 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 8218
d64552c5
AO
82192000-09-30 Alexandre Oliva <aoliva@redhat.com>
8220
8221 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
8222 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
8223 all affected `configure' scripts.
8224
97f60b31
AO
82252000-09-25 Alexandre Oliva <aoliva@redhat.com>
8226
8227 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
8228 ltcf-c.sh.
8229
6e8dd58f
PB
82302000-09-12 Philip Blundell <philb@gnu.org>
8231
8232 * config.sub, config.guess: Update from subversions.
8233
103a2e99
AO
82342000-09-06 Alexandre Oliva <aoliva@redhat.com>
8235
51601921
AO
8236 * Makefile.in (all-zlib): Added dummy target.
8237
103a2e99
AO
8238 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
8239 multi-language branch.
8240
2809b4b9
AO
82412000-09-05 Alexandre Oliva <aoliva@redhat.com>
8242
8243 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8244 (bootstrap*): Depend on all-bootstrap.
8245
7450026c
AO
82462000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
8247
8248 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8249 crosses, but add gcc/include to the header search path for them.
8250
6cf86f7f
AO
82512000-08-31 Alexandre Oliva <aoliva@redhat.com>
8252
8253 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
8254 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
8255 * gettext.m4: New file, extracted from aclocal.m4.
8256
ce2ea6e3
AO
82572000-08-22 Alexandre Oliva <aoliva@redhat.com>
8258
8259 * config-ml.in (CC, CXX): Avoid trailing whitespace.
8260 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
8261 sub-configures.
8262
9765193e
DE
82632000-08-20 Doug Evans <dje@casey.transmeta.com>
8264
8265 * Makefile.in (ALL_MODULES): Add all-cgen.
8266 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8267 (all-cgen): New target.
8268 (all-opcodes,all-sim): Depend on all-cgen.
8269 * configure.in (host_tools): Add cgen.
8270 Only configure cgen if --enable-cgen-maint.
8271
d7b32520
AO
82722000-08-17 Alexandre Oliva <aoliva@redhat.com>
8273
8274 * config-ml.in (CC, CXX): Don't introduce a leading space.
8275
e52ef561
AO
82762000-08-16 Alexandre Oliva <aoliva@redhat.com>
8277
8278 * configure.in (libstdcxx_flags): Use
8279 libstdc++-v3/src/libstdc++.INC.
8280
88f9c2a0
AO
82812000-08-15 Alexandre Oliva <aoliva@redhat.com>
8282
8283 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
8284
98fbe43f
JM
82852000-08-11 Jason Merrill <jason@redhat.com>
8286
8287 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
8288 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
8289 (FLAGS_FOR_TARGET): Not here.
8290 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
8291
279ddab4
DD
82922000-08-07 DJ Delorie <dj@redhat.com>
8293
8294 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
8295 "if we're also building gcc, and it's a gcc that will run on the
8296 build machine, we want to use its includes instead of the system's
8297 default includes".
8298
60523a83
AO
82992000-08-03 Alexandre Oliva <aoliva@redhat.com>
8300
24ffec7a
AO
8301 * configure.in (libstdcxx_flags): Don't use `"'.
8302
60523a83
AO
8303 * config-ml.in: Adjust multilib search paths to the
8304 appropriate multilib tree.
8305
daf644b5
AO
83062000-08-02 Alexandre Oliva <aoliva@redhat.com>
8307
8308 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
8309 commas in $LANGUAGES.
8310
63266560
DD
83112000-08-01 Alexandre Oliva <aoliva@redhat.com>
8312
8313 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
8314
83152000-07-31 Alexandre Oliva <aoliva@redhat.com>
8316
8317 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
8318 CXX_FOR_TARGET for sed.
8319
83202000-07-30 Alexandre Oliva <aoliva@redhat.com>
8321
8322 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
8323 Do not override if already set in the environment or in configure.
8324 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
8325 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
8326
9e449d3e
AO
83272000-07-27 Alexandre Oliva <aoliva@redhat.com>
8328
8329 * Makefile.in (FLAGS_FOR_TARGET): New macro.
8330 (GCC_FOR_TARGET): Use it.
8331 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
8332 * configure.in: ... here.
8333 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
8334 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
8335
8bbd92e0
AO
83362000-07-24 Alexandre Oliva <aoliva@redhat.com>
8337
fd1f87b2
AO
8338 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
8339 (configure-target-libchill, configure-target-libobjc): Likewise.
8340
8bbd92e0
AO
8341 * configure.in: Use the same cache file for all target libs.
8342 * config-ml.in: But different cache files per multilib variant.
8343
25c6c112
JL
83442000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8345
8346 * configure (topsrcdir): Don't use dirname.
8347
ba73c63f
JM
83482000-07-20 Jason Merrill <jason@redhat.com>
8349
8350 * configure.in: Remove all references to libg++ and librx.
8351
8352 * configure, configure.in, Makefile.in: Unify gcc and binutils.
8353
1af08294
HPN
83542000-07-20 Hans-Peter Nilsson <hp@axis.com>
8355
8356 * config.sub: Update to subversions version 2000-07-06.
8357
ba73c63f
JM
83582000-07-12 Andrew Haley <aph@cygnus.com>
8359
8360 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
8361 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
8362
83632000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
8364
8365 * symlink-tree: Check number of arguments.
8366
d932cae7 83672000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
8368
8369 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
8370
ba73c63f
JM
83712000-07-05 Jim Wilson <wilson@cygnus.com>
8372
8373 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
8374 search path for a g++ extracted from the build tree. This
8375 will allow link tests run by configure scripts in
8376 subdirectories to succeed.
8377
92ee2f86
UC
83782000-07-01 Koundinya K <kk@ddeorg.soft.net>
8379
80413487 8380 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 8381
23f2f29f
CV
83822000-06-28 Corinna Vinschen <vinschen@cygnus.com>
8383
8384 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
8385 `os2'. Force ac_cv_exeext to be ".exe" in that case.
8386
f04f5a67
TW
83872000-06-19 Timothy Wall <twall@cygnus.com>
8388
8389 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
8390 * config.sub: Add tic54x target.
8391
11da68be
NC
83922000-06-07 Phillip Thomas <pthomas@suse.de>
8393
8394 * README-maintainer-mode: New file: Contains notes on using
8395 --enable-maintainer-mode with binutils.
8396
d932cae7 83972000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
8398
8399 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
8400
d932cae7 84012000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
8402
8403 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8404 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
8405
9442cea3
L
840620000-05-21 H.J. Lu (hjl@gnu.org)
8407
80413487
RH
8408 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8409 directory are used if they exist. Make sure
8410 $(build_tooldir)/include is searched for header files,
8411 $(build_tooldir)/lib/ for library files.
9442cea3 8412 (GCC_FOR_TARGET): Likewise.
80413487 8413 (CXX_FOR_TARGET): Likewise.
9442cea3 8414
d932cae7 84152000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
8416
8417 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8418
d932cae7 84192000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
8420
8421 * Makefile.in (configure-target-libiberty): Depend on
8422 configure-target-newlib.
8423
ba73c63f
JM
84242000-05-16 Alexandre Oliva <aoliva@cygnus.com>
8425
8426 * configure.in, Makefile.in: Merge all libffi-related
8427 configury stuff from the libgcj tree.
8428
d932cae7 84292000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
8430
8431 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8432 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
8433
d932cae7 84342000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
8435
8436 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8437 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 8438 current version information. Add to proto-toplev directory.
b5a23627
AC
8439 (gdb-taz): Build do-djunpack.
8440
ba73c63f
JM
84412000-05-15 David Edelsohn <edelsohn@gnu.org>
8442
8443 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
8444
7c86ed39
L
84452000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8446
8447 * ltmain.sh: Preserve in relink_command any environment
8448 variables that may affect the linker behavior.
8449
d932cae7 84502000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
8451
8452 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
8453
d932cae7 84542000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
8455
8456 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
8457
ed0a91a5
EZ
84582000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8459
8460 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 8461 with the version name.
ed0a91a5 8462
ba73c63f 84632000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 8464
ba73c63f 8465 * config.if: Tweak.
6cafa39f 8466
ba73c63f 84672000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 8468
ba73c63f 8469 * djunpack.bat: New file.
66156876 8470
d932cae7 84712000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
8472
8473 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
8474 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
8475 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
8476 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 8477
ba73c63f
JM
84782000-04-16 Dave Pitts <dpitts@cozx.com>
8479
80413487
RH
8480 * config.sub (case $basic_machine): Change default for "ibm-*"
8481 to "openedition".
ba73c63f 8482
d932cae7 84832000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
8484
8485 * Makefile.in (gdb-taz): New target. GDB specific archive.
8486 (do-md5sum): New target.
8487 (MD5PROG): Define.
8488 (PACKAGE): Default to TOOL.
8489 (VER): Default to a shell script.
8490 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 8491 md5 checksum generation.
b35ece4e
AC
8492 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
8493 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
8494 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 8495 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 8496
d932cae7 84972000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
8498
8499 * configure (warn_cflags): Delete.
8500
ba73c63f 85012000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 8502 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 8503
80413487
RH
8504 * configure.in (enable_libstdcxx_v3): Add.
8505 (target_libs): Add bits here to switch between libstdc++-v2 and
8506 libstdc++-v3.
8507 * config.if: And this file too.
8508 * Makefile.in: Add libstdc++-v3 targets.
35590697 8509
ba73c63f
JM
85102000-04-05 Michael Meissner <meissner@redhat.com>
8511
8512 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 8513
d332c5ac
JM
85142000-03-29 Jason Merrill <jason@casey.cygnus.com>
8515
8516 * configure.in: -linux-gnu*, not -linux-gnu.
8517
d932cae7 85182000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
8519
8520 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
8521 (do-tar-bz2): Replace TOOL with PACKAGE.
8522 (gdb.tar.bz2): Remove GDBTK from GDB package.
8523 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 8524 dejagnu.tar.bz2): New packages.
6dcbc97b 8525
96ce09a7
ILT
85262000-02-27 Andreas Jaeger <aj@suse.de>
8527
8528 * configure.in: Add entry for mips*-*-linux*, move catch all
8529 *-*-*linux* entry below this one.
8530
2031769e
ILT
85312000-02-27 Ian Lance Taylor <ian@zembu.com>
8532
8533 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
8534
4bab746c
NC
85352000-02-24 Nick Clifton <nickc@cygnus.com>
8536
8537 * config.sub: Support an OS of "wince".
8538
d932cae7 85392000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
8540
8541 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 8542 version.
ada59422 8543
5b93d8bb
AM
85442000-02-23 Linas Vepstas <linas@linas.org>
8545
8546 * config.sub: Add support for Linux/IBM 370.
8547 * configure.in: Likewise.
8548
2fb651f6
NC
85492000-02-22 Nick Clifton <nickc@cygnus.com>
8550
8551 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
8552
b8441c25
CF
85532000-02-20 Christopher Faylor <cgf@cygnus.com>
8554
8555 * config.guess: Guess "cygwin" rather than "cygwin32".
8556
d332c5ac
JM
85572000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8558
8559 * configure (gcc_version): When setting, narrow search to
8560 lines containing `version_string'.
8561
ba73c63f
JM
85622000-02-15 Denis Chertykov <denisc@overta.ru>
8563
8564 * config.sub: Add support for avr target.
8565
d932cae7 85662000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
8567
8568 * config.sub: Add mmix-knuth-mmixware.
8569
85702000-01-27 Christopher Faylor <cgf@redhat.com>
8571
8572 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
8573 structure stuff to -L library search.
8574 (CXX_FOR_TARGET): Ditto.
8575 (CROSS_CHECK_MODULES): Fix spelling mistake.
8576
85772000-01-24 Mark Mitchell <mark@codesourcery.com>
8578
8579 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
8580 the C++ compiler.
8581
85822000-01-12 Richard Henderson <rth@cygnus.com>
8583
8584 * configure.in: Don't build some bits for beos.
8585
85862000-01-12 Joel Sherrill (joel@OARcorp.com)
8587
8588 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
8589 as include files.
8590
91b2c84d
GK
85912000-01-06 Geoff Keating <geoffk@cygnus.com>
8592
8593 * configure.in: Use mt-aix43 to handle *_TARGET defs,
8594 not mh-aix43.
8595
ba73c63f
JM
85961999-12-14 Richard Henderson <rth@cygnus.com>
8597
8598 * config.guess (alpha-osf, alpha-linux): Detect ev67.
8599 * config.sub: Accept alphaev[78], alphaev8.
8600
86011999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8602
8603 * config.guess, config.sub: Update from autoconf.
8604
8605Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8606
8607 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
8608 necessary libraries are missing.
8609
86101999-10-25 Andreas Schwab <schwab@suse.de>
8611
8612 * configure: Fix quoting inside arguments of eval.
8613
86141999-10-21 Nick Clifton <nickc@cygnus.com>
8615
8616 * config-ml.in: Allow suppression of some ARM multilibs.
8617
8618Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
8619
8620 * config.guess: Add OS/390 match pattern.
8621 * config.sub: Add mvs, openedition targets.
8622 * configure.in (i370-ibm-opened*): New.
8623
ef14edc4
ILT
86241999-09-04 Steve Chamberlain <sac@pobox.com>
8625
8626 * config.sub: Add support for configuring for pj.
8627
afb478e8
NC
86281999-08-31 Nick Clifton <nickc@cygnus.com>
8629
fd6848f6 8630 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 8631
ba73c63f 86321999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
8633
8634 * configure.in: Do not configure or build ld for AIX
8635 platforms. ld is known to be broken on these platforms.
8636
ba73c63f
JM
8637Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8638
8639 * config-ml.in: Pass compiler flag corresponding to multidirs to
8640 subdir configures.
8641
c363de44
ILT
86421999-08-09 Ian Lance Taylor <ian@zembu.com>
8643
8644 * Makefile.in (LDFLAGS): Define.
8645
dc8bc5a6
ILT
86461999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
8647
8648 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
8649 noconfigdirs.
8650 (*-*-cygwin*): Likewise.
8651
6ca3858e
ILT
86521999-08-08 Ian Lance Taylor <ian@zembu.com>
8653
71141bb6
ILT
8654 * mkdep: New file.
8655 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
8656 (BINUTILS_SUPPORT_DIRS): Add mkdep.
8657
6ca3858e
ILT
8658 From Eli Zaretskii <eliz@is.elta.co.il>:
8659 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
8660 long file name when using DJGPP on MS-DOS.
8661
ba73c63f
JM
8662Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
8663
8664 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
8665
2735a327
AM
86661999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
8667
8668 * Makefile.in (check-target-libio): Remove all-target-libstdc++
8669 dependency as this causes "make check" to globally "make all"
8670
ba73c63f
JM
8671Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
8672
8673 * configure.in (target_libs): Added target-zlib.
8674 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
8675 (CONFIGURE_TARGET_MODULES): Likewise.
8676 (CHECK_TARGET_MODULES): Likewise.
8677 (INSTALL_TARGET_MODULES): Likewise.
8678 (CLEAN_TARGET_MODULES): Likewise.
8679 (configure-target-zlib): New target.
8680 (all-target-zlib): Likewise.
8681 (all-target-libjava): Depend on all-target-zlib.
8682 (configure-target-libjava): Depend on configure-target-zlib.
8683
8684 * Makefile.in (configure-target-libjava): Depend on
8685 configure-target-newlib.
8686 (configure-target-boehm-gc): New target.
8687 (configure-target-qthreads): New target.
8688
80413487
RH
8689 * configure.in (target_libs): Added target-qthreads.
8690 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
8691 (CONFIGURE_TARGET_MODULES): Likewise.
8692 (CHECK_TARGET_MODULES): Likewise.
8693 (INSTALL_TARGET_MODULES): Likewise.
8694 (CLEAN_TARGET_MODULES): Likewise.
8695 (all-target-qthreads): New target.
8696 (configure-target-libjava): Depend on configure-target-qthreads.
8697 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
8698
8699 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
8700 (CONFIGURE_TARGET_MODULES): Likewise.
8701 (CHECK_TARGET_MODULES): Likewise.
8702 (INSTALL_TARGET_MODULES): Likewise.
8703 (CLEAN_TARGET_MODULES): Likewise.
8704 (all-target-libjava): New target.
8705 (all-target-boehm-gc): Likewise.
8706 * configure.in (target_libs): Added libjava, boehm-gc.
8707
08d836d6
ILT
87081999-07-22 Ian Lance Taylor <ian@zembu.com>
8709
8710 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
8711 configure.bat in SUPPORT_FILES.
8712 (gas+binutils.tar.bz2): Likewise.
8713
8714 * makeall.bat: Remove; obsolete.
8715
8f36e47c
ILT
87161999-07-21 Ian Lance Taylor <ian@zembu.com>
8717
8718 From Mark Elbrecht:
8719 * configure.bat: Remove; obsolete.
8720
56e82f25
ILT
87211999-07-11 Ian Lance Taylor <ian@zembu.com>
8722
8723 * configure: Add -W -Wall to the default CFLAGS when compiling with
8724 gcc.
8725
1001d816
JL
8726Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
8727
8728 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
8729
106117aa
MM
87301999-06-30 Mark Mitchell <mark@codesourcery.com>
8731
8732 * configure.in: Build ld on IRIX6.
8733
c376f4ed
ILT
87341999-06-12 Ian Lance Taylor <ian@zembu.com>
8735
8736 * Makefile.in: Change distribution targets to use bzip2 instead of
8737 gzip.
8738 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 8739 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 8740
306b7445
NC
87411999-06-04 Nick Clifton <nickc@cygnus.com>
8742
8743 * config.sub: Add mcore target.
8744
d932cae7 87451999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
8746
8747 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
8748
d932cae7 87491999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
8750
8751 * config.guess (dummy): Changed to $dummy.
8752
6c3175b0
NC
87531999-05-24 Nick Clifton <nickc@cygnus.com>
8754
ba73c63f
JM
8755 * config.sub: Tidied up case statements.
8756
87571999-05-22 Ben Elliston <bje@cygnus.com>
8758
8759 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
8760 <jiro@din.or.jp>.
8761
8762 * config.guess: Merge with FSF version. Future changes will be
8763 more accurately recorded in this ChangeLog.
8764 * config.sub: Likewise.
8765
d932cae7 87661999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
8767
8768 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 8769
252b5132
RH
87701999-04-30 Tom Tromey <tromey@cygnus.com>
8771
8772 * ltmain.sh: [mode link] Always use CC given by ltconfig.
8773
87741999-04-23 Tom Tromey <tromey@cygnus.com>
8775
8776 * ltconfig, ltmain.sh: Update to libtool 1.2f.
8777
87781999-04-20 Drew Moseley <dmoseley@cygnus.com>
8779
8780 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
8781 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
8782 Bad merge removed these two changes.
8783
ba73c63f 8784Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 8785 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
8786
8787 * config.guess (interix Alpha): Add.
8788
252b5132
RH
87891999-04-11 Richard Henderson <rth@cygnus.com>
8790
8791 * configure.in (i?86-*-beos*): Do config gperf; don't config
8792 gdb, newlib, or libgloss.
8793
d932cae7 87941999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 8795
ba73c63f
JM
8796 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
8797 link a trivial program with -mabi=64. If it fails, remove mabi=64
8798 from multidirs.
8799
d932cae7 88001999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
8801
8802 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
8803
252b5132
RH
88041999-04-08 Nick Clifton <nickc@cygnus.com>
8805
8806 * config.sub: Add support for mcore targets.
8807
88081999-04-07 Michael Meissner <meissner@cygnus.com>
8809
8810 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
8811 not mt-ospace, in order to shut up assembler warning about using
8812 symbols that are named the same as registers.
8813
88141999-04-07 Drew Moseley <dmoseley@cygnus.com>
8815
8816 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
8817 dependency list for all-target-cygmon.
8818
88191999-04-05 Doug Evans <devans@casey.cygnus.com>
8820
8821 * config-ml.in: Check $host, not $target, for selective multilibs.
8822 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
8823 thumb interworking, and underscore prefix multilibs.
8824
88251999-04-04 Ian Lance Taylor <ian@zembu.com>
8826
8827 * missing: Update to version from current automake.
8828
8829Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
8830
8831 * configure (gxx_include_dir): Removed.
8832
8833 * configure.in (gxx_include_dir): Handle it.
8834 * Makefile.in: Likewise.
8835
88361999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
8837
8838 * config.sub (mips64vr4111,mips64vr4111el) Add.
8839
88401999-03-21 Ben Elliston <bje@cygnus.com>
8841
80413487 8842 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
8843
8844Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
8845
252b5132
RH
8846 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
8847 config/mh-djgpp.
8848
8849Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
8850
8851 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
8852 all-target-newlib to dependency list for all-target-bsp.
8853
8854Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
8855
8856 * config.sub: Add i386-uwin support.
8857 * config.guess: Likewise.
8858
8859Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8860
8861 * configure.in: cleanup, add mh-*pic handling for arm, special
8862 case powerpc*-*-aix*
8863
8864Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
8865
8866 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
8867 can be built.
8868
8869Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
8870
8871 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 8872 targets.
252b5132
RH
8873
88741999-03-02 Nick Clifton <nickc@cygnus.com>
8875
8876 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
8877
d932cae7 88781999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
8879
8880 * config.sub: Check for "cygwin*" rather than "cygwin32*"
8881
88821999-02-24 Nick Clifton <nickc@cygnus.com>
8883
8884 * config.sub: Fix typo in arm recognition.
8885
d932cae7 88861999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
8887
8888 * configure.in (noconfigdirs): Changed target_configdirs to
8889 include target-bsp only for m68k-*-elf* and m68k-*-coff*
8890 rather than m68k-*-* since it is not known to work on
8891 m68k-aout. Ditto for arm-*-*oabi.
8892
d932cae7 88931999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
8894
8895 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
8896
88971999-02-19 Ben Elliston <bje@cygnus.com>
8898
8899 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
8900 Smart and improved by Andrew Cagney.
8901
d932cae7 89021999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
8903
8904 * config.guess: Recognize openbsd-*-hppa.
8905
d932cae7 89061999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
8907
8908 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
8909 only if it is not empty.
8910
89111999-02-17 Nick Clifton <nickc@cygnus.com>
8912
8913 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 8914
fd6848f6 8915 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
8916
8917 * config.sub: Modified to recognize uname's armv* syntax.
8918
89191999-02-17 Mark Salter <msalter@cygnus.com>
8920
8921 * configure.in: Added target-bsp for sparclite.
8922
d932cae7 89231999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
8924
8925 * config.sub: Recognize alphapca5[67] and up to alphaev8.
8926
89271999-02-08 Nick Clifton <nickc@cygnus.com>
8928
8929 * configure.in: Add support for strongarm port.
8930 * config.sub: Add support for strongarm target.
8931
d932cae7 89321999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 8933
252b5132
RH
8934 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
8935 the old name config/mh-cygwin32.
8936 Enable texinfo.
8937
d932cae7 89381999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
8939
8940 * configure.in: Do build ld for ix86 Solaris.
8941
d932cae7 89421999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
8943
8944 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
8945 $AR_FOR_TARGET. Likewise for RANLIB.
8946
d932cae7 89471999-02-02 Catherine Moore <clm@cygnus.com>
35590697 8948
80413487
RH
8949 * config.sub (oabi): Recognize.
8950 * configure.in (arm-*-oabi): Handle.
252b5132 8951
d932cae7 89521999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
8953
8954 * config.guess: Improve detection of i686 on UnixWare 7.
8955
d932cae7 89561999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
8957
8958 * config.guess: Add support for i386-pc-interix.
8959 * config.sub: Likewise.
8960 * configure.in: Likewise.
252b5132 8961
d932cae7 89621999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
8963
8964 * Makefile.in: Remove unneeded all-target-libio from
8965 from all-target-winsup target since it is now unneeded.
8966 Add all-target-libtermcap in its place since it is now
8967 needed.
8968
d932cae7 89691998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
8970
8971 * configure.in: makefile stub for cygwin target is probably
8972 unnecessary. Remove it for now.
252b5132 8973
d932cae7 89741998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
8975
8976 * configure.in: libtermcap.a should be built when cygwin is the
8977 target as well as the host.
8978 * config.guess: Allow mixed case in cygwin uname output.
8979 * Makefile.in: Add libtermcap target.
252b5132 8980
d932cae7 89811998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
8982
8983 * config.sub: Clean up handling of hppa2.0.
8984
d932cae7 89851998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
8986
8987 * config.guess: Use C code to identify more HP machines.
8988
8989Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
8990
8991 * config.sub: Handle hppa2.0.
8992
ba73c63f
JM
8993Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
8994
8995 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 8996 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
8997
89981998-12-15 Mark Salter <msalter@cygnus.com>
8999
9000 * configure.in: Added target-bsp for several target architectures.
9001
9002 * Makefile.in: Added rules for bsp.
9003
252b5132
RH
9004Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
9005
9006 * config.guess: Improve detection of hppa2.0 processors.
9007
9008Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
9009
9010 * config.guess: Recognize FreeBSD using ELF automatically.
9011
90121998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
9013
9014 * configure (skip-this-dir): Add handling for new shell script, which
9015 might be created by a sub-directory's configure to indicate, this particular
9016 directory is "unwanted".
9017 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9018
252b5132
RH
9019Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
9020
9021 * ltconfig: import from libtool, after changing libtool to
9022 account for the cygwin name change.
9023
9024Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
9025
9026 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9027 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9028
9029Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
9030
9031 * configure.in: Add libtermcap to list of cygwin dependencies.
9032
d932cae7 90331998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 9034
80413487
RH
9035 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9036 they include winsup/include when it's a cygwin target.
252b5132
RH
9037
90381998-11-12 Tom Tromey <tromey@cygnus.com>
9039
9040 * configure.in (host_tools): Added zip.
9041 * Makefile.in (all-target-libjava): Depend on all-zip.
9042 (all-zip): New target.
9043 (ALL_MODULES): Added all-zip.
9044 (NATIVE_CHECK_MODULES): Added check-zip.
9045 (INSTALL_MODULES): Added install-zip.
9046 (CLEAN_MODULES): Added clean-zip.
9047
d932cae7 90481998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
9049
9050 * Makefile.in: lose "32" from comment about cygwin.
9051
d932cae7 90521998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
9053
9054 * configure.in: Use -Os to build target libraries for the fr30.
9055
d932cae7 90561998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
9057
9058 * config.sub: Add fr30.
9059
d932cae7 90601998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 9061
80413487 9062 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
9063 cygwin* instead of cygwin32*.
9064 * config.sub: Check cygwin* instead of cygwin32*.
9065
d932cae7 90661998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
9067
9068 * config.guess: Match any version of Unixware7.
9069
252b5132
RH
90701998-10-20 Syd Polk <spolk@cygnus.com>
9071
9072 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9073 if desired.
9074
d932cae7 90751998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9076
9077 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9078 these if the appropriate directories and files to not exist.
9079
d932cae7 90801998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9081
9082 * Makefile.in (DEVO_SUPPORT): Add config.if.
9083
d932cae7 90841998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
9085
9086 * configure: Add pattern to replace "build_tooldir"'s
9087 definition in the generated Makefile with "tooldir"'s
9088 actual value.
9089
252b5132
RH
9090Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
9091
9092 * config.sub: Bring back lost sparcv9.
9093
ba73c63f
JM
9094 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9095
9096Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
9097
9098 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9099 CC_FOR_TARGET and friends.
9100
9101Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 9102
ba73c63f
JM
9103 * Makefile.in (build_tooldir): New variable, same as tooldir.
9104 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9105 -B$(build_tooldir)/bin/.
9106 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9107
252b5132
RH
9108Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
9109
9110 * config.sub: Add support for i[34567]86-pc-udk.
9111 * configure.in: Likewise.
9112
9113Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
9114
9115 * Makefile.in: add bzip2 package building bits for user
9116 tools module
9117 * configure.in: ditto
9118
ba73c63f
JM
9119Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
9120
9121 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9122 (ALL_TARGET_MODULES): Add all-target-libobjc.
9123 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9124 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9125 (all-target-libchill): Add dependencies.
9126 * configure.in (target_libs): Add libchill.
35590697 9127
252b5132
RH
91281998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
9129
ba73c63f 9130 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
9131
9132Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
9133
9134 * Makefile.in (all-automake): fix dependencies.
9135
9136Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
9137
9138 * configure.in: Minor cleanups for building in the $(target_alias)
9139 subdir.
9140
91411998-09-22 Jim Wilson <wilson@cygnus.com>
9142
9143 * Makefile.in (bootstrap): Set r and s before make all. Use
9144 BASE_FLAGS_TO_PASS in make all.
9145 (cross): Likewise.
9146
91471998-09-20 Mark Mitchell <mark@markmitchell.com>
9148
9149 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9150
252b5132
RH
9151Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
9152
9153 * config.sub: Fix typo in last change.
9154
91551998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9156
9157 * config.sub: Add support for C4x target.
9158 * configure.in: Likewise.
9159
91601998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
9161
9162 * config.sub: Recognize sparcv9 just like sparc64.
9163
9164Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
9165
9166 * config.guess: Match "Pent II" or "PentII" for OpenServer.
9167
9168Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
9169
9170 * config.guess: Correctly identify Pentium II sco boxes.
9171
9172 * config.guess: Fix "tr" code. From Weiwen Liu.
9173
9174Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
9175
9176 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9177 stabs.
9178
9179Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
9180
9181 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9182 (ALL_TARGET_MODULES): Add all-target-libchill.
9183 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9184 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9185 (all-target-libchill): Add dependencies.
9186 * configure.in (target_libs): Add libchill.
9187
9188Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9189
9190 * config.guess: Avoid assumptions about "tr" behaves when
9191 LANG is set to something other than English.
9192
9193Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
9194
9195 * configure (gxx_include_dir): Changed to
9196 '${prefix}/include/g++'-${libstdcxx_interface}.
9197
9198 * config.if: New to determine the interfaces.
9199
9200Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
9201
9202 * config.guess: Detect and handle MPE/IX.
9203 * config.sub: Deal with MPE/IX.
9204
9205Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
9206
9207 * configure.in: Use mh-aix43.
9208
92091998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
9210
9211 * configure: Fix --without/--disable cases for gxx-include-dir.
9212
9213Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
9214
9215 * mdata-sh: Imported. Needed for automake support.
9216
9217Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
9218
ba73c63f 9219 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
9220 "chmod og=u `find . -print`".
9221
9222Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
9223
ba73c63f 9224 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
9225
9226Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
9227
9228 * Makefile.in: Undo previous patch.
9229
9230Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
9231
9232 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
9233 to here ...
9234 (install-no-fixedincludes): and here
9235 (INSTALL_MODULES): ... from here.
9236
9237Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
9238
9239 * config.sub: Merge with FSF.
9240
9241 * config.guess: Merge with FSF.
9242
9243Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
9244
9245 * configure (extraconfigdirs): New variable.
9246 (SUBDIRS): Add extraconfigdirs and recurse on them too.
9247 * Makefile.in (all): Move higher in file.
9248 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
9249 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
9250 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
9251 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
9252 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
9253
92541998-07-23 Brendan Kehoe <brendan@cygnus.com>
9255
9256 * Makefile.in (all-target-libjava): Depend on all-gcc and
9257 all-target-newlib.
9258 (configure-target-libjava): Depend on $(ALL_GCC).
9259
9260Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
9261
9262 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
9263 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
9264
9265Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
9266
9267 * ylwrap: Change absolute path checks to check for DOS style path
9268 names.
9269
9270 * ylwrap: Don't use a full path name if the source file is in the
9271 same directory. From hjl@lucon.org (H.J. Lu).
9272
9273 * config-ml.in: Default to being verbose, to match Feb 18 change to
9274 configure.
9275
9276Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
9277
9278 Brought over from egcs:
9279
9280 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9281
9282 * configure.in (target_subdir): Set to ${target_alias} instead
9283 of "libraries".
9284
9285 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9286
9287 * configure.in (target_subdir): Set to libraries if enable_multilib.
9288
9289Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
9290
9291 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
9292 multilibs, force reconfiguration the first time we create
9293 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
9294
9295Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
9296
9297 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
9298 avoid confusion with --no-recursion.
9299
9300Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
9301
9302 * configure.in: Win32 hosts shouldn't use install -x
9303 * install-sh: remove -x option, and special .exe-handling
9304 hack.
9305
9306Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
9307
9308 * config.guess: Recognize i586-pc-beos.
9309 * configure.in: Don't build some bits for beos.
9310
9311Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
9312
9313 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
9314 CFLAGS default to -O2.
9315
9316 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
9317 when using GNU ld.
9318
9319Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
9320
9321 * ltmain.sh: Correct install when using a different shell.
9322
9323Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
9324
9325 * ltconfig, ltmain.sh: Update to libtool 1.2b.
9326
9327Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
9328
9329 * makefile.vms: Update to build binutils/makefile.vms. Add install
9330 target.
9331
9332Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
9333
9334 * ltconfig: Update to correct AIX handling.
9335
9336Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9337
9338 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
9339
9340 * configure.in (target_subdir): Set to ${target_alias} instead
9341 of "libraries".
9342
93431998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
9344
9345 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
9346 (Makefile): Depend on $(gcc_version_trigger).
9347
9348 * configure (gcc_version): Change default initializer to empty
9349 string.
9350 (gcc_version_trigger): New variable; pass this variable down
9351 to subdir configures to enable them checking gcc's version
9352 themselves. Emit make macros for both gcc_version vars.
9353 (topsrcdir): Initialize reliably.
9354 (recursion line): Remove --with-gcc-version=${gcc_version}.
9355
93561998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9357
9358 * configure (enable_version_specific_runtime_libs): Implement new flag
9359 --enable-version-specific-runtime-libs which installs C++ runtime stuff
9360 in $(libsubdir); emit definition in each generated Makefile.
9361 (gxx_include_dir): Initialize depending on
9362 $enable_version_specific_runtime_libs.
9363
93641998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9365
9366 * configure (gcc_version): Initialize properly depending on
9367 how and where configure is started.
9368 (recursion line): Pass a --with-gcc-version=${gcc_version}
9369 to configures in subdirs.
9370
9371Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
9372
9373 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 9374 cygmon
252b5132
RH
9375
9376Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
9377
9378 * configure.in: Add cygmon and libstub support for mn10200.
9379
93801998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
9381
9382 * configure (gcc_version): Add new variable describing the
9383 particular gcc version we're building.
9384 * Makefile.in (libsubdir): Add new macro for the directory
9385 in which the compiler finds executables, libraries, etc.
9386 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
9387 and libsubdir.
9388
9389Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9390
ba73c63f
JM
9391 * Makefile.in (local-clean): Remove *.log.
9392 (warning.log): Built with warn_summary from build.log.
9393 (mail-report.log): Run test_summary.
9394 (mail-report-with-warnings.log): Run test_summary including
9395 warning.log in the report.
252b5132
RH
9396
9397Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
9398
9399 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
9400
9401Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
9402
9403 * Makefile.in (grep): Grep no longer depends on libiberty.
9404
9405Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
9406
9407 * Makefile.in: all-snavigator needs all-libgui.
9408
9409Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
9410
9411 * configure.in: Add cygmon and libstub support for mn10300.
9412
9413Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
9414
9415 * missing: Update to version from automake 1.3.
9416
9417 * ltmain.sh: On installation, don't get confused if the same name
9418 appears more than once in the list of library names.
9419
9420Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
9421
9422 * config.sub: Accept m68060 and m5200 as CPU names.
9423
9424Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
9425
9426 * configure: Use && rather than using -a in test, because odd
9427 strings can confuse test.
9428 * configure.in: Likewise.
9429
9430Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
9431
9432 * ltconfig, ltmain.sh: Bring in Visual C++ support.
9433
9434Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9435
9436 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
9437 bootstrap4-lean): New targets.
9438
9439Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
9440
9441 * mpw-* Delete. Not used.
252b5132
RH
9442
9443Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
9444
9445 * COPYING.LIB: Update FSF address.
9446
9447Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
9448
9449 * ltconfig, ltmain.sh: Update to libtool 1.2a.
9450
9451 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
9452 GAS_SUPPORT_DIRS.
9453
9454Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
9455
9456 * ltconfig, ltmain.sh: Avoid producing a version number if
9457 -version-info was not used.
9458
9459Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
9460
9461 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
9462 building with newlib.
9463
94641998-04-30 Paul Eggert <eggert@twinsun.com>
9465
ba73c63f 9466 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 9467 Solaris `make' causes it to continue to next definition.
252b5132 9468
afb8d725
JM
9469Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
9470
9471 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
9472 the right GUI libraries and files are installed along with GDB.
9473
252b5132
RH
9474Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
9475
9476 * configure.in: Change alpha to alpha* in several places.
9477
9478Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
9479
9480 * config.sub: Recognize sparc86x.
9481
9482Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 9483
252b5132
RH
9484 * configure.in (--enable-target-optspace): Remove debug echo.
9485
9486Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
9487
9488 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
9489
9490Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
9491
9492 * ltconfig: Update cygwin32 support.
9493
9494 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
9495 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
9496 (GDB_SUPPORT_DIRS): Likewise.
9497
9498Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
9499
9500 * configure.in (target_makefile_frag): If --enable-target-optspace,
9501 use -Os to compile target libraries rather than -O2. Default to
9502 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
9503 not used.
9504 * configure.in (target_cflags): Ditto for d30v.
9505
9506Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
9507
9508 * Makefile.in (all-bfd): Depend on all-intl.
9509 (all-binutils): Likewise.
9510 (all-gas): Likewise.
9511 (all-gprof): Likewise.
9512 (all-ld): Likewise.
9513
252b5132
RH
95141998-04-19 Brendan Kehoe <brendan@cygnus.com>
9515
9516 * configure.in (host_tools): Fix typo, lbtool -> libtool.
9517
9518Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
9519
9520 * Makefile.in (all-bfd): Depend upon all-libiberty.
9521
9522 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
9523
9524Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
9525
9526 * Makefile.in: Add libstub.
9527
9528 * configure.in: Ditto. Build libstub for targets that have cygmon
9529 support.
9530
9531Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
9532
9533 * configure.in: Don't set PICFLAG on ix86-cygwin32.
9534
9535Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
9536
9537 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
9538 use mh-sysv5 if specified. Support gprof on SCO Open Server.
9539
9540Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
9541
9542 * configure: Define DEFAULT_M4 by searching PATH.
9543 * Makfile.in: Use DEFAULT_M4.
9544
9545Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
9546
9547 * ltconfig: Add cygwin32 support.
9548
9549 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
9550 to configure and build.
9551
9552Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
9553
9554 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
9555
9556Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
9557
9558 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
9559
9560Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
9561
9562 * Makefile.in: add ash make rules
9563 * configure.in: add ash to native_only and host_tools lists
9564
9565Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
9566
9567 * Makefile.in (all-gettext, all-intl): New targets.
9568 (ALL_MODULES): Added all-gettext, all-intl.
9569 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
9570 (INSTALL_MODULES): Added install-gettext, install-intl.
9571 (CLEAN_MODULES): Added clean-gettext, clean-intl.
9572
9573 * configure.in (host_tools): Added gettext.
9574 (native_only): Likewise.
9575 (noconfigdirs) [various cases]: Likewise.
9576 (host_libs): Added intl.
9577
afb8d725
JM
9578Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
9579
9580 * configure: Do not disable building gdbtk for cygwin32 hosts.
9581
ba73c63f
JM
9582Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
9583
9584 * configure.in: Add thumb-coff target.
9585 * config.sub: Add thumb-coff target.
9586
252b5132
RH
9587Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9588
9589 * Makefile.in: Revert yesterday's change.
9590 (all-target-winsup): all-target-librx stays out of here.
9591
9592Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
9593
ba73c63f
JM
9594 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
9595 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
9596 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
9597 Remove references to librx and libg++.
9598
9599Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
9600
9601 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
9602 recursive makes
9603
9604Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
9605
9606 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
9607 for newlib directory.
9608 (CXX_FOR_TARGET): Likewise.
9609
9610Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
9611
9612 * ltconfig: Update after libtool/ltconfig.in change for
9613 hpux11.
9614
9615Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
9616
9617 * ltconfig, ltmain.sh: Update to libtool 1.2.
9618
9619Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
9620
9621 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
9622 (install-gcc-cross): Instead, override LANGUAGES here.
9623
96241998-03-18 Dave Love <d.love@dl.ac.uk>
9625
9626 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
9627 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
9628
9629Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
9630
9631 * configure.in: Add Thumb-pe target.
9632
9633Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 9634
252b5132
RH
9635 * Makefile.in - changed sn targets to snavigator
9636 * configure.in - changed sn targets to snavigator
9637
9638Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
9639
9640 * config-ml.in: After building symlink tree call make distclean
9641 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
9642 to be the case for libiberty.
9643
9644Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
9645
9646 * configure: When making link, also check the current
9647 directory. The configure scripts may create one.
9648
9649Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
9650
9651 * config.sub: Accept alphapca56 and alphaev6 properly.
9652
9653Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9654
9655 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
9656
252b5132
RH
9657Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
9658
80413487 9659 * config.sub (sco5): Fix typo.
252b5132
RH
9660
9661Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
9662
9663 * Makefile.in (INSTALL_MODULES): Move install-tcl before
9664 install-itcl.
9665 (install-itcl): Remove dependency on install-tcl.
9666
9667Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
9668
9669 * configure.in: Remove libgloss from noconfigdirs for MN10300.
9670
252b5132
RH
9671Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
9672
9673 * configure.in: Don't build libgui for a cygwin32 target when not on
9674 a cygwin32 host.
9675
9676Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
9677
9678 * configure (redirect): Set to null, so default behavior of
9679 configure is now --verbose.
9680
96811998-02-16 Dave Love <d.love@dl.ac.uk>
9682
9683 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
9684 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
9685
9686Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
9687
9688 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
9689 this change to sync Makefile.in with its ChangeLog entries.
9690
9691Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
9692
9693 * ltmain.sh (mkdir): Check that the directory doesn't exist
9694 before we exit with error, so that we don't get races during
9695 parallel builds.
9696
9697Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
9698
9699 * ltconfig, ltmain.sh: Update from libtool 1.0i.
9700
9701Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
9702
9703 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
9704 PICFLAG_FOR_TARGET.
9705 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
9706
9707 * configure: Emit a definition for the new macro enable_shared
9708 into each Makefile.
9709
252b5132
RH
9710Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9711
9712 * configure.in (host_tools, native_only): Add libtool.
9713
9714Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
9715
9716 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
9717 Fix typo in ming config comment.
9718
9719Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
9720
9721 * ltconfig, ltmain.sh: Update from libtool 1.0h.
9722
9723Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
9724
9725 * config.sub: Add tic30 cases, and map c30 to tic30.
9726
ba73c63f
JM
9727Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
9728
9729 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
9730 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
9731 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
9732 (CLEAN_TARGET_MODULES): Similarly
9733 (all-target-libf2c): Add dependences.
35590697 9734 * configure.in (target_libs): Add libf2c.
ba73c63f 9735
252b5132
RH
9736Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
9737
ba73c63f
JM
9738 * configure.in: Remove expect from noconfigdirs when target
9739 is cygwin32. OK to build expect and dejagnu with Canadian
9740 Cross.
252b5132
RH
9741
9742Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
9743
9744 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
9745 host.
9746
9747 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
9748 and mingw32.
9749
9750Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
9751
9752 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
9753 here as it is not defined in the toplevel Makefile.
9754
9755Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
9756
9757 * configure (package_makefile_rules_frag): New variable, which names
9758 a file with generic rules, ...
9759 Change comment to mention we now have FIVE parts.
9760 * configure: Undo last change.
9761
9762Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
9763
9764 * config.guess: More accurate determination of HP processor types.
9765 * config.sub: More accurate determination of HP processor types.
9766
9767Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
9768
9769 * configure (package_makefile_frag): Move inserting the
9770 ${package_makefile_frag} to where it should be according
9771 to the comment.
9772
ba73c63f 9773Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
9774
9775 * config.guess: Add support for Linux/ARM.
9776
9777Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
9778
9779 * .cvsignore: Remove *-info and *-install since they match
9780 release-info and mpw-install, which we don't want to just ignore.
9781
9782Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
9783
9784 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
9785
9786Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
9787
9788 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
9789 local_prefix to sub-make invocations.
9790
9791Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
9792
9793 * configure.in: Check makefile fragments in the source
9794 directory.
9795
9796Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9797
ba73c63f
JM
9798 * configure.in: Check whether host and target makefile
9799 fragments exist before adding them to *_makefile_frag.
252b5132
RH
9800
9801Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
9802
9803 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 9804
252b5132
RH
9805Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
9806
9807 * configure.in: Make sure we only replace RPATH_ENVVAR on
9808 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
9809 regexp to sed.
9810
9811 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
9812 to sub-makes.
9813
98141998-01-13 Lee Iverson (leei@ai.sri.com)
9815
9816 * config-ml.in (multi-do): LDFLAGS must include multilib
9817 designator.
9818
9819Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
9820
9821 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
9822
9823Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
9824
9825 * config.sub: Add mingw32 support.
9826 * configure.in: Likewise.
252b5132
RH
9827
9828Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
9829
9830 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
9831
9832Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
9833
9834 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9835 * configure (gxx_include_dir): Provide a definition for subdirs
9836 which do not use autoconf.
9837
9838Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
9839
9840 * config.guess: Sync with egcs. Picks up new alpha support,
9841 BeOS & some additional linux support.
9842
ba73c63f 9843Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9844
9845 * config.guess: HP 9000/803 is a PA1.1 machine.
9846
ba73c63f
JM
9847Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
9848
9849 * configure.in: It's alpha*-...
252b5132
RH
9850
9851Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9852
ba73c63f
JM
9853 * configure.in (host_makefile_frag, target_makefile_frag):
9854 Handle multiple config files.
9855 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
9856 alpha-*-*.
252b5132
RH
9857
9858Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
9859
9860 * mkdep: New file.
9861
9862Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
9863
9864 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
9865
9866Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
9867
9868 * Makefile.in: Add libgui directory.
9869 (GDB_TK): Add all-libgui.
9870 * configure.in: Add libgui directory.
9871 * configure: Add all-libgui to GDB_TK.
9872
9873Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
9874
9875 * config-ml.in (multidirs): Add m32r to multilib list.
9876
9877Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
9878
9879 * Makefile.in (all-target-gperf): Change dependency to
9880 all-target-libstdc++.
9881
9882Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
9883
9884 * config.guess: Add BeOS support.
9885
9886Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
9887
9888 Source directory cvs renamed to cvssrc:
9889 * configure.in (host_tools): Change cvs to cvssrc.
9890 (native_only): Likewise.
9891 (noconfigdirs) [various cases]: Likewise.
9892 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
9893 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
9894 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
9895 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
9896 (all-cvssrc): Rename target from all-cvs.
9897
9898Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
9899
9900 * configure (gxx_include_dir): Fix thinko.
9901
9902Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
9903
9904 * Makefile.in (INSTALL_TARGET_CROSS): Define.
9905 (install-cross, install-gcc-cross): New targets.
9906
9907Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
9908
9909 * configure.in (noconfigdirs): Add support for Thumb target.
9910
9911 * config.sub (maybe_os): Add support for Thumb target.
9912
9913Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
9914
9915 * Makefile.in: Add rules for cygmon.
9916
9917 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
9918
9919Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
9920
9921 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9922 * configure (gxx_include_dir): Provide a definition for subdirs
9923 which do not use autoconf.
9924
9925Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
9926
9927 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 9928 11/18/97 build
252b5132
RH
9929
9930Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
9931
9932 * From Franz Sirl.
9933 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
9934 found on RedHat Linux systems.
9935
9936Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
9937
9938 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
9939 guesses.
9940
9941Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
9942
9943 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
9944
9945Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
9946
9947 * ltmain.sh: If mkdir fails, check whether the directory was created
9948 anyhow by some other process.
9949
9950Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
9951
9952 * configure.in (d30v-*-*): Configure all directories.
9953
9954Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
9955
9956 * configure.in (d30v-*-*): Configure newlib, libiberty directories
9957 for the D30V.
9958
9959Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
9960
9961 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
9962
9963Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
9964
80413487
RH
9965 * include/libiberty.h: Add extern "C" { so it can be used with C++
9966 progrms.
9967 * include/remote-sim.h: Add extern "C" { so it can be used with C++
9968 programs.
252b5132
RH
9969
9970Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
9971
9972 * configure.in (d30v-*-*): Configure GCC now.
9973
9974Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
9975
9976 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
9977 is no longer needed.
9978
9979Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
9980
9981 * Makefile.in: check-target-libio depends on all-target-libstdc++.
9982
9983Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
9984
9985 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
9986 targets using "$@" to provide support for similar but not identical
9987 targets without having to duplicate code.
9988
9989Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
9990
9991 * makefile.vms: Fix to work with DEC C.
9992
9993Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
9994
9995 * config.sub: Add mips-tx39-elf to marketing names.
9996
9997Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
9998
9999 * ltmain.sh: Handle symlinks in generated script.
10000
10001Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
10002
10003 * configure: Handle autoconf style directory options: --bindir,
10004 --datadir, --includedir, --infodir, --libdir, --libexecdir,
10005 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10006 --sysconfdir.
10007 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10008 (sharedstatedir, localstatedir, oldincludedir): New variables.
10009 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10010 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10011 sbindir, sharedstatedir, and sysconfdir.
10012
10013Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10014
10015 * Makefile.in (bootstrap-lean): New target.
10016
10017Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
10018
10019 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 10020 sn, and gnuserv from noconfigdirs.
252b5132
RH
10021
10022Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
10023
10024 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10025
10026Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
10027
ba73c63f 10028 * Makefile.in (cross): New target.
252b5132
RH
10029
10030Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 10031 Jeff Law <law@cygnus.com>
252b5132
RH
10032
10033 * Makefile.in (bootstrap2, bootstrap3): New targets.
10034 (all-bootstrap): Remove outdated and confusing target.
10035 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10036
afb8d725
JM
10037Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
10038
10039 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 10040 windows. Consistent with gdb/configure.
afb8d725 10041
252b5132
RH
100421997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
10043
252b5132
RH
10044 * configure.in: Name Linux target fragment.
10045
10046 * configure: Rewrite so that project Makefile fragment is inserted
10047 first and appears last in the resulting Makefile.
10048
10049Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
10050
10051 * Makefile.in (install-itcl): Install tcl first.
10052
252b5132 10053Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 10054
252b5132
RH
10055 * configure.in: remove bison from noconfigdirs for Cygwin32 host
10056
10057Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10058
10059 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10060
10061 * configure.in (skipdirs): Add target-librx for Linux.
10062 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10063
10064Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
10065
10066 * Makefile.in (bootstrap): New target.
10067
10068Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
10069
10070 * config.sub: Accept 'amigados' for backward compatability.
10071
10072Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
10073
10074 * config.guess: Merge with FSF.
10075
ba73c63f
JM
10076Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
10077
10078 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10079
252b5132
RH
10080Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
10081
10082 * config.sub: Add "marketing-names" patch.
10083
10084Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
10085
80413487 10086 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
10087
10088Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
10089
10090 * config.sub: Handle v850-elf.
10091
ba73c63f
JM
10092Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
10093
10094 * .cvsignore (*-install): Remove.
10095
252b5132
RH
10096Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
10097
10098 * ltconfig: Set CONFIG_SHELL in libtool.
10099 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10100
10101Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10102
10103 * configure.in (target_subdir): Set to libraries if enable_multilib.
10104
10105Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
10106
10107 * config.guess: Update from gcc directory.
10108
10109Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
10110
10111 * Makefile.in (all-sim): Depends on all-readline.
10112
10113Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10114
10115 * Makefile.in (BISON, YACC): Use $$s.
10116 (all-bison): Depend on all-texinfo.
10117
10118Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
10119
10120 * Makefile.in (BISON): Add -L flag.
10121 (YACC): Likewise.
10122
10123Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10124
35590697
AJ
10125 * configure.in (noconfigdirs): Add support for v850e target.
10126
252b5132
RH
10127 * config.sub (maybe_os): Add support for v850e target.
10128
10129Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10130
35590697
AJ
10131 * configure.in (noconfigdirs): Add support for v850ea target.
10132
252b5132
RH
10133 * config.sub (maybe_os): Add support for v850ea target.
10134
10135Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
10136
10137 * config.sub: Add mipstx39. Delete r3900.
10138
10139Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10140
10141 * Makefile.in (all-autoconf): Depends on all-texinfo.
10142
10143Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
10144
10145 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10146 eabi targets.
10147
10148Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
10149
10150 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10151
10152 * configure: When handling a Canadian Cross, handle YACC as well as
10153 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 10154 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
10155
10156Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
10157
10158 * Makefile.in (BISON): bison, not byacc or bison -y.
10159 (YACC): bison -y or byacc or yacc.
10160 (various): Add *-bison as appropriate.
10161 (taz): No need to mess with BISON anymore.
10162
10163Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
10164
10165 * configure: If OSTYPE matches *win32*, try to find a good value for
10166 CONFIG_SHELL.
10167
10168Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
10169
10170 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10171 configure.in if it is present.
10172
10173Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
10174
10175 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10176
10177Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
10178
10179 * config.sub: Recognize `arc' cpu.
10180 * configure.in: Likewise.
10181 * config-ml.in: Likewise.
10182
10183Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
10184
10185 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10186
10187Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
10188
10189 * configure: Changed sed delimiter from ':' to '|' when
10190 attempting to substitute ${config_shell} for SHELL. On
10191 NT ${config_shell} may contain a ':' in it.
10192
10193Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
10194
10195 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10196
10197Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
10198
10199 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
10200
10201Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
10202
10203 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
10204
10205 * ylwrap: If the program is a relative path, force it to be
10206 absolute.
10207
10208Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
10209
10210 * configure (tooldir): Set BISON to `bison -y' and not just bison.
10211
10212Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
10213
10214 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
10215 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
10216 for libraries.
252b5132
RH
10217
10218Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
10219
10220 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 10221 separated by spaces.
252b5132
RH
10222
10223Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
10224
10225 * ylwrap: New file.
10226 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
10227
10228 * ltmain.sh: Handle /bin/sh at start of install program.
10229
10230 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
10231
10232 * ltconfig, ltmain.sh: New files, from libtool 1.0.
10233 * missing: New file, from automake 1.2.
10234
10235Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
10236
10237 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
10238 check-tk to CHECK_X11_MODULES.
10239
10240Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
10241
10242 * config.sub: Merge with FSF.
10243
10244Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
10245
10246 * config.guess: Merge with FSF.
10247
10248Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
10249
10250 * configure: Treat msdosdjgpp like go32.
10251 * configure.in: Likewise. Don't remove gprof for go32.
10252
10253 * configure: Change Makefile.tem2 to Makefile.tm2.
10254
10255Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
10256
10257 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
10258
10259Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10260
10261 * install-sh (chmodcmd): Set to null if the DST directory already
10262 exists. Same as Nov 11th change.
10263
10264Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
10265
35590697 10266 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
10267
10268Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
10269
10270 * config.guess: Update from FSF.
10271
10272Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
10273
10274 * Makefile.in (GDB_TK): Depend on itcl and tix.
10275
10276Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
10277
10278 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
10279 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
10280 (INSTALL_SCRIPT): New variable.
10281 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
10282 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
10283 to -x.
10284 * install-sh: Add support for -x option.
10285
10286Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
10287
10288 * configure.in, Makefile.in: Treat tix like itcl.
10289
10290Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
10291
10292 * Makefile.in (WINDRES): New variable.
10293 (WINDRES_FOR_TARGET): New variable.
10294 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
10295 (EXTRA_HOST_FLAGS): Add WINDRES.
10296 (EXTRA_TARGET_FLAGS): Add WINDRES.
10297 (EXTRA_GCC_FLAGS): Add WINDRES.
10298 ($(DO_X)): Pass down WINDRES.
10299 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10300 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
10301 DLLTOOL_FOR_TARGET.
10302
10303Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
10304
10305 * configure.in: configure sim before gdb for win32-x-ppc
10306
10307Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10308
10309 Move gperf into the toplevel, from libg++.
10310 * configure.in (target_tools): Add target-gperf.
10311 (native_only): Add target-gperf.
10312 * Makefile.in (all-target-gperf): New target, depend on
10313 all-target-libg++.
10314 (configure-target-gperf): Empty rule.
10315 (ALL_TARGET_MODULES): Add all-target-gperf.
10316 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
10317 (CHECK_TARGET_MODULES): Add check-target-gperf.
10318 (INSTALL_TARGET_MODULES): Add install-target-gperf.
10319 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
10320
10321Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 10322
252b5132
RH
10323 * config.sub (mn10200): Recognize new basic machine.
10324
10325Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10326
10327 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
10328 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
10329
10330Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10331
10332 * configure.in: If we're building mips-sgi-irix6* native, turn on
10333 ENABLE_MULTILIB and set TARGET_SUBDIR.
10334
10335Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
10336
10337 * Makefile.in (all-sn): Depend on all-grep.
10338
10339Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
10340
10341 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
10342
10343 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
10344 Makefile. From Jeff Makey <jeff@cts.com>.
10345 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
10346
10347 * Makefile.in (DISTBISONFILES): Remove.
10348 (taz): Don't futz with DISTBISONFILES. Change BISON to use
10349 $(DEFAULT_YACC).
10350
10351 * configure.in: Build itl, db, sn, etc., when building for native
35590697 10352 cygwin32.
252b5132
RH
10353
10354 * Makefile.in (LD): New variable.
10355 (EXTRA_HOST_FLAGS): Pass down LD.
10356 ($(DO_X)): Likewise.
10357
10358Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
10359
10360 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
10361
10362Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
10363
10364 * configure.in (targargs): Strip out any supplied --build argument
35590697 10365 before adding our own. Always add --build.
252b5132
RH
10366
10367Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
10368
10369 * configure.in (targargs): Pass --build if we're doing
10370 a cross-compile.
10371
10372Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
10373
ba73c63f 10374 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
10375 sed. Otherwise sed chokes on NT path names with drive
10376 designators. Also look for "?:*" as the leading characters in an
10377 absolute pathname.
10378
10379Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
10380
10381 * config.sub: Support for r3900.
10382
10383Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
10384
10385 * configure.in: Use install-sh, not install.sh.
10386
10387Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
10388
10389 * Makefile.in (taz): Improve check for BISON so it doesn't try to
10390 apply it twice.
10391
10392Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
10393
10394 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
10395 install-binutils.
10396
10397Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
10398
10399 * Makefile.in: Add automake targets.
10400 * configure.in (host_tools): Add automake.
10401
10402Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
10403
10404 * configure: Default CXX to c++, not gcc.
10405 * Makefile.in (CXX): Set to c++, not gcc.
10406 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
10407
10408Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
10409
10410 * install-sh: try appending a .exe if source file doesn't
10411 exist
10412
10413Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
10414
10415 * configure.in: Turn on multilib by default.
10416 (cross_only): Remove target-libiberty.
10417
10418 * Makefile.in (all-gcc): Don't depend on libiberty.
10419
10420Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
10421
10422 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
10423
10424Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
10425
10426 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
10427 (DISTBISONFILES): Add ld/Makefile.in
10428
10429Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
10430
10431 * configure.in: if target is cygwin32 but host isn't cygwin32,
10432 don't configure gdb tcl tk expect, not just gdb.
10433
10434Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
10435
10436 * configure.in: Added gnuserv everywhere sn appears.
10437
10438 * Makefile.in (ALL_MODULES): Added all-gnuserv.
10439 (CROSS_CHECK_MODULES): Added check-gnuserv.
10440 (INSTALL_MODULES): Added install-gnuserv.
10441 (CLEAN_MODULES): Added clean-gnuserv.
10442 (all-gnuserv): New target.
10443
10444Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
10445
10446 * config.guess: Fixes for MIPS OpenBSD systems.
10447
10448Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
10449
10450 * Makefile.in (INSTALL_XFORM): Remove.
10451 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
10452
10453 * mkinstalldirs: New file, copied from automake.
10454 * Makefile.in (installdirs): Rename from install-dirs. Use
10455 mkinstalldirs. Change all users.
10456 (DEVO_SUPPORT): Add mkinstalldirs.
10457
10458Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
10459
10460 * install-sh: Rename from install.sh.
10461 * Makefile.in (INSTALL): Change install.sh to install-sh.
10462 (DEVO_SUPPORT): Likewise.
10463
10464 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
10465 Graichen <graichen@rzpd.de>.
10466
10467Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
10468
10469 * config.guess: Recognize OpenBSD systems correctly.
10470
10471Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10472
10473 * README, Makefile.in (ETC_SUPPORT): Remove references to
10474 cfg-paper*, configure.{texi,man,info*}._
10475
10476Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
10477
10478 * Makefile.in (all.normal): Ensure that gcc is built after all
10479 the x11 - ie gdb - targets.
10480
10481Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
10482
10483 * makefile.vms: Don't run conf-a-gas.
10484
10485Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
10486
80413487 10487 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
10488
10489Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
10490
10491 * configure.in: Remove noconfigdirs case since gdb also
10492 configures and builds for tic80-coff.
10493
10494Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
10495
10496 * configure: Set cache_file to config.cache.
10497 * Makefile.in (local-distclean): Remove config.cache.
10498
10499Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
10500
10501 * COPYING: Update FSF address.
10502
10503Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
10504
10505 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
10506 noconfigdirs.
10507
10508Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
10509
10510 * Makefile.in (install-dirs): Don't crash if prefix, and hence
10511 MAKEDIRS, is empty.
10512
10513Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
10514
10515 * config.sub: Tweak mn10300 entry.
10516
10517Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
10518
10519 * configure.in (host_tools): Put sim before gdb, so gdb's
10520 configure.tgt can determine if the simulator was configured.
10521
10522Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
10523
10524 * config.sub: Move BeOS $os case to be with other Cygnus
10525 local cases.
10526
10527Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
10528
10529 * config.sub: Remove misplaced comment that broke Linux.
10530
10531Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
10532
10533 * config.sub: Add BeOS support.
10534
10535Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
10536
10537 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
10538
10539Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
10540
10541 * configure.in (noconfigdirs): Remove tcl and tk from
10542 noconfigdirs for cygwin32 builds.
10543
10544Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
10545
10546 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
10547
10548Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
10549
10550 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
10551 make-all.com, use makefile.vms instead.
10552
10553Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
10554
10555 * config.sub: Accept -lnews*.
10556
10557Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
10558
10559 * configure.in (noconfigdirs): Disable target-newlib,
35590697 10560 target-examples and target-libiberty for d30v.
252b5132
RH
10561
10562Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10563
10564 * configure.in (noconfigdirs): Enable ld for d30v.
10565
10566Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
10567
10568 * configure.in (tic80-*-*): Build compiler.
10569
10570Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
10571
10572 * configure.in (d30v-*): Remove sim directory from list of
35590697 10573 unsupported d30v directories
252b5132
RH
10574
10575Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10576
35590697
AJ
10577 * config.sub, configure.in: Add d30v target cpu.
10578
252b5132
RH
10579Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
10580
10581 * makefile.vms: New file.
10582 * make-all.com: Remove.
10583
10584Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
10585
10586 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
10587
10588Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
10589
10590 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
10591
10592Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
10593
10594 * Makefile.in (ALL_MODULES): Added all-db.
10595 (CROSS_CHECK_MODULES): Addec check-db.
10596 (INSTALL_MODULES): Added install-db.
10597 (CLEAN_MODULES): Added clean-db.
10598
10599Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
10600
10601 * config.guess: Merge with latest FSF sources.
10602
10603Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
10604
10605 * Makefile.in (ALL_MODULES): Added all-itcl.
10606 (CROSS_CHECK_MODULES): Added check-itcl.
10607 (INSTALL_MODULES): Added install-itcl.
10608 (CLEAN_MODULES): Added clean-itcl.
10609
10610Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
10611
10612 * configure.in: build gdb for mn10200
10613
10614Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
10615
10616 * Makefile.in (all-target-winsup): Depend on all-target-libio.
10617
10618Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
10619
10620 * configure.in (tic80-*-*): Turn off most targets right now.
10621
10622Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
10623
10624 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
10625 rather than the makeinfo program.
10626 (do-info): Depend upon all-texinfo.
10627
10628Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
10629
10630 * configure.in: Remove uses of config/mh-linux.
10631
10632 * config.sub, config.guess: Merge with latest FSF sources.
10633
10634Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
10635
10636 * config.sub (case $basic_machine): Add tic80 entries.
10637
10638Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
10639
10640 * config.sub, config.guess: Merge with latest FSF sources.
10641
10642Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10643
10644 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
10645 * mpw-config.in: Test for NewFolderRecursive.
10646 * mpw-install: Use symbolic name for startup filename.
10647 * mpw-README: Add various additional details.
10648
10649Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
10650
10651 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
10652
10653Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
10654
10655 * configure.in: Do build gcc and the target libraries for
10656 the mn10200.
10657
10658Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
10659
10660 * configure.in: don't avoid building gdb for mn10300 any more
10661 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
10662 instead of single-quoting it.
10663
10664Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
10665
10666 * configure.in: Don't use --with-stabs on IRIX 6.
10667
10668Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
10669
10670 * configure.in (m32r): Build gdb, libg++ now.
10671
10672Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10673
10674 * configure.in (mips*-sgi-irix6*): Remove gdb and related
10675 directories from noconfigdirs.
10676
10677Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
10678
10679 * config.sub (basic_machine): added mips16 configuration
10680
10681Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10682
10683 * config.sub: Handle d10v-unknown.
10684
10685Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
10686
10687 * config.sub: Handle v850-unknown.
10688
10689Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
10690
10691 * Makefile.in: add findutils
10692 * configure.in: add findutils to list of host_tools
10693
10694Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
10695
10696 * config.sub: Handle mn10200 and mn10300.
10697
10698Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10699
10700 * configure.in (d10v-*): Do not build librx.
10701
10702Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
10703
10704 * configure.in (mn10300): Build everything except gdb & libgloss.
10705
10706Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
10707
10708 * config.guess: Patch for Dansk Data Elektronik servers,
10709 from Niels Skou Olsen <nso@dde.dk>.
10710
10711 For ncr, use /bin/uname rather than uname, since GNU uname does not
10712 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
10713
10714 Patch for MIPS R4000 running System V,
10715 from Eric S. Raymond <esr@snark.thyrsus.com>.
10716
10717 Fix thinko for nextstep.
10718
10719 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
10720
10721 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
10722 * config.guess: Guess mips-dec-mach_bsd4.3.
10723
10724 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
10725 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
10726 release numbers.
10727 * config.guess (mips-mips-riscos*): Emit just enough of the
10728 release number.
10729
10730 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
10731 * config.guess (sparc-auspex-sunos*): Added.
10732 (f300-fujitsu-*): Added.
10733
10734 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
10735 * config.guess: Recognize a Tadpole as a sparc.
10736
10737Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10738
10739 * config.guess: Don't assume that NextStep version is either 2 or
10740 3. NextStep 4 (aka OpenStep 4) has come out now.
10741
10742Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10743
10744 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
10745 From Rik Faith <faith@cs.unc.edu>.
10746
10747Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10748
10749 * config.sub: Contributions from bug-gnu-utils to:
10750 Support plain "hppa" (no version given) architecture, reported by
10751 OpenStep.
10752 OpenBSD like NetBSD.
10753 LynxOs is not a hardware supplier.
10754
10755 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 10756 OpenBSD like NetBSD.
252b5132
RH
10757 Stratus systems.
10758 More Pyramid systems.
10759 i[n>4]86 Intel chips.
10760 M680[n>4]0 Motorola chips.
10761 Use unknown instead of lynx for hardware manufacturer.
10762
10763Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10764
10765 * install.sh (chmodcmd): Set to null if the DST directory already
10766 exists.
10767
10768Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10769
10770 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
10771 not use mt-ppc target Makefile fragment any more.
10772
10773Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10774
10775 * configure.in (*-*-windows): Exclude everything but those dirs
10776 needed to build windows.
10777
10778Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
10779
10780 * Makefile.in (all-target-winsup): Depend on all-target-librx.
10781
10782Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10783
10784 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
10785
10786Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10787
10788 * Undo my previous change.
10789
10790Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
10791
10792 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
10793 unconditionally.
10794 (MAKEOVERRIDES): Define (revert this part of October 18 change).
10795
10796Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10797
10798 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
10799 host to add it's own flags.
252b5132
RH
10800
10801Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
10802
10803 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
10804
10805Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
10806
10807 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
10808 (CXX_FOR_TARGET): Likewise.
10809 (GCC_FOR_TARGET): Define.
10810 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
10811 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
10812 CC_FOR_TARGET was specified on the command line.
10813 (MAKEOVERRIDES): Don't define.
10814
10815Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
10816
10817 * configure.in (m32r): Fix spelling of libg++ libs.
10818
10819Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
10820
10821 * config.sub (-apple*): Remove, now redundant.
10822
10823Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
10824
10825 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
10826
10827 * configure: Rework yesterday's sed script patch.
10828
10829 * config.sub: Merge with FSF.
10830
10831Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
10832
10833 * config.guess: Merge from FSF.
10834
10835 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
10836 * config.guess: Use pc instead of unknown, for pc clone systems.
10837 Change linux to linux-gnu.
252b5132
RH
10838
10839 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 10840 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
10841
10842Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
10843
10844 * test-build.mk (HOLES): Add "xargs" for gdb.
10845
10846 * configure: Avoid hpux10.20 sed bug.
10847
10848Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
10849
4bddf3ad 10850 * configure.in: Add support for windows host
252b5132
RH
10851 (that is a build done under the Microsoft build environment).
10852
10853Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
10854
10855 * Makefile.in: Replace all uses of srcroot with s, to shrink
10856 command line lengths.
10857
10858 Patches from Geoffrey Noer <noer@cygnus.com>:
10859 * configure.in: If configuring for newlib, pass --with-newlib to
10860 subdirectories.
10861 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
10862 -Bnewlib/ and -Lwinsup to gcc.
10863 (CXX_FOR_TARGET): Likewise.
10864
10865Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
10866
10867 * Makefile.in (ETC_SUPPORT): Add configure.
10868
10869Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
10870
35590697 10871 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
10872 host configuration file.
10873
10874Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
10875
10876 * configure.in: Break mn10x00 support into separate
10877 mn10200 and mn10300 configurations.
10878 * config.sub: Likewise.
10879
10880Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
10881
10882 * configure.in: Add lots of stuff to noconfigdirs for
10883 the mn10x00 targets.
10884
10885 * config.sub, configure.in: Add mn10x00 support.
10886
10887Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
10888
10889 * make-all.com: Call conf-a-gas, not config-a-gas.
10890
10891Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
10892
10893 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 10894 targets.
252b5132
RH
10895
10896Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
10897
10898 * mpw-README: Add much more detail for native PowerMac.
10899 * mpw-install: New file.
10900 * mpw-configure: Add --norecursion and --help options.
10901 * mpw-config.in: Translate readme and install files when
10902 copying to objdir.
10903 * mpw-build.in: Don't always depend on byacc and flex.
10904 (install-only-top): New action.
10905
10906Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
10907
10908 * configure.in: You can now configure GDB for the v850.
10909
10910Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
10911
10912 * configure.in (noconfigdirs): Don't configure any C++ dirs
10913 if targeting D10V.
10914
10915Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
10916
10917 * config.sub: Recognize mips64vr5000.
10918
10919Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
10920
10921 * configure.in: Use a single line for host_tools and native_only.
10922
10923Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
10924
10925 * config.sub, configure.in: Add entries for m32r.
10926
10927Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
10928
10929 * Makefile.in (inet-install): Don't run install-gzip.
10930
10931Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
10932
10933 * configure.in: Don't config lots of things for *-*-windows*.
10934
10935Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
10936
10937 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
10938 (host_libs, host_tools): Copy from configure.in.
10939 * mpw-configure: Don't complain about directories not found.
10940
10941Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10942
10943 * configure.in (i[345]86): Recognize i686 for pentium pro.
10944 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
10945 file.
10946
10947 * config.guess (i[345]86): Ditto.
10948
10949Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10950
10951 * configure.in (noconfigdirs): Removed gdb for D10V.
10952
10953Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
10954
10955 * configure.in: Remove ld, target-libio, target-libg++, and
10956 target-libstdc++ from noconfigdirs.
10957
10958Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
10959
10960 * configure: Fix three locations where shell scripts were
10961 being run directly rather than with config_shell.
10962
10963Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
10964
10965 * configure.in (v850-*-*): Set up initial $noconfigdirs.
10966 * config.sub (basic_machine): Recognize v850.
10967
10968Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
10969
10970 * mpw-configure: Handle multiple enable/disable options and
10971 pass them down recursively, handle -c and -s flags appropriately
10972 depending on choice of compiler, add escape mechanism for
10973 quoted arguments to gC.
10974
10975Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10976
10977 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
10978 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
10979 so that -mrelocatable-lib and -mno-eabi are used.
10980
10981 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
10982 not support --print-multi-lib, don't abort.
10983
252b5132
RH
10984Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
10985
10986 * make-all.com: Run config-a-gas.
10987 * setup.com: Don't copy subdirectory files around.
10988
10989Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
10990
10991 * configure.in (*-*-ose): Remove exclusion of libgloss for this
10992 target, it now compiles correctly.
10993
10994Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
10995
10996 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
10997
10998Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10999
35590697 11000 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
11001
11002Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11003
11004 * configure.in (native_only): Add prms.
11005
11006Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
11007
11008 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11009 (BINUTILS_SUPPORT_DIRS): Likewise.
11010
11011Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11012
11013 * configure.in (d10v-*-*): Don't configure ld or gdb until the
11014 d10v support is added.
11015
11016Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11017
11018 * configure.in (d10v-*-*): New target.
11019
11020Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
11021
11022 * config.guess (HP 9000/811): Recognize this as a PA1.1
11023 machine.
11024
11025Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
11026
11027 * Makefile.in (do-tar-gz): New target, split out from tail end of
11028 taz target. Run each command separately, don't use pipes.
11029 (taz): Use it.
11030
11031Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
11032
11033 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11034 * mpw-build.in: No builds should depend on building byacc or flex,
11035 they are assumed to be installed already.
11036
11037Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11038
11039 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11040 variable that CC_FOR_TARGET needs.
11041
11042Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11043
11044 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11045 options have changed since the last time the subdirectory was
11046 configured, and if it has, reconfigure.
11047 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11048 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11049
11050Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
11051
11052 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11053 CLEAN_MODULES): Add bash.
11054 (all-bash): New target.
11055
11056Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
11057
11058 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11059
11060Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11061
11062 * config.sub (basic_machine): Recognize d10v as a valid processor.
11063
11064Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
11065
11066 * mpw-configure: Add support for --bindir.
11067 * mpw-build.in: Use a GCC-specific build script for GCC actions.
11068
11069Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
11070
11071 * configure.in: add bash, time, gawk to list of hosttools and things
11072 to only build for native toolchains
11073
11074Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11075
11076 * Makefile.in (docdir): Remove.
11077
11078Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11079
11080 * Makefile.in (datadir): Set to $(prefix)/share.
11081
11082Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
11083
11084 * configure.in: build diff and patch for cygwin32-hosted
11085 toolchains.
11086
11087Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
11088
11089 * config.sub: Accept -rtems*.
11090
11091Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
11092
80413487 11093 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
11094 remove diff from the list of things not buildable
11095 via Canadian Cross
252b5132
RH
11096
11097Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
11098
11099 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 11100 don't get ". ".
252b5132
RH
11101
11102Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
11103
11104 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11105
11106Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
11107
11108 * Makefile.in (taz): Handle case where tex3patch didn't even get
11109 checked out. Also, if it was found, put the symlink in a new util
11110 subdirectory.
11111
11112Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11113
11114 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11115
11116Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
11117
11118 * config.sub: Recognize -openvms.
11119 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11120 * make-all.com, setup.com: New files.
11121
11122Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11123
11124 * Makefile.in (taz): tex3patch moved to texinfo/util.
11125
11126Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
11127
afb8d725 11128 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
11129 * configure.in: remove make from disable-if-Can-Cross list
11130 enable gdb if ${host} and ${target} are cygwin32
11131
11132Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
11133
11134 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
11135 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11136
11137Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11138
11139 * config.guess: Combine mips-mips-riscos cases, and use cpp to
11140 distinguish sysv/svr4/bsd variants.
11141 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11142
11143Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
11144
11145 * configure.in: Added copyright notice.
11146 * move-if-change: Added copyright notice.
11147
11148Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11149
11150 * configure.in (powerpcle-*-solaris*): Until we get shared
11151 libraries working, don't build gdb, sim, make, tcl, tk, or
11152 expect.
11153
11154Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
11155
11156 * config.guess: Merge with FSF:
11157
11158 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11159 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11160
11161 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
11162 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11163
11164 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
11165 * config.guess: Combine two OSF1 rules.
11166 Also recognize field test versions. From mjr@zk3.dec.com.
11167 * config.guess (dgux): Use /usr/bin/uname rather than uname,
11168 because GNU uname does not support -p. From pmr@pajato.com.
11169
11170Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
11171
11172 * Makefile.in (MAKEDIRS): Removed $(tooldir).
11173
11174Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
11175
11176 * mpw-README: Document GCCIncludes.
11177
11178Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
11179
11180 * configure.in (alpha-*-linux*): Set enable_shared to yes.
11181
11182Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11183
11184 * mpw-configure: Handle --enable-FOO and --disable-FOO.
11185
11186Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
11187
11188 * configure.in (*-*-cygwin32): Configure make.
11189
11190Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
11191
11192 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11193
11194Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
11195
11196 * Makefile.in (all-inet): Depend on all-perl.
11197
11198 * Makefile.in (inet-install): New target.
11199
11200 * Makefile.in (all-inet): Depend on all-tcl.
11201 (all-inet): Depend on all-send-pr.
11202
11203Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11204
11205 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
11206 temporarily.
11207
11208Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
11209
11210 * configure.in: Don't configure --with-gnu-ld on AIX.
11211
11212Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11213
11214 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
11215
11216Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
11217
11218 * Makefile.in (ALL_MODULES): Added all-inet.
11219 (CROSS_CHECK_MODULES): Added check-inet.
11220 (INSTALL_MODULES): Added install-inet.
11221 (CLEAN_MODULES): Added clean-inet.
11222 (all-indent): New target.
11223
11224 * configure.in (host_tools): Added inet.
11225 (native_only): Added inet.
11226 (noconfigdirs): Added inet.
11227
11228Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
11229
11230 * configure.in: Don't configure libgloss if we are not configuring
11231 newlib.
11232
11233Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
11234
11235 * configure.in: Don't configure libgloss for unsupported
11236 architectures.
11237
11238Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11239
11240 * Makefile.in (CLEAN_MODULES): Add clean-apache.
11241
11242Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
11243
11244 * Makefile.in (ALL_MODULES): Include all-apache.
11245 (CROSS_CHECK_MODULES): Include check-apache.
11246 (INSTALL_MODULES): Include install-apache.
11247 (all-apache): New target.
11248
11249 * configure.in: Added apache everywhere perl is seen.
11250
11251Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11252
11253 * Makefile.in: Add support for clean-{module} and
11254 clean-target-{module} rules.
11255
11256Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
11257
11258 * configure.in (*-*-ose) do not build libgloss.
11259
11260Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11261
11262 * config.guess (prep*:SunOS:5.*:*): Turn into
11263 powerpele-unknown-solaris2.
11264
11265Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
11266
11267 * configure.in: Permit --enable-shared to specify a list of
11268 directories.
11269
11270Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11271
11272 * configure.in (host==solaris): Pass only the first word of $CC
11273 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
11274
11275Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11276
11277 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
11278
11279Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
11280
11281 * Makefile.in (ALL_MODULES): Include all-perl.
11282 (CROSS_CHECK_MODULES): Include check-perl.
11283 (INSTALL_MODULES): Include install-perl.
11284 (ALL_X11_MODULES): Include all-guile.
11285 (CHECK_X11_MODULES): Include check-guile.
11286 (INSTALL_X11_MODULES): Include install-guile.
11287 (all-perl): New target.
11288 (all-guile): New target.
11289
11290 * configure.in (host_tools): Include perl and guile.
11291 (native_only): Include perl and guile.
11292 (noconfigdirs): Don't build guile and perl; no ports have been
11293 done.
11294
11295Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
11296
80413487
RH
11297 * configure (--enable-*): Handle quoted option lists such as
11298 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
11299
11300Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11301
11302 * Makefile.in ({,inst}all-target): New rule so we can make and
11303 install all of the target directories easily.
11304
11305Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11306
11307 * configure.in: Add missing global flag in sed substitution when
11308 deleting `target-' from ${configdirs}.
11309
11310Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
11311
11312 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
11313 option.
11314
11315 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
11316 config/mh-necv4.
11317
11318 * install.sh: Correct misspelling of transformbasename.
11319
11320 * config.guess: Recognize mips-*-sysv*.
11321
11322Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
11323
11324 * config.sub: Recognize mon960.
11325
11326Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
11327
11328 * configure: Restore Canadian Cross handling of BISON and LEX,
11329 removed in Feb 20 change.
11330
11331Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
11332
11333 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
11334 Mention make install. Remove the old copyright date as well the
11335 clumsy and rather pointless copyright on the README file.
11336
11337Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
11338
11339 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
11340 Makefile after running symlink-tree, then run `make distclean' to
11341 avoid clobbering any generated files in srcdir.
11342
11343Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
11344
11345 * configure.in (m68k-*-netbsd*): Build everything now.
11346
11347Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11348
11349 * Makefile.in (taz): Fix quoting.
11350
11351Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
11352
11353 * configure.in (sparclet-*-*): Build everything now.
11354
11355Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11356
11357 * configure.in (m68k-*-linux*): New host.
11358
11359Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
11360
11361 * configure: Check for bison before byacc.
11362
11363Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
11364
11365 * Makefile.in configure: Change the way LEX and BISON/YACC are
11366 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
11367 searching PATH. These are used as fallbacks by Makefile.in if
11368 flex/bison/byacc aren't in objdir.
11369
11370Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
11371
11372 * Makefile.in: Make everything which depends upon all-bfd also
11373 depend upon all-opcodes, in case --with-commonbfdlib is used.
11374
11375Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11376
11377 * configure.in (host *-*-cygwin32): Don't build gdb if we are
11378 building NT native compilers on Unix.
11379
11380Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
11381
11382 * configure.in: Don't get CC from the host Makefile fragment if we
11383 can find gcc in PATH, or if this is a Canadian Cross. Move the
11384 Solaris test for /usr/ucb/cc to the post target script, just after
11385 the compiler sanity test.
11386
11387Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
11388
11389 * config.sub: Merge with FSF.
11390
11391Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
11392
11393 * Makefile.in (RPATH_ENVVAR): New variable.
11394 (REALLY_SET_LIB_PATH): Use it.
11395 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
11396
11397Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
11398
11399 * config.sub, configure.in: Recognize sparclet cpu.
11400
11401Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
11402
11403 * config.guess: Support m68k-cbm-sysv4.
11404
11405Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11406
11407 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
11408 m68k-unknown-linuxaout from linker help string. Put quotes around
11409 $ld_help_string.
11410
11411Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
11412
11413 * config.guess (powerpc-harris-powerunix): Add guess for port
11414 to new target.
11415
11416Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11417
11418 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
11419
11420Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
11421
11422 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
11423 $(REALLY_SET_LIB_PATH) in Makefile.
11424 * Makefile.in (SET_LIB_PATH): New variable.
11425 (REALLY_SET_LIB_PATH): New variable.
11426 ($(DO_X)): Use $(SET_LIB_PATH).
11427 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
11428 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
11429 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
11430 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
11431 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
11432 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
11433 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
11434 (install-dosrel): Likewise.
11435 (all-opcodes): Depend upon all-libiberty.
11436
11437Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
11438
11439 * config.guess (*:CYGWIN*): New
11440
11441Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11442
11443 * Makefile.in (all-target-winsup): All all-target-libiberty.
11444
11445Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11446
11447 * configure.in (noconfigdirs): Add missing # in front of comment.
11448
11449Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
11450
11451 * configure.in: add second pass to things added to noconfigdirs
11452 so *-gm-magic can exclude libgloss properly.
11453
11454Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
11455
11456 * mpw-configure (extralibs_name, rez_name): Set correctly
11457 for MWC68K compiler.
11458
11459 * mpw-README: Add more info on the necessary build tools.
11460
11461Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
11462
11463 * configure.in, config.sub: Recognize cygwin32.
11464
11465Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
11466
11467 * config.guess, config.sub: Recognize A/UX.
11468
11469Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
11470
11471 * config.sub: Merge with gcc/config.sub.
11472
11473Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
11474
11475 * mpw-build.in (do-binutils): Add build of stamps.
11476
11477Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
11478
11479 * config.sub: Add recognition for mips64vr4100*-* targets.
11480
11481Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11482
11483 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
11484 Add creation of gconfigargs with `--enable-shared' turned on.
11485 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
11486 ($(host)-stamp-stage3-configured): Likewise.
11487 (HOLES): Add chatr and ldd.
11488 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
11489
11490Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
11491
11492 * configure: Pass --nfp to recursive configures.
11493
11494Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
11495
11496 * Makefile.in (DLLTOOL): New.
11497 (DLLTOOL_FOR_TARGET): New.
11498 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
11499 (EXTRA_TARGET_FLAGS): Ditto.
11500 (EXTRA_GCC_FLAGS): Ditto.
11501 (CONFIGURE_TARGET_MODULES): Ditto.
11502 (DO_X): Ditto.
11503 * configure: Add DLLTOOL.
11504
11505Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
11506
11507 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
11508 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
11509 mh-sco, since old workarounds no longer needed, and don't
11510 build ld, since libraries have weak symbols in COFF.
11511
11512Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
11513
11514 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
11515
11516Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
11517
11518 * configure.in: Make sure that ${CC} can be used to compile an
11519 executable.
11520
afb8d725
JM
11521Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11522
11523 * Makefile.in (all-gdb): Depend on $(GDB_TK).
11524 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
11525 nothing depending on whether gdbtk is being built.
11526
252b5132
RH
11527Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
11528
11529 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
11530
11531Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
11532
11533 * configure.in (noconfigdirs): Put ld or gas in this early, if the
11534 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
11535
11536Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
11537
11538 * config-ml.in: Add support for
11539 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
11540 Simplify setting of multidirs from --disable-foo.
11541
11542Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11543
11544 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
11545 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
11546 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 11547 non-empty, pass them on to the GCC make.
252b5132
RH
11548 (all-bootstrap): New rule that is like all-gcc, except it executes
11549 the GCC bootstrap rule instead of the GCC all rule.
11550
11551Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
11552
11553 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
11554
11555Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11556
11557 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
11558 DG/UX support.
11559
11560Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
11561
11562 * config.sub (i*86*) Change [345] to [3456]
11563
11564Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11565
11566 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
11567 --with-gnu-ld=no.
11568
11569Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11570
11571 * config-ml.in (rs6000*, powerpc*): Add switches to control which
11572 AIX multilibs get built.
11573
11574Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11575
11576 * configure.in (i386-win32): Don't build expect if we're not
11577 building the tcl subdir.
11578
11579Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
11580
11581 * Makefile.in: (configure-target-examples, all-target-examples):
11582 New targets, configure and build example programs.
11583
11584Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11585
11586 * mpw-configure: If an mpw-config.in generated a file mk.sed,
11587 use it as input to sedit the generated MPW makefile.
11588 * mpw-README: Add a suggestion about Gestalt.h.
11589
11590Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
11591
11592 * config.sub: Accept *-*-ieee*.
11593
11594Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
11595
11596 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
11597 Ronald F. Guilmette <rfg@monkeys.com>.
11598
11599Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11600
11601 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
11602 for powerpc-pe native.
11603 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
11604 (target==powerpc-pe): duplicate i386-win32 entry.
11605
11606Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11607
11608 * configure.in (noconfigdirs): Exclude target-newlib for all versions
11609 of vxworks, not just vxworks5.1.
11610
11611Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
11612
11613 * mpw-configure: Add support for exec-prefix.
11614
11615Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11616
11617 * config.guess: Recognize HP model 816 machines as having
11618 a PA1.1 processor.
11619
11620Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
11621
11622 * configure: Ignore new autoconf configure options.
11623
252b5132
RH
11624Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11625
11626 * config.guess: Recognize Pentium under SCO.
11627 From Robert Lipe <robertl@arnet.com>.
11628
11629Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11630
11631 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
11632
11633Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
11634
11635 * configure.in: Don't configure gas for alpha-dec-osf*.
11636
11637Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
11638
11639 * configure.in: Default to --with-stabs for some targets for which
11640 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
11641 i[345]86*-*-unixware*.
11642
11643Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
11644
11645 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
11646 rather than basing it on the target. Simplify handling of options
11647 controlling which directories to configure. Remove extraneous
11648 slash in multi-clean target.
11649
11650Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
11651
11652 * config-ml.in: Prefix more variables with ml_ so they don't collide
11653 with configure's.
11654
11655Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
11656
11657 * configure: Don't turn -v into --v.
11658
11659Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
11660
11661 * configure.in (targargs): Fix typo.
11662
11663 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
11664
11665Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
11666
11667 * configure.in: Strip --host and --target options from
11668 CONFIG_ARGUMENTS, and always configure for --host only. Add
11669 --with-cross-host option when building with a cross-compiler.
11670 * configure: Canonicalize the arguments put into config.status by
11671 always using `=' for an option with an argument. Pass a presumed
11672 --host or --target explicitly.
11673
11674Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
11675
11676 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
11677 into general OS recognition case.
11678
11679Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11680
11681 * configure.in (target_configdirs): add target-winsup only
11682 for win32 target systems.
11683
11684Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
11685
11686 * Makefile.in (all-target-libgloss): Depend upon
11687 configure-target-newlib, since when libgloss is built it looks to
11688 see if the newlib directory exists.
11689
11690Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
11691
11692 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
11693 cfg-ml-*.in.
11694
11695Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
11696
11697 * configure: Handle LD and LD_FOR_TARGET when configuring a
11698 Canadian Cross.
11699
252b5132
RH
11700Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11701
11702 * configure.in (target_libs): add target-winsup.
11703 (target==i386-win32): add patch diff flex make to $noconfigdirs.
11704 (target==ppcle-pe): remove ld from $noconfigdirs.
11705
11706Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
11707
11708 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
11709 Preserve relative path names in $srcdir. Build symlink tree if
11710 configuring cross target dir and srcdir=. (= no VPATH support).
11711 (configure-target-libg++): Depend on configure-target-librx.
11712 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
11713 * config-ml.in: New file.
11714 * symlink-tree: New file.
11715 * configure: Ensure srcdir="." if that's what it is.
11716
11717Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
11718
11719 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
11720 includes and FLEX_SKELETON setting.
11721 * mpw-configure (--with-gnu-ld): New option, controls whether
11722 to use PPCLink or ld with PowerMac GCC.
11723 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
11724 * mpw-config.in: Configure grez if targeting Mac.
11725
11726 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
11727 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
11728 just macos.
252b5132
RH
11729 * configure.in: Configure grez resource compiler if targeting Mac.
11730 * Makefile.in (all-grez, install-grez): New targets.
11731
11732Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
11733
11734 * configure: CXX defaults to gcc, not g++. If we find
35590697 11735 gcc in the path, set CC to gcc -O2.
252b5132
RH
11736
11737Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
11738
11739 * configure: Default ${build} correctly. Avoid picking up extra
11740 spaces when reading CC and CXX from Makefile. When doing a
11741 Canadian Cross, use plausible default values for numerous
11742 variables.
11743 * configure.in: When doing a Canadian Cross, don't try to
11744 configure tools whose configure script can't handle it.
11745
11746Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11747
11748 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
11749
11750Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
11751
11752 * configure: Remove dubious bug reporting address.
11753
11754Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
11755
11756 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
11757 configure script, run that instead of this directory's configure.
11758 In either case, print a message that we're configuring the sub-dir.
11759
11760Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
11761
11762 * configure.in: Before checking for the existence of various files,
11763 use sed to filter out "target-".
11764
11765Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
11766
11767 * Makefile.in (DO_X): Split rule to decrease command line length
11768 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
11769 (Philippe De Muyter).
11770
11771Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11772
11773 * Makefile.in (all-patch): depend on all-libiberty.
11774
11775Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
11776
11777 * configure.in: If the only directory in target_configdirs which
11778 actually exists is libiberty, then set target_configdirs to empty,
11779 to avoid trying to build a target libiberty in a gas or gdb
11780 distribution.
11781
11782Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
11783
11784 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
11785 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
11786 systems.
252b5132
RH
11787
11788Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11789
11790 * configure.in (copy_dirs): Use sys-include instead of include
11791 for --with-headers option.
11792
11793Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
11794
11795 * Makefile.in, configure.in: Make winsup builds work with
11796 new scheme.
11797
11798Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
11799
11800 * configure.in: Build the linker on AIX.
11801
11802Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
11803
11804 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
11805 where needed.
11806
11807Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
11808
11809 * Makefile.in (all-gcc): Fix typo.
11810
11811Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
11812
11813 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
11814
11815Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
11816
11817 * configure.in: Rename libFOO to target-libFOO, and xiberty
11818 to target-xiberty, to provide more flexibility.
11819 (target_subdir): Define. Create if cross.
11820 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
11821 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
11822 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
11823 check-libFOO -> check-target-libFOO, etc.
11824 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
11825 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
11826 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
11827 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
11828 allow ALL_GCC="" to only configure.
11829 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
11830 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
11831 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
11832
11833Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
11834
11835 * Makefile.in (taz): Build "info" in etc explicitly.
11836
11837Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
11838
11839 * configure.in: Make sure that CC is undefined (as opposed to
11840 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
11841 problem with autoconf trying to configure on a host without GCC.
11842
11843Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11844
11845 * mpw-configure: Set host alias from choice of host compiler,
11846 only use generic MPW Makefile sed if present, edit a file
11847 named "hacked_Makefile.in" instead of "Makefile.in" if present.
11848 * mpw-README: Add problem notes about CW6 and CW7.
11849
11850Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
11851
11852 * Makefile.in (taz): Use ";" instead of ";;".
11853
11854Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
11855
11856 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
11857 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
11858 DISTDOCDIRS.
11859 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
11860 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
11861
11862Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
11863
11864 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
11865 and gnats, because they are now subsumed by DISTSTUFFDIRS.
11866 Move bfd to DISTSTUFFDIRS.
11867
11868Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11869
11870 * Makefile.in (X11_LIB): Removed.
11871 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
11872
11873 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
11874
11875Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11876
11877 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
11878 names.
11879
11880Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11881
11882 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
11883
11884Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
11885
11886 * configure.in (i[345]86-*-win32): Always build newlib.
11887 Don't configure cvs, autoconf or texinfo.
11888 * Makefile.in (LD_FOR_TARGET): New.
11889 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
11890 Pass down LD_FOR_TARGET.
11891
11892Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
11893
11894 * winsup: New directory.
11895 * Makefile.in: Build winsup.
11896 * configure.in: Winsup is configured when target is win32.
11897 Can only build win32 target GDB when native.
35590697 11898
252b5132
RH
11899Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
11900
11901 * config.guess: Recognize HP model 819 machines as having
11902 a PA 1.1 processor.
11903
11904Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
11905
11906 * configure: Fix sed loop which substitutes for CC and CXX to
11907 avoid bug found in various sed implementations.
11908
11909Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11910
11911 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
11912 simulator. Use standard powerpc-*-eabi*.
11913
11914Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
11915
11916 * configure.in: Stop putting gas and binutils in noconfigdirs for
11917 powerpc-*-aix* and rs6000-*-*.
11918
11919Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
11920
11921 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
11922 -mcall-aixdesc libraries.
11923
11924Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
11925
11926 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11927
11928 * config.sub (arm | armel | armeb): Fix shell syntax.
11929
11930Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11931
11932 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
11933 -msoft-float and -mcpu=common support.
11934 (powerpc*-*-eabisim*): Add support for building -mcall-aix
11935 libraries.
11936
11937Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11938
11939 * configure.in: Allow configuration and build of emacs19 for the alpha.
11940
11941Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11942
11943 * configure.in (CC): Get ^CC, not just any old CC, from
11944 ${host_makefile_frag}.
11945
11946Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11947
35590697 11948 * configure.in (CC): Try to get CC from
252b5132
RH
11949 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
11950
11951Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11952
11953 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
11954 only if it exists in $(srcdir).
11955
11956Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
11957
11958 * configure: If CC and CXX are not set in the environment, set
11959 them, based on either an existing Makefile or on searching for gcc
11960 in PATH. Substitute for CC and CXX in Makefile.
11961 * configure.in: Remove libm from target_libs. Separate
11962 target_configdirs from configdirs. If CC is not set in
11963 environment, try to get it from a host Makefile fragment. Rewrite
11964 changes of configdirs to use skipdirs instead. A few minor
11965 tweaks. Take directories out of target_configdirs as they are
11966 taken out of configdirs. Remove existing Makefile files from
11967 subdirectories. Substitute for TARGET_CONFIGDIRS and
11968 CONFIG_ARGUMENTS in Makefile.
11969 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
11970 by configure.in.
11971 (CONFIG_ARGUMENTS): Likewise.
11972 (CONFIGURE_TARGET_MODULES): New variable.
11973 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
11974 ($(CONFIGURE_TARGET_MODULES)): New target.
11975 (configure-libg++, configure-libio): New targets.
11976 (all-libg++): Depend upon configure-libg++.
11977 (all-libio): Depend upon configure-libio.
11978 (configure-libgloss, all-libgloss): New targets.
11979 (configure-libstdc++): New target.
11980 (all-libstdc++): Depend upon configure-libstdc++.
11981 (configure-librx, all-librx): New targets.
11982 (configure-newlib): New target.
11983 (all-newlib): Depend upon configure-newlib
11984 (configure-xiberty): New target.
11985 (all-xiberty): Depend upon configure-xiberty.
11986
11987Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11988
11989 * configure.in (host i[345]86-*-win32): Expand the
11990 noconfigdirs again.
11991
11992Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
11993
11994 * mpw-configure: Fix sed command file name.
11995
11996Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
11997
35590697 11998 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
11999 noconfigdirs again.
12000
12001Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
12002
12003 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12004 or powerpc*-*-pe*, since they are not yet supported.
12005
12006Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12007
12008 Add PowerMac support and many other enhancements.
12009 * mpw-configure: New option --cc to select compiler to use,
12010 paste options set according to --cc into the generated
12011 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12012 if mpw-make.sed is present.
12013 * mpw-config.in: Don't test for gC1, test for mpw-touch,
12014 add forward includes for PowerPC include files.
12015 * mpw-build.in: Build using Makefile.PPC if present.
12016 (do-byacc, etc): Remove separate version resource builds.
12017 (do-gas): Build "stamps" before "all".
12018 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12019 * mpw-README: Update to reflect --cc option, PowerMac support,
12020 and recently-reported compatibility problems.
12021
12022Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
12023
12024 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12025 embedded m68k systems (-aout, -coff, -elf, -vxworks).
12026 (--with-multilib-top): Pass to recursive invocations.
12027
12028Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
12029
12030 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12031 v810-*-*.
12032
12033Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12034
12035 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12036 gdb, ld and opcodes on v810-*-*.
12037
252b5132
RH
12038Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
12039
12040 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12041 (local-maintainer-clean): New target.
12042 (maintainer-clean): New target.
12043 (realclean): Just depend upon maintainer-clean.
12044
12045Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12046
12047 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12048
12049Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
12050
12051 * configure.in: Build ld in mips*-*-bsd* case.
12052
12053Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
12054
12055 * config.sub: Accept -lites* OS. From Ian Dall.
12056
12057Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
12058
12059 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 12060 targets.
252b5132
RH
12061
12062Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12063
12064 * configure.in: treat i386-win32 canadian cross the same as
12065 i386-go32 canadian cross.
12066
12067Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12068
12069 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12070 running under the simulator to build a reduced set of libraries.
12071 (powerpc-*-eabiaix): Add fine grained multilib support added to
12072 other powerpc targets yesterday.
12073
12074Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12075
12076 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12077 -disable-softfloat, -disable-relocatable, -disable-aix, and
12078 -disable-sysv to control which multilib libraries get built.
12079
12080Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12081
12082 * configure: Add Makefile.tem to list of files to remove in trap
12083 handler.
12084
12085Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
12086
12087 * config.guess (*Linux*): Add missing "exit"s.
12088 Also, need specific check for alpha-unknown-linux (uses COFF).
12089
12090Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
12091
12092 * config.guess: Merge with FSF:
12093
12094 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
12095 * config.guess (AIX4): More robust release numbering discovery.
12096
12097 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
12098 * config.guess (i386-sequent-ptx): Properly get version number.
12099
12100 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
12101 * config.guess (mips:*:4*:UMIPS): New case.
12102
12103Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
12104
12105 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12106 (i386-win32 host): Likewise. Don't build readline.
12107
afb8d725
JM
12108Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
12109
12110 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
12111 SUPPORT_FILES to submakes.
12112
252b5132
RH
12113Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
12114
12115 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12116 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12117 mpw-configure.
12118
12119Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
12120
12121 * configure.in (appdirs): Use =, not ==, in test expression when
12122 trying to build the text to print in the warning message for
12123 Solaris users.
12124
12125Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
12126
12127 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12128
12129Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12130
12131 * config.guess: Recognize lynx-2.3.
12132
12133Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
12134
12135 * config.sub (z8ksim): Deleted
12136 (z8k-*-coff): New, this is the one true name of the target.
12137
12138Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
12139
12140 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12141
12142Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
12143
12144 * config.guess (*:Linux:*:*): First try asking the linker what the
12145 default object file format is (elf, aout, or coff). Then if this
12146 fails, try previous methods.
12147
12148Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12149
12150 * configure.in: Don't build newlib for *-*-vxworks5.1.
12151
12152Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12153
12154 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12155 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12156
12157Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
12158
12159 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12160
12161Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
12162
12163 * cfg-ml-com.in: New file.
12164 * cfg-ml-pos.in: New file.
12165
12166Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12167
12168 * COPYING.NEWLIB: Add HP free copyright to list.
12169
12170Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12171
12172 * config.sub: Recognize -eabi* for the system, not just -eabi.
12173
12174Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
12175
12176 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12177 * config.sub, configure.in (win32): New target and host.
12178
12179Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
12180
12181 * configure.in: Add i386-pe configuration.
12182
12183Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
12184
12185 * mpw-build.in (install): Install GDB after LD.
12186
12187Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
12188
12189 * mpw-config.in (elf/mips.h): Always forward-include, needed
12190 for GDB to build.
12191
12192Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
12193
12194 * testsuite: New directory for customer acceptance and whole tool
12195 chain tests.
12196
12197Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12198
12199 * configure: If per-host line isn't found, but AC_OUTPUT is found
12200 and a configure script exists, run it instead.
12201
12202Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12203
12204 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
12205
12206Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
12207
12208 * configure: Set build_{cpu,vendor,os,alias} to host values when
12209 --build isn't specified.
12210
12211Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12212
12213 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
12214 (FLAGS_TO_PASS): Pass them.
12215 (EXTRA_TARGET_FLAGS): Ditto.
12216
252b5132
RH
12217Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12218
12219 * Makefile.in (all-libg++): Depend on all-libstdc++.
12220
12221Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12222
12223 * configure.in (noconfigdirs): Enable all packages for
12224 i386-unknown-netbsd.
12225
12226Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
12227
12228 * configure.in (noconfigdirs): Don't configure tk for i386-go32
12229 hosted builds (DOS builds)
12230
12231Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12232
12233 Changes for ARM based on patches from Richard Earnshaw:
12234 * config.sub: Handle armeb and armel.
12235 * configure.in: Omit arm linker only for riscix.
12236
12237Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
12238
12239 * config.guess: Update from FSF.
12240
12241Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
12242
12243 * config.sub: Recognize powerpcle as the little endian varient of
12244 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
12245 powerpcle variant. Convert pentium into i586, not i486. Add p5
12246 alias for i586. Map new x86 variants p6, k5, nexgen into i586
12247 temporarily.
12248
12249Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
12250
12251 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
12252
12253Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
12254
12255 * config.sub: Accept -lites* as a basic system type.
12256
12257Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
12258
12259 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
12260 installed, and if so return linuxoldld as the system name.
12261
12262Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
12263
12264 * config.guess: Add hppa1.1-hp-lites support.
12265
12266Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
12267
12268 * configure.in: Don't build newlib for m68k-vxworks5.1.
12269
12270Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12271
12272 * configure.in (mips-sgi-irix6): Use mh-irix5.
12273
12274Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
12275
12276 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
12277
12278Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12279
12280 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 12281 OSF/1. Fix compiler flags.
252b5132
RH
12282 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
12283
12284Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
12285
12286 * configure.in: Recognize --with-newlib.
12287 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
12288
afb8d725
JM
12289Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12290
12291 * Makefile.in: move {all,check,install}-gdb from *_MODULES
12292 to *_X11_MODULES due to gdbtk needing X include files et al.
12293
252b5132
RH
12294Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
12295
12296 Merge in support for Mac MPW as a host.
12297 (Old change descriptions retained for informational value.)
12298
12299 * mpw-config.in: Add generic include forwards for cpu-specific
12300 include files in aout and elf directories.
12301
12302 * mpw-configure: Added copyright.
12303 * mpw-config.in: Check for presence of required build tools.
12304 (target_libs): Add newlib.
12305 (target_tools): Add examples.
12306 (Read Me): Generate as "Read Me for MPW" instead.
12307 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
12308 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
12309 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
12310
12311 * mpw-configure: Remove subdir-specific makefile hackery,
12312 delete mk.tmp after using it.
12313
12314 * mpw-build.in (all): Display start and end times.
12315
12316 * mpw-configure (host_canonical): Set.
12317 (target_cpu): Always add to makefiles.
12318 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
12319 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
12320 (mpw-mh-mpw): Look for in srcdir and srcroot.
12321 Use sed instead of mpw-edit-prefix to edit prefix definitions.
12322
12323 * mpw-build.in: (install-only): New target.
12324
12325 * mpw-configure (host_alias, target_alias): Rename from hostalias
12326 and targetalias, add into generated Makefile.
12327 (mk.tmp): If present, add into generated Makefile.
12328 * mpw-build.in (all-gas): Build config.h first before gas proper.
12329
12330 * mpw-configure (config.status): Write only if changed.
12331 * mpw-config.in (readline): Configure it (not built, just used for
12332 definitions).
12333
12334 * mpw-config.in (elf/mips.h): Add a forward include.
12335
12336 * mpw-config.in: Forward-include most .h files in include into
12337 extra-include.
12338 (readline): Don't build.
12339 mpw-build.in (install): Install GDB.
12340
12341 * mpw-configure (prefix, mpw_prefix): Handle it.
12342 * mpw-config.in (mmalloc, readline): Don't configure.
12343 * mpw-build.in (thisscript): Rename to ThisScript.
12344 Use mpw-build instead of BuildProgram everywhere.
12345 (mmalloc, readline): Don't build.
12346 * mpw-README: New file, basic documentation about the MPW port.
12347
12348 * mpw-config.in: Use forward-include to create include files.
12349
12350 * mpw-configure: Add more things to the top of each configured
12351 Makefile, including contents of config/mpw-mh-mpw.
12352 * mpw-config.in (extra-include): Create this directory and fill it
12353 with Posix-like include files when configuring.
12354
12355 * config.sub (apple, mac, mpw): Add various aliases.
12356
12357 * mpw-build.in: New file, top-level build script fragment for MPW.
12358 * mpw-configure: New file, configure script for MPW.
12359 * mpw-config.in: New file, config fragment for MPW.
12360
12361Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12362
12363 * configure.in (host_libs): Remove glob, since it is gone from the
12364 sources.
12365
12366Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12367
12368 * Makefile.in: define empty GDB_NLM_DEPS var.
12369
12370 * configure.in(target_makefile_frag): use config/mt-netware
12371 for netware targets.
12372
12373Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
12374
12375 * config.sub: Merge in recent FSF changes. Remove linux special
12376 cases.
12377
12378Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12379
4bddf3ad 12380 Revert this change:
252b5132
RH
12381
12382 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
12383
12384 * build-all.mk: Use CC=cc -Xs on Solaris.
12385
252b5132
RH
12386Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12387
12388 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
12389 stop using it.
12390 * Makefile.in: Nuke all references to glob subdirectory.
12391
12392Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12393
12394 * configure.in: Fix --enable-shared logic in per-host.
12395
12396Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
12397
12398 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
12399
12400Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12401
12402 * configure.in (noconfigdirs): Don't build gas on AIX, for
12403 powerpc*-*-aix* as well as for rs6000*-*-aix*.
12404
12405Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
12406
12407 * configure: Fix --cache-file to work if the file argument is a
12408 relative path.
12409
12410Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
12411
12412 * configure: If the --cache-file is used, pass it down to
12413 configure in subdirectories.
12414
12415Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
12416
12417 * config.sub: add vxworks29k configuration.
12418
12419Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12420
12421 * Makefile.in (taz): Do "diststuff" part quietly.
12422
12423Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
12424
12425 * config.sub: Mini-merge with gcc/config.sub.
12426
12427Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12428
12429 * config.guess (IRIX): Sed - to _.
12430
12431Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12432
12433 * Makefile.in (source-vault, binary-vault): New targets.
12434
12435Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
12436
12437 * config.sub: Recognize -eabi as a basic system type.
12438
12439Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12440
12441 * configure.in (enable_shared stuff): Fix typo.
12442
12443Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
12444
12445 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
12446
12447Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12448
12449 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
12450
12451Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12452
12453 * configure.in (rs6000-*-*): Don't build gas.
12454
12455Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
12456
12457 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
12458 reduce command line length.
12459 (AS_FOR_TARGET): Check for as.new, not Makefile.
12460 (NM_FOR_TARGET): Check for nm.new, not Makefile.
12461
12462Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
12463
12464 * config.guess: Merge from FSF.
12465
12466Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12467
12468 * configure: Don't use $ when handling program_suffix.
12469
12470Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
12471
12472 * configure.in: Configure tk for hppa/hpux.
12473
12474Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
12475
12476 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
12477
12478Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12479
12480 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
12481 to LIBCXXFLAGS. Tests are better run without it.
12482
12483Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
12484
12485 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
12486
12487Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
12488
12489 * configure.in (*-*-netware*): Don't configure xiberty.
12490
12491Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
12492
12493 * configure.in: Remove tk from native_only list.
12494
12495Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
12496
12497 * build-all.mk: Add mips-ncd-elf target to sun4 targets
12498 for special NCD build.
12499
12500Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12501
12502 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
12503 makeall.bat, they're only useful for binutils snapshots.
12504 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
12505 makeall.bat to specified SUPPORT_FILES.
12506
12507Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
12508
12509 * build-all.mk: Add Ericsson targets to sun4 and solaris
12510 hosts. Add BNR's sun4 target to solaris host, so their
12511 build-from-source will be tested in-house first.
12512
12513Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12514
12515 * Makefile.in (LIBCFLAGS): New variable.
12516 (CFLAGS_FOR_TARGET): Ditto.
12517 (LIBCFLAGS_FOR_TARGET): Ditto.
12518 (LIBCXXFLAGS): Ditto.
12519 (CXXFLAGS_FOR_TARGET): Ditto.
12520 (LIBCXXFLAGS_FOR_TARGET): Ditto.
12521 (BASE_FLAGS_TO_PASS): Pass them.
12522 (EXTRA_TARGET_FLAGS): Ditto.
12523
4bddf3ad 12524 * configure.in: Support --enable-shared.
252b5132
RH
12525
12526Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
12527
12528 * configure.in (target_libs): Include libstdc++ again.
12529 * config.guess: Update from FSF (for FreeBSD).
12530
12531Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12532
12533 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
12534 makeall.bat.
12535 (DISTDOCDIRS): Add `etc'.
12536 (ETC_SUPPORT_PFX): New variable.
12537 (taz): Include anything from etc starting with a word in
12538 ETC_SUPPORT_PFX.
12539
12540Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12541
12542 * config.sub: Update for recent FSF changes. Remove obsolete
12543 h8300hds entry. Add -windows* and -osx as basic os. Minor
12544 spacing changes.
12545
12546Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12547
12548 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
12549
12550 * config.guess: Merge with FSF.
12551 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
12552
12553Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12554
12555 * configure: Since the "trap 0" handler will override the exit
12556 status on many systems, only use it for "exit 1", and make it set
12557 a non-zero exit status; reset it before "exit 0". Also, check
12558 exit status of config.sub, and error out if it failed.
12559
12560Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
12561
12562 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
12563 and install libgloss.
12564
12565Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12566
12567 * Makefile.in (all-binutils): Depend upon all-byacc.
12568
12569 * configure.in: Don't build emacs on Irix 5.
12570
12571Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12572
12573 * configure.in (*-*-netware*): Add libio.
12574
12575Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12576
12577 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
12578 (CHECK_TARGET_MODULES): Ditto.
12579 (INSTALL_TARGET_MODULES): Ditto.
12580 (TARGET_LIBS): Ditto.
12581 (all-libstdc++): Note dependencies.
12582
12583Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12584
12585 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
12586
12587Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12588
12589 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
12590 -fexternal-templates.
12591
12592 * configure.in (target_libs): Add libstdc++.
12593 (noconfigdirs): Add libstdc++ as appropriate.
12594
12595Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12596
12597 * config.guess: Update from FSF.
12598
12599Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12600
12601 * configure: Use ${config_shell} when running ${configsub}.
12602
12603Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
12604
12605 * config.sub: No longer recognize h8300h.
12606
12607Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12608
12609 * config.sub: Remove extraneous differences between config.sub and
12610 gcc/config.sub.
12611
12612Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12613
12614 * Makefile.in (DISTSTUFFDIRS): Add gas.
12615
12616Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
12617
12618 * COPYING.NEWLIB: New file.
12619
12620Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
12621
12622 * config.guess (HP-UX): Patch from Harlan Stenn
12623 <harlan@landmark.com> to also emit release level.
12624
12625Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12626
12627 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
12628
12629Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
12630
12631 * config.sub: Merge nextstep cleanup from FSF.
12632
12633Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12634
12635 * configure.in (arm-*-*): Don't configure ld for this target.
12636
12637Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12638
12639 * configure.in (*-*-netware): don't configure libg++, libio,
12640 librx, or newlib.
12641
12642Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12643
12644 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
12645 configure ld--it works, but it doesn't support shared libraries.
12646
12647Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12648
12649 * config.guess (*-unknown-freebsd*): Get rid of possible
12650 trailing "(Release)" in version string.
12651 Patch from Paul Richards <paul@isl.cf.ac.uk>.
12652
12653Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
12654
12655 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
12656 Fix type: *-next-neststep -> *-next-nextstep.
12657
12658 * config.guess: Merge from FSF:
12659
12660 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12661
12662 * config.guess: Recognize powerpc-ibm-aix3.2.5.
12663
12664 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12665
12666 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
12667 instead of UNIX_SV for UnixWare 1.0).
12668
12669Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
12670
12671 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
12672 to make gdb/nlm/* build after the compiler and linker.
12673
12674Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
12675
12676 * config.guess (netbsd, freebsd, linux): Accept any machine,
12677 not just i[34]86.
12678 (m68k-atari-sysv4): Relocate to match FSF version.
12679
12680 * config.guess: More merges from the FSF:
12681
12682 Add a space before function call or macro invocation.
12683
12684 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12685
12686 * config.guess: Add trap cmd to remove dummy.c and dummy when
12687 interrupted.
12688
12689 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12690
12691 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
12692 (dummy): Redirect stderr from compilation of dummy.c.
12693
12694 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
12695
12696 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
12697
12698Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
12699
12700 * configure: Accept and ignore --cache*, for compatibility with
12701 new autoconf.
12702
12703Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
12704
12705 * config.guess: Merge from FSF:
12706
12707 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12708
12709 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
12710 (PATH): Add /.attbin at end for finding uname.
12711 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
12712
12713 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
12714
80413487 12715 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
12716
12717 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
12718
80413487
RH
12719 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
12720 to select whether to use ELF or COFF.
252b5132
RH
12721
12722 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12723
80413487 12724 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
12725
12726 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12727
12728 * config.guess: Guess the OS version for HPUX.
12729
12730 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12731
12732 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
12733
12734Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12735
12736 * configure.in: Recognize --with-headers, --with-libs, and
12737 --without-newlib.
12738 * Makefile.in (all-xiberty): Depend upon all-ld.
12739
12740Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12741
12742 * configure.in: Change i[34]86 to i[345]86.
12743
12744Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12745
12746 * configure (version): A few more tweaks to help message.
12747
12748Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
12749
12750 * Makefile.in: Remove (for now) librx as a host library,
12751 now that we're building it for target.
12752
12753Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12754
12755 * configure: Fix up help message; from karl@owl.hq.ileaf.com
12756 (Karl Berry).
12757
12758Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
12759
12760 * configure.in: Also configure librx.
12761
12762Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12763
12764 * Makefile.in: Update various rules to reflect that librx
12765 is now needed for libg++.
12766
12767Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12768
12769 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
12770
12771Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12772
12773 * configure.in: Configure the examples directory.
12774
12775Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12776
12777 * configure: Simplify Jun 2 1994 change.
12778
12779Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12780
12781 * change CC to /usr/latest/bin/gcc for lynx host builds, since
12782 /bin/gcc isn't good enough to build gcc.
12783
12784Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
12785
12786 * Makefile.in (GDB_SUPPORT_FILES): Remove
12787 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
12788 (gdb.tar.gz): Add new rule to use standard distribution building
12789 mechanism.
12790
12791Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12792
12793 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
12794 Bill Cox <bill@cygnus.com>.
12795
12796Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
12797
12798 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
12799
12800Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
12801
12802 * configure: Search current dir first in .gdbinit.
12803
12804Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
12805
12806 * config.sub: Recognize freebsd (merged from gcc config.sub).
12807
12808Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
12809
12810 * config.sub: Refer to NeXT's operating system as nextstep.
12811
12812 * config.sub (case $basic_machine): Re-order the cases, to match
12813 the order in the FSF version (which is mostly alphabethical).
12814 Merge in some additions and changes from the FSF.
12815
12816Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
12817
12818 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
12819 * config.sub: Recognize cxux7.
12820 * configure.in: Use mh-cxux for m88k-harris-cxux*.
12821
12822Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12823
12824 * config.sub: Fix typo powerpc -> powerpc-*.
12825
12826Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
12827
12828 * Makefile.in: `all-emacs19' depends on `all-byacc'.
12829
12830 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
12831 parallel with all-emacs and install-emacs). Top-level command
12832 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
12833
12834Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12835
12836 * test-build.mk ($(host)-stamp-stage2-installed): Remove
12837 $(relbindir)/make before doing ``make install'', and use
12838 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
12839 installing over running make binary.
12840 ($(host)-stamp-stage3-installed): Likewise.
12841
12842Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12843
12844 * config.guess: Recognize Mach.
12845
12846Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12847
12848 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
12849 see whether --exec-prefix was used.
12850
12851Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12852
12853 * README: Explicitly mention libg++/README. (Zoo's idea.)
12854
12855Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12856
12857 * Makefile.in: Add all-librx target similar to all-libproc.
12858
12859Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
12860
12861 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
12862 with post 1.2 uname bogosity.
12863
12864Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12865
12866 * configure: Remove temporary files on receipt of a signal.
12867
12868Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
12869
12870 * configure: If there is a package_makefile_frag, remove
12871 ${subdir}/Makefile.tem after copying it in.
12872
12873Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12874
12875 * build_all.mk: support rs6000 lynx identifies itself as
12876 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
12877 since /bin/gcc is too feeble to compile a modern gcc.
12878
12879Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12880
12881 * brought devo/test-build.mk update-to-date with progressive/
12882 test-build.mk. Add lynx targets and hppa flag info.
12883
12884Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12885
12886 * configure.in: Use mh-ncrsvr43. Patch from
12887 Tom McConnell <tmcconne@sedona.intel.com>.
12888
12889Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
12890
12891 * config.guess (i386-unknown-bsdi): No longer need to
12892 check #if defined(__bsdi__) && defined(__i386__).
12893
12894Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12895
12896 * configure: Set program_transform_nameoption correctly.
12897
12898Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12899
12900 * brought build-all.mk update-to-date with progressive build-all.mk,
12901 added new targets and hppa info.
35590697 12902
252b5132
RH
12903Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12904
12905 * configure: If config.guess result is a prefix of the user
12906 specified target, assume a native build and use the user specified
12907 target as the host alias. Remove SunOS patch suffix removal hack.
12908 * configure.in: Remove SunOS patch suffix removal hack.
12909
12910 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
12911 in NATIVE_CHECK_MODULES.
12912
12913Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
12914
12915 * Makefile.in: Rename HOST_ONLY to NATIVE.
12916 * configure: Delete SunOs patch suffix from host_canonical
12917 and build_canonical variables that are prepended to Makefiles.
12918 * configure.in: Add comments for easier maintenance.
12919
12920Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12921
12922 * Makefile.in: Add all-libproc target similar to all-gui.
12923
12924Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
12925
12926 * Makefile.in (CHECK_MODULES): split into
12927 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
12928
12929Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
12930
12931 * config.guess (i386-unknown-bsdi): New system to guess.
12932
12933Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12934
12935 * Makefile.in: Add all-gui target (but not yet build by "all").
12936
12937Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
12938
12939 * config.sub: Move deletion of patch suffix from here...
12940 * configure.in: To here, at Ian's suggestion. The top-
12941 level scripts might need to know of a patch level.
12942
12943Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
12944
12945 * config.sub: Strip off patch suffix so rtl is recognized
12946 as a sunos4.1.3 machine, even though it's been patched.
12947
12948Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
12949
12950 * Makefile.in (INSTALL_LAST): Delete.
12951 (INSTALL_DOSREL): New.
12952
12953Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12954
12955 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
12956 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
12957 whether we pass down --with-gnu-ld anyhow.
12958
12959Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
12960
12961 * Makefile.in (INSTALL_LAST): Change operation so it works
12962 on more flavors of make.
12963 * configure.in (go32): Don't build libg++ or libio.
12964
12965Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
12966
12967 * Makefile.in (Move HOST_PREFIX_1 and friends up so
12968 they can be overriden by templates.
12969
12970Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
12971
12972 * configure.in (target==go32): Don't build gdb.
12973 * dosrel: New directory.
12974
12975Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
12976
12977 * configure.in (host==go32): Configure dosrel too.
12978 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
12979 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
12980 be set by incoming names or templates.
12981 (INSTALL_LAST): New rule.
252b5132
RH
12982
12983Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
12984
12985 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
12986
12987Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12988
252b5132
RH
12989 * configure.in (appdirs): New variable. Currently empty, but will
12990 be used in gas distribution. If nonempty, lists a set of
12991 directories at least one of which must get configured, or top
12992 level configuration is considered to have failed.
12993 (rs6000-*-lynxos*): Use new file name.
12994
12995Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12996
12997 Eliminate XTRAFLAGS.
12998 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
12999 newlib include files using -idirafter, and also use -nostdinc.
13000 (CXX_FOR_TARGET): Likewise.
13001 (XTRAFLAGS): Removed.
13002 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13003 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13004 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13005 ($(DO_X)): Don't pass down XTRAFLAGS.
13006
13007Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13008
13009 * configure.in (mips*-dec-bsd*): New target; do build linker.
13010 (mips*-*-bsd*): New target; don't build linker.
13011
13012Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13013
13014 * configure.in: support rs6000-*-lynxos* configuration.
13015 support sunos4 as a cross target.
13016
13017 * config.sub: look for lynx*, not lynx since the OS version may
13018 legitimately be part of the name.
13019
13020Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13021
13022 * configure.in (i[34]86-*-sco*): Move to be with other i386
13023 targets.
13024 (romp-*-*): New target. Skip various binary utilities.
13025 (vax-*-*): New target. Don't build newlib.
13026 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
13027
13028Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13029
13030 * configure.in: Only set host_makefile_frag if config
13031 directory exists.
13032
13033Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13034
13035 * install.sh: If $dstdir exists, don't check whether each
13036 component does.
13037
13038Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13039
13040 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13041
13042Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
13043
35590697
AJ
13044 * configure.in (*-*-lynxos*): Don't configure newlib for either
13045 native or cross Lynx.
252b5132
RH
13046
13047Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
13048
13049 * config.sub (sparc64-elf): Fix os.
13050 (z8k): Remove duplicate.
13051
13052Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13053
13054 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13055 gcc/stmp-fixproto, to try to prevent fixproto from being run.
13056
13057Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
13058
13059 * configure: Make file links cleanly even if Lynx fails on
80413487 13060 an NFS symlink (at least fail cleanly).
252b5132
RH
13061
13062Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13063
13064 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13065 -XNh2000.
13066
13067Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13068
13069 * configure: Unknown options are fatal again.
13070
13071Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
13072
13073 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 13074 compatibility.
252b5132
RH
13075
13076Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
13077
13078 * build-all.mk: Add `clean' target.
13079
13080Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13081
13082 * config.guess: Add SINIX support.
13083 * configure.in: Add mips-*-sysv4* support.
13084
13085Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
13086
13087 * build-all.mk: Document all useful targets.
13088 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13089 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13090
13091Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13092
13093 * configure: Support --silent, --quiet.
13094
13095Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13096
13097 * configure: Support --disable-FEATURE.
13098
13099Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13100
13101 * config.guess: Recognize NCR running SVR4.3.
13102
13103Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
13104
13105 * config.guess: Make BSDI generate i386-unknown-bsd386.
13106 Patch from Paul Eggert <eggert@twinsun.com>.
13107
13108Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13109
13110 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13111
13112Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13113
13114 * configure: Make unrecognized options give nonfatal warnings
13115 instead of fatal errors, and pass them to any subdirectory
13116 configures in case they recognize them.
13117 Make --x equivalent to --with-x.
13118
13119Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13120
13121 * configure: Add --enable-* options. Clean up usage message and
13122 some comments.
13123
13124Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
13125
13126 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13127
13128Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13129
13130 * configure.in (hppa*-*-*): Enable binutils.
13131
13132Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13133
13134 * config.sub: Recognize cisco.
13135
13136Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
13137
13138 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13139
13140Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13141
13142 * config.guess: about target *-hitachi-hiuxwe2, don't print more
13143 than one configuration name. Add comment.
13144
13145Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
13146
13147 * config.guess: about target *-hitachi-hiuxwe2, fixed
13148 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
13149 macro is incorrect.]
13150
13151Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13152
13153 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13154 than the "make ls" stuff which used to be here.
13155
13156Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13157
13158 * config.guess: Recognize i[34]86-unknown-freebsd.
13159 From Shawn M Carey <smcarey@rodan.syr.edu>.
13160
13161Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
13162
13163 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13164
13165Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
13166
13167 * config.guess: Check for ptx.
13168
13169Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
13170
13171 * config.sub: Add os9k checking.
13172
13173Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13174
13175 * config.guess: Handle OSF1 running on HPPA processors
13176
13177Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13178
13179 * configure: If subdir configure fails, print out a message with
13180 subdirectory name, in case subdir's configure code didn't identify
13181 itself.
13182
13183Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
13184
13185 * configure.in: Remove embedded newlines from configdirs.
13186 Avoid mismatches of substrings. Fix matching strings at end
13187 of configdirs.
13188
13189Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
13190
13191 * config.guess: Add Lynx/rs6000 config support.
13192
13193Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13194
13195 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13196
13197Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
13198
13199 * configure.in (hppa*-*-osf*): Treat this just like most other
13200 PA configurations (eg no binutils or ld).
13201 (hppa*-*-*elf*): These configurations have binutils and ld.
13202
13203Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13204
13205 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
13206
13207Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13208
13209 * configure.in (rs6000-*-*): Build gas.
13210
13211Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13212
80413487 13213 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
13214
13215Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13216
13217 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
13218 for GDB and GDB has been fixed to not need it.
13219
252b5132
RH
13220Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13221
13222 * config.guess: Recognize vax hosts.
13223
13224Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13225
13226 * configure (while loop): Don't use "break 2" inside case
13227 statement -- the case statement isn't an enclosing loop.
13228
13229Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
13230
13231 * config.guess: Clean up NeXT support, to allow nextstep
13232 on Intel machines. Make OS be nextstep.
13233
13234Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
13235
13236 * config.guess: Add alternate forms for Convex.
13237
13238Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
13239
13240 * configure: Completely rewrite option processing. Take
13241 advantage of pattern-matching to avoid invoking test frequently.
13242 Also clean up host and target defaulting logic.
13243
13244Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13245
13246 * Makefile.in: Replace all occurrances of "rootme" with "r" and
13247 "$${rootme}" with "$$r", to increase the likelihood that the do-*
13248 commands (plus user environment) will fit SCO limits.
13249
13250Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13251
13252 * configure.in: Don't issue warnings about directories which are
13253 not being configured if -norecursion is set. Correct test for
13254 --with-gnu-as and --with-gnu-ld to not get confused by substring
13255 matches.
13256
13257 * configure.in: Don't build gas for alpha-dec-osf1*.
13258
13259Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
13260
13261 * configure: Back out Per's change of 12/19/1993. It changes the
13262 behavior of configure in unexpected and confusing ways.
13263
13264 Also, use different delim char when calculating
13265 program_transform_name so that the name can contain slashes.
13266
13267Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
13268
13269 * configure.in, config.sub: Add support for VSTa micro-kernel.
13270
13271Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
13272
13273 * configure.in: Nuke hacks which were used to get a special
13274 version of GAS for HPPA configurations.
13275
13276Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
13277
13278 * configure: If only ${target_alias} is given, use that
13279 as the default for ${host_alias}.
13280 * configure: Add missing back-slashes before nested quotes.
13281
13282Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13283
13284 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
13285
13286Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
13287
13288 * config.guess: Recognize some Tektronix configurations.
13289 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
13290
13291Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13292
13293 * config.sub: Match any flavor of SH.
13294
13295Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
13296
13297 * configure.in: Don't try to configure newlib for Alpha.
13298
13299Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13300
13301 * configure.in: Don't build ld for Irix 5. Don't build gas,
13302 libg++ or libio for any Alpha target.
13303
13304 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
13305
13306Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
13307
13308 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
13309 default arguments -- so it tried to compress itself.
13310
13311Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13312
13313 * configure.in (notsupp): ensure that a space is always at the end
13314 of the configdirs list, since the grep checks for an explicit space
13315
13316Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13317
13318 * configure.in (target i386-sysv4.2): don't build ld, since static
13319 versions of many libraries are not available.
13320
13321Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13322
13323 * config.guess: Recognize Apollos (using environment variables).
13324 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
13325
13326Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13327
13328 * config.guess: Recognize Sony news mips running newsos.
13329
13330Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
13331
13332 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
13333 "fi ; else" for bash.
13334
13335Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
13336
13337 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
13338
13339Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
13340
13341 * config.sub: accept unixware as an alias for svr4.2.
13342 Fix some inconsistancies with the gcc version.
13343
13344Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13345
13346 * Makefile.in (DISTDOCDIRS): Add gdb.
13347
13348Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
13349
13350 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
13351
13352Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13353
13354 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
13355 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
13356 this now.
13357
13358Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13359
13360 * config.sub: Accept hiux* as an OS name.
13361
13362 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
13363 etc/make-stds.texi. The underscore came from gcc, and dje now
13364 agrees that RUNTESTFLAGS is the correct name.
13365
13366Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
13367
13368 * install.sh: Remove 'set -e'. It makes any conditionals
13369 in the script useless.
13370
13371 * config.guess: Automatically recognize arm-acorn-riscix
13372 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
13373
13374Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
13375
13376 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
13377
13378Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13379
13380 * Makefile.in (DISTDOCDIRS): New variable.
13381 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 13382 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
13383
13384Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13385
13386 * configure.in (hppa target): check the source directory for the
13387 pagas sub-directory
13388
13389Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
13390
13391 * config.sub: Allow -aout* and -elf*.
13392
13393Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13394
13395 * configure.in: Don't build ld on i386-solaris2, same as for
13396 sparc-solaris2.
13397
13398Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
13399
13400 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
13401
13402Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13403
13404 * configure.in: Configure gdb for alpha.
13405
13406Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13407
13408 * Makefile.in (CXXFLAGS): Add -O.
13409
13410Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13411
13412 * config.guess: added support for DG Aviion
13413
13414Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13415
13416 * configure.in: Produce warning message for subdirectories not
13417 configurable for this host/target combination. Don't try to
13418 configure gdb for vms.
13419
13420Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13421
13422 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
13423 appropriate files before making "diststuff".
13424 (DISTBISONFILES): New var: list of files to be edited.
13425 (DISTSTUFFDIRS): Add binutils.
13426
13427Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13428
13429 * config.sub: also handle mipsel and mips64el (for little endian mips)
13430
13431Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13432
13433 * configure.in: Add * to end of all OS names.
13434
13435Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
13436
13437 * configure.in: Build newlib for LynxOS native.
13438
13439Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13440
13441 * config.guess: Add support for delta 88k running SVR3.
13442
13443 * configure.in: Add comment about HP compiler vs. emacs.
13444
13445Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13446
13447 * configure.in: don't build ld on solaris2 (not a viable option
13448 due to bugs in getpwnam & getpwuid)
13449
13450Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13451
13452 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
13453 config.guess will produce a full version number.
13454
13455Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13456
13457 * configure.in: Build linker and binutils for alpha-dec-osf1.
13458
13459Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13460
13461 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
13462 and gdb/testsuite/Makefile.in.
13463
13464Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13465
13466 * configure.in: recognize mips*- instead of mips-
13467
13468Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
13469
13470 * config.sub: Accept linux*coff and linux*elf as operating
13471 systems.
13472
13473Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13474
13475 * config.sub: Recognize mips64, and mips3 as an alias for it.
13476
13477Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13478
13479 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
13480 gdb knows how to handle OSF/1 shared libraries.
13481
13482Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13483
13484 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
13485 * config.guess: Recognize Hitachi's HIUX.
13486 * config.sub: Recognize h3050r* and hppahitachi.
13487 Remove redundant cases for hp9k[23]*.
13488
13489Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13490
13491 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
13492 if gas and ld are in the source tree and are in ${configdirs}.
13493 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 13494 --with options (but still pass them down on the command line,
252b5132
RH
13495 if they were explicitly specified).
13496
13497Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13498
13499 * configure: substitute SHELL value in Makefile.in with
13500 ${CONFIG_SHELL}
13501
13502Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13503
13504 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
13505 *-*-solaris2* targets.
13506
13507Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13508
13509 * Makefile.in: define M4, and pass it down to sub-makes;
13510 all-autoconf now depends on all-m4
13511
13512Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13513
13514 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
13515 presence of {ar,ranlib} instead of a configured directory
13516
13517Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
13518
13519 * config.guess: Accept 34?? as well as 33?? for NCR.
13520
13521Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13522
13523 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
13524 of 'gas' in sed commands, since 'gash' is now in the tree as well.
13525
13526Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13527
13528 * configure: grab values for $(CC) and $(CXX) from the
13529 environment, so that someone can do "CC=gcc configure; make" and
13530 have it work right (matching the way that autoconf works now)
13531
13532 * configure.in, Makefile.in: add support for gash, the tcl
13533 interface to Galaxy
13534
13535 * config.guess: add NetBSD variants (hp300, x86)
13536
13537Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
13538
13539 * install.sh: Support -d option (in the manner of SunOS 4 install,
13540 as it is more deterministic than that of GNU install)
13541 (chmodcmd): Set file to mode 755 by default (should also do default
13542 chgrp and chown, but I don't feel like dealing with that now)
13543
13544Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
13545
13546 * config.sub: Remove h8300hhms alias.
13547
13548Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13549
13550 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
13551
13552Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13553
13554 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
13555 as stmp-fixinc
13556
13557Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13558
13559 * config.sub: recognize m88110-bug-coff.
13560
13561Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13562
13563 * Makefile.in (all-libio): all dependencies on the toolchain used
13564 to build this (gcc, gas, ld, etc)
13565
13566Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13567
13568 * config.guess: Deal with OSF/1 1.3 on alpha.
13569
13570Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13571
13572 * install.sh: add some 'else true' clauses for portability
13573
13574 * configure.in: don't build libio for h8[35]00-*-* targets
13575
13576Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
13577
13578 * Makefile.in: Add support for new libio.
13579
13580Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13581
13582 * install.sh: If one command fails, don't try the rest. Don't try
13583 to remove $dsttmp (via trap) unless we have already created it.
13584 If $src doesn't exist, detect it and exit with an error.
13585
13586 * config.guess: Recognize BSD on hp300.
13587
13588Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
13589
13590 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
13591 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
13592
13593Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
13594
13595 * Makefile.in (all-send-pr): depends on all-prms
13596
13597Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13598
13599 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
13600
13601Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13602
13603 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
13604 Added test for mips-mips-riscos5.
13605
13606Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13607
13608 * configure.in: use mh-hp300 for 68k HP hosts
13609
13610Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13611
13612 * configure: add support for CONFIG_SHELL, so that you can use
13613 some alternate shell for evaluating configure scripts
13614
13615Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
13616
13617 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
13618 in configure script to bug-gdb@prep.ai.mit.edu when building
13619 distribution archive.
13620 * Makefile.in (COMPRESS): Remove def.
13621 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
13622 gdb.tar.Z and make-gdb.tar.Z respectively.
13623 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
13624 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
13625 to convergence with 'taz' target in Makefile.in.
13626
13627Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13628
13629 * install.sh (dsttmp): use trap to ensure that tmp files go
13630 away on error conditions
13631
13632Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13633
13634 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
13635
13636Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13637
13638 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
13639 its parent is '/' not ''.
13640
13641 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
13642
13643Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
13644
13645 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
13646 that ${newsrcdir}/configure.in does.
13647
13648Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13649
13650 * test-build.mk: support for CONFIG_SHELL
13651
13652Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
13653
13654 * config.sub (netware): Add as a basic system type.
13655
13656Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13657
13658 * Makefile.in (Makefile): depend on configure.in. Also drop the
13659 $(srcdir)/ from the dependency on Makefile.in.
13660
13661Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
13662
13663 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
13664 (h8300hhms is temporary until multi-libraries are implemented).
13665 * configure.in: Handle h8300h too.
13666
13667Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13668
13669 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
13670
13671Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
13672
13673 * configure: Remove extraneous output when guessing host type.
13674 * config.guess: Remove extraneous output when guessing using C
13675 compiler rather than uname, or when guessing fails.
13676
13677Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13678
13679 * Makefile.in: remove all.cross and install.cross targets
13680
13681 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
13682 definitions
13683
13684Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
13685
13686 * configure.in (target sh): Build gprof.
13687
13688Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13689
13690 * config.sub: change -solaris to -solaris2
13691
13692Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13693
13694 * configure.in: Use config/mh-riscos for mips-*-sysv*.
13695
13696Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
13697
13698 * configure: Correct error message for missing Makefile.in to
13699 print correct directory.
13700
13701Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13702
13703 * install.sh: kludge around 386BSD shell bug
13704
13705Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
13706
13707 * config.guess: Recognize NeXT.
13708 * config.guess: Recognize i486-ncr-sysv4.
13709 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
13710
13711Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
13712
13713 * Makefile.in (MAKEINFOFLAGS): New variable.
13714 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
13715 * build-all.mk, test-build.mk: Pass down --no-split as
13716 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
13717
13718Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
13719
13720 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
13721
13722Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
13723
13724 * Makefile.in (libg++.tar.z): New rule.
13725 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
13726 * Makefile.in (taz): Only do a single chmod.
13727
13728Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13729
13730 * install.sh: don't use dirname anymore (replaced with sed usage)
13731
13732Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
13733
13734 * Makefile.in: Change extension for gzip'd files from '.z' to
13735 '.gz' per new FSF standard usage.
13736
13737Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13738
13739 * configure: put quotes around the final value of program_transform_name
13740
13741Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13742
13743 * Makefile.in: new install.sh support; update install-info rules
13744
13745Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
13746
13747 * configure.in: Build diff for crosses, but not for go32 host.
13748
13749 * configure.in: Build gprof only for native, and don't build it
13750 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
13751
13752Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
13753
13754 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
13755
13756Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13757
13758 * configure.in (host_tools): Add prms.
13759
13760Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13761
13762 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
13763 with $(FLAGS_TO_PASS) on the command line
13764
13765 * config.sub: Recognize lynx and lynxos
13766
13767Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
13768
13769 * config.sub: Accept -ecoff*, not just -ecoff.
13770
13771Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13772
13773 * Makefile.in (taz): Use .gz suffix instead of .z.
13774 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
13775 names.
13776
13777Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13778
13779 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
13780
13781Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13782
13783 * Makefile.in (install-no-fixedincludes): install gcc last, so
13784 that rebuilds that might happen during 'make install' don't get
13785 bogus gcc include files
13786
13787Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13788
13789 Change from Utah for HPPA support:
13790 * config.guess: Recognize hppa1.x-hp-bsd.
13791
13792Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
13793
13794 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
13795 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
13796
13797Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
13798
13799 * config.sub: Add support for rom68k and bug boot monitors.
13800
13801Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
13802
13803 * Makefile.in: Make all-opcodes depend on all-bfd.
13804
13805Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
13806
13807 * config.guess: Added special check for i[34]86-univel-sysv4*.
13808
13809Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
13810
13811 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
13812 the processor rather than assuming i486.
13813
13814Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13815
13816 * config.guess: Recognize SunOS6 as Solaris3.
13817
13818Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
13819
13820 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
13821 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
13822
13823Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
13824
13825 * build-all.mk (all-cross): New target for Canadian Cross.
13826 Added Q2 go32 targets.
13827 * test-build.mk: Configure go32 cross sparclite-aout and
13828 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
13829 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
13830
13831Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13832
13833 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
13834 GO32 hosted toolchains
13835
13836Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
13837
13838 * configure: change so "-exec-prefix" gets passed down rather
13839 than "-exec_prefix" so autoconf generated Makefiles get the
13840 exec_prefix set right.
13841
13842Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13843
13844 * config.guess: get the Solaris2 minor version number
13845
13846 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
13847
13848Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13849
13850 * config.guess: Recognize some Sequent platforms.
13851
13852Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13853
13854 * Makefile.in: added the vault-install target
13855
13856 * configure.in: actually use the Sun3 makefile fragment that's in
13857 config, also added the release dir to configdirs
13858
13859Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13860
13861 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
13862
13863Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13864
13865 * configure.in: remove some program from Alpha targetted toolchains
13866
13867Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
13868
13869 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
13870 gprof.
13871 (taz): Run "make diststuff" in those directories instead of "make
13872 proto-dir". Look for "VERSION=" only at start of line in subdir
13873 Makefile. Use "gzip -9" for compression.
13874 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
13875 (binutils.tar.z): New target.
13876
13877Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13878
13879 * Makefile.in (taz): Include gpl.texinfo.
13880
13881Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13882
13883 * Makefile.in (setup-dirs): Merged into "taz" target.
13884 (taz): Only do `proto-dir' stuff if a directory is actually needed
13885 for this target.
13886
13887Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
13888
13889 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
13890 (FLAGS_TO_PASS): Pass down MUNCH_NM.
13891 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
13892 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
13893 (gcc-no-fixedincludes): Correct for current gcc Makefile.
13894
13895Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
13896
13897 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
13898 config.sub, and move-if-change to gdb testsuite distribution
13899 archive, so the testsuite can be extracted, configured, and
13900 run separately from the gdb distribution. Blow away the Chill
13901 tests that require a Chill compiled executable, since GNU Chill
13902 is not yet publically available.
13903
13904Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13905
13906 * test-build.mk: set environment variables in a single command,
13907 instead of a list of assignments and exports
13908
13909 * config.guess: recognize Alpha/OSF1 systems
13910
13911Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13912
13913 * configure: Change help message to prefer --options rather than
13914 -options.
13915
13916Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13917
13918 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
13919 zippy@ecst.csuchico.edu.
13920 * config.guess: Recognize miniframe.
13921
13922Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
13923
9eb322aa
MF
13924 * Makefile.in: Use srcroot to find runtest rather than rootme.
13925 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
252b5132
RH
13926
13927Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
13928
13929 * test-build.mk: Extensive additions to support building on a
13930 machine other than the host.
13931
13932Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13933
13934 * configure (tooldir): Fix for i386-aix again.
13935
13936Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
13937
13938 * configure, Makefile.in: Change definition of $(tooldir)
13939 to match the FSF.
13940
13941Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
13942
13943 * config.guess: Recognize i[34]86/SVR4.
13944
13945Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13946
13947 * Makefile.in (all-gdb): gdb depends on sim.
13948
13949Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
13950
13951 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
13952 at the same time we make the prototype gdb directory.
13953 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
13954 files at the same time as the gdb base release distribution.
13955
13956Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
13957
13958 * Makefile.in (check): Use individual check targets rather than
13959 DO_X rule.
13960 (check-gcc): Added.
13961
13962Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
13963
13964 * config.sub: Use sysv3.2 not sysv32 for canonical OS
13965 for System V release 3.2.
13966
13967Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13968
13969 * config.sub: Recognize hppaosf.
13970 * configure.in: Do configure ld/binutils/gas for it.
13971
13972Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13973
13974 * configure (tooldir): Alter syntax used to set this, for systems
13975 where "\$" isn't handled right, like i386-aix.
13976
13977Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
13978
13979 * configure: Pass program-transform-name, not
13980 program_transform_name, to recursive configures.
13981
13982Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
13983
13984 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
13985 of gas+ld+binutils.
13986
13987Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
13988
13989 * config.guess: Recognize AIX3.2 as distinct from 3.1.
13990
13991Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13992
13993 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
13994
252b5132
RH
13995Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13996
13997 * Makefile.in (PRMS): Set back to all-prms.
13998
13999Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
14000
14001 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14002 targets, rather than for MIPS hosts.
14003
14004Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14005
14006 * configure.in: add comment for --with-x default values
14007
14008 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14009
14010 * Makefile.in: add check-* targets for each of the directories in
14011 the tree. Add a definition of RUNTEST that will use the one we
14012 just built, if it exists. Pass this down via FLAGS_TO_PASS.
14013
14014Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
14015
14016 * configure.in: Removed obsolete references to bfd_target and
14017 target_makefile_frag.
14018
14019 * build-all.mk: Set assorted targets for Q2.
14020 * config.sub: Recognize z8k-sim and h8300-hms.
14021 * test-build.mk: Really don't pass host to configure.
14022 (HOLES): Added uname.
14023
14024Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
14025
14026 * configure: Handle an empty program-prefix, program-suffix or
14027 program-transform-name correctly.
14028
14029Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
14030
14031 * build-all.mk: -G 8 no longer required for MIPS targets.
14032 * test-build.mk: Don't pass host argument to configure; make it
14033 guess.
14034
14035Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
14036
14037 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
14038 * Makefile.in (COMPRESS): New macro, like GZIP.
14039
14040Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
14041
14042 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14043
14044 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14045 with gas currently defaults to -G 0.
14046
14047Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
14048
14049 * Makefile.in (all-flex): flex depends on byacc.
14050
14051 * build-all.mk: If host not specified, use config.guess. Pass TAG
14052 to test-build.mk as RELEASE_TAG.
14053 * test-build.mk (configargs): New variable containing arguments to
14054 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
14055 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14056
14057 * config.guess: Use /bin/uname when checking -X argument on SCO,
14058 to avoid invoking GNU uname which doesn't understand -X.
14059
14060 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14061
14062 * configure.in: Build gas for mips-*-*.
14063
14064Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14065
14066 * Makefile.in (all.normal): insert missing backslash.
14067
14068Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
14069
4bddf3ad 14070 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
14071
14072 * Makefile.in: Complete overhaul to merge many almost identical
14073 targets.
14074
14075Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14076
14077 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14078 (gdb.tar.Z): Adjusted.
14079
14080 * Makefile.in (setup-dirs, taz): New targets; should be general
14081 enough to adapt for gdb sometime. Build only .z file.
14082 (gas.tar.z): New target.
14083
14084Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14085
14086 * build-all.mk: Use CC=cc -Xs on Solaris.
14087
252b5132
RH
14088Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
14089
14090 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
14091 for handling BISON for FSF releases.
14092
14093Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14094
14095 * configure: Actually implement the change zoo just documented.
14096
14097Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
14098
14099 * configure: when using config.guess, only set target_alias when
14100 it's not already been set (ie, on the command line)
14101
14102Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14103
14104 * Makefile.in: add installcheck target, set PRMS to install-prms
14105
14106Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14107
14108 * configure: add support for package_makefile_fragment, handle the
14109 case where a directory has a configure.in file but no Makefile.in
14110 more gracefully (with an actual understandable error message, even);
14111 add support for --without (and add this to the usage message); also
14112 explicitly add a --host=${host_alias} to the command line when
14113 config.guess is used
14114
14115Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14116
14117 * configure: Must use both --host and --target in recursive calls.
14118
14119Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
14120
14121 * Makefile.in: Change deja-gnu to dejagnu.
14122
14123Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
14124
14125 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14126
14127Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14128
14129 * configure.in: canonicalize all instances to *-*-solaris2*,
14130 also strip out a number of tools to not build for go32 host
14131
14132Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14133
14134 * config.guess: add GPL.
14135
14136 * Makefile.in, config.guess, config.sub, configure: bump
14137 copyrights to 93.
14138
14139Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
14140
14141 * Makefile.in (do-info): Removed obsolete check for existence of
14142 localenv file.
14143
14144 * Makefile.in (MAKEOVERRIDES): Define to be empty.
14145
14146Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14147
14148 * Makefile.in: a couple of 'else true' for decstation,
14149 support for TclX
14150
14151 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14152
14153Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
14154
14155 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14156
14157Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
14158
14159 * config.guess: Recognize i386-ibm-aix (PS/2).
14160 * configure.in: Use config/mh-aix386 file for it.
14161
14162Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
14163
14164 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14165 CC_FOR_TARGET instead.
14166 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14167
14168Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
14169
14170 * Makefile.in: Add sim to list of directories sent with gdb
14171
14172Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
14173
14174 * configure.in: Put back mips-dec-bsd* case.
14175
14176Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
14177
14178 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14179 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
14180 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
14181
14182Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14183
14184 * configure.in: remove no-op mips-dec-bsd* in "case $target"
14185
14186 * Makefile.in (dir.info): only run gen-info-dir if it exists,
14187 (install-info): install dir.info only if it exists,
14188 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14189
14190Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
14191
14192 * configure.in: For vms target, skip bfd, ld, binutils. Do build
14193 gas for mips-dec-bsd.
14194
14195Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
14196
14197 * configure (makesrcdir): If ${srcdir} is relative and not ".",
14198 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
14199
14200Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
14201
14202 * configure.in: Added "dejagnu" to hosttools list.
14203
14204Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
14205
14206 * config.sub, configure.in, config.guess: Add support
14207 for Bosx, an AIX variant from Bull.
14208 Patches from F.Pierresteguy@frcl.bull.fr.
14209
14210Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
14211
14212 * devo/dejagnu: Initial creation of devo/dejagnu.
14213 Migrated dejagnu testcases and support files for testing software
14214 tools to reside as subdirectories, currently called "testsuite",
14215 within the directory of the software tool. Migrated all programs,
14216 support libraries, etc. beloging to dejagnu proper from
14217 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
14218 with no modifications. The changes to these files which will
14219 allow them to configure, build, and execute properly will be made
14220 in a future update.
14221
14222Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14223
14224 * Makefile.in: Change send_pr to send-pr.
14225 * configure.in: Likewise.
14226 * send_pr: Renamed directory to send-pr.
14227
14228Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
14229
14230 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
14231
14232Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
14233
14234 * README: Update for gdb-4.8 release.
14235 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
14236 gdb-xxx.tar.z (gzip'd) file also.
14237
14238Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14239
14240 * Makefile.in: make all-diff depend on all-libiberty
14241
14242Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
14243
14244 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
14245
14246Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14247
14248 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
14249
14250Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
14251
14252 * Makefile.in (DEVO_SUPPORT): Remove etc directory
14253 (ETC_SUPPORT): Only add the files GDB wants from etc/.
14254 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
14255
14256Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14257
14258 * Makefile.in: makeinfo binary is in a new location
14259
14260Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
14261
14262 * config.sub: Accept -ecoff as an OS.
14263
14264 * Makefile.in: Various changes to eliminate a level of make
14265 recursion and reduce the required command line length.
14266 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
14267 sub-makes.
14268 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
14269 variables holding settings for specific sub-makes.
14270 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
14271 in terms of BASE_FLAGS_TO_PASS.
14272 (TARGET_LIBS): New variable listing directories which use
14273 TARGET_FLAGS_TO_PASS.
14274 (subdir_do): Eliminated.
14275 (do-*): New set of targets to replace subdir_do.
14276 (various): All targets which used subdir_do now depend on do-*.
14277 (local-clean): Renamed from do_clean.
14278 (local-distclean): New target, dependency of distclean and
14279 realclean.
14280 (install-info): Don't create directories. Depend on dir.info
14281 rather than calling make recursively.
14282 (install-dir.info): Eliminated.
14283 (install-info-dirs): Create all info directories here.
14284 (dir.info): Depend upon do-install-info.
14285
14286 * test-build.mk (HOLES): Added false.
14287
14288Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
14289
14290 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
14291
14292Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14293
14294 * Makefile.in (info): remove dependency on all-texinfo. The
14295 problem was really in texinfo/C, not at this level.
14296
14297Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
14298
14299 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
14300
14301Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
14302
14303 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
14304 GDB releases.
14305
14306Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14307
14308 * configure: Include srcdir in message about target of link not
14309 being found. Don't convert `-' to `_' in `with' options being
14310 passed to subdirs.
14311
14312Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14313
14314 * configure.in: add uudecode to host_tools
14315
14316 * Makefile.in: added {all,install}-uudecode targets, added them to
14317 the appropriate lists
14318
14319Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
14320
14321 * Makefile.in (all-gcc): Added dependency on all-gas.
14322
14323 * configure.in (mips-*-*): Build ld and binutils.
14324
14325Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14326
14327 * configure: check return code from mkdir, print error message and
14328 exit on failure.
14329
14330Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
14331
14332 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
14333
14334Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
14335
14336 * test-build.mk (HOLES): Added tar, cpio and uudecode.
14337
14338Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14339
14340 * config.sub (h8500): Recognize this as a cpu type.
14341
14342Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14343
14344 * configure: source directory missing is no longer a warning
14345
14346 * configure.in: recognize irix[34]* instead of irix[34]
14347
14348 * Makefile.in: define and pass down X11_LIB
14349
252b5132
RH
14350Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
14351
14352 * guess-systype: Renamed to ...
14353 * config.guess: ... by popular request.
14354 * configure.in, Makefile.in: Update accordingly.
14355
14356Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
14357
14358 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
14359 + Add Convex, Cray/Unicos, and Encore/Multimax support.
14360 + Execute ./dummy instead of assuming . is in PATH.
14361
14362Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
14363
14364 * guess-systype: New shell script. Attempts to guess the
14365 canonical host name of the executing host.
14366 Only a few hosts are supported so far.
14367 * configure: Call guess-systype if no host is specified.
14368
14369Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
14370
14371 * Makefile.in (gcc-no-fixedincludes): Made to work with current
14372 gcc Makefile.
14373
14374
14375Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
14376
14377 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
14378 (all-gcc, install-gcc, subdir_do): Use it.
14379
14380Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14381
14382 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
14383
14384Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
14385
14386 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
14387 set exclusively by configure, using configure.in .
14388
14389Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14390
14391 * test-build.mk: set $PATH for all builds
14392
14393 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
14394
14395Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
14396
14397 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
14398 the one used in gcc/Makefile.in, so that a null expansion doesn't
14399 override the one needed to build gcc with a native cc.
14400
14401
14402Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14403
14404 * configure: Accept -with arguments.
14405
14406Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14407
14408 * Makefile.in: added h8300sim
14409
14410Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
14411
252b5132
RH
14412 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
14413 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
14414 (all-cygnus, native, build-cygnus): Make
14415 $(canonhost)-stamp-3stage-done, not $(host)....
14416 * test-build.mk (stamp-3stage-compared): Use tail +10c for
14417 i386-sco3.2v4. Added else true to if command.
14418
14419Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
14420
14421 * config.sub: (from FSF) Sequent uses a BSD-like OS.
14422
14423Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
14424
14425 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
14426
14427Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14428
14429 * configure.in: don't remove binutils from Solaris builds
14430
14431Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
14432
14433 * Makefile.in: get rid of earlier definitions for *clean,
14434 also handle the recursive info rule better
14435
14436Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
14437
14438 * Makefile.in (mostlyclean, distclean, realclean): Fix to
14439 do more-or-less the right thing.
14440
14441Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
14442
14443 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
14444 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
14445
14446Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14447
14448 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
14449 $(host_canonical).
14450
14451 * configure.in: split the configdirs list into 4 categories (native
14452 v. cross, library v. tool) and handle the cross-only and native-
14453 only in more reasonable (and correct!) way.
14454
14455Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
14456
14457 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
14458 configdirs anymore.
14459
14460Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14461
14462 * Makefile.in: extensive cleanup:: removed all of the explicit
14463 clean-* targets, collapsed many wrappers around subdir_do into
14464 one, added additional targets to satisfy standards.texi, deleted
14465 some old targets, some changes for consistency
14466
14467Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14468
14469 * configure.in: handle some programs as cross-only, and others as
14470 native only
14471
14472 * test-build.mk: handle partial holes in a more generic manner
14473
14474 * Makefile.in: m4 depends on libiberty
14475
252b5132
RH
14476Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14477
14478 * configure.in: add m4, textutils, fileutils, sed, shellutils,
14479 time, wdiff, and find to configdirs
14480
14481 * Makefile.in: all, clean, and install rules for the new programs
14482 added to configure.in
14483
14484Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14485
14486 * configure.in: use mh-sun for all *-sun-* hosts
14487
252b5132
RH
14488Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14489
14490 * Makefile.in: define flags for X11 include files and library file
14491 locations, pass them down to the programs that need this info
14492
14493 * build-all.mk: added a 'native' target, to 3stage the native toolchain
14494
252b5132
RH
14495Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14496
14497 * configure.in: start building libg++ for HP-UX targets
14498
14499Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
14500
14501 * README: Update references to files moved into etc/.
14502
14503Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
14504
14505 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
14506 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
14507
14508Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
14509
14510 * configure: accept dash as well as underscore in long option
14511 names for FSF compatibility.
14512
14513Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
14514
14515 * config.sub: added -sco3.2v4 support from FSF.
14516
14517Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14518
14519 * configure.in: expand the section that adds or removes
14520 directories from the list of programs to build, to handle native
14521 vs. cross in addition to host v. native
14522
14523Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
14524
14525 * Makefile.in: Replace C++ in macro names with CXX.
14526 This is less likely to break ...
14527
14528Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14529
14530 * test-build.mk: add -w to GNU_MAKE
14531
14532Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14533
14534 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
14535 add 'sparc' to list of recognized cpus. This needed to make
14536 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
14537 Delete some redundant ose68 variants. Recognize -wrs as an os,
14538 then changes that into $CPU-wrs-vxworks.
14539
14540 * configure.in: remove most references to gdbtest, regularize
14541 target based program removal
14542
14543 * test-build.mk: import from p3 tree (many fixes and changes)
14544
14545Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14546
14547 * Makefile.in: added rules to handle tcl, tk, and expect
14548
14549 * configure.in: handle those directories if they exist
14550
14551Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14552
14553 * config.sub: removed bogus hppabsd and hppahpux names, since
14554 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
14555
14556Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14557
14558 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
14559 depends upon all-xiberty
14560
14561 * Makefile.in: changes from p3, including:
14562
14563 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
14564
14565 * Makefile.in (XTRAFLAGS): include newlib directories if
14566 newlib/Makefile exists, rather than if host != target.
14567
14568 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
14569
14570 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14571 from the same source tree and not building a cross-compiler. This
14572 matters for the libg++ configuration if reconfiguring a tree that
14573 has already been installed.
14574
14575 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
14576
14577 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14578 pick up the machine and system specific header files.
14579
14580 * Makefile.in: added AS_FOR_TARGET, passed down in
14581 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14582 the C compiler to use to create programs which are run in the
14583 build environment, set it to default to $(CC), and passed it down
14584 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14585
14586 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
14587
14588 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
14589 We need them for unusual native builds, like systems without
14590 ranlib.
14591
14592 * configure: also define $(host_canonical) and
80413487
RH
14593 $(target_canonical), which are the full, canonical names for the
14594 given host and target
252b5132
RH
14595
14596Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
14597
14598 * Makefile.in: Added separate definitions for C++.
14599
14600Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
14601
14602 * configure.in (configdirs): Add deja-gnu.
14603
14604Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
14605
14606 * README: Update for configure.texi and gdb-4.7 release.
14607
14608Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
14609
14610 * Makefile.in: Move "all" target to top of file.
14611 Previously, first target was ".PHONY" which caused BSD4.4 make
14612 to build .PHONY when make was run without arguments.
14613
14614Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
14615
14616 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
14617 Library-copylefted code in libiberty.
14618
14619Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
14620
14621 * config.sub: Replace m68kmote with plain old m68k.
14622
14623Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
14624
14625 * Makefile.in: Remove space from blank line, avoid Make complaints.
14626
14627Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
14628
14629 * config.sub: Complain if no argument is given. Added support for
14630 386bsd as OS and target alias.
14631
14632Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
14633
14634 * Makefile.in (XTRAFLAGS): include newlib directories if
14635 newlib/Makefile exists, rather than if host != target.
14636
14637Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
14638
14639 * config.sub: recognize sparclite-wrs-vxworks.
14640
14641 * Makefile.in (install-xiberty): added *-xiberty make rules (from
14642 p3.) Added clean-xiberty to clean.
14643
14644Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14645
14646 * configure.in: use *-*-* instead of nested cases for host and target
14647
14648Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
14649
14650 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14651 from the same source tree and not building a cross-compiler. This
14652 matters for the libg++ configuration if reconfiguring a tree that
14653 has already been installed.
14654
14655Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
14656
14657 * config.sub (i486v/i486v4): Merge in from FSF version.
14658
14659Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
14660
14661 * configure: only set PWD if it is already set.
14662
14663Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
14664
14665 * configure: just set PWD=`pwd` at the top, since Ultrix sh
14666 doesn't have unset and all success paths (and most error paths)
14667 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
14668 to just ${PWD} to avoid confusion.)
14669
14670Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
14671
14672 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
14673 even for a native compilation.
14674
14675Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
14676
14677 Changes to make the gdb.tar.Z rule work better.
14678
14679 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
14680 (DEVO_SUPPORT): Add configure.texi.
14681 (bfd-ilrt.tar.Z): Remove ancient rule.
14682
14683Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
14684
14685 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14686 pick up the machine and system specific header files.
14687
14688 * configure.in, config.sub: added new target m68010-adobe-scout,
14689 with alias of adobe68k. Changed configure.in to check for
14690 -scout before -sco* to avoid a false match.
14691
14692 * Makefile.in: added AS_FOR_TARGET, passed down in
14693 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14694 the C compiler to use to create programs which are run in the
14695 build environment, set it to default to $(CC), and passed it down
14696 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14697
14698Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
14699
14700 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
14701 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
14702 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
14703 FOR_TARGET variants, to newlib and libg++.
14704
14705Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
14706
14707 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
14708 first.
14709
14710Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
14711
14712 * config.sub: Accept `elf' as an environment.
14713
14714Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14715
14716 * Makefile.in (all-opcodes): cd into the right directory
14717
14718Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
14719
14720 * configure: added -program_transform_name option, used as
14721 argument to sed when installing programs.
14722 configure.texi: added documentation for -program_prefix,
14723 -program_suffix and -program_transform_name.
14724
14725Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
14726
14727 * config.sub: Accept i486 where i386 ok.
14728
14729Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
14730
14731 * config.sub: accept we32k
14732
14733Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
14734
35590697 14735 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
14736
14737 * Makefile.in: don't create all directories for ``make install'';
14738 let the subdirectories create the ones they need.
14739
14740Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14741
80413487 14742 * COPYING: new file, GPL v2
252b5132
RH
14743
14744Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14745
14746 * Makefile.in: use the new gen-info-dir, which needs a template
14747 argument (which also lives in texinfo)
14748
14749 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
14750
252b5132
RH
14751Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
14752
14753 * config.sub (ncr3000): Change i386 to i486.
14754
14755Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14756
14757 * Makefile.in: add install-rcs, install-grep to
14758 install-no-fixedincludes, removed install-bison and install-libgcc
14759
14760Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
14761
14762 * configure.in: grab the HPUX makefile fragment if on HPUX
14763
14764Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14765
14766 * Makefile.in: eradicate bison spoor (ditto libgcc).
14767 configure.in: recognise m68{k,000}-ericsson-OSE.
14768 es1800 is alias for m68k-ericsson-OSE
14769
14770Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14771
14772 * configure.in: rearrange the parts that remove programs from
14773 configdirs, based now on HOST==TARGET or by canonical triple.
14774
14775Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14776
14777 * test-build.mk: recurse explicitly with -f test-build.mk when
14778 appropriate. predicate stage3 and comparison on the existence
14779 of gcc. That is, if gcc isn't around, we aren't three-staging.
14780 On very clean, also remove ...stamp-co. Build in-place before
14781 doing other builds.
14782
14783Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14784
14785 * Makefile.in, configure.in: add tgas
14786
14787Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14788
14789 * Makefile.in: a number of changes merged in from progressive.
14790
14791 * configure.in: add libm.
14792
14793 * .cvsignore: ignore some stuff that comes from test-build.mk.
14794
252b5132
RH
14795Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
14796
14797 * config.sub: Add es1800 (m68k-ericsson-es1800).
14798
14799Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14800
14801 * configure: Add program_suffix (parallel to program_prefix)
14802 * Makefile.in: adjust directory-creating script for losing decstation
14803
14804Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
14805
14806 * configure: Minor $subdir-related fixes.
14807
14808Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14809
14810 * configure: fix various problems with propogating
14811 makefile_target_frag in subdirs.
14812 * configure.in: config libgcc if its there
14813
14814Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
14815
14816 * config.sub: HPPA merge.
14817
252b5132
RH
14818Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
14819
14820 * Makefile.in: Replace all-bison with all-byacc in all
14821 dependency lines for other tools (which now use byacc).
14822
14823Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
14824
14825 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
14826
252b5132
RH
14827Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
14828
14829 * Makefile.in: make gprof rules similar to byacc rules (instead of
14830 vestigal $(unsubdir) that didn't work...)
14831
14832Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
14833
14834 * config.sub: Add support for Linux.
14835 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
14836 (at least for libg++).
14837
14838Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14839
14840 * configure.texi: fix doc for the -nfp option to configure
14841
14842Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
14843
14844 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
14845
14846Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
14847
14848 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
14849 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
14850 * configure.in: added solaris* host_makefile_frag hook.
14851
14852Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14853
14854 * config.sub: changed recognition of m68000 so that various
14855 m68k types can be specified via m680[01234]0
14856
14857Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14858
14859 * config.sub (basic_machine): fix sed so that '-foo' isn't
14860 completely substituted out while .+'-foo' loses the '-foo'
14861
14862Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14863
14864 * config.sub ($os): Add -aout.
14865
14866Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
14867
14868 * configure: If host_makefile_frag is absolute, don't
14869 prefix ${invsubdir} (relevant to libg++ auto-configure).
14870
14871Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14872
14873 * Makefile.in (tooldir): Define it.
14874 (all-ld): Depend on all-flex.
14875
14876Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
14877
14878 * Makefile.in (check): Fix libg++ special case.
14879
14880Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
14881
14882 * configure: do not bury `pwd` into config.status, thus do fewer
14883 pwd's.
14884
14885 * configure: print the "Building in" message only when building in
14886 other than "." AND verbose.
14887
14888 * configure: remove -s, rework -v to better accomodate guested
14889 configures.
14890
14891 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
14892
14893Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
14894
14895 * Makefile.in: macroize flags passed on recursion. remove
14896 fileutils.
14897
14898Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
14899
14900 * configure: get makesrcdir right for subdirs deeper than 1.
14901
14902 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
14903 install.
14904
14905Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
14906
14907 * Makefile.in: don't print subdir_do or recursion lines.
14908
14909Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
14910
14911 * standards.texi: added menu item.
14912
14913 * Makefile.in: build and install standards.info.
14914
14915 * standards.texi: new file.
14916
14917Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14918
14919 * configure: test for and move config.status pieces from
14920 ${subdir}/.
14921
14922Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
14923
252b5132
RH
14924 * configure: Test for existance of files before trying to mv
14925 them, to avoid numerous non-existance messages.
14926
14927Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
14928
14929 * configure: correct final line of config.status.
14930
14931 * configure: patch from eggert. Avoids a protection problem if
14932 the original Makefile.in is read only.
14933
14934 * configure: use move-if-change from gcc to create config.status.
14935 Some makefiles depend on config.status to tell if a directory
14936 has been reconfigured for a different host. This change
14937 prevents those directories from remaking everything in the case
14938 where the reconfig was only intended to rebuild a Makefile.
14939
14940 * configure: test for config.sub with "config.sub sun4" rather
14941 than "config.sub ${host_alias}". Otherwise we can't tell a bad
14942 host alias from a missing config.sub.
14943
14944Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14945
14946 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
14947 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
14948
14949Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
14950
14951 * configure: mkdir ${subdir} as needed.
14952
14953Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
14954
14955 * Makefile.in,configure.in: added autoconf.
14956
14957Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14958
14959 * Makefile.in: no longer pass against on recursion.
14960
14961 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
14962 definitions are not inherited.
14963
14964 * configure: correct makesrcdir when subdir is .
14965
14966Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
14967
14968 * configure: Add support for 'subdirs' variable, which is
14969 like 'configdirs', except that configure doesn't re-invoke
14970 itself for subdirs, it just creates a Makefile for each subdir.
14971 * configure.texi: Document subdirs.
14972
14973Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14974
14975 * configure.in: added flex to configdirs
14976
14977Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
14978
14979 * Makefile.in: remove clean-stamps from clean.
14980
14981Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
14982
14983 * configure.in: Add gdbtest to configdirs.
14984
14985Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
14986
14987 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
14988 to recursive makes.
14989 * configure.in: Recognize new ncr3000 config.
14990
14991Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
14992
14993 * Makefile.in, configure.in: removed references to gdbm.
14994
14995Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
14996
14997 * config.sub: Don't canonicalize os value
14998 newsos* to bsd (readline needs to check for newsos).
14999 (This fix was earlier made Jan 31, but got re-broken.)
15000
15001Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
15002
15003 * configure.in: sco is an os, not a vendor!
15004
15005 * configure: Quote $( better. Keep various shells happy.
15006
15007Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
15008
15009 * Makefile.in: eliminate stamp-files.
15010
15011Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
15012
15013 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
15014 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15015
15016Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
15017
15018 * config.sub: fix iris/iris3.
15019
15020Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
15021
15022 * configure: re-add -rm.
15023
15024Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
15025
15026 * Maskefile.in: add .stmp-rcs to all.
15027
15028 * configure.in: remove gas from rs6000 build, use aix host fragment.
15029
15030Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
15031
15032 * configure: pass down site_option during recursion.
15033
15034Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
15035
15036 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
15037
15038Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
15039
15040 * configure: Change exec_prefix so that it really defaults to prefix.
15041
15042Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
15043
15044 * Makefile.in, configure.in: Add support for mmalloc library.
15045
15046Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
15047
15048 * Makefile.in: add stmp dependencies for a few more things.
15049
15050Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
15051
15052 * configure: adjusted error message on objdir/srcdir configure
15053 collision, per john's suggestion.
15054
15055 * Makefile.in: add libiberty stmp to all and all.cross.
15056
15057Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
15058
15059 * Makefile.in: remove force dependencies, add grep to all.
15060
15061Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
15062
15063 * Makefile.in: drop flex. make stamp files work.
15064
15065 * configure: added test for conflicting configuration in srcdir,
15066 remove trailing slashes from srcdir. Otherwise emacs gdb mode
15067 gets cranky. use relative paths for configure and srcdir
15068 whenever possible. Send some error messages to stderr that were
15069 going to stdout.
15070
15071Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
15072
15073 * Makefile.in: Fix libg++ rule to check for gcc directory
15074 before using gcc/gcc. Also pass XTRAFLAGS.
15075
15076Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
15077
15078 * Makefile.in: added stmp-files so that directories aren't polled
15079 when they are already built.
15080
15081 * configure.texi: fixed a node pointer problem.
15082
15083Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
15084
4bddf3ad 15085 * config.sub configure.in gdb/configure.in
252b5132
RH
15086 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15087 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15088 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
15089
15090Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15091
15092 * configure: -recurring becomes -silent. corrected help message
15093 for -site= option.
15094
15095 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15096
15097Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15098
15099 * configure: when building Makefile for crosses, replace
15100 tooldir and program_prefix. default srcdir from location of
15101 config.sub. remove "for host in hosts" and "for target in
15102 targets" loops.
15103
15104Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15105
15106 * Makefile.in: Do not pass bindir or mandir to cvs.
15107
15108Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
15109
15110 * Makefile.in, configure.in: removed traces of namesubdir,
15111 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
15112 copyrights to '92, changed some from Cygnus to FSF.
15113
15114 * configure.texi: remove most references to multiple hosts,
15115 multiple targets, subdirs, etc.
15116
15117 * configure.man: removed rcsid. reference config.sub not
15118 config.subr.
15119
15120 * Makefile.in: mkdir $(infodir) on install-info.
15121
15122Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
15123
15124 * configure.texi: Explain better about .gdbinit and about
15125 the environment that configure.in sections run in.
15126
15127Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
15128
15129 * configure.in: Ultrix is only a decstation if it's a MIPS.
15130
15131Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
15132
15133 * README: DOC.configure => cfg-paper.texi.
15134
15135Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
15136
15137 * config.sub (near case $os): Don't convert newsos* to bsd!
15138
15139Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
15140
15141 * Makefile.in: Reinstall change from gdb-4.3 that reduces
15142 the number of copies of COPYING that go into the GDB tar file.
15143
15144Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
15145
4bddf3ad 15146 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
15147 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15148 Fix SCO configuration stuff.
15149
15150Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
15151
15152 * Makefile.in: For libg++, make sure the -I pointing
15153 to the gcc directory goes *after* all the libg++-local -I flags.
15154 Also, move just-gcc dependency from just-libg++ to all-libg++.
15155
15156Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
15157
15158 * configure: Change -x to -f to keep Ultrix /bin/test happy.
15159
15160Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
15161
15162 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
15163
15164Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
15165
15166 * config.sub: Add stratus configuration frags. Also
15167 submitted to FSF.
15168
15169Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
15170
15171 * Makefile.in (DEV_SUPPORT): add configure.man.
15172
15173 * config.sub(Decode manufacturer-specific): add -none*.
15174
15175Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
15176
15177 * Makefile.in: remove form feeds to make Sun's make happy.
15178 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
15179
15180Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
15181
15182 * Makefile.in (AR_FLAGS): Make quieter.
15183
15184Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
15185
15186 * configure.in: Add libg++.
15187 * configure: When verbose, don't output the command line at each
15188 level; it will be unremarkably the same as the previous version,
15189 which will be the same as what the user typed.
15190
15191Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
15192
15193 * configure.in, Makefile.in: fix clean-info, add flex. add
15194 fileutils.
15195
15196 * configure: be less sensitive to spaces in Makefile.in. Do not
15197 look for sources in "..". Doing so breaks subdirectories that
15198 might have their own configure. If a subdir has it's own
15199 configure script, use it.
15200
15201Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
15202
15203 * cfg-paper.texi: some changes suggested by rms.
15204
15205Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
15206
15207 * config.sub: Merge in some small additions from the FSF version,
15208 taken from the gcc distribution, to bring the Cygnus and FSF
15209 versions into closer sync.
15210
15211Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
15212
15213 * configure.in: Changed svr4 references to sysv4.
15214
15215Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
15216
15217 * configure: added -V for version number option.
15218
15219Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
15220
15221 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
15222 renamed from DOC.configure to cfg-paper.texi.
15223
15224Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15225
15226 * configure, config.subr, config.sub: config.subr is now
15227 config.sub again.
15228
15229Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
15230
15231 * configure.texi: new file, in progress.
15232
15233 * Makefile.in: build info file and install the man page for
15234 configure.
15235
15236 * configure.man: new file, first cut.
15237
15238 * configure: find config.subr again now that configuration "none"
15239 has gone. removed all traces of the -ansi option. removed all
15240 traces of the -languages option.
15241
15242 * config.subr: resync from rms.
15243
d932cae7 152441991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15245
15246 * configure, config.sub, config.subr: merge config.sub into
15247 config.subr, call the result config.subr, remove config.sub, use
15248 config.subr.
15249
15250 * Makefile.in: revised install for dir.info.
15251
d932cae7 152521991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15253
15254 * configure.in: add decstation host makefile frag.
15255
15256 * Makefile.in: BISON now bison -y again. also install-gcc on
15257 install. clean-gdbm on clean. infodir belongs in datadir.
15258 Make directories for info install. Build dir.info here then
15259 install it.
15260
d932cae7 152611991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15262
15263 * Makefile.in: fix for bad directory tests.
15264
d932cae7 152651991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15266
15267 * configure: \{1,2\} appears to be a sysv'ism. Use a different
15268 regexp. -srcdir relative was being handled incorrectly.
15269
15270 * Makefile.in: unwrapped some for loops so that parallel makes
15271 work again and so one can focus one's attention on a particular
15272 package.
15273
d932cae7 152741991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15275
15276 * configure: added PWD as a stand in for `pwd` (for speed). use
15277 elif wherever possible. make -srcdir work without -objdir.
15278 -objdir= commented out.
15279
d932cae7 152801991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15281
15282 * configure: +options become --options. -subdirs commented out.
15283 added -host, -datadir. Renamed -destdir to -prefix. Comment in
15284 Makefile now at top of generated Makefile. Removed cvs log
15285 entries. added -srcdir. create .gdbinit only if there is one
15286 in ${srcdir}.
15287
15288 * Makefile.in: idestdir and ddestdir go away. Added copyrights
15289 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
15290 and mandir now keyed off datadir by default.
15291
d932cae7 152921991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15293
15294 * Freshly created ChangeLog.
15295
15296\f
15297Local Variables:
15298mode: change-log
15299left-margin: 8
15300fill-column: 76
15301version-control: never
15302End:
This page took 1.295074 seconds and 4 git commands to generate.