or1k: RTEMS target support and simplify matching
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
a843ea33
SB
12014-07-25 Samuel Bronson <naesten@gmail.com>
2
3 * .gitattributes: New file for use with git-merge-changelog.
4
cfbc1a6c
JS
52014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
6
7 Disable gdb for or1k*-*-* until supported
8 * configure.ac (or1k*-*-*): Disable gdb.
9 * configure: Regenerated.
10
d9e042ac
SL
112014-05-14 Sandra Loosemore <sandra@codesourcery.com>
12
13 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
14 * configure: Regenerated.
15
201f096f 162014-03-26 Jakub Jelinek <jakub@redhat.com>
17
18 PR sanitizer/56781
19 * Makefile.def: Set bootstrap=true; for host fixincludes.
20 * configure.ac: Don't bootstrap host fixincludes unless
21 --with-build-config=bootstrap-{a,ub}san.
22 * Makefile.in: Regenerated.
23 * configure: Regenerated.
24
730af8ee 252014-03-21 Jakub Jelinek <jakub@redhat.com>
26
27 * configure.ac: Move BUILD_CONFIG set up earlier. Add
28 --enable-vtable-verify option parsing. Don't add
29 target-libsanitizer to bootstrap_target_libs unless
30 --with-build-config=bootstrap-asan or
31 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
32 to bootstrap_target_libs unless --enable-vtable-verify.
33 * configure: Regenerated.
34
abca8d87 352014-03-07 Jakub Jelinek <jakub@redhat.com>
36
37 PR bootstrap/58572
38 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
39 -I for libstdc++-v3 includes if $(LEAN).
40 * Makefile.in: Regenerated.
41
68d122bb 422014-02-24 Walter Lee <walt@tilera.com>
43
44 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
45 (tilegx-*-*): Change to tilegx*-*-*.
46 * configure: Regenerate.
47
39d1b2ae
RS
482014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
49
50 * config.sub, config.guess: Import from upstream.
51
50f80006
EB
522014-04-04 Eric Botcazou <ebotcazou@adacore.com>
53
54 PR bootstrap/60620
55 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
56 * Makefile.in: Regenerate.
57
a6305403
YS
582014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
59
60 * Makefile.def (dependencies): Make all-ld depend on all-binutils
61 for WINDRES_FOR_TARGET in default-manifest.o rule.
62 * Makefile.in: Regenerate.
63
62a0f723
RO
642014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
65
66 PR target/59788
67 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
68 *solaris2*.
69
530e8392
KB
702013-12-19 Keven Boell <keven.boell@intel.com>
71
72 * cp-namespace.c (cp_lookup_nested_symbol): Enable
73 nested lookups for fortran modules.
74 * dwarf2read.c (read_module): Add fortran module to
75 the symbol table.
76 (add_partial_symbol, add_partial_module): Add fortran
77 module to the partial symbol table.
78 (new_symbol_full): Create full symbol for fortran module.
79 * f-exp.y (yylex): Add new module domain to be parsed.
80 * symtab.h: New domain for fortran modules.
81
7f9b20bb
KB
822013-12-19 Keven Boell <keven.boell@intel.com>
83
84 * f-exp.y (yylex): Add domain array to enable lookup
85 in multiple domains. Loop over lookup domains and try
86 to find requested symbol. Add STRUCT_DOMAIN to lookup
87 domains to be able to query for user defined types.
88
afc0578d 892013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
90
91 * configure.ac: Add user-friendly check for native x86_64-linux
92 multilibs.
93 * configure: Regenerate.
94
f3f51a69
AM
952013-11-23 Alan Modra <amodra@gmail.com>
96
97 * config.sub, config.guess: Import from upstream.
98
2440009d 992013-11-07 Thomas Schwinge <thomas@codesourcery.com>
100
2440009d 101 * Makefile.in: Regenerate.
102
e78e02e6 103 * Makefile.tpl: Fix typo.
104 * Makefile.in: Regenerate partially.
105
9aaf2a7e 1062013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
107
108 * configure.ac: Added libcilkrts to noconfig list when C++ is not
109 supported.
110 * configure: Regenerated.
111
880b18d1 1122013-10-30 Jason Merrill <jason@redhat.com>
113
114 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
115 --disable-build-format-warnings.
116
522e3d71 1172013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
118
f3f51a69 119 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
522e3d71 120 depend on libstdc++ and libgcc.
121 * configure: Regenerate.
122 * configure.ac: Added libcilkrts to target binaries. Also, restrict
123 libcilkrts for POSIX and i*86, and x86_64 architectures.
124 * Makefile.in: Added libcilkrts related fields to support building it.
125
cb49a9e1 1262013-10-26 Jeff Law <law@redhat.com>
127
128 * Makefile.def (target_modules): Remove libmudflap
129 (languages): Remove check-target-libmudflap).
130 * Makefile.in: Rebuilt.
131 * Makefile.tpl (check-target-libmudflap-c++): Remove.
132 * configure.ac (target_libraries): Remove target-libmudflap.
133 Remove checks which disabled libmudflap on some systems.
134 * configure: Rebuilt.
135 * libmudflap: Directory removed.
136
82033c9b
JBG
1372013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
138
139 * configure.ac: Update from GCC.
140 * configure: Regenerate.
141
b50d7605
HPN
1422013-10-15 Hans-Peter Nilsson <hp@axis.com>
143
144 * src-release (do-proto-toplevel): Support subdir-path-prefixed
145 files in SUPPORT_FILES.
146 (SIM_SUPPORT_DIRS): New variable.
147 (sim.tar.bz2): New rule.
148
f4cfb980
JBG
1492013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
150
151 * configure.ac: Update from GCC.
152 * configure: Regenerate.
153
78b1434c
JJ
1542013-10-01 Jeff Johnston <jjohnstn@redhat.com>
155
156 * COPYING.NEWLIB: Update with new copyright.
157
b3fc79f8
JBG
1582013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
159
160 * configure.ac: Update from GCC.
161 * configure: Regenerate.
162
cc9afea3
AM
1632013-09-20 Alan Modra <amodra@gmail.com>
164
165 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
166 ppc host match. Support little-endian powerpc linux hosts.
167
f006cabd
JB
1682013-08-16 Joel Brobecker <brobecker@adacore.com>
169
170 * src-release (VER): When using $(TOOL)/common/create-version.sh,
171 strip the "-cvs" suffix from the version number if present.
172
95e43135
JBG
1732013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
174
175 * configure.ac: Sync with GCC repo.
176 * Makefile.def: Ditto.
177 * configure: Regenerate.
178 * Makefile.in: Ditto.
179
7539e41e
JB
1802013-07-22 Joel Brobecker <brobecker@adacore.com>
181
182 * src-release (VER): Use $(TOOL)/common/create-version.sh
183 if it exists.
184
e8044f35
RS
1852013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
186
187 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
188 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
189 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
190 * configure: Regenerate.
191
7bab7634
DC
1922013-06-01 George Thomas <george.thomas@atmel.com>
193
95e43135
JBG
194 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
195 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
7bab7634 196
b5364c9e
JJ
1972013-05-06 Sandra Loosemore <sandra@codesourcery.com>
198
199 * COPYING.NEWLIB: Add Altera Corporation copyright.
200
5dad867c
JBG
2012013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
202
203 * config.guess: Update from config repo.
204 * config.sub: Ditto.
205
b836cb18
JBG
2062013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
207
208 * Makefile.def: Sync with GCC.
209 * Makefile.in: Regenerate.
210
e7d5abf1
JBG
2112013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
212
213 * configure.ac: Sync with GCC.
b836cb18 214 * configure: Regenerate.
e7d5abf1 215
4f778543
MF
2162013-03-22 Mike Frysinger <vapier@gentoo.org>
217
218 * src-release (VER): Change bfd/configure.in sed to use the new
219 `bfd/configure --version` output.
220
f1dd87fc
YZ
2212013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
222
223 * configure.ac: Sync with GCC repo.
224 * configure: Ditto.
225
a413f71a
ILT
2262013-02-05 Ian Lance Taylor <iant@google.com>
227
228 PR go/55969
229 * configure.ac: Disable libgo on some systems where it does not
230 work.
231 * configure: Rebuild.
232
3a98824c
AM
2332013-02-05 Alan Modra <amodra@gmail.com>
234
235 * configure: Regenerate after syncing config/.
236
3dae1673
JBG
2372013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
238
239 * configure.ac: Sync with GCC repo.
240 * configure: Ditto.
241 * Makefile.def: Ditto.
242 * Makefile.in: Ditto.
243
bf51454b
JB
2442013-01-11 Joel Brobecker <brobecker@adacore.com>
245
246 Sync with GCC, merge:
247
248 2013-01-09 Jason Merrill <jason@redhat.com>
249
250 * .gitignore: Import from gdb repository.
251
c841a2be
JBG
2522013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
253
254 * config.sub: Update from config repo.
255
d7b9dae9
EB
2562013-01-11 Eric Botcazou <ebotcazou@adacore.com>
257
258 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
259 * Makefile.in: Regenerate.
260
861ea9c8
L
2612013-01-09 H.J. Lu <hongjiu.lu@intel.com>
262
263 * Makefile.def (configure-gcc): Depend on all-gmp.
264 (all-gcc): Remove dependency on all-gmp.
265 * Makefile.in: Regenerated.
266
ce82b126
JBG
2672013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
268
1b4f418d 269 * config.guess: Update from config repo.
c2e5e6d7 270 * config.sub: Ditto.
ce82b126 271
fd62a30d
JJ
2722013-01-07 Jeff Johnston <jjohnstn@redhat.com>
273
274 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
275 exists and replace the new bfin license in its location.
276
0140d685
L
2772013-01-07 H.J. Lu <hongjiu.lu@intel.com>
278
279 PR gas/14899
280 * Makefile.def (dependencies): Make all-binutils, all-gprof,
281 all-ld and all-gold depend on all-gas.
282 * Makefile.in: Regenerated.
283
c3d399e7
L
2842012-12-29 Ben Elliston <bje@gnu.org>
285
286 * config.guess: Update to 2012-12-29 version.
287 * config.sub: Likewise.
288
9417cd2f
JBG
2892012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
290
291 * Makefile.def (install-target-libgo): Depend on
292 install-target-libatomic. Merged from GCC repo.
293 * Makefile.in: Regenerate.
294
68dad382
JJ
2952012-12-17 Jeff Johnston <jjohnstn@redhat.com>
296
297 * COPYING.LIBGLOSS: Add license for bfin libgloss.
298
2344b8da
TS
2992012-12-16 Thomas Schwinge <thomas@codesourcery.com>
300
301 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
302 * configure: Regenerate.
303
5eb08693
L
3042012-12-11 H.J. Lu <hongjiu.lu@intel.com>
305
306 * Makefile.def (target_modules): Add bootstrap=true and
307 raw_cxx=true to libsanitizer.
308 * configure.ac (bootstrap_target_libs): Add libsanitizer.
309 * Makefile.in: Regenerated.
310 * configure: Likewise.
311
53ab32d8
JBG
3122012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
313
314 * config.sub: Merge from config repo.
315
d2489204
JBG
3162012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
317
318 * configure.ac: Merge from GCC.
c2e5e6d7
JBG
319 * Makefile.tpl: Ditto.
320 * Makefile.in: Ditto.
321 * configure: Ditto.
d2489204 322
c23b5043
JBG
3232012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
324
325 * configure.ac (noconfigdirs): Merge from GCC.
326 * configure: Regenerate.
327
1dd1f7f6
JBG
3282012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
329
330 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
331
2bda3143
L
3322012-11-14 Roland McGrath <mcgrathr@google.com>
333
334 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
335 * configure: Regenerate.
336
5286fdef
L
3372012-11-13 Richard Henderson <rth@redhat.com>
338
339 * configure.ac: Move libsanitizer logic to subdirectory.
340 * configure: Regenerate.
341
3422012-11-13 Dodji Seketeli <dodji@redhat.com>
343
344 * configure.ac: Enable libsanitizer just on x86 linux for now.
345 * configure: Re-generate.
346
3472012-11-13 David Edelsohn <dje.gcc@gmail.com>
348
349 * configure.ac: Merge libquadmath sections.
350 * configure: Regenerate.
351
3522012-11-12 Wei Mi <wmi@google.com>
353
354 * configure.ac: Add libsanitizer to target_libraries.
355 * Makefile.def: Ditto.
356 * configure: Regenerate.
357 * Makefile.in: Regenerate.
358
f66a9a70
L
3592012-11-03 H.J. Lu <hongjiu.lu@intel.com>
360
361 * configure: Regenerated.
362
3632012-11-03 Robert Mason <rbmj@verizon.net>
364
365 * configure.ac: add --disable-libstdcxx configure option
366 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
367
6d94c122
CV
3682012-10-24 Corinna Vinschen <corinna@vinschen.de>
369
370 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
371 against Mingw64 w32api.
372 * configure: Regenerate.
373
a882be68
EB
3742012-10-23 Eric Botcazou <ebotcazou@adacore.com>
375
376 PR bootstrap/54820
377 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
378 * configure: Regenerate.
379
b3676d82
EB
3802012-10-22 Eric Botcazou <ebotcazou@adacore.com>
381
382 PR bootstrap/54820
383 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
384 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
385 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
386 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
387 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
388 * Makefile.in: Regenerate.
389 * configure.ac (have_static_libs): New variable and associated check.
390 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
391 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
392 * configure: Regenerate.
393
7b0e8ca5
MF
3942012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
395
396 * config.guess, config.sub: Include updated version from
397 config-patches. Adds microblaze little endian support.
398
8e71395b
L
3992012-09-28 Ian Lance Taylor <iant@google.com>
400
401 * Makefile.def: Make all-target-libgo depend on
402 all-target-libbacktrace.
403 * Makefile.in: Rebuild.
404
4052012-09-26 Ian Lance Taylor <iant@google.com>
406
407 * Makefile.def: Make all-gcc depend on all-libbacktrace.
408 * Makefile.in: Rebuild.
409
4102012-09-06 Diego Novillo <dnovillo@google.com>
411
412 * configure.ac: Bump minimum GMP version to 4.2.3.
413 * configure: Re-generate.
414
4152012-09-05 Georg-Johann Lay <avr@gjlay.de>
416
417 PR target/54461
418 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
419 target-libgloss if not configured --with-avrlibc=no.
420 * configure: Regenerate.
421
4222012-09-04 Jason Merrill <jason@redhat.com>
423
424 * configure.ac: Fix --enable-languages=all.
425
4262012-09-03 Richard Guenther <rguenther@suse.de>
427
428 PR bootstrap/54138
429 * configure.ac: Re-organize ISL / CLOOG checks to allow
430 disabling with either --without-isl or --without-cloog.
431 * configure: Regenerated.
432
4332012-09-03 Georg-Johann Lay <avr@gjlay.de>
434
435 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
436 * configure: Regenerate.
437
d09bbf00
SE
4382012-09-21 Steve Ellcey <sellcey@mips.com>
439
440 * configure.ac: Add mips*-mti-elf* target.
441 * configure: Regenerate.
442
2bf680c4
ILT
4432012-09-19 Ian Lance Taylor <iant@google.com>
444
445 * configure.ac (host_libs): Add libbacktrace.
446 (target_libraries): Add libbacktrace.
447 * Makefile.def (host_modules): Add libbacktrace.
448 (target_modules): Likewise.
449 * configure, Makefile.in: Rebuild.
450
5c0b3823
WL
4512012-09-15 Jiong Wang <jiwang@tilera.com>
452
453 * configure.ac (ENABLE_GOLD): support tilegx*
454 * configure: rebuild
455
1488e230
DE
4562012-09-14 David Edelsohn <dje.gcc@gmail.com>
457
458 PR target/38607
459 Merge upstream change.
460 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
461
462 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
463 Add libgomp*.o to compare_exclusions for AIX.
464 * configure: Regenerate.
465
df6795ce
L
4662012-08-26 H.J. Lu <hongjiu.lu@intel.com>
467
468 PR binutils/4970
469 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
470 and opcodes.
471 * Makefile.in: Regenerated.
472
7ec59b9e
L
4732012-08-14 Diego Novillo <dnovillo@google.com>
474
475 Merge from cxx-conversion branch.
476
477 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
478 POSTSTAGE1_CONFIGURE_FLAGS.
479 * Makefile.in: Regenerate.
480 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
481 Force C++ when bootstrapping.
482 * configure: Regenerate.
483
4842012-07-06 Richard Guenther <rguenther@suse.de>
485
486 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
487 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
488 --with-gmp=system.
489 * Makefile.in: Regenerated.
490 * configure: Likewise.
491
4922012-07-06 Richard Guenther <rguenther@suse.de>
493
494 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
495 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
496 supply V=1 as extra_make_flags.
497 * configure: Regenerated.
498 * Makefile.in: Likewise.
499
5002012-07-03 Richard Guenther <rguenther@suse.de>
501
502 * Makfile.def (isl): Remove not necessary extra_exports and
503 extra_make_flags.
504 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
505 * Makefile.in: Regenerated.
506
5072012-07-03 Richard Guenther <rguenther@suse.de>
508
509 * Makefile.def (cloog): Add V=1 to extra_make_flags.
510 * configure.ac: If either the ISL or the CLooG check failed
511 do not try to build in-tree versions.
512 * Makefile.in: Regenerated.
513 * configure: Regenerated.
514
5152012-07-02 Richard Guenther <rguenther@suse.de>
516 Michael Matz <matz@suse.de>
517 Tobias Grosser <tobias@grosser.es>
518 Sebastian Pop <sebpop@gmail.com>
519
520 * Makefile.def: Add ISL host module, remove PPL host module.
521 Adjust ClooG host module to use the proper ISL.
522 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
523 * configure.ac: Include config/isl.m4. Add ISL host library,
524 remove PPL. Remove PPL configury, add ISL configury, adjust
525 ClooG configury.
526 * Makefile.in: Regenerated.
527 * configure: Likewise.
528
5292012-07-02 Richard Guenther <rguenther@suse.de>
530
531 Merge from graphite branch
532 2011-07-21 Tobias Grosser <tobias@grosser.es>
533
534 * configure: Regenerated.
535 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
536 both cloog.org and legacy versions. The only supported version will
537 be CLooG with the isl backend.
538
539 2011-07-21 Tobias Grosser <tobias@grosser.es>
540
541 * configure: Regenerated.
542 * configure.ac: Require cloog isl 0.17.0
543
544 2011-07-21 Tobias Grosser <tobias@grosser.es>
545
546 * configure: Regenerated.
547 * config/cloog.m4: Do not define CLOOG_ORG
548
5492012-06-29 Steven Bosscher <steven@gcc.gnu.org>
550
551 * configure.ac: Skip C if explicitly selected.
552 * configure: Regenerate.
553
5542012-06-28 Christophe Lyon <christophe.lyon@st.com>
555
556 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
557 they contain -O2.
558 * configure: Regenerate.
559
5602012-06-20 Jason Merrill <jason@redhat.com>
561
562 * Makefile.tpl (check-target-libgomp-c++): New.
563 (check-target-libitm-c++): New.
564 * Makefile.def (c++): Add them.
565 * Makefile.in: Regenerate.
566
5672012-05-16 Olivier Hainque <hainque@adacore.com>
568
569 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
570 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
571 (install-no-fixedincludes): Adjust accordingly.
572 * Makefile.in: Regenerate.
573
5742012-05-09 Nick Clifton <nickc@redhat.com>
575 Paul Smith <psmith@gnu.org>
576
577 PR bootstrap/50461
578 * configure.ac (mpfr-dir): When using in-tree MPFR sources
579 allow for the fact that from release v3.1.0 of MPFR the source
580 files were moved into a src sub-directory.
581 * configure: Regenerate.
582
5832012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
584
585 * configure.ac: Bump minimum MPFR version to 2.4.0.
586 * configure: Regenerated.
587
5882012-05-01 Richard Henderson <rth@redhat.com>
589
590 * Makefile.def (libatomic): New target_module.
591 * configure.ac (target_libraries): Add libatomic.
592 (noconfigdirs): Check if libatomic is supported.
593 * Makefile.in, configure: Rebuild.
594
f87f9c61
L
5952012-05-15 H.J. Lu <hongjiu.lu@intel.com>
596
597 Merge upstream change
598 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
599
6002011-11-21 Andreas Tobler <andreast@fgznet.ch>
601
602 * libtool.m4: Additional FreeBSD 10 fixes.
603
68f107fa
AO
6042012-06-28 Christophe Lyon <christophe.lyon@st.com>
605
606 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
607 they contain -O2.
608 * configure: Regenerate.
609
b9c361e0
JL
6102012-05-14 Catherine Moore <clm@codesourcery.com>
611
612 * NEWS: Mention PowerPC VLE port.
613
9eb322aa
MF
6142012-05-11 Mike Frysinger <vapier@gentoo.org>
615
616 * MAINTAINERS (config/): Move to intl/ section.
617 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
618
58b1dd21
NC
6192012-05-09 Nick Clifton <nickc@redhat.com>
620 Paul Smith <psmith@gnu.org>
621
622 PR bootstrap/50461
623 * configure.ac (mpfr-dir): When using in-tree MPFR sources
624 allow for the fact that from release v3.1.0 of MPFR the source
625 files were moved into a src sub-directory.
626 * configure: Regenerate.
627
2e702c99
RM
6282012-05-02 Roland McGrath <mcgrathr@google.com>
629
630 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
631 * configure: Regenerate.
632
d2213593
JB
6332012-04-25 Joel Brobecker <brobecker@adacore.com>
634
635 * config.sub: Update to 2012-04-18 version from official repo.
636
202e2356
NC
6372012-03-19 Tristan Gingold <gingold@adacore.com>
638
639 * configure.ac (ia64*-*-*vms*): Add support for ld.
640 * configure: Regenerate.
641
2479f722
RO
6422012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
643
644 * configure.ac (enable_libgomp): Remove *-*-irix6*.
645 (unsupported_languages): Remove mips-sgi-irix6.*.
646 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
647 (with_stabs): Remove.
648 * configure: Regenerate.
649
4e97d92b
RO
6502012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
651
652 * configure.ac (enable_libgomp): Remove *-*-osf*.
653 (with_stabs): Remove alpha*-*-osf*.
654 * configure: Regenerate.
655
f9ea6f98
JJ
6562012-03-09 Jeff Johnston <jjohnstn@redhat.com>
657
658 * COPYING.NEWLIB: Modify DJ Delorie license to include
659 modification rights in clause as permitted by DJ Delorie.
660 * COPYING.LIBGLOSS: Ditto.
661
48688b3e
JJ
6622012-03-09 Jeff Johnston <jjohnstn@redhat.com>
663
664 * COPYING.NEWLIB: Remove two unused licenses.
665
0945bbee
TG
6662012-03-05 Tristan Gingold <gingold@adacore.com>
667
668 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
669 * configure: Regenerate.
670
516be0c5
JJ
6712012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
672
673 * COPYING.NEWLIB: Add Adapteva notice.
674 * COPYING.LIBGLOSS: Add Adapteva notice.
675
64b986c0
EB
6762011-12-18 Eric Botcazou <ebotcazou@adacore.com>
677
678 * configure: Regenerate.
679
58cddc18
JJ
6802011-12-15 Jeff Johnston <jjohnstn@redhat.com>
681
682 * COPYING.LIBGLOSS: Add GPL with exception license.
683
b121d7d4
DD
6842011-11-09 Roland McGrath <mcgrathr@google.com>
685
686 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
687 * configure: Rebuild.
688 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
689 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
690 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
691 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
692 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
693 Add READELF.
694 * Makefile.in: Rebuild.
695
d32e2926
RH
6962011-11-08 Richard Henderson <rth@redhat.com>
697
698 * configure.ac: Test for libitm directory present first.
699
700 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
701
702 * configure.ac: Test libitm/configure.tgt to disable libitm.
703 * configure: Rebuild.
704
98dd765a
RO
7052011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
706
707 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
708 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
709 * Makefile.in: Regenerate.
710
99c513f6
DD
7112011-11-01 DJ Delorie <dj@redhat.com>
712
713 * configure.ac (rl78-*-*) New case.
714 * configure: Regenerate.
715
ff3ec4ee
DD
7162011-11-01 DJ Delorie <dj@redhat.com>
717
718 * config.sub: Update to version 2011-10-29 (added rl78)
719
c28a9f49
NC
7202011-10-27 Nick Clifton <nickc@redhat.com>
721
722 * config.sub: Import these changes from the config project:
723
a903d6ac 724 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
c28a9f49
NC
725 Ben Elliston <bje@gnu.org>
726
727 * config.sub (epiphany): New.
728
729 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
730 Ben Elliston <bje@gnu.org>
731
9eb322aa 732 * config.sub (hexagon, hexagon-*): New.
c28a9f49
NC
733
734 2011-08-23 Roland McGrath <mcgrathr@google.com>
735
736 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
737 64eb to be64.
738
739 2011-08-16 Roland McGrath <mcgrathr@google.com>
740
741 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
742 (nacl): Grok as alias for 32el-unknown-nacl.
743
860144e4
JB
7442011-08-19 Joel Brobecker <brobecker@adacore.com>
745
746 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
747
40ae9136
YQ
7482011-08-14 Yao Qi <yao@codesourcery.com>
749
750 Merge from gcc:
751
752 2011-08-14 Yao Qi <yao@codesourcery.com>
753 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
754 * configure: Regenerate.
755
ffdd6afc
ILT
7562011-07-26 Ian Lance Taylor <iant@google.com>
757
758 Merge from gcc:
759
760 2011-07-26 Ian Lance Taylor <iant@google.com>
761 * configure.ac: Set have_compiler based on whether gcc directory
762 exists, rather than on whether gcc is in configdirs.
763 * configure: Rebuild.
764
765 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
766 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
767 link directories.
768 * Makefile.in: Rebuild.
769
770 2011-07-20 Ian Lance Taylor <iant@google.com>
771 PR bootstrap/49787
772 * configure.ac: Move --enable-bootstrap handling earlier in file.
773 If --enable-bootstrap and either --enable-build-with-cxx or
774 --enable-build-poststage1-with-cxx, enable C++ automatically.
775 * configure: Rebuild.
776
777 2011-07-19 Ian Lance Taylor <iant@google.com>
778 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
779 make C++ a boot_language. Set and substitute
780 POSTSTAGE1_CONFIGURE_FLAGS.
781 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
782 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
783 * configure, Makefile.in: Rebuild.
784
785 2011-07-16 Jason Merrill <jason@redhat.com>
786 * Makefile.def (language=c++): Add check-c++0x and
787 check-target-libmudflap-c++.
788 * Makefile.tpl (check-target-libmudflap-c++): New.
789 * Makefile.in: Regenerate.
790
791 2011-07-16 Matthias Klose <doko@ubuntu.com>
792 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
793 * Makefile.def (target_modules/libjava): Pass
794 $(EXTRA_CONFIGARGS_LIBJAVA).
795 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
796 if not configured with --enable-static-libjava.
797 * Makefile.in: Regenerate.
798 * configure: Likewise.
799
800 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
801 PR regression/47836
802 PR bootstrap/23656
803 PR other/47733
804 PR bootstrap/49247
805 PR c/48825
806 * configure.ac (target_libraries): Remove target-libiberty.
807 Remove case-statement setting skipdirs=target-libiberty for
808 multiple targets. Remove checking target_configdirs and
809 removing target-libiberty but keeping target-libgcc if
810 otherwise empty.
811 * Makefile.def (target_modules): Don't add libiberty.
812 (dependencies): Remove all traces of target-libiberty.
813 * configure, Makefile.in: Regenerate.
814
9ccb86e7
JM
8152011-07-22 Jason Merrill <jason@redhat.com>
816
817 * Makefile.def (language=c++): Add check-c++0x and
818 check-target-libmudflap-c++.
819 * Makefile.tpl (check-target-libmudflap-c++): New.
820 * Makefile.in: Regenerate.
821
090bc50f
RO
8222011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
823
824 * configure: Regenerate.
825
cff32a7c
RO
8262011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
827
828 PR target/39150
829 * configure.ac (i[3456789]86-*-solaris2*): Also accept
830 x86_64-*-solaris2.1[0-9]*.
831 * configure: Regenerate.
832
eb4b2452
NC
8332011-06-13 Walter Lee <walt@tilera.com>
834
835 * configure.ac (tilepro-*-*) New case.
836 (tilegx-*-*): Likewise.
837 * configure: Regenerate.
838
3c0013bf
NC
8392011-06-06 Nick Clifton <nickc@redhat.com>
840
841 * config.sub: Sync from upstream.
842
91c1f14c
DK
8432011-05-08 Doug Kwan <dougkwan@google.com>
844
845 Merge from gcc:
846
847 2011-05-08 Doug Kwan <dougkwan@google.com>
848
849 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
850 * configure: Regenerated.
851 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
852 value from configure.
853 * Makefile.in: Regenerated.
854
c7e4b184
JM
8552011-05-05 Joseph Myers <joseph@codesourcery.com>
856
857 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
858 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
859 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
860 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
861 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
862 *-*-vxworks*): Disable newlib and libgloss in separate case
863 statement.
864 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
865 to separate case statement.
866 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
867 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
868 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
869 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
870 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
871 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
872 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
873 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
874 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
875 i[[3456789]]86-*-rdos*, m32r-*-*,
876 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
877 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
878 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
879 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
880 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
881 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
882 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
883 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
884 and libgloss in main case over targets. Remove most empty cases
885 in main case over targets.
886 * configure: Regenerate.
887
7152a690
JM
8882011-05-04 Joseph Myers <joseph@codesourcery.com>
889
890 * configure.ac: Remove code setting special library locations for
891 hppa*64*-*-hpux11*. Remove code setting compiler for
892 sparc-sun-solaris2*.
893 * configure: Regenerate.
894
ff46fb8f
JM
8952011-05-04 Joseph Myers <joseph@codesourcery.com>
896
897 * configure.ac: Separate libgloss_dir settings from general case
898 over targets.
899 * configure: Regenerate.
900
82ae827f
JM
9012011-04-28 Joseph Myers <joseph@codesourcery.com>
902
903 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
904 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
905 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
906 cases in libgcj-disabling case statement.
907 (hppa*64*-*-linux*): Set unsupported_languages instead of
908 disabling target-zlib.
909 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
910 to hppa*64*-*-hpux*.
911 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
912 hppa*-*-hpux*.
913 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
914 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
915 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
916 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
917 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
918 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
919 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
920 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
921 libgcj-disabling case statement.
922 * configure: Regenerate.
923
0827f9a6
JM
9242011-04-28 Joseph Myers <joseph@codesourcery.com>
925
926 * configure.ac: Disable Java for targets not supporting libffi.
927 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
928 Remove cases in Java-disabling statement.
929 (*arm-wince-pe): Change to arm-wince-pe.
930 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
931 cases in Java-disabling statement.
932 (bfin-*-*): Don't disable Java again.
933 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
934 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
935 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
936 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
937 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
938 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
939 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
940 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
941 Java-disabling statement.
942 (mmix-*-*): Don't disable Java again.
943 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
944 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
945 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
946 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
947 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
948 statement.
949 * configure: Regenerate.
950
899b04ef
JM
9512011-04-28 Joseph Myers <joseph@codesourcery.com>
952
953 Merge from GCC:
954
955 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
956
957 PR lto/48086
958 * configure.ac: Re-enable LTO on *-apple-darwin9*.
959 * configure: Regenerate.
960
9863d716
JM
9612011-04-28 Joseph Myers <joseph@codesourcery.com>
962
963 * configure.ac: Separate cases disabling Java and Java libraries
964 from general case over targets.
965 * configure: Regenerate.
966
a90ef4bf
JM
9672011-04-06 Joseph Myers <joseph@codesourcery.com>
968
969 * configure.ac (build_tools): Remove build-byacc.
970 (host_libs): Remove mmalloc.
971 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
972 autoconf automake libtool diff rcs fileutils shellutils time
973 textutils wdiff find uudecode hello tar gzip indent recode release
974 sed perl gawk findutils gettext zip.
975 (libgcj): Remove target-qthreads.
976 (target_tools): Remove target-examples target-gperf.
977 (YACC): Don't handle building byacc.
978 * configure: Regenerate.
979 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
980 dosutils, examples, fileutils, find, findutils, gawk, gettext,
981 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
982 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
983 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
984 handle building components.
985 * Makefile.in: Regenerate.
986
05a02268
RW
9872011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
988
989 * config.sub: Sync from upstream.
990
c5f5c3c2
JM
9912011-04-01 Joseph Myers <joseph@codesourcery.com>
992
993 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
994 (microblaze*): Don't disable libssp.
995 * configure: Regenerate.
996
f6c1938b
JM
9972011-04-01 Joseph Myers <joseph@codesourcery.com>
998
999 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1000 moveifchange.
1001 * configure: Regenerate.
1002 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1003 * Makefile.in: Regenerate.
1004
1f111696
JM
10052011-04-01 Joseph Myers <joseph@codesourcery.com>
1006
1007 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1008 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1009 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1010 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1011 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1012 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1013 md_exec_prefix cases.
1014 * configure: Regenerate.
1015
065a5627
JM
10162011-04-01 Joseph Myers <joseph@codesourcery.com>
1017
1018 * configure.ac: Separate cases disabling target-libssp,
1019 target-libiberty, target-libstdc++-v3 and Fortran from general
1020 case over targets.
1021 * configure: Regenerate.
1022
b2f14e4a
JM
10232011-04-01 Joseph Myers <joseph@codesourcery.com>
1024
1025 * configure.ac (*-*-chorusos): Don't disable libgcj.
1026 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1027 Remove case.
1028 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1029 (arm-*-coff): Don't disable libgcj.
1030 (arm*-*-linux-gnueabi): Remove useless assignment.
1031 (arm-*-riscix*): Don't disable libgcj.
1032 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1033 configuration.
1034 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1035 (c54x*-*-*): Remove case.
1036 (tic54x-*-*): Don't disable GCC or GCC libraries.
1037 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1038 to *.
1039 (d10v-*-*): Don't disable GCC libraries.
1040 (d30v-*-*): Don't disable libgcj.
1041 (h8500-*-*): Don't disable GCC libraries.
1042 (i960-*-*): Don't disable libgcj.
1043 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1044 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1045 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1046 libgcj.
1047 (m68k-*-coff*): Remove case.
1048 (mmix-*-*): Don't disable libgloss on host.
1049 (mn10200-*-*, mn10300-*-*): Remove cases.
1050 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1051 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1052 Don't disable libgcj.
1053 (romp-*-*): Remove case.
1054 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1055 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1056 case.
1057 (v810-*-*): Don't disable GCC libraries.
1058 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1059 (ip2k-*-*): Don't disable GCC libraries.
1060 * configure: Regenerate.
1061
6a608608
JM
10622011-03-28 Joseph Myers <joseph@codesourcery.com>
1063
1064 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1065 libffi on host.
1066 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1067 on host.
1068 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1069 * configure: Regenerate.
1070
5b806d27
NC
10712011-03-26 John Marino <binutils@marino.st>
1072
1073 * configure.ac: Add support for *-*-dragonfly*
1074 * configure: Regenerate.
1075
0377a422
JM
10762011-03-25 Joseph Myers <joseph@codesourcery.com>
1077
1078 * configure.ac (native_only): Remove.
1079 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1080 send-pr uudecode guile gnuserv on host.
1081 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1082 send-pr rcs guile perl texinfo libtool on host.
1083 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1084 automake send-pr rcs guile perl texinfo libtool on host.
1085 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1086 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1087 (alpha*-dec-osf*): Don't disable fileutils on target.
1088 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1089 texinfo send-pr expect dejagnu on target.
1090 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1091 target-qthreads on target.
1092 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1093 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1094 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1095 x86_64-*-mingw*): Don't disable expect on target.
1096 (*-*-cygwin*): Don't disable target-gperf on target.
1097 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1098 gnuserv on target.
1099 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1100 target.
1101 * configure: Regenerate.
1102
2354b38b
JM
11032011-03-25 Joseph Myers <joseph@codesourcery.com>
1104
1105 * configure.ac (target_tools): Remove target-groff.
1106 (native_only): Remove target-groff.
1107 (hppa*64*-*-*): Don't disable byacc.
1108 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1109 setting.
1110 (*-*-kaos*): Don't skip target-librx and target-groff.
1111 (*-*-netware*): Don't skip target-libmudflap.
1112 (*-*-tpf*): Don't skip target-libmudflap.
1113 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1114 directories on the host.
1115 (ia64*-*-*vms*): Don't skip tix.
1116 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1117 host.
1118 * configure: Regenerate.
1119
28d9b232
PB
11202011-03-24 Paolo Bonzini <pbonzini@redhat.com>
1121
1122 * configure.ac: Remove references to mt-mep, mt-netware,
1123 mt-wince.
1124 * Makefile.def: Add all-utils soft dependencies.
1125 * Makefile.tpl: Remove GDB_NLM_DEPS.
1126 * configure: Regenerate.
1127 * Makefile.in: Regenerate.
1128
dbbe5f95
PB
11292011-03-24 Paolo Bonzini <bonzini@gnu.org>
1130
1131 Sync from GCC:
1132
1133 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1134
1135 * configure.ac: Do not include mh-x86omitfp.
1136 * configure: Regenerate.
1137
1138 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1139
1140 * configure.ac: Remove empty cases.
1141 * configure: Regenerate.
1142
1143 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1144
1145 * Makefile.def: Add dependency from termcap to gdb.
1146 * Makefile.in: Regenerate.
1147
1148 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1149
1150 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1151 * configure: Regenerate.
1152 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1153 * Makefile.tpl: Likewise.
1154 * Makefile.in: Regenerate.
1155
1156 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1157
1158 * configure.ac: Remove all mentions of tentative_cc.
1159 * configure: Regenerate.
1160
1161 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
1162
1163 PR lto/48086
1164 * configure.ac: Re-enable LTO on *-apple-darwin9.
1165 * configure: Regenerate.
1166
3516a403
JM
11672011-03-24 Joseph Myers <joseph@codesourcery.com>
1168
1169 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1170 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1171 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1172 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1173 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1174 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1175 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1176 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1177 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1178 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1179 *-*-rhapsody*): Remove host cases.
1180 * configure: Regenerate.
1181
93cc359e
JM
11822011-03-24 Joseph Myers <joseph@codesourcery.com>
1183
1184 * configure.ac (ppc*-*-pe): Remove host case.
1185 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1186 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1187 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1188 cases.
1189 * configure: Regenerate.
1190
29b2c556
JM
11912011-03-24 Joseph Myers <joseph@codesourcery.com>
1192
1193 * config.sub: Update to version 2011-03-23.
1194
f0ff0f90
JM
11952011-03-22 Joseph Myers <joseph@codesourcery.com>
1196
1197 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1198 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1199 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1200 * configure: Regenerate.
1201
782cb41f
JM
12022011-03-22 Joseph Myers <joseph@codesourcery.com>
1203
1204 * config-ml.in: Don't handle arc-*-elf*.
1205 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1206 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1207 handle GCC libraries.
1208 * configure: Regenerate.
1209
0e8ad34f
RO
12102011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1211
1212 PR bootstrap/48120:
1213 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1214 Add -lstdc++ -lm to LIBS.
1215 * configure: Regenerate.
1216
5548b4ce
DE
12172011-03-18 David Edelsohn <dje.gcc@gmail.com>
1218
1219 * config.guess: Update to version 2011-02-02
1220 * config.sub: Update to version 2011-02-24
2e702c99 1221
86ed8cf6
SP
12222011-03-03 Sebastian Pop <sebastian.pop@amd.com>
1223
9eb322aa
MF
1224 * configure.ac: Adjust test of with_ppl.
1225 * configure: Regenerated.
86ed8cf6 1226
b123da99
SP
12272011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1228
1229 * configure.ac: Add -lpwl to ppllibs.
1230 * config/cloog.m4: Add -lisl to clooglibs.
1231 * configure: Regenerated.
1232
822ce8ee
RW
12332011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1234
1235 Import from Libtool and gnulib:
1236
1237 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
1238
1239 Prepare for supporting FreeBSD 10.
1240 * config.rpath: Remove handling of freebsd1* which soon would
1241 match FreeBSD 10.0.
1242
1243 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
1244
1245 Remove support for FreeBSD 1.x.
1246 * libtool.m4 (_LT_LINKER_SHLIBS)
1247 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1248 soon would incorrectly match FreeBSD 10.0.
1249
dcb5e506
RW
12502011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1251
1252 PR binutils/12283
1253 * MAINTAINERS (mkinstalldirs): Comes from Automake.
1254 (move-if-change): Comes from gnulib.
1255 * move-if-change: Import version from gnulib.
1256
8d8eef9a
RW
12572011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1258
1259 Sync from GCC:
1260
1261 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
1262
1263 PR lto/47225
1264 * Makefile.def (lto-plugin): Double dash for enable-shared.
1265 (configure-gcc): Depend on all-lto-plugin.
1266 * Makefile.in: Rebuilt.
1267
1268 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1269
1270 * configure.ac: Remove extra bracket.
1271 * configure: Regenerate.
1272
1273 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
1274
1275 PR lto/47225
1276 * Makefile.def: Add dependency for install-gcc
1277 on install-lto-plugin.
1278 * Makfile.in: Regenerated
1279
1280 2011-01-25 Jakub Jelinek <jakub@redhat.com>
1281
1282 * configure.ac: If with_ppl is no, move setting with_cloog=no
1283 after CLOOG_REQUESTED check.
1284 * configure: Regenerated.
1285
1286 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1287
1288 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1289 CLooG has been requested.
1290 * configure: Regenerated.
1291
1292 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1293
1294 * configure: Regenerated.
1295 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1296
1297 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1298
1299 * configure: Regenerated.
1300 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1301
1302 2011-01-07 Jan Hubicka <jh@suse.cz>
1303
1304 PR lto/47225
1305 * Makefile.in: Regenerate.
1306 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1307 configure.
1308
65b4571a
AO
13092011-01-31 Alexandre Oliva <aoliva@redhat.com>
1310
1311 PR libgcj/44341
1312 * configure.ac: Discard --with-* flags for host when configuring
1313 target libraries for cross build.
1314 * configure: Rebuilt.
1315
7837304f
AS
13162011-01-21 Andreas Schwab <schwab@redhat.com>
1317
1318 Sync from GCC:
1319
1320 2011-01-21 Andreas Schwab <schwab@redhat.com>
1321
1322 * configure.ac: Use AS_HELP_STRING throughout.
1323 * configure: Regenerate.
1324
1325 2011-01-18 Jie Zhang <jie.zhang@analog.com>
1326
1327 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1328 * configure: Regenerate.
1329
115ef890
RW
13302010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1331
1332 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1333
92c9a463
JB
13342011-01-13 Joel Brobecker <brobecker@adacore.com>
1335
1336 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1337 for ia64-hpux.
1338 * configure: Regenerate.
1339
887ebfb4
RW
13402011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1341
1342 Sync from GCC:
1343 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1344
1345 * configure.ac: (picochip): Disable libiberty.
1346 * configure: Regenerate.
1347
04d2c2b2
JJ
13482010-12-18 Jeff Johnston <jjohnstn@redhat.com>
1349
1350 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
1351
33d23ee8
ILT
13522010-12-10 Ian Lance Taylor <iant@google.com>
1353
1354 PR bootstrap/46819
1355 * configure.ac: For --disable-libgcj clear libgcj_saved.
1356 * configure: Rebuild.
1357
89a1e9c3
PB
13582010-12-10 Tobias Burnus <burnus@net-b.de>
1359
1360 PR fortran/46540
1361 * configure.ac: Add --disable-libquadmath and
1362 --disable-libquadmath-support.
1363 * configure: Regenerate.
1364
ac7bcd26
TG
13652010-12-10 Tristan Gingold <gingold@adacore.com>
1366
1367 * src-release (ETC_SUPPORT): add gnu-oids.texi
1368
d357cef7
HPN
13692010-12-03 Hans-Peter Nilsson <hp@axis.com>
1370
1371 PR libffi/46792
1372 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1373 * configure: Regenerate.
1374
4f11b223
ILT
13752010-12-02 Ian Lance Taylor <iant@google.com>
1376
1377 * configure.ac: Always set default for poststage1_ldflags to
1378 -static-libstdc++ -static-libgcc.
1379
989abc33
JJ
13802010-12-02 Jeff Johnston <jjohnstn@redhat.com>
1381
1382 * COPYING.NEWLIB: Add National Semiconductor notice.
1383
950386c6
AS
13842010-11-29 Andreas Schwab <schwab@redhat.com>
1385
1386 * configure.ac: Move comment to remove extra space in last argument
1387 of GCC_TARGET_TOOL.
1388
87cda2cf
AO
13892010-11-26 Alexandre Oliva <aoliva@redhat.com>
1390
7d509c83 1391 PR other/46026
87cda2cf
AO
1392 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1393 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1394 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1395 (BASE_FLAGS_TO_PASS): Use it.
1396 * configure: Rebuilt.
1397 * Makefile.in: Rebuilt.
1398
d3b50760
L
13992010-11-23 H.J. Lu <hongjiu.lu@intel.com>
1400
1401 PR binutils/12258
1402 * configure.ac: Correct comments for --enable-gold/--enable-ld.
1403 Properly check default linker.
1404 * configure: Regnerated.
1405
c7791212
NC
14062010-11-23 Matthias Klose <doko@ubuntu.com>
1407
1408 * configure.ac: For --enable-gold, handle value `default' instead of
1409 `both*'. New configure option --{en,dis}able-ld.
1410 * configure: Regenerate.
1411
9e1a94f4
ILT
14122010-11-20 Ian Lance Taylor <iant@google.com>
1413
1414 * configure.ac: Only disable a language library if no language needs
1415 it. Don't let --disable-libgcj uncondtionally disable libffi.
1416 * configure: Rebuild.
1417
ceca0218
PB
14182010-11-20 Paolo Bonzini <bonzini@gnu.org>
1419
1420 * configure: Regenerate.
1421
9b980aa1
RW
14222010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1423
1424 PR other/46202
1425 * configure.ac: Fix just-built in-tree STRIP name to be
1426 binutils/strip-new.
1427 * configure: Regenerate.
1428 * Makefile.def (install-strip-gcc, install-strip-binutils)
1429 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1430 (install-strip-sid): Mirror dependencies on non-strip variants
1431 of these targets on the respective -strip prerequisites.
1432 * Makefile.tpl (install-strip, install-strip-host)
1433 (install-strip-target): New targets.
1434 (install-strip-[+module+], install-strip-target-[+module+]):
1435 New targets.
1436 * Makefile.in: Regenerate.
1437
e552509b
ILT
14382010-11-19 Ian Lance Taylor <iant@google.com>
1439 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1440
1441 * configure.ac: Add target-libgo to target_libraries. Set
1442 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1443 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1444 (HOST_EXPORTS): Add GOC.
1445 (BASE_TARGET_EXPORTS): Add GOC.
1446 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1447 (GOCFLAGS_FOR_TARGET): New variable.
1448 (EXTRA_HOST_FLAGS): Add GOC.
1449 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1450 * Makefile.def (target_modules): Add libgo.
1451 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1452 (dependencies): Add dependency from configure-target-libgo to
1453 configure-target-libffi and all-target-libstdc++-v3. Add
1454 dependencies from all-target-libgo to all-target-libffi.
1455 (languages): Add go.
1456 * configure: Rebuild.
1457 * Makefile.in: Rebuild.
1458
14592010-11-19 Ian Lance Taylor <iant@google.com>
1460
1461 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1462 compiler/flag environment variables.
1463
14642010-11-18 Ian Lance Taylor <iant@google.com>
1465
1466 * configure.ac: Check for lang_requires_boot_languages in
1467 config-lang.in files.
1468 * configure: Rebuild.
1469
8c21d9c7
MF
14702010-11-17 Mike Frysinger <vapier@gentoo.org>
1471
1472 * .gitignore: New file.
1473
e552509b
ILT
14742010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1475 Tobias Burnus <burnus@net-b.de>
1476
1477 PR fortran/32049
1478 * Makefile.def: Add libquadmath; build it with language=fortran.
1479 * configure.ac: Add libquadmath.
1480 * Makefile.tpl: Handle multiple libs in check-[+language+].
1481 * Makefile.in: Regenerate.
1482 * configure: Regenerate.
1483
14842010-11-15 Andreas Schwab <schwab@redhat.com>
1485
1486 * configure.ac: Fix spelling in option names.
1487 * configure: Regenerated.
1488
14892010-11-13 Georg-Johann Lay <georgjohann@web.de>
1490
1491 PR bootstrap/39622
1492 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1493 * configure: Regenerated.
1494
14952010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1496
1497 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
1498 define the cloog backend to use. Furthermore, only pass the ppllibs to
1499 the configure checks, if necessary.
1500 * configure: Regenerate.
1501
15022010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1503
1504 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
1505 * configure: regenerate
1506
15072010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1508
1509 * config/cloog.m4: Fix typo. verison -> version.
1510 * configure: Regenerate.
1511
15122010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1513
1514 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
1515 * configure: Regenerate.
1516
15172010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1518
1519 * configure.ac: Support official CLooG.org versions.
1520 * configure: Regenerate.
1521 * config/cloog.m4: New.
1522
aa291e2d
ME
15232010-11-05 Michael Eager <eager@eagercon.com>
1524
1525 * COPYING.LIBGLOSS: Correct typo in microblaze.
1526 * COPYING.NEWLIB: Same.
1527
e552509b
ILT
15282010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1529
1530 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1531 * configure: Regenerate.
1532
74cea91b
DK
15332010-11-03 Ian Lance Taylor <iant@google.com>
1534 Dave Korn <dave.korn.cygwin@gmail.com>
1535
1536 PR lto/46273
1537 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
1538 and on other supported platforms whenever LTO is enabled.
1539 * configure: Rebuild.
1540
6d0cd39e
AM
15412010-11-02 Alan Modra <amodra@gmail.com>
1542
1543 PR binutils/12110
1544 * configure.ac: Error when source path contains spaces.
1545 * configure: Regenerate.
1546
18a8530e
ILT
15472010-10-20 Ian Lance Taylor <iant@google.com>
1548
1549 * Makefile.def (target_modules): Set lib_path to src/.libs for
1550 libstdc++-v3 module.
1551 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1552 * Makefile.in: Rebuild.
1553
6ed3211e
JJ
15542010-10-08 Bernd Schmidt <bernds@codesourcery.com>
1555 Joseph Myers <joseph@codesourcery.com>
1556
1557 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
1558 notices.
1559 * COPYING.NEWLIB: Add Texas Instruments notice.
1560
a8eb3f0a
DK
15612010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
1562
1563 * configure.ac (build_lto_plugin): New shell variable.
1564 (--enable-lto): Turn on by default for all non-ELF platforms that
1565 have had LTO support added so far. Set build_lto_plugin appropriately
1566 for both ELF and non-ELF.
1567 (configdirs): Add lto-plugin or not based on build_lto_plugin.
1568 * configure: Regenerate.
1569
4074d5f2
RW
15702010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1571
1572 PR bootstrap/45326
1573 PR bootstrap/45174
1574 * configure.ac: Honor initial values of $build_configargs,
1575 $host_configargs, $target_configargs. Mark the precious, so
1576 environment settings get recorded.
1577 * configure: Regenerate.
1578
29821356
RW
15792010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1580
1581 Sync from GCC:
1582
1583 2010-09-30 Michael Eager <eager@eagercon.com>
1584
1585 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1586 * configure: Regenerate.
1587
1588 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
1589
1590 * configure.ac (enable-lto): Add Darwin to the list of supported lto
1591 targets and amend comment.
1592 * configure: Regenerate.
1593
1594 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
1595
1596 * configure.ac: Enable LTO by default on Darwin.
1597 * configure: Regenerate.
1598
1599 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
1600
1601 PR bootstrap/44455
1602 * configure.ac (extra_mpfr_configure_flags): Copy from
1603 extra_mpc_gmp_configure_flags.
1604 * configure: Re-generated.
1605
57eefe4d
RW
16062010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1607
1608 Sync from GCC:
1609
1610 PR bootstrap/45796
1611 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1612 Depend on all-build-libiberty.
1613 * Makefile.in: Regenerate.
1614
16152010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
1616
1617 Sync from GCC:
1618
1619 PR bootstrap/44621
1620 * configure.ac: Fix unportable shell quoting.
1621 * configure: Regenerate.
1622
48bb73dd
RW
16232010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
1624
1625 * configure.ac: Support all v850 targets.
1626 * configure: Regenerate.
1627
1d14850f
PB
16282010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
1629
1630 PR target/44862
1631 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1632 Provide -B option to allow for link spec %s substitutions for
1633 libstdc++.a on darwin.
1634 * Makefile.in: Regenerate.
1635
7530c480
AO
16362010-06-10 Alexandre Oliva <aoliva@redhat.com>
1637
1638 * Makefile.def (configure-gcc): Depend on all-libelf.
1639 * Makefile.in: Rebuild.
1640
285d560d
RW
16412010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1642
1643 * config.sub, config.guess: Update from upstream sources.
1644
a009f2e7
RW
16452010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1646
1647 Sync from GCC:
1648
1649 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
1650 * configure.ac: Allow all the versions greater than 0.10 of PPL.
1651 * configure: Regenerated.
1652
1653 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
1654 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1655 * configure: Regenerate.
1656
1657 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
1658 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1659 * configure: Regenerate.
1660
1661 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1662 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1663 separately.
1664 * configure: Regenerate.
1665
1666 2010-04-13 Steve Ellcey <sje@cup.hp.com>
1667 * configure: Regenerate after change to elf.m4.
1668
1669 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1670 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1671 * configure: Regenerated.
1672
1673 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1674 * configure.ac: Print "buggy but acceptable" when CLooG
1675 revision is less than 9.
1676 * configure: Regenerated.
1677
e49e5c92
DK
16782010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
1679
1680 Merge from gcc:
1681
1682 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
1683 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1684 * configure: Regenerate.
1685
1686 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
1687 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1688 a platform that supports LTO.
1689 * configure: Regenerate.
1690
1691 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
1692 PR lto/42776
1693 * configure.ac (--enable-lto): Refactor handling so libelf tests
1694 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1695 and allow LTO to be explicitly enabled on non-ELF platforms that
1696 are known to support it inside else-clause.
1697 * configure: Regenerate.
1698
e6de499b
NC
16992010-04-27 Roland McGrath <roland@redhat.com>
1700 H.J. Lu <hongjiu.lu@intel.com>
1701
1702 * configure.ac (--enable-gold): Support both, both/gold and
1703 both/bfd to add gold to configdirs without removing ld.
1704 * configure: Regenerated.
1705
1706 * Makefile.def: Add install-gold dependency to install-ld.
1707 * Makefile.in: Regenerated.
1708
d594eacc
TG
17092010-04-14 Tristan Gingold <gingold@adacore.com>
1710
1711 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1712 * configure: Regenerate.
1713
938d2b74
RW
17142010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1715
1716 Merge from gcc:
1717 PR bootstrap/43615
1718 PR bootstrap/43328
1719 Revert:
1720 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1721 * configure.ac: Do not pass --enable-multilib nor
1722 --disable-multilib in baseargs. Accept explicitly passed
1723 --enable_multilib.
1724 * configure: Regenerate.
1725
a9ef41a7
RW
17262010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1727
1728 PR bootstrap/43328
1729 * configure.ac: Do not pass --enable-multilib nor
1730 --disable-multilib in baseargs. Accept explicitly passed
1731 --enable_multilib.
1732 * configure: Regenerate.
1733
619a3713
JM
17342010-03-23 Joseph Myers <joseph@codesourcery.com>
1735
1736 * configure.ac (tic6x-*-*): New case.
1737 * configure: Regenerate.
1738
92f4e989
JM
17392010-03-23 Joseph Myers <joseph@codesourcery.com>
1740
1741 Merge from gcc:
1742 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
1743 PR ada/42554
1744 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1745 * configure: Regenerate.
1746
c35a0556
JM
17472010-03-23 Joseph Myers <joseph@codesourcery.com>
1748
1749 * config.sub: Update to version 2010-03-22.
1750 * config.guess: Update to version 2009-12-30.
1751
18fa8f9c
JM
17522010-03-14 Joseph Myers <joseph@codesourcery.com>
1753
1754 Merge from gcc:
1755 2010-01-11 Richard Guenther <rguenther@suse.de>
1756 PR lto/41569
1757 * Makefile.def (all-lto-plugin): Depend on all-gcc.
1758 * Makefile.in: Regenerated.
1759
ba98da75
RO
17602010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1761
1762 PR libstdc++/32499
1763 * configure.ac (RANLIB): Default to true.
1764 (STRIP): Likewise.
1765 (RANLIB_FOR_TARGET): Remove superfluous : argument.
1766 * configure: Regenerate.
1767
3994761f
NC
17682010-02-17 Nick Clifton <nickc@redhat.com>
1769
1770 PR 11238
1771 * Makefile.tpl (local-distclean): Also remove config.cache files in
1772 sub-directories as there may not be Makefiles present in the
1773 sub-directories.
792cdb50
NC
1774 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1775 the config.cache files found by the find command.
1776
3994761f
NC
1777 * Makefile.in: Regenerate.
1778 * configure.ac: Revert previous delta.
1779 * configure: Regenerate.
1780
01a82011
NC
17812010-02-15 Nick Clifton <nickc@redhat.com>
1782
1783 PR 11238
1784 * configure.ac: Delete config.cache files in sub-directories when
1785 deleting Makefiles.
1786 * configure: Regenerate.
1787
143754cd
NC
17882010-02-15 Nick Clifton <nickc@redhat.com>
1789
1790 * configure.ac: Sync from gcc.
1791 * configure: Regenerate.
1792
a6b5846e
KG
17932010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1794
1795 Sync from gcc:
1796 * configure.ac: Add "recommended" version checks for GMP/MPC.
1797 Update recommended GMP/MPFR/MPC versions.
1798 * configure: Regenerate.
1799
2aa2364a
JR
18002010-01-25 Joern Rennecke <amylaar@spamcop.net>
1801
1802 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1803 * configure.ac (bootstrap_target_libs): Make inclusion of
1804 target-libgomp conditional on libgomb being in target_configdirs.
1805 * configure: Regenerate.
1806
d35e937f
JR
18072010-01-23 Joern Rennecke <amylaar@spamcop.net>
1808
1809 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1810 * configure.ac (bootstrap_target_libs): Include target-libgomp.
1811 * configure: Regenerate.
1812
911e63d0
JR
18132010-01-22 Joern Rennecke <amylaar@spamcop.net>
1814
1815 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1816 * configure.ac (target_configdirs): Substitute.
1817 * Makefile.def: Bootstrap target module libgomp.
1818 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1819 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1820 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1821 * configure, Makefile.in: Regenerate.
1822
3725885a
RW
18232009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1824
1825 * libtool.m4: Sync from git Libtool.
1826 * ltmain.sh: Likewise.
1827 * ltoptions.m4: Likewise.
1828 * ltversion.m4: Likewise.
1829 * lt~obsolete.m4: Likewise.
1830
d5f2ee2e 18312010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9eb322aa 1832 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d5f2ee2e
KG
1833
1834 PR bootstrap/42424
1835 * configure.ac: Include libtool m4 files.
9eb322aa 1836 (_LT_CHECK_OBJDIR): Call it.
d5f2ee2e
KG
1837 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1838 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 1839
d5f2ee2e
KG
1840 * configure: Regenerate.
1841
f2b2dd91
RW
18422010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1843
1844 PR bootstrap/41818
1845 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1846 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
1847 * Makefile.in: Regenerate.
1848
06ca7962
BE
18492009-12-18 Ben Elliston <bje@au.ibm.com>
1850
1851 * config.sub, config.guess: Update from upstream sources.
1852
30a16d7b
JJ
18532009-12-17 Jeff Johnston <jjohnstn@redhat.com>
1854
1855 * COPYING.NEWLIB: Update copyright date.
1856 * COPYING.LIBGLOSS: Ditto.
1857
d9b76ff9
KG
18582009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1859
1860 PR middle-end/30447
1861 PR middle-end/30789
1862 PR other/40302
1863
1864 * configure.ac: Require MPC.
1865 * configure: Regenerate.
1866
1867 * configure.ac: Update minimum MPC version to 0.8.
1868 * configure: Regenerate.
1869
e12dec02
PB
18702009-11-20 Paolo Bonzini <bonzini@gnu.org>
1871
1872 * config.guess: Sync with upstream and gcc.
1873 * config.sub: Sync with upstream and gcc.
1874
606a9ca0
AO
18752009-11-16 Alexandre Oliva <aoliva@redhat.com>
1876
1877 * Makefile.def: Restore host and target settings for gmp.
1878 * Makefile.in: Rebuild.
1879
1f53ca9a
AO
18802009-11-16 Alexandre Oliva <aoliva@redhat.com>
1881
1882 * configure.ac: Add libelf to host_libs. Enable in-tree configury
1883 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
1884 Fix portability of test of C++ as bootstrap language. Add
1885 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1886 * configure: Rebuild.
1887 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1888 and cloog. Fix in-tree ppl configuration. Introduce libelf
1889 in-tree building.
1890 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1891 (POSTSTAGE1_HOST_EXPORTS): Use it.
1892 (STAGE[+id+]_CXXFLAGS): New.
1893 (BASE_FLAGS_TO_PASS): Pass it down.
1894 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
1895 extra_exports.
1896 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1897 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1898 extra_exports.
1899 * Makefile.in: Rebuild.
1900
19012009-11-06 Ozkan Sezer <sezeroz@gmail.com>
1902
1903 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
1904 paths for *-w64-mingw* and x86_64-*mingw*.
1905 * configure: Regenerated.
1906
19072009-10-30 Kai Tietz <kai.tietz@onevision.com>
1908
1909 * configure.ac: Disable target-winsup & co for
1910 x86_64-*-mingw* and *-w64-mingw* targets.
1911 * configure: Regenerated.
1912
19132009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1914
1915 * configure.ac (CLooG test): Use = with test.
1916 * configure: Regenerate.
1917
19182009-10-22 Richard Guenther <rguenther@suse.de>
1919
1920 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
1921 cloog if the ppl version check failed. Move flags saving
1922 before setting in libelf check.
1923 * configure: Regenerate.
1924
19252009-10-21 Richard Guenther <rguenther@suse.de>
1926
1927 * configure.ac: Adjust the ppl and cloog configure to work as
1928 documented. Disable cloog if ppl was disabled. Omit the version
1929 checks if they were disabled.
1930 * configure: Re-generate.
1931
6811fb56
RW
19322009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1933
1934 * configure.ac: Add 'lto' to enable_languages, not
1935 new_enable_languages, and only if not already present.
1936 * configure: Regenerate.
1937
700d40ca
ILT
19382009-10-06 Ian Lance Taylor <iant@google.com>
1939
1940 * Makefile.def: check-gold depends upon all-gas.
1941 * Makefile.in: Rebuild.
1942
19432009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
1944
1945 * Makefile.def: all-lto-plugin depends on all-libiberty.
1946 set bootstrap=true for lto-plugin.
1947 Add lto-plugin.
1948 * Makefile.in: Regenerate.
1949 * configure.ac (host_libs): Add lto-plugin.
1950 * configure: Regenerate.
1951
19522009-10-03 Diego Novillo <dnovillo@google.com>
1953
1954 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1955 (HOST_LIBELFLIBS): Define.
1956 (HOST_LIBELFINC): Define.
1957 * Makefile.in: Regenerate.
1958 * configure.ac: Add --enable-lto.
1959 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1960 If --enable-lto is used, add 'lto' to new_enable_languages.
1961 If --enable-lto is used and gold is enabled, add
1962 lto-plugin to configdirs.
1963 * configure: Regenerate.
1964
19652009-10-03 Simon Baldwin <simonb@google.com>
1966
1967 * configure.ac: If --with-system-zlib, suppress local zlib and
1968 pass --with-system-zlib to subdir configure scripts.
1969 * configure: Regenerate.
1970
19712009-10-01 Loren J. Rittle <ljrittle@acm.org>
1972 Paolo Bonzini <bonzini@gnu.org>
1973
1974 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1975 $(srcdir).
1976 * Makefile.in: Rebuilt.
1977
c8cb1b3e
PB
19782009-09-29 Paolo Bonzini <bonzini@gnu.org>
1979
1980 Sync from gcc:
1981 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1982
1983 * configure.ac: Update minimum MPC version to 0.7.
1984 * configure: Regenerate.
1985
30167e0a
NC
19862009-09-25 Nick Clifton <nickc@redhat.com>
1987
1988 * configure.ac: Pass any --cache-file=/dev/null option on to
1989 subconfigures.
1990 * configure: Regenerate.
1991
707a0b5c
NC
19922009-09-23 Nick Clifton <nickc@redhat.com>
1993
1994 * config.sub, config.guess: Update from upstream sources.
1995
700d40ca
ILT
19962009-09-22 Loren J. Rittle <ljrittle@acm.org>
1997
1998 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1999 * Makefile.in: Rebuilt.
2000
2fd0b40b
RW
20012009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2002
2003 PR bootstrap/32272
2004 * configure.ac: Error out if $srcdir isn't '.' but contains
2005 host-${host_noncanonical}.
2006 * configure: Regenerate.
2007
4385ad3c
RW
20082009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2009
16b1ad29
RW
2010 * configure.ac: If bootstrapping a combined tree with
2011 --enable-gold, require c++ in stage1_languages.
2012 * configure: Regenerate.
2013
f8dc745f
RW
2014 * configure.ac: Also add target_libs of stage1_languages to
2015 bootstrap_target_libs.
2016 * configure: Regenerate.
2017
4385ad3c
RW
2018 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2019 with --enable-languages not containing c++.
2020 * configure: Regenerate.
2021
df51e4e1
JZ
20222009-09-16 Jie Zhang <jie.zhang@analog.com>
2023
2024 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2025 * configure: Regenerate.
2026
06a51eac
RW
20272009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2028
2029 * configure.ac: Do not use $extrasub for replacing @if/@endif
2030 parts in Makefile; instead, use additional arguments to
2031 AC_CONFIG_COMMANDS to do the replacement manually, with several
2032 sed invocations, to avoid HP-UX sed command limits.
2033 * configure: Regenerate.
2034
96655cc4
AO
20352009-09-04 Alexandre Oliva <aoliva@redhat.com>
2036
2037 * configure.ac (with-build-config): Document. Handle without.
2038 Handle missing argument.
2039 * configure: Rebuilt.
2040
20412009-09-03 Alexandre Oliva <aoliva@redhat.com>
2042
2043 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2044 Default to bootstrap-debug only if compare-debug works.
2045 * configure: Rebuilt.
2046 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2047 * Makefile.in: Rebuilt.
2048
20492009-09-01 Alexandre Oliva <aoliva@redhat.com>
2050
2051 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2052 * Makefile.in: Rebuilt.
2053
8e957354
PB
20542009-09-02 Paolo Bonzini <bonzini@gnu.org>
2055
2056 * Makefile.tpl (AWK): Fix typo.
2057 * Makefile.in: Regenerate.
2058
20592009-09-02 Paolo Bonzini <bonzini@gnu.org>
2060
2061 * configure.ac: Detect awk and sed.
2062 * Makefile.def (flags_to_pass): Add AWK and SED.
2063 * Makefile.tpl (AWK, SED): New.
2064 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2065 * configure: Regenerate.
2066 * Makefile.in: Regenerate.
2067
fb792462
TG
20682009-09-01 Tristan Gingold <gingold@adacore.com>
2069
2070 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
2071 Remove logical names.
2072
a69e7d0a
DK
20732009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
2074
2075 * ltmain.sh (func_normal_abspath): New function.
2076 (func_relative_path): Likewise.
2077 (func_mode_help): Document new -bindir option for link mode.
2078 (func_mode_link): Add new -bindir option, and use it to place
2079 output DLL if specified.
2080
d444d2ba
RW
20812009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2082
2083 * configure.ac (AC_PREREQ): Bump to 2.64.
2084
13b7343a
RW
20852009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2086
af542c2e
RW
2087 * README-maintainer-mode: Point directly to upstream locations
2088 for autoconf, automake, libtool, gettext, instead of copies on
2089 sources.redhat.com. Document required versions.
2090 * configure.ac: Do not substitute datarootdir, htmldir,
2091 pdfdir, docdir. Do not process --with-datarootdir,
2092 --with-htmldir, --with-pdfdir, --with-docdir.
2093 * configure: Regenerate.
2094
81ecdfbb
RW
2095 * configure: Regenerate.
2096
13b7343a
RW
2097 * compile: Sync from Automake 1.11.
2098 * depcomp: Likewise.
2099 * install-sh: Likewise.
2100 * missing: Likewise.
2101 * mkinstalldirs: Likewise.
2102 * ylwrap: Likewise.
2103
c1102ce7
RW
21042009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2105
34a0f3cf
RW
2106 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2107 (baseargs): Add --disable-option-checking.
2108 * configure: Regenerate.
2109
c1102ce7
RW
2110 * Makefile.def (configure-target-libiberty): Depend on
2111 all-binutils and all-ld.
2112 (configure-target-newlib): Likewise.
2113 * Makefile.in: Regenerate.
2114
e8a5fa9c
RW
21152009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2116
2117 Sync with GCC, merge:
2118
2119 2009-07-31 Christian Bruel <christian.bruel@st.com>
2120
2121 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2122 * configure: Regenerate.
2123
2124 2009-07-06 Ian Lance Taylor <iant@google.com>
2125
2126 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2127 * configure: Rebuild.
2128
2129 2009-06-26 Steve Ellcey <sje@cup.hp.com>
2130
2131 PR bootstrap/40338
2132 * configure.ac (comparestring): Create new variable.
2133 * Makefile.tpl (comparestring): Use to skip some comparisions.
2134 * configure: Regenerate.
2135 * Makefile.in: Regenerate.
2136
2137 2009-06-23 Ian Lance Taylor <iant@google.com>
2138
2139 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
2140 boot_languages. Only bootstrap target libraries listed in
2141 target_libs for some boot language. Add --with-stage1-ldflags,
2142 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
2143 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
2144 if not building with C++.
2145 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2146 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2147 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2148 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2149 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
2150 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2151 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2152 * configure, Makefile.in: Rebuild.
2153
2154 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2155
2156 * configure.ac: Detect MPC in default directory.
2157 * configure: Regenerate.
2158
2159 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
2160
2161 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2162 to noconfdirs.
2163 * configure: Regenerate.
2164
2165 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2166
2167 * Makefile.def: Add MPC support and dependencies.
2168 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
2169
2170 * Makefile.in, configure: Regenerate.
2171
2172 2009-05-24 Nicolas Roche <roche@adacore.com>
2173
2174 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2175 * Makefile.in: Regenerate.
2176
2177 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
2178
2179 * configure.ac (cygwin noconfigdirs): Remove libgcj.
2180 * configure: Regenerate.
2181
2182 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
2183
2184 * configure.ac ($with_ppl): Default to no if not supplied.
2185 ($with_cloog): Likewise.
2186 configure: Regenerate.
2187
2188 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2189
2190 PR bootstrap/39739
2191 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2192 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2193
2194 * configure, Makefile.in: Regenerate.
2195
2196 2009-04-14 Jakub Jelinek <jakub@redhat.com>
2197
2198 * configure.ac: Change copyright header to refer to version
2199 3 of the GNU General Public License and to point readers at the
2200 COPYING3 file and the FSF's license web page.
2201 * Makefile.def: Likewise.
2202 * Makefile.tpl: Likewise.
2203 * Makefile.in: Regenerate.
2204
2205 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
2206
2207 * configure.ac: Restore match for darwin9 or later. Use double
2208 brackets since regeneration eats one pair.
2209 * configure: Regenerate.
2210
bf110216
CF
22112009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
2212
2213 * MAINTAINERS: Perform some obvious fixups.
2214
2262bbf4
BE
22152009-08-17 Ben Elliston <bje@au.ibm.com>
2216
2217 * config.sub, config.guess: Update from upstream sources.
2218
25a07265
NC
22192009-08-06 Michael Eager <eager@eagercon.com>
2220
2221 * configure.ac: Add Microblaze target.
2222 * configure: Regenerate.
2223
85bd1942
TG
22242009-07-02 Tristan Gingold <gingold@adacore.com>
2225
2226 * configure.ac: Do not exclude gas for i386-*-darwin.
2227 Add a case for x86_64-*-darwin.
2228 * configure: Regenerate.
2229
f9806fa5
DE
22302009-06-26 Doug Evans <dje@sebabeach.org>
2231
2232 * Makefile.def (host_modules): Add cgen.
2233 * Makefile.in: Regenerate.
2234 * configure.ac (host_tools): Add cgen.
2235 * configure: Regenerate.
2236
6bfb4e30
JJ
22372009-06-17 Michael Eager <eager@eagercon.com>
2238
2239 * COPYING.LIBGLOSS: Add Xilinx license.
2240
8bcf2718
NC
22412009-06-15 Ryan Mansfield <rmansfield@qnx.com>
2242
2243 * configure.ac: Define is_elf for QNX Neutrino targets.
2244 * configure: Regenerate.
2245
04ec0acb
RW
22462009-06-03 Jerome Guitton <guitton@adacore.com>
2247 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2248
9eb322aa
MF
2249 * Makefile.tpl (all): Avoid a trailing backslash.
2250 * Makefile.in: Regenerate.
04ec0acb 2251
7ee5dbeb
BE
22522009-06-03 Ben Elliston <bje@au.ibm.com>
2253
2254 * config.sub, config.guess: Update from upstream sources.
2255
fda13ee8
AO
22562009-06-02 Alexandre Oliva <aoliva@redhat.com>
2257
2258 * Makefile.tpl ([+compare-target+]): Compare all stage
2259 directories, rather than just gcc.
2260 * Makefile.in: Rebuilt.
2261
4a657b0d
DK
22622009-05-28 Doug Kwan <dougkwan@google.com>
2263
2264 * configure.ac: Support gold for target arm*-*-*.
2265 * configure: Regenerate.
2266
07fc31c9
AO
22672009-05-27 Alexandre Oliva <aoliva@redhat.com>
2268
2269 * Makefile.tpl (all): Avoid harmless warning in make all when
2270 gcc-bootstrap is enabled but stage_last does not exist.
2271 * Makefile.in: Rebuilt.
2272
8a7a39ab
TG
22732009-05-25 Tristan Gingold <gingold@adacore.com>
2274
2275 * setup.com: Complete the file with configuration and build.
2276
b5233201
AO
22772009-05-18 Alexandre Oliva <aoliva@redhat.com>
2278
2279 PR other/40159
2280 * Makefile.tpl (all): Don't assume gcc-bootstrap and
2281 gcc-no-bootstrap are mutually exclusive.
2282 * Makefile.in: Rebuilt.
2283
7b6175f9
AO
22842009-05-18 Alexandre Oliva <aoliva@redhat.com>
2285
2286 PR other/40159
2287 * Makefile.tpl (all): Don't end with unconditional success.
2288 * Makefile.in: Rebuilt.
2289
1b05fbbd
AO
22902009-05-12 Alexandre Oliva <aoliva@redhat.com>
2291
2292 PR target/37137
2293 * Makefile.def (flags_to_pass): Remove redundant and incomplete
2294 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2295 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2296 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
2297 stage_configureflags, stage_cflags and stage_libcflags into
2298 explicit Makefile macros.
2299 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2300 GFORTRAN.
2301 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2302 CC. Set CC_FOR_BUILD from CC.
2303 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2304 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2305 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2306 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
2307 and GFORTRAN.
2308 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2309 (_LIBCFLAGS): Renamed to _TFLAGS.
2310 (do-compare-debug, do-compare3-debug): Drop.
2311 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2312 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2313 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2314 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2315 (XGCC_FLAGS_FOR_TARGET): New.
2316 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2317 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2318 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2319 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2320 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
2321 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
2322 TFLAGS.
2323 (BUILD_CONFIG): Include if requested.
2324 (all): Set TFLAGS on bootstrap.
2325 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2326 (all-stageid-prefixmodule): Likewise.
2327 (do-clean, distclean-stageid): Set TFLAGS.
2328 (restrap): Fix whitespace.
2329 * Makefile.in: Rebuilt.
2330
dc17c78c
EB
23312009-04-25 Eric Botcazou <ebotcazou@adacore.com>
2332
2333 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2334 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2335 * Makefile.in: Regenerate.
2336
14324cd7
EZ
23372009-04-24 Eli Zaretskii <eliz@gnu.org>
2338
2339 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
2340 consistency with config.sub. (Update from upstream sources.)
2341
f8d5f06c
JM
23422009-04-21 Joseph Myers <joseph@codesourcery.com>
2343
2344 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
2345
0000e2bf
BE
23462009-04-17 Ben Elliston <bje@au.ibm.com>
2347
2348 * config.sub, config.guess: Update from upstream sources.
2349
20135e4c
NC
23502009-04-15 Anthony Green <green@moxielogic.com>
2351
34adf976 2352 * configure.ac: Add moxie support.
20135e4c
NC
2353 * configure: Rebuilt.
2354
ef699244
L
23552009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2356
2357 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2358 * configure: Regenerate.
2359
10ad8ef3
L
23602009-04-09 H.J. Lu <hongjiu.lu@intel.com>
2361
2362 PR gas/10039
2363 * configure.ac: Require texinfo 4.7.
2364 * configure: Regenerated.
2365
c50523ce
L
23662009-04-09 Steve Ellcey <sje@cup.hp.com>
2367
2368 * Makefil.def (languages): New entries.
2369 * Makefile.tpl (check-gcc-*): New generic target.
2370 * Makefile.in: Regenerate.
2371
47afba5f
EZ
23722009-03-27 Eli Zaretskii <eliz@gnu.org>
2373
2374 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
2375 Windows builds of Sed.
2376
dc448a7b
TT
23772009-03-18 Tom Tromey <tromey@redhat.com>
2378
2379 * configure: Rebuild.
2380 * configure.ac (host_libs): Add libiconv.
2381 * Makefile.in: Rebuild.
2382 * Makefile.def (host_modules): Add libiconv.
2383 (configure-gdb, all-gdb): Depend on libiconv.
2384
24741ab2
JB
23852009-03-16 Tristan Gingold <gingold@adacore.com>
2386
2387 * configure.ac: Treat gdb as supported on x86_64-darwin.
2388 * configure: Regenerate.
2389
29383458
JM
23902009-03-16 Joseph Myers <joseph@codesourcery.com>
2391
2392 Merge from GCC:
2393
2394 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2395
2396 * configure.ac (--with-host-libstdcxx): New option.
2397 * configure: Regenerate.
2398
2399 2009-01-29 Robert Millan <rmh@aybabtu.com>
2400
2401 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2402 * configure: Regenerate.
2403
2404 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
2405
2406 PR tree-optimization/38515
2407 * configure.ac (cloog-polylib): Removed.
2408 (with_ppl, with_cloog): Test for "no".
2409 * configure: Regenerated.
2410
58e24671
RW
24112009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2412
2413 Backport from git Libtool:
2414
2415 2009-01-19 Robert Millan <rmh@aybabtu.com>
2416 Support GNU/kOpenSolaris.
2417 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2418 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2419 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2420 GNU/kOpenSolaris.
2421
314b2e66
AS
24222009-02-05 Andreas Schwab <schwab@suse.de>
2423
2424 * Makefile.tpl (stage_last): Define $r and $s before using
2425 $(RECURSE_FLAGS_TO_PASS).
2426 * Makefile.in: Regenerate
2427
8b700390
JJ
24282009-01-21 Jeff Johnston <jjohnstn@redhat.com>
2429
2430 * COPYING.NEWLIB: Add ARM license.
2431
66775d67
AM
24322009-01-16 Alan Modra <amodra@bigpond.net.au>
2433
2434 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 2435 (all-opcodes): Depend on all-libiberty.
66775d67
AM
2436 * Makefile.in: Regenerate.
2437
19e99079
NC
24382009-01-15 Douglas B Rupp <rupp@gnat.com>
2439
2440 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2441 * configure: Regenerate.
2442
22e8c8e0
RW
24432008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2444
2445 Backport link test fix from upstream Libtool:
2446
2447 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2448 Add cache variables to tests that require the linker to work.
2449 For shlibpath_overrides_runpath, this also changes the semantics
2450 to let the result from the C compiler take precedence.
2451 compiler take precedence.
2452
7d6d7764
BE
24532008-12-02 Ben Elliston <bje@au.ibm.com>
2454
2455 * config.sub, config.guess: Update from upstream sources.
2456
ea8af06e
JJ
24572008-12-17 Jeff Johnston <jjohnstn@redhat.com>
2458
2459 * COPYING.NEWLIB: Updated.
2460 * COPYING.LIBGLOSS: Ditto.
2461
af0771d3
PB
24622008-12-16 Paolo Bonzini <bonzini@gnu.org>
2463
2464 Sync with GCC:
2465
2466 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
2467
2468 * configure.ac (ppllibs): Add by default the lib flags.
2469 * configure: Regenerate.
2470
2471 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2472
314b2e66
AS
2473 * configure.ac: Add double brackets on darwin[912].
2474 * configure: Regenerate.
af0771d3
PB
2475
2476 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
2477
314b2e66
AS
2478 * configure.ac: Expand to darwin10 and later.
2479 * configure: Regenerate.
af0771d3 2480
f7c83eac
AS
24812008-12-02 Andreas Schwab <schwab@suse.de>
2482
2483 * Makefile.def: configure-target-boehm-gc depends on
2484 all-target-libstdc++-v3.
2485 * Makefile.in: Regenerate.
2486
bc67ad83
BE
24872008-12-02 Ben Elliston <bje@au.ibm.com>
2488
2489 * config.sub, config.guess: Update from upstream sources.
2490
e28c595f
JM
24912008-11-27 Joseph Myers <joseph@codesourcery.com>
2492
2493 Merge from GCC:
2494
2495 2007-12-02 Matthias Klose <doko@ubuntu.com>
2496
2497 * config-ml.in: Remove 64bit configure tests.
2498
2499 2008-05-14 Rafael Espindola <espindola@google.com>
2500
2501 * config-ml.in: don't handle --enable-shared and --enable-static.
2502
2503 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
2504 Tobias Grosser <grosser@fim.uni-passau.de>
2505 Jan Sjodin <jan.sjodin@amd.com>
2506 Harsha Jagasia <harsha.jagasia@amd.com>
2507 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2508 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2509 Adrien Eliche <aeliche@isty.uvsq.fr>
2510
2511 Merge from graphite branch.
2512 * configure: Regenerate.
2513 * Makefile.in: Regenerate.
2514 * configure.ac (host_libs): Add ppl and cloog.
2515 Add checks for PPL and CLooG.
2516 * Makefile.def (ppl, cloog): Added modules and dependences.
2517 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2518 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2519
2520 2008-09-03 Richard Guenther <rguenther@suse.de>
2521
2522 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2523 cloog test.
2524 * configure: Re-generate.
2525
2526 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
2527
2528 * configure.ac (--with-cloog-polylib): New.
2529 (--disable-cloog-version-check): New.
2530 (--disable-ppl-version-check): New.
2531 * configure: Re-generate.
2532
2533 2008-09-05 Richard Guenther <rguenther@suse.de>
2534
2535 * configure.ac: Initialize clooglibs to -lcloog.
2536 * configure: Re-generate.
2537
2538 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2539
2540 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2541 recommended version to 2.3.2.
2542
2543 * configure: Regenerate.
2544
2545 2008-10-31 Ben Elliston <bje@au.ibm.com>
2546
2547 * configure.ac (spu-*-*): Remove special case.
2548 * configure: Regenerate.
2549
2550 Complete comment text from GCC version of:
2551
2552 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2553
2554 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2555 (GCC_SHLIB_SUBDIR): New.
2556 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2557 * configure: Regenerate.
2558 * Makefile.in: Regenerate.
2559
652dec25
TG
25602008-11-27 Tristan Gingold <gingold@adacore.com>
2561
2562 * configure.ac: Build gdb for i?86-*-darwin*
2563 * configure: Regenerated.
2564
7582fb4a
DJ
25652008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2566
2567 PR bootstrap/38014
2568 PR bootstrap/37923
2569
2570 Revert:
2571
2572 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2573
2574 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2575 * Makefile.in: Regenerated.
2576
2577 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2578
2579 PR gdb/921
2580 PR gdb/1646
2581 PR gdb/2175
2582 PR gdb/2176
2583
2584 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2585 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2586 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2587 (HOST_EXPORTS): Pass CPPFLAGS.
2588 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2589 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2590 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2591 * Makefile.in, configure: Regenerated.
2592 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2593 and CPPFLAGS_FOR_BUILD.
2594
faee1be2
UW
25952008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
2596
2597 * configure.ac [spu-*-*]: Do not set skipdirs.
2598 * configure: Re-generate.
2599
b7c2dce4
DJ
26002008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2601
2602 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2603 * Makefile.in: Regenerated.
2604
bb52de30
DJ
26052008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2606
2607 PR gdb/921
2608 PR gdb/1646
2609 PR gdb/2175
2610 PR gdb/2176
2611
2612 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2613 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2614 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2615 (HOST_EXPORTS): Pass CPPFLAGS.
2616 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2617 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2618 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2619 * Makefile.in, configure: Regenerated.
2620 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2621 and CPPFLAGS_FOR_BUILD.
2622
b25062ae
SE
26232008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
2624
2625 * libtool.m4: Update to libtool 2.2.6.
2626 * lt~obsolete.m4: Update to libtool 2.2.6.
2627 * ltmain.sh: Update to libtool 2.2.6.
2628 * ltsugar.m4: Update to libtool 2.2.6.
2629 * ltversion.m4: Update to libtool 2.2.6.
2630 * ltoptions.m4: Update to libtool 2.2.6.
2631 * ltgcc.m4: Update to match changes from libtool 2.2.6.
2632
3bbd2f8f
AL
26332008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2634
2635 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2636 (GCC_SHLIB_SUBDIR): New.
2637 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2638 * configure: Regenerate.
2639 * Makefile.in: Regenerate.
2640
b29d32ce
TG
26412008-08-28 Tristan Gingold <gingold@adacore.com>
2642
2643 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2644 Enable bfd, binutils and opcodes.
2645 * configure: Regenerate.
2646
c325a203
DD
26472008-08-16 Nicolas Roche <roche@adacore.com>
2648
2649 * Makefile.tpl: Add BOOT_ADAFLAGS.
2650 * Makefile.in: Regenerate.
2651
e7c8859c
RS
26522008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
2653
2654 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2655 * configure: Regenerate.
2656
da888c87
PB
26572008-07-30 Paolo Bonzini <bonzini@gnu.org>
2658
2659 Sync with gcc:
2660 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
2661
f7c83eac
AS
2662 * configure.ac: Add makefile fragments for hpux.
2663 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2664 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2665 * configure: Regenerate.
2666 * Makefile.in: Regenerate.
da888c87
PB
2667
2668 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2669
f7c83eac
AS
2670 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2671 * Makefile.in: Regenerate.
2672 * configure: Regenerate.
da888c87 2673
944982cf
ILT
26742008-06-18 Ian Lance Taylor <iant@google.com>
2675
662c6704
ILT
2676 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
2677
944982cf
ILT
2678 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
2679
7a283e07
RW
26802008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2681
2682 * configure: Regenerate.
2683
5b553f7e
RW
26842008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2685
2686 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2687 "$@" is still intact with both Autoconf 2.59 and 2.62.
2688 * configure: Regenerate.
2689
675492f0
RW
26902008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2691
2692 * Makefile.tpl: Fix comment errors.
2693 * Makefile.in: Regenerate.
2694
b018a5d1
JB
26952008-06-13 Julian Brown <julian@codesourcery.com>
2696
2697 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2698 of libobjc for ARM EABI Linux.
2699 * configure: Regenerate.
2700
310213e8
DE
27012008-06-12 David S. Miller <davem@davemloft.net>
2702 David Edelsohn <edelsohn@gnu.org>
2703
2704 * configure.ac: Add powerpc*-*-* to gold supported targets.
2705 * configure: Regenerate.
2706
6641ce42
JM
27072008-06-08 Joseph Myers <joseph@codesourcery.com>
2708
2709 PR tree-optimization/36218
2710 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2711 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2712 (all prefix="build-"): Pass them to build-system sub-makes.
2713 * Makefile.in: Regenerate.
2714
03c2f9e6
DJ
27152008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
2716
2717 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
2718 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
2719 mkdep, and compile. Update comments.
2720 (ETC_SUPPORT): Add ChangeLog and update comments.
2721
4538db8b
ILT
27222008-05-11 Ian Lance Taylor <iant@google.com>
2723
2724 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
2725
266df637
PB
27262008-04-18 Paolo Bonzini <bonzini@gnu.org>
2727
2728 Sync with gcc:
2729 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2730
2731 PR bootstrap/35457
2732 * configure.ac: Include override.m4.
2733 * configure: Regenerate.
2734
2735 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2736
f7c83eac
AS
2737 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2738 * Makefile.in: Regenerate.
266df637
PB
2739
2740 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
2741
f7c83eac
AS
2742 * configure.ac: Do not build libssp for the AVR.
2743 * configure: Regenerate.
266df637 2744
a86a761e
NC
27452008-04-18 Nick Clifton <nickc@redhat.com>
2746
2747 * MAINTAINERS: Replace reference to configure.in with reference to
2748 configure.ac.
2749
52310858
NC
27502008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
2751
f7c83eac 2752 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 2753 as nonconfigurable directories list.
f7c83eac 2754 * configure: Regenerate.
52310858 2755
f5314dd5
DM
27562008-04-14 David S. Miller <davem@davemloft.net>
2757
2758 * configure.ac: Add sparc*-*-* to gold supported targets.
2759 * configure: Regenerate.
2760
e2208220
BE
27612008-04-14 Ben Elliston <bje@au.ibm.com>
2762
2763 * config.sub, config.guess: Update from upstream sources.
2764
0bb6ea20
HPN
27652008-04-12 Hans-Peter Nilsson <hp@axis.com>
2766
2767 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2768 * Makefile.in: Regenerate.
2769
e5164e97
ILT
27702008-04-07 Ian Lance Taylor <iant@google.com>
2771
2772 * Makefile.def: check-gold depends upon all-binutils.
2773 * Makefile.in: Regenerate.
2774
e33b51a6
NC
27752008-04-04 Nick Clifton <nickc@redhat.com>
2776
2777 PR binutils/4334
2778 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2779 builds.
2780 * configure: Regenerate.
2781
fc5df3ab
NC
27822008-04-04 NightStrike <NightStrike@gmail.com>
2783
2784 PR other/35151
f7c83eac
AS
2785 * configure.ac: Combine rules for mingw32 and mingw64.
2786 * configure: Regenerate.
fc5df3ab 2787
c779bab8
PB
27882008-03-27 Paolo Bonzini <bonzini@gnu.org>
2789
2790 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2791 * Makefile.in: Regenerate.
2792
93f9b408
ILT
27932008-03-20 Ian Lance Taylor <iant@google.com>
2794
2795 * configure.ac: Add support for --enable-gold.
2796 * Makefile.def: Add gold as a directory like ld.
2797 * configure, Makefile.in: Regenerate.
2798
5746fb46
AK
27992008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
2800
2801 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2802 (s390_cond_extensions): Reduced extensions to the compare related.
2803 (main): z10 cpu type option added.
2804 (expandConditionalJump): Renamed to ...
2805 (insertExpandedMnemonic): ... this.
2806
2807 * opcodes/s390-opc.c: Re-group the operand format makros.
2808 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
2809 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
2810 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
2811 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
2812 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
2813 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
2814 INSTR_SIL_RDU): New instruction formats added.
2815 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
2816 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
2817 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
2818 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
2819 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
2820 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
2821 masks added.
2822 (s390_opformats): New formats added "ris", "rrs", "sil".
2823 * opcodes/s390-opc.txt: Add the conditional jumps with the
2824 extensions removed from automatic expansion in s390-mkopc.c manually.
2825 (asi - trtre): Add new System z10 EC instructions.
2826 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2827
58c85be7
RW
28282008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2829
2830 * configure.ac: m4_include config/proginstall.m4.
2831 * configure: Regenerate.
2832
78124051
RW
28332008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2834
2835 Backport from upstream Libtool:
f7c83eac 2836
78124051 2837 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 2838
78124051
RW
2839 Deal with Autoconf 2.62's semantic change in m4_append.
2840 * ltsugar.m4 (lt_append): Replace broken versions of
2841 m4_append.
2842 (lt_if_append_uniq): Don't require separator to be overquoted,
2843 and avoid broken m4_append.
2844 (lt_dict_add): Fix typo.
2845 * libtool.m4 (_LT_DECL): Don't overquote separator.
2846
018f1bea
DE
28472008-03-13 David Edelsohn <edelsohn@gnu.org>
2848
2849 * config.rpath: Add AIX 6 support.
2850
5c5f596d
PB
28512008-03-13 Paolo Bonzini <bonzini@gnu.org>
2852
2853 * Makefile.def (stageprofile). Remove -fprofile-generate
2854 from stage_libcflags.
2855 * Makefile.in: Regenerate.
2856
a1f93a5e
BE
28572008-03-13 Ben Elliston <bje@au.ibm.com>
2858
2859 * config.sub, config.guess: Update from upstream sources.
2860
98c3d905
AK
28612008-03-06 Florian Krohm <fkrohm@us.ibm.com>
2862
2863 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
2864 * s390-opc.txt (cmpsc): Duplicate entry removed.
2865 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
2866 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
2867 fier, cu42, cu41): Fix operand format.
2868
7f6ef0c0
PB
28692008-02-20 Paolo Bonzini <bonzini@gnu.org>
2870
f7c83eac
AS
2871 PR bootstrap/32009
2872 PR bootstrap/32161
2873
2874 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2875 * configure: Regenerate.
2876
2877 * Makefile.def: Define stage_libcflags for all bootstrap stages.
2878 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2879 STAGE4_LIBCFLAGS): New.
2880 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2881 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2882 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2883 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2884 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2885 for target modules. Don't export LIBCFLAGS.
2886 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2887 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2888 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2889 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2890 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2891 * Makefile.in: Regenerate.
7f6ef0c0 2892
eaf19029
PB
28932008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2894
2895 PR libgcj/33085
2896 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2897 Do not use -DDLL_EXPORT. Backport from upstream.
2898
680c43e9
NC
28992008-02-14 Nick Clifton <nickc@redhat.com>
2900
2901 Import this patch from gcc:
2902 2008-01-24 David Edelsohn <edelsohn@gnu.org>
2903
2904 * libtool.m4: Backport AIX 6 support from ToT Libtool.
2905
c72b1d96
HPN
29062008-02-02 Hans-Peter Nilsson <hp@axis.com>
2907
2908 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2909 * configure: Regenerate.
2910
8b66833e
BW
29112008-01-31 Marc Gauthier <marc@tensilica.com>
2912
2913 * configure.ac (xtensa*-*-*): Recognize processor variants.
2914 * configure: Regenerate.
2915
9cc8ae67
PB
29162008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2917
f7c83eac
AS
2918 PR bootstrap/34922
2919 * configure.ac (PARSE_ARGS): Push suitable setting of
2920 ac_subdirs_all, for `./configure --help=recursive'.
2921 Handle `+' in generic toplevel directory disabling.
2922 * configure: Regenerate.
9cc8ae67 2923
19090595
BE
29242008-01-23 Ben Elliston <bje@au.ibm.com>
2925
2926 * config.sub, config.guess: Update from upstream sources.
2927
9f1e7fd3
BE
29282008-01-08 Ben Elliston <bje@au.ibm.com>
2929
2930 * config.sub, config.guess: Update from upstream sources.
2931
2f959d61
JJ
29322007-12-19 Jeff Johnston <jjohnstn@redhat.com>
2933
2934 * COPYING.LIBGLOSS: Update default copyright.
2935
aa054b85
JJ
29362007-12-19 Jeff Johnston <jjohnstn@redhat.com>
2937
2938 * COPYING.NEWLIB: Update default copyright.
2939
57c53b2b
RS
29402007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2941
2942 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2943 Change recommended MPFR from 2.2.1 > 2.3.0.
2944 * configure: Regenerate.
2945
fee14b60
RS
29462007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
2947
2948 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2949 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2950 * Makefile.in: Regenerate.
2951
c9b68031
DD
29522007-12-10 Andreas Tobler <a.tobler@schweiz.org>
2953
2954 * configure.ac: Enable libjava for x86_64-*-darwin9.
2955 * configure: Regenerate.
2956
ad25e7d5
BE
29572007-12-05 Ben Elliston <bje@au.ibm.com>
2958
2959 * config.sub, config.guess: Update from upstream sources.
2960
6ac84f65
PB
29612007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2962
f7c83eac
AS
2963 * config-ml.in: Robustify against white space in absolute file
2964 names.
6ac84f65 2965
f7c83eac
AS
2966 * config-ml.in (multi-clean): Substitute ${Makefile}.
2967 Remove superfluous ${Makefile} in list.
6ac84f65 2968
7b3200f9
DJ
29692007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
2970
2971 * Makefile.def (dependencies): Make configure-gdb depend on
2972 all-intl.
2973 * Makefile.in: Regenerated.
2974
2c133ff9
JJ
29752007-10-15 Patrick Mansfield <patmans@us.ibm.com>
2976
2977 * Makefile.def: To avoid problems running with parallel makes,
2978 build newlib before libgloss so that target specific header
2979 files are availble.
2980 * Makefile.in: Regenerate.
2981
5074315a
DJ
29822007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2983
2984 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2985 * Makefile.in: Regenerate.
2986
f5bc1778
DJ
29872007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2988
2989 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
2990 * libdecnumber: New directory, imported from GCC.
2991
c66487f8
NC
29922007-10-08 Mike Frysinger <vapier@gentoo.org>
2993
2994 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2995 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2996 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
2997 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2998 * configure: Regenerate.
2999
b5714970
PB
30002007-10-01 Paolo Bonzini <bonzini@gnu.org>
3001
3002 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3003 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3004 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3005 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3006 * configure.ac: Default them to host tools for $host = $build.
3007 Subst them.
3008
3009 * configure: Regenerate.
3010 * Makefile.in: Regenerate.
3011
f3b1e08e
RS
30122007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3013
3014 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3015 * configure: Regenerate.
3016
cff87f51
DD
30172007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3018
3019 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3020 libstdc++.
3021 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3022 * configure: Regenerate.
3023 * Makefile.in: Regenerate.
f7c83eac 3024
625a61cd
AS
30252007-09-17 Andreas Schwab <schwab@suse.de>
3026
3027 * configure.ac: Raise minimum makeinfo version to 4.6.
3028 * configure: Regenerate.
3029
83a3a68b
AM
30302007-09-15 Alan Modra <amodra@bigpond.net.au>
3031
3032 * configure.ac: Correct makeinfo version check.
3033 * configure: Regenerate.
3034
5bd8be13
RS
30352007-09-14 Richard Sandiford <richard@codesourcery.com>
3036
3037 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3038 to $skipdirs and only disable gprof for newlib. Use the normal
3039 mips*-elf* handling in other respects.
3040 * configure: Regnerate.
3041
5566c1fa
DD
30422007-09-12 David Daney <ddaney@avtrex.com>
3043
3044 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3045 enabling libgcj.
3046 * configure: Regenerate.
3047
30482007-09-12 Richard Guenther <rguenther@suse.de>
3049
3050 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3051 nor --disable-checking is provided also turn on yes and types
3052 checking for stage1.
3053 * configure: Re-generate.
3054
a18e2996 30552007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
3056
3057 PR target/33281
3058 * configure.ac: Use config/mh-mingw on mingw.
3059 * configure: Regenerate.
84e7906e 3060
691bb5a1
DD
30612007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3062
3063 PR other/32154
3064 * configure.ac: For libgloss targets, point the linker to the linker
3065 script, startup code and simulator library.
3066 * configure: Regenerate.
3067
6d18b86b
AH
30682007-09-09 Andrew Haley <aph@redhat.com>
3069
3070 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 3071 target-libjava.
6d18b86b 3072
f00a3165 30732007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 3074
f00a3165 3075 * config.sub, config.guess: Update from upstream sources.
971aaaa5 3076
2abc4e65
BE
30772007-08-21 Richard Guenther <rguenther@suse.de>
3078
3079 * configure.ac: Add types checking to stage1 checking flags.
3080 * configure: Regenerate.
3081
8a6ee3ab 30822007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 3083 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
3084
3085 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3086 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3087 * Makefile.in: Regenerate.
3088 * configure.ac (--with-debug-prefix-map): New.
3089 * configure: Regenerate.
3090
429acdec
RS
30912007-08-17 Richard Sandiford <richard@codesourcery.com>
3092 Nigel Stephens <nigel@mips.com>
3093
429acdec
RS
3094 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3095 as target_makefile_frag.
3096 * configure: Regenerate.
3097
8520c408
AO
30982007-08-16 Alexandre Oliva <aoliva@redhat.com>
3099
3100 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3101 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3102 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3103 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3104 (do-compare, do-compare3, do-compare-debug): New.
3105 ([+compare-target+]): Use them.
3106
31072007-08-16 Alexandre Oliva <aoliva@redhat.com>
3108
3109 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3110 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3111 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3112 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3113 (do-compare, do-compare3, do-compare-debug): New.
3114 ([+compare-target+]): Use them.
3115
2444379b
BE
31162007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3117 Ben Elliston <bje@au.ibm.com>
3118
3119 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3120 --silent if $silent.
3121 * configure: Regenerate.
3122
d6f99447
DJ
31232007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
3124
3125 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
3126
bd0aa315
NC
31272007-07-17 Nick Clifton <nickc@redhat.com>
3128
3129 * COPYING3: New file. Contains version 3 of the GNU General
3130 Public License.
3131 * COPYING3.LIB: New file. Contains version 3 of the GNU
3132 Lesser General Public License.
3133
0ebe98fb
BS
31342007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
3135
3136 * configure.ac: Fix my previous change to really match GCC.
3137 * configure: Regenerate.
3138
521ec477
DD
31392007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3140
3141 * configure.ac: Rewrite 'configure --help' strings to look nicer.
3142 * configure: Regenerate.
3143
31442007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3145
3146 * configure.ac: Add some missing m4 quotation.
3147 * configure: Regenerate.
3148
0c24b341
NC
31492007-07-09 Kai Tietz <kai.tietz@onevision.com>
3150
f7c83eac
AS
3151 * Makefile.def: Add windmc tool to build.
3152 * Makefile.tpl: Likewise.
3153 * configure.ac: Likewise.
3154 * Makefile.in: Regenerate.
3155 * configure: Regenerate.
0c24b341 3156
a09314d0
L
31572007-07-05 H.J. Lu <hongjiu.lu@intel.com>
3158
3159 * lt~obsolete.m4: New. Import from 20070318 libtool.
3160
7c3e1d12
BS
31612007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
3162
3163 * configure.ac: Don't add target-libmudflap to noconfigdirs for
3164 uclinux and linux-uclibc targets.
3165 * configure: Regenerate.
3166
a5b3b4dd
DD
31672007-06-28 DJ Delorie <dj@redhat.com>
3168
3169 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3170 not building newlib.
3171 * configure: Regenerated.
f7c83eac 3172
184d813c
DJ
31732007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
3174
3175 * src-release (DEVO_SUPPORT): Correct typos.
3176
31d99776
DJ
31772007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3178
3179 * Makefile.def: Add dependency from configure-gdb to all-bfd.
3180 * Makefile.in: Regenerated.
3181
e00a73e3
PB
31822007-06-14 Paolo Bonzini <bonzini@gnu.org>
3183
f7c83eac
AS
3184 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3185 (distclean-stage[+id+]): Possibly delete stage_last.
3186 * Makefile.in: Regenerate.
e00a73e3 3187
98a1bbc5
BE
31882007-06-07 Ben Elliston <bje@au.ibm.com>
3189
3190 * config.sub, config.guess: Update from upstream sources.
3191
973601e1
BE
31922007-06-07 Ben Elliston <bje@au.ibm.com>
3193
3194 * Makefile.tpl: Fix spelling error.
3195 * Makefile.in: Regenerate.
3196
2038f525
PB
31972007-06-04 Paolo Bonzini <bonzini@gnu.org>
3198
3199 Sync with gcc:
3200 2007-05-30 Jakub Jelinek <jakub@redhat.com>
3201
f7c83eac
AS
3202 PR bootstrap/29382
3203 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3204 * configure: Rebuilt.
2038f525 3205
f7c5c4b5
PB
32062007-06-01 Steve Ellcey <sje@cup.hp.com>
3207
12a64d4f
L
3208 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3209 lt_cv_sys_max_cmd_len.
f7c5c4b5 3210
7ad9660b
PB
32112007-05-31 Paolo Bonzini <bonzini@gnu.org>
3212
3213 * ltgcc.m4: Update from GCC.
3214
0e7ef45c
EC
32152007-05-25 Andreas Tobler <a.tobler@schweiz.org>
3216
12a64d4f 3217 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 3218
37ad9514
SE
32192007-05-24 Steve Ellcey <sje@cup.hp.com>
3220
3221 * ltmain.sh: Update from GCC.
3222 * libtool.m4: Update from GCC.
3223 * ltsugar.m4: New. Update from GCC.
3224 * ltversion.m4: New. Update from GCC.
3225 * ltoptions.m4: New. Update from GCC.
3226 * ltconfig: Remove.
3227 * ltcf-c.sh: Remove.
3228 * ltcf-cxx.sh: Remove.
3229 * ltcf-gcj.sh: Remove.
3230 * src-release: Update with new libtool file list.
3231
8ee82aff
PB
32322007-05-16 Paolo Bonzini <bonzini@gnu.org>
3233
3234 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3235 stage_cflags.
3236 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3237 Remove CFLAGS/LIBCFLAGS.
3238 (configure-stage[+id+]-[+prefix+][+module+],
3239 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3240 * Makefile.in: Regenerate.
3241
149cb58d
SE
32422007-04-14 Steve Ellcey <sje@cup.hp.com>
3243
3244 * config-ml.in: Update from GCC.
3245
91506736
DJ
32462007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
3247
3248 * src-release (do-proto-toplev): Process the support directories before
3249 the tool directory.
3250
ffa8bd48
RS
32512007-03-21 Richard Sandiford <richard@codesourcery.com>
3252
3253 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3254 of glob. Quote arguments with single quotes too.
3255 * configure: Regenerate.
3256
a4fd3374
DD
32572007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
3258
3259 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3260 * Makefile.in: Regenerate
3261
b8025f34
AS
32622007-03-07 Andreas Schwab <schwab@suse.de>
3263
3264 * configure: Regenerate.
3265
a3ca38d2
DD
32662007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3267
3268 * configure.ac: Add "--with-pdfdir" configure option,
3269 which defines pdfdir variable.
3270 * Makefile.def (target=fixincludes): Add install-pdf to
3271 missing targets.
3272 (recursive_targets): Add install-pdf target.
3273 (flags_to_pass): Add pdfdir.
3274 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3275 target.
3276 * configure: Regenerate
3277 * Makefile.in: Regenerate
3278
32792007-02-28 Eric Christopher <echristo@apple.com>
3280
3281 Revert:
3282 2006-12-07 Mike Stump <mrs@apple.com>
3283
3284 * Makefile.def (dependencies): Add dependency for
3285 install-target-libssp and install-target-libgomp on
3286 install-gcc.
3287 * Makefile.in: Regenerate.
3288
32892007-02-27 Matt Kraai <kraai@ftbfs.org>
3290
3291 * configure: Regenerate.
3292 * configure.ac: Move statements after variable declarations.
3293
a4708fba
JM
32942007-02-19 Joseph Myers <joseph@codesourcery.com>
3295
3296 * configure.ac: Adjust for loop syntax.
3297 * configure: Regenerate.
3298
9a819804
AO
32992007-02-18 Alexandre Oliva <aoliva@redhat.com>
3300
3301 * configure: Rebuilt.
3302
81ec575a
AO
33032007-02-18 Alexandre Oliva <aoliva@redhat.com>
3304
3305 * configure.ac: Drop multiple occurrences of --enable-languages,
3306 and fix its quoting.
3307 * configure: Rebuilt.
3308
92f01d61 33092007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
3310 Nathan Sidwell <nathan@codesourcery.com>
3311 Vladimir Prus <vladimir@codesourcery.com
3312 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
3313
3314 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3315 * configure: Regenerate.
3316
b1299c4e
DJ
33172007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3318
3319 * configure.ac (target_libraries): Move libgcc before libiberty.
3320 * configure: Regenerated.
3321
18f6b6ee
PB
33222007-02-13 Paolo Bonzini <bonzini@gnu.org>
3323
3324 * configure: Regenerate again?
3325
9c4e9f27
PB
33262007-02-13 Paolo Bonzini <bonzini@gnu.org>
3327
3328 * configure: Reapply PR30748 fix which was lost in the previous commit.
3329
24ff9987
DJ
33302007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3331 Paolo Bonzini <bonzini@gnu.org>
3332
3333 PR bootstrap/30753
3334 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
3335 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
3336 * configure: Regenerated.
3337
7df2cd5d
PB
33382007-02-10 Paolo Bonzini <bonzini@gnu.org>
3339
3340 * configure: Regenerate.
3341
b0aaa663
DJ
33422007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3343
3344 PR bootstrap/30748
3345 * configure.ac: Correct syntax for Solaris ksh.
3346 * configure: Regenerated.
3347
a0323144
PB
33482007-02-09 Paolo Bonzini <bonzini@gnu.org>
3349
3350 * Makefile.def: Sync with GCC.
3351 * Makefile.tpl: Sync with GCC.
3352 * Makefile.in: Regenerate.
3353 * configure: Regenerate.
3354
c6b750e1
DJ
33552007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3356
3357 * Makefile.tpl (build_alias, host_alias, target_alias): Use
3358 noncanonical equivalents.
3359 * configure.in: Rename to...
3360 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
3361 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
3362 target_noncanonical. Use them. Rewrite removal of configure
3363 arguments for autoconf 2.59. Discard variable settings. Force
3364 program_transform_name for native tools.
3365
3366 * Makefile.in: Regenerated.
3367 * configure: Regenerated with autoconf 2.59.
3368
3369 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
3370
f3cd89f4
JJ
33712007-02-08 Jeff Johnston <jjohnstn@redhat.com>
3372
3373 * COPYING.LIBGLOSS: Reformat default Red Hat
3374 license to fit within 80 columns.
3375 * COPYING.NEWLIB: Ditto.
3376
4e206d7e
DB
33772007-02-05 Dave Brolley <brolley@redhat.com>
3378
3379 * Contribute the following changes:
3380 2006-11-28 DJ Delorie <dj@redhat.com>
3381
3382 * configure.in: Fix typo for mep's target_makefile_frag.
3383 * configure: Regenerated.
3384
3385 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
3386
3387 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
3388 * configure: Regenerate.
3389
3390 2001-09-19 DJ Delorie <dj@redhat.com>
3391
3392 * configure.in (target_makefile_frag): use mt-mep
3393
3394 2001-06-12 Don Howard <dhoward@redhat.com>
3395
3396 * configure.in: Remove gdb from MeP skip list.
3397
3398 2001-04-05 DJ Delorie <dj@redhat.com>
3399
3400 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
3401
3402 2001-03-20 Ben Elliston <bje@redhat.com>
3403
3404 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
3405
3406 2001-03-19 Ben Elliston <bje@redhat.com>
3407
3408 * config.sub (mep, mep-*): Add.
3409
b2edfdd2
AS
34102007-01-31 Andreas Schwab <schwab@suse.de>
3411
3412 * Makefile.tpl (LDFLAGS): Substitute it.
3413 * Makefile.in: Regenerate.
3414
ceb92e78
PB
34152007-01-11 Paolo Bonzini <bonzini@gnu.org>
3416
3417 * configure.in: Change == to = in test command.
f7c83eac 3418 * configure: Regenerate.
ceb92e78 3419
4b900473 34202007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
3421 Nick Clifton <nickc@redhat.com>
3422 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
3423
3424 * configure.in (build_configargs, host_configargs, target_configargs):
3425 Remove build/host/target parameters.
3426 (host_libs): Add gmp and mpfr.
3427 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3428 * Makefile.def (gmp, mpfr): New.
3429 (gcc): Remove target.
3430 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3431 target_os, target_vendor): New.
3432 (configure): Add host_alias/target_alias arguments. Adjust invocations.
3433 * configure: Regenerate.
3434 * Makefile.in: Regenerate.
4b900473
PB
3435
34362007-01-11 Matt Fago <fago@earthlink.net>
3437
3438 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 3439 to improve robustness of configure tests.
4b900473
PB
3440 * configure: Regenerate.
3441
80f6dcbc
NC
34422007-01-08 Kai Tietz <kai.tietz@onevision.com>
3443
3444 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 3445 * configure: Regenerate.
80f6dcbc 3446
f86e35b8
NC
34472007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
3448
3449 * Makefile.tpl (all-target): Correct @if conditional for target
3450 modules.
3451 * configure.in: Omit libiberty if building only target libgcc.
3452 * configure, Makefile.in: Regenerated.
3453
79fcd0ec
PB
34542007-01-04 Paolo Bonzini <bonzini@gnu.org>
3455
3456 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
3457 * configure: Regenerate.
3458
6aa8ef82
DJ
34592007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
3460
3461 * Makefile.def (target_modules): Add libgcc.
3462 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
3463 * Makefile.tpl (clean-target-libgcc): Delete.
3464 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3465 on gcc even for bootstrapped modules. Rewrite handling of
3466 lang_env_dependencies to loop over target_modules.
3467 * configure.in (target_libraries): Add target-libgcc.
3468 * Makefile.in, configure: Regenerated.
3469
9b134994
PB
34702006-12-29 Paolo Bonzini <bonzini@gnu.org>
3471
3472 Sync with gcc:
3473 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3474
f7c83eac
AS
3475 * configure.in: Reorganize recognition of languages. Add
3476 --enable-stage1-languages. Show supported languages for the chosen
3477 target rather than all recognized languages.
3478 * configure: Regenerate.
9b134994
PB
3479
3480 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3481
f7c83eac
AS
3482 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3483 * Makefile.in: Regenerate.
9b134994
PB
3484
3485 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3486
f7c83eac
AS
3487 * configure.in: Warn that MPFR 2.2.0 is buggy.
3488 * configure: Regenerate.
9b134994 3489
8cf39b1b
ILT
34902006-12-27 Ian Lance Taylor <iant@google.com>
3491
3492 * configure.in: When removing Makefiles to force a reconfigure, also
3493 remove prev-DIR*/Makefile.
3494 * configure: Regenerate.
3495
ebff6cd5
KH
34962006-12-23 Kazu Hirata <kazu@codesourcery.com>
3497
3498 * config.bfd: Recognize fido.
3499
8a0d8a5c
PB
35002006-12-19 Paolo Bonzini <bonzini@gnu.org>
3501
3502 Sync with gcc:
3503
3504 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3505
3506 * configure.in: Remove "$build" case for powerpc-*-darwin* since
3507 it only affects bootstrap and could be tested on "$host" as well.
3508 * configure: Regenerate.
3509 * config/mh-ppc-darwin: Add to the stage1 cflags here.
3510
3511 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3512
3513 PR bootstrap/29544
3514 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3515 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3516 move here comment from Makefile.tpl.
3517 * Makefile.tpl: Move some definitions higher in the file.
3518 (STAGE1_CHECKING): New.
3519 * configure.in: Add --enable-stage1-checking.
3520 * configure: Regenerate.
3521 * Makefile.in: Regenerate.
3522
3523 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3524
3525 * configure.in: Update error message for missing GMP/MPFR.
3526
3527 * configure: Regenerate.
3528
3529 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3530
3531 * configure.in: Update MPFR version in error message.
3532
3533 * configure: Regenerate.
3534
3535 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3536
3537 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3538 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3539 --with-gmp-lib): New flags.
3540
3541 * configure: Regenerate.
3542
790c0838
AM
35432006-12-12 Andreas Tobler <a.tobler@schweiz.org>
3544
3545 PR bootstrap/30134
3546 * configure.in: Correct x86 darwin support for libjava to powerpc
3547 and i?86 only.
3548 * configure: Regenerate.
3549
77d7106f
AM
35502006-12-11 Alan Modra <amodra@bigpond.net.au>
3551
3552 * configure.in: Handle spu makefile frag.
77d7106f
AM
3553 * Makefile.tpl (MAINT): Define
3554 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3555 * configure: Regenerate.
3556 * Makefile.in: Regenerate.
3557
0cfa5389
BE
35582006-12-11 Ben Elliston <bje@au.ibm.com>
3559
3560 * config.sub, config.guess: Update from upstream sources.
3561
2839fe5d
BE
35622006-12-11 Ben Elliston <bje@au.ibm.com>
3563
3564 * configure.in: Sync with GCC (spu-*-*).
3565 * configure: Sync with GCC.
3566
b897f5d4
MS
35672006-12-07 Mike Stump <mrs@apple.com>
3568
3569 * Makefile.def (dependencies): Add dependency for
3570 install-target-libssp and install-target-libgomp on
3571 install-gcc.
3572 * Makefile.in: Regenerate.
3573
9daf3993
PB
35742006-11-16 Paolo Bonzini <bonzini@gnu.org>
3575
3576 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3577 (unstage): Test for stage_last presence.
3578
3579 PR bootstrap/29802
3580 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
3581 * Makefile.in: Regenerate.
3582
9dbaa842
DD
35832006-11-14 DJ Delorie <dj@redhat.com>
3584
3585 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
3586 * Makefile.in: Sync with GCC.
3587 * configure.in: Sync with GCC (mpfr, gmp).
3588 * configure: Sync with GCC.
3589
b0cbce8d
JJ
35902006-11-08 Jie Zhang <jie.zhang@analog.com>
3591
3592 * configure.in: Remove target-libgloss from noconfigdirs for
3593 bfin-*-*.
3594 * configure: Regenerated.
3595
44330a94
JJ
35962006-10-27 Jeff Johnston <jjohnstn@redhat.com>
3597
3598 * COPYING.NEWLIB: Add spu license.
7de05dd5 3599 * COPYING.LIBGLOSS: Ditto.
44330a94 3600
56a8fe78
DD
36012006-10-17 Brooks Moses <bmoses@stanford.edu>
3602
3603 * Makefile.def: Added pdf target handling.
3604 * Makefile.tpl: Added pdf target handling.
3605 * Makefile.in: Regenerated.
3606
fbb00ad0
JJ
36072006-10-11 Jeff Johnston <jjohnstn@redhat.com>
3608
3609 * COPYING.NEWLIB: Updated.
3610 * COPYING.LIBGLOSS: Ditto.
3611
6b89cc21
DB
36122006-09-27 Dave Brolley <brolley@redhat.com>
3613
3614 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
3615 $s instead of $r.
3616 * configure: Regenerated.
3617
17bcf627
BE
36182006-09-26 Ben Elliston <bje@au.ibm.com>
3619
3620 * config.sub, config.guess: Update from upstream sources.
3621
f3529cf1
TS
36222006-09-20 Thiemo Seufer <ths@mips.com>
3623
3624 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3625 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3626 * configure: Regenerate.
3627
45055374
CV
36282006-08-30 Corinna Vinschen <corinna@vinschen.de>
3629
3630 * configure.in: Never build newlib for a Mingw host.
3631 Never build newlib as Mingw target library.
3632 Test the existence of winsup/cygwin for building a Cygwin newlib,
3633 rather than just winsup.
3634 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3635 building a Mingw target.
3636 * configure: Regenerate.
3637
4be041b2 36382006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
3639 Nigel Stephens <nigel@mips.com>
3640 David Ung <davidu@mips.com>
4be041b2
TS
3641
3642 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
3643
1d89b610
PB
36442006-07-25 Paolo Bonzini <bonzini@gnu.org>
3645
3646 Sync from GCC:
3647 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
3648
f7c83eac
AS
3649 PR bootstrap/18058
3650 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3651 if the bootstrap compiler is a GCC version that supports it.
3652 * configure: Regenerate.
1d89b610 3653
66a79c16
DJ
36542006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
3655
3656 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3657 * configure: Regenerated.
3658
c1cb7e02
PB
36592006-07-18 Paolo Bonzini <bonzini@gnu.org>
3660
f7c83eac
AS
3661 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3662 for stages after the first.
c1cb7e02 3663
7206a0ee
JJ
36642006-07-17 Jakub Jelinek <jakub@redhat.com>
3665
3666 * Makefile.def: Add dependencies for configure-opcodes
3667 on configure-intl and all-opcodes on all-intl.
3668 * Makefile.in: Regenerated.
3669
6816f995
AO
36702006-07-04 Peter O'Gorman <peter@pogma.com>
3671
3672 * ltconfig: chmod 644 before ranlib during install.
3673
3d3adb43
PB
36742006-07-03 Paolo Bonzini <bonzini@gnu.org>
3675
1f3f1bbf 3676 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
3677 * configure: Regenerate.
3678
64ce424c
PB
36792006-07-03 Paolo Bonzini <bonzini@gnu.org>
3680
3681 Sync from gcc:
3682
3683 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
3684
3685 PR other/27063
3686 * configure.in: Test subdir_requires and give an appropriate
3687 error message.
3688 * configure: Regenerate.
3689
3690 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3691
3692 PR target/27540
3693 * configure.in: Only enable libgomp on IRIX 6.
3694 * configure: Regenerate.
3695
d42c4017
DA
36962006-06-20 David Ayers <d.ayers@inode.at>
3697
3698 PR bootstrap/28072
3699 * configure.in: Add target-boehm-gc to noconfigdirs depending on
3700 whether target-libjava is being configured instead of whether the
3701 java front end is enabled.
3702 * configure: Regenerate.
0e7ef45c 3703
4962c51a
MS
37042006-06-15 Mark Shinwell <shinwell@codesourcery.com>
3705
3706 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
3707 to R_ARM_LDC_SB_G{0,1,2} respectively.
3708
caee866a
PB
37092006-06-15 Paolo Bonzini <bonzini@gnu.org>
3710
3711 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3712 too.
3713 * Makefile.in: Regenerate.
3714
363ef840
DA
37152006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3716
3717 Sync from gcc:
3718
3719 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3720 * configure.in: Don't enable libgomp on hpux10.
3721 * configure: Rebuilt.
3722
54d1c879
DA
37232006-06-13 David Ayers <d.ayers@inode.at>
3724
3725 Sync from gcc:
3726
3727 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 3728
54d1c879
DA
3729 PR bootstrap/27963
3730 PR target/19970
0e7ef45c 3731 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
3732 ${libgcj} is specified.
3733 * configure: Regenerate.
0e7ef45c 3734
a4d8b690
JJ
37352006-06-08 Jeff Johnston <jjohnstn@redhat.com>
3736
3737 Sync from gcc:
3738
3739 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 3740 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
3741
3742 PR bootstrap/18033
3743 * config-ml.in: Eval option if surrounded by single quotes.
3744
4f0ef2d8
CD
37452006-06-07 Carlos O'Donell <carlos@codesourcery.com>
3746
3747 Sync from gcc:
0e7ef45c 3748
4f0ef2d8 3749 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 3750
4f0ef2d8
CD
3751 PR libobjc/13946
3752 * Makefile.def: Add dependencies for libobjc which boehm-gc.
3753 * Makefile.in: Regenerate.
3754 * configure.in: Add --enable-objc-gc at toplevel and have it
3755 enable boehm-gc for Objective-C.
3756 Remove target-boehm-gc from libgcj.
3757 Add target-boehm-gc to target_libraries.
3758 Add target-boehm-gc to noconfigdirs where ${libgcj}
3759 is specified.
3760 Assert that boehm-gc is supported when requested for Objective-C.
3761 Only build boehm-gc if needed either for Java or Objective-C.
3762 * configure: Regenerate.
3763
3764 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 3765
4f0ef2d8
CD
3766 PR 27674
3767 * Makefile.tpl (configure-[+prefix+][+module+],
3768 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3769 Remove rule to unstage bootstrapped modules.
3770 (stage_current): New.
3771 * Makefile.in: Regenerate.
3772
3773 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3774 Andreas Tobler <a.tobler@schweiz.ch>
3775
3776 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
3777 * configure: Rebuilt.
3778
3779 Revert
3780 2006-01-31 Richard Guenther <rguenther@suse.de>
3781 Paolo Bonzini <bonzini@gnu.org>
3782
3783 * Makefile.def (target_modules): Add libgcc-math target module.
3784 * configure.in (target_libraries): Add libgcc-math target library.
3785 (--enable-libgcc-math): New configure switch.
3786 * Makefile.in: Re-generate.
3787 * configure: Re-generate.
3788
c17b816b
JJ
37892006-06-05 Jeff Johnston <jjohnstn@redhat.com>
3790
3791 * config-ml.in: Alter CCASFLAGS to include special
3792 multilib options the same as is done for CFLAGS.
3793
20e95c23
DJ
37942006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
3795
3796 * Makefile.def: Added dependencies from sim and gdb on intl, and
3797 added configure dependencies to everything with an all dependency
3798 on intl.
3799 * gettext.m4: Removed.
3800 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
3801 (GDB_SUPPORT_DIRS): Add intl.
3802 * Makefile.in: Regenerated.
3803
4bd8ad80
DJ
38042006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
3805
3806 * src-release (DEVO_SUPPORT): Add config.rpath.
3807
c380fdd8
PB
38082006-05-25 Paolo Bonzini <bonzini@gnu.org>
3809
3810 * Makefile.def (bfd, opcodes): Fix lib_path.
3811 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3812 (restrap): Move under "@if gcc-bootstrap". Fix typo.
3813 * Makefile.in: Regenerate.
3814
701628f5
MS
38152006-05-24 Mark Shinwell <shinwell@codesourcery.com>
3816
3817 * configure.in: Enable gprof for cross builds.
3818 * configure: Regenerate.
3819
25aae7f2
DJ
38202006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
3821
3822 * src-release (MAKEINFOFLAGS): Define.
3823 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
3824
ea3d1626
BE
38252006-05-14 Ben Elliston <bje@au.ibm.com>
3826
3827 * config.sub, config.guess: Update from upstream sources.
3828
49b9e644
BE
38292006-05-12 Ben Elliston <bje@au.ibm.com>
3830
3831 * config.sub, config.guess: Update from upstream sources.
3832
482dd2f6
DJ
38332006-05-04 Steve Ellcey <sje@cup.hp.com>
3834
3835 * blt, iwidgets, mmalloc: Remove directories.
3836
8b01a5c2
DD
38372006-05-01 DJ Delorie <dj@redhat.com>
3838
641a3af4 3839 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
3840 * configure: Regenerate.
3841
a481dbb7
DD
38422006-04-18 DJ Delorie <dj@redhat.com>
3843
3844 * configure.in (m32c): Build libstdc++-v3. Pass flags to
3845 reference libgloss so that libssp can be built in a combined
3846 tree.
3847 * configure: Regenerate.
3848
962c9e74
BE
38492006-04-10 Ben Elliston <bje@au.ibm.com>
3850
3851 * contrib: Remove directory.
3852
108a6f8e
CD
38532006-04-06 Carlos O'Donell <carlos@codesourcery.com>
3854
3855 * Makefile.tpl: Add install-html target.
3856 * Makefile.def: Add install-html target.
3857 * Makefile.in: Regenerate.
3858 * configure.in: Add --with-datarootdir, --with-docdir,
3859 and --with-htmldir options.
3860 * configure: Regenerate.
3861
a4ef73e9
BE
38622006-03-31 Ben Elliston <bje@au.ibm.com>
3863
3864 PR binutils/1860
3865 * configure.in: Require makeinfo 4.4 or higher.
3866 * configure: Regenerate.
3867
b37df25a
PB
38682006-03-14 Paolo Bonzini <bonzini@gnu.org>
3869
3870 * Makefile.in: Regenerate.
3871
a6df5a19
PB
38722006-03-14 Paolo Bonzini <bonzini@gnu.org>
3873
3874 Sync with gcc:
3875 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
3876
f7c83eac
AS
3877 * configure.in: Handle --disable-<component> generically.
3878 * configure: Regenerate.
a6df5a19
PB
3879
3880 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 3881
f7c83eac
AS
3882 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
3883 (TARGET_CONFIGDIRS): Remove.
3884 * configure.in: Remove AC_SUBST(target_configdirs).
3885 * Makefile.in, configure: Regenerated.
a6df5a19
PB
3886
3887
65419985
L
38882006-03-01 H.J. Lu <hongjiu.lu@intel.com>
3889
3890 PR libgcj/17311
3891 * ltmain.sh: Don't use "$finalize_rpath" for compile.
3892
c52c6897
PB
38932006-02-20 Paolo Bonzini <bonzini@gnu.org>
3894
3895 PR bootstrap/25670
3896
3897 * Makefile.tpl ([+compare-target+]): Print explanation messages.
3898
3899 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3900 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3901 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3902 BUILD_PREFIX, BUILD_PREFIX_1.
3903 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3904
3905 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3906 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3907
3908 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3909 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3910 of `cat stage_current`. Always provide the `r' and `s' variables.
3911 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3912 a single shell execution.
3913 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3914 bootstrapped modules, make the stage1 module if the build was not
3915 started yet, else build the current stage.
3916 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3917 (all-build, all-host, all-target, [+make_target+]-host,
3918 [+make_target+]-target): Do not use \-continued lines.
3919 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3920 (current_stage, restrap, stage_last): New.
3921
3922 * Makefile.in: Regenerate.
3923 * configure: Regenerate.
3924
b3ded179
PB
39252006-02-14 Paolo Bonzini <bonzini@gnu.org>
3926
3927 Sync from gcc:
3928
3929 2006-01-31 Richard Guenther <rguenther@suse.de>
3930 Paolo Bonzini <bonzini@gnu.org>
3931
f7c83eac
AS
3932 * Makefile.def (target_modules): Add libgcc-math target module.
3933 * configure.in (target_libraries): Add libgcc-math target library.
3934 (--enable-libgcc-math): New configure switch.
3935 * Makefile.in: Re-generate.
3936 * configure: Re-generate.
3937 * libgcc-math: New toplevel directory.
b3ded179
PB
3938
3939 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
3940 Jakub Jelinek <jakub@redhat.com>
3941 Diego Novillo <dnovillo@redhat.com>
b3ded179 3942
f7c83eac
AS
3943 * libgomp: New directory.
3944 * Makefile.def: Add target_module libgomp.
3945 * Makefile.in: Regenerate.
3946 * configure.in (target_libraries): Add target-libgomp.
3947 * configure: Regenerate.
b3ded179 3948
3a35eeb3
PB
39492006-02-14 Paolo Bonzini <bonzini@gnu.org>
3950 Andreas Schwab <schwab@suse.de>
0e7ef45c 3951
3a35eeb3
PB
3952 * configure: Regenerate.
3953
2429c060
PB
39542006-01-16 Paolo Bonzini <bonzini@gnu.org>
3955
3956 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3957 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3958 the assembler, linker and binutils.
3959 * configure: Regenerate.
3960
ec49b2b8
NC
39612006-01-16 Nick Clifton <nickc@redhat.com>
3962
49b9e644 3963 * config.sub, config.guess: Sync from config repository.
ec49b2b8 3964
44b2308f
AO
39652006-01-05 Alexandre Oliva <aoliva@redhat.com>
3966
3967 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3968 @ from continuation.
3969 * Makefile.in: Rebuilt.
3970
80911fe1
PB
39712006-01-04 Paolo Bonzini <bonzini@gnu.org>
3972
3973 Sync from gcc:
3974
3975 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
3976
f7c83eac 3977 PR bootstrap/24252
80911fe1 3978
f7c83eac
AS
3979 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3980 * Makefile.tpl (OBJDUMP): New.
3981 (EXTRA_HOST_FLAGS): Add it.
3982 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 3983
f7c83eac
AS
3984 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3985 to use symbolic links between directories. Avoid race conditions
3986 or make them harmless.
3987 * configure.in: Do not try to use symbolic links between directories.
80911fe1 3988
f7c83eac
AS
3989 * Makefile.def (LEAN): Pass.
3990 * Makefile.tpl (LEAN): Define.
3991 (stage[+id+]-start): Accept that the previous directory does not
3992 exist, if the bootstrap is lean.
3993 (stage[+id+]-bubble): Invoke lean bootstrap commands after
3994 stage[+id+]-start. Use a makefile variable and an `if' instead of a
3995 configure substitution.
3996 ([+compare-target+]): Likewise.
3997 ([+bootstrap-target+]-lean): New.
3998 * configure.in: Remove lean bootstrap support from here.
80911fe1 3999
f7c83eac
AS
4000 * Makefile.in: Regenerate.
4001 * configure: Regenerate.
80911fe1
PB
4002
4003 2006-01-02 Andreas Schwab <schwab@suse.de>
4004
f7c83eac
AS
4005 * configure.in: When reconfiguring remove Makefile in
4006 all stage directories.
4007 * configure: Regenerate.
80911fe1 4008
b59bea8a
NC
40092005-12-27 Leif Ekblad <leif@rdos.net>
4010
4011 * configure.in: Add support for RDOS target.
4012 * configure: Regenerate.
4013
d7730bac
NC
40142005-12-27 Nick Clifton <nickc@redhat.com>
4015
4016 PR binutils/1990
4017 * libtool.m4: Synchronize with version in GCC sources.
4018
c02dabc3
PB
40192005-12-20 Paolo Bonzini <bonzini@gnu.org>
4020
f7c83eac 4021 Revert Ada-related part of the previous change.
c02dabc3 4022
f7c83eac
AS
4023 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4024 Do not pass.
4025 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4026 * Makefile.in: Regenerate.
4027 * configure.in: Do not include mt-ppc-aix target fragment.
4028 * configure: Regenerate.
c02dabc3 4029
f6d183c0
PB
40302005-12-19 Paolo Bonzini <bonzini@gnu.org>
4031
4032 * configure.in: Select appropriate fragments for PowerPC/AIX.
4033 * configure: Regenerate.
4034
4035 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4036 BOOT_CFLAGS, BOOT_LDFLAGS.
4037 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4038 BOOT_CFLAGS, BOOT_LDFLAGS.
4039 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4040 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4041 (stage): Fail if we cannot complete the work.
4042 * Makefile.in: Regenerate.
4043
f29759fc
JJ
40442005-12-16 Jeff Johnston <jjohnstn@redhat.com>
4045
4046 * COPYING.NEWLIB: Update copyright year for default
4047 copyright.
4048
1f054001
PB
40492005-12-15 Paolo Bonzini <bonzini@gnu.org>
4050
4051 * Makefile.tpl (all, do-[+make_target+], do-check, install,
4052 install-host-nogcc): Don't invoke $(stage) at the end.
4053 * Makefile.in: Regenerate.
4054
0aed8855
PB
40552005-12-14 Paolo Bonzini <bonzini@gnu.org>
4056
4057 * configure.in: Flip the top-level bootstrap switch.
4058 * configure: Regenerate.
4059
4060 Merge from gcc:
4061
4062 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
4063
f7c83eac
AS
4064 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4065 $(stage) and $(unstage).
4066 (EXTRA_TARGET_FLAGS): Correct double-quoting.
4067 (all): Remove stray semicolon.
4068 (local-distclean): Don't handle multilib.tmp and multilib.out.
4069 (install.all): Set $s for consistency.
4070 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4071 check_multilibs setting. Always make the install directory.
4072 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4073 Correct @if/@endif.
4074 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4075 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4076 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4077 (multilib.out): Remove.
4078 * Makefile.in: Regenerated.
0aed8855
PB
4079
40802005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4081
4082 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4083 * configure.in: Replace ms1 arch with mt.
4084 * configure: Rebuilt.
4085
40862005-12-05 Paolo Bonzini <bonzini@gnu.org>
4087
4088 Sync with gcc:
4089
4970f871
NS
40902005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4091
4092 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4093 * configure.in: Replace ms1 arch with mt.
4094 * configure: Rebuilt.
4095
be01d343
PB
40962005-12-05 Paolo Bonzini <bonzini@gnu.org>
4097
4098 Sync with gcc:
4099
4100 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4101
f7c83eac
AS
4102 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4103 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4104 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
4105 Find in-tree tools if available.
4106 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4107 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4108 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4109 (COMPILER_*_FOR_TARGET): New.
4110 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4111 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4112 (CONFIGURED_*, USUAL_*): Remove.
4113 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4114 STRIP): Use autoconf substitutions.
4115 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4116 COMPILER_NM_FOR_TARGET): New.
4117 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4118
4119 (all): Make all-host and all-target in parallel.
4120 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4121 that $$r and $$s are set before invoking a recursive make.
4122 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4123 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
4124
4125 2005-11-29 Ben Elliston <bje@au.ibm.com>
4126
f7c83eac
AS
4127 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4128 from the gcc build directory.
4129 * Makefile.in: Regenerate.
be01d343
PB
4130
4131 2005-11-29 Ben Elliston <bje@au.ibm.com>
4132
f7c83eac
AS
4133 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
4134 depend on all-libdecnumber.
4135 * configure.in (host_libs): Include libdecnumber.
4136 * Makefile.in: Regenerate.
4137 * configure: Likewise.
be01d343
PB
4138
4139 2005-11-21 Kean Johnston <jkj@sco.com>
4140
f7c83eac 4141 * config.sub, config.guess: Sync from upstream sources.
be01d343 4142
907be67c
DJ
41432005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
4144
4145 * Makefile.def: Remove gdb dependencies for gdbtk.
4146 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4147 (configure-gdb, install-gdb): New rules.
4148 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4149 * Makefile.in, configure: Regenerated.
4150
e360f423
PB
41512005-10-22 Paolo Bonzini <bonzini@gnu.org>
4152
4153 PR bootstrap/24297
4154 * Makefile.tpl (do-[+make-target+], do-check, install,
4155 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4156 are set before recursing.
4157 * Makefile.in: Regenerate.
4158
45d5eb0a
EB
41592005-10-20 Eric Botcazou <ebotcazou@adacore.com>
4160
4161 PR bootstrap/18939
4162 * Makefile.def (gcc) <target>: Fix thinko.
4163 * Makefile.in: Regenerate.
4164
3cf3372e
BS
41652005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
4166
4167 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4168 * configure: Regenerate.
4169
bd70a46f
KH
41702005-10-09 Kazu Hirata <kazu@codesourcery.com>
4171
4172 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4173 target-libffi, target-qthreads, target-libjava, and
4174 targetlibobjc.
4175 * configure: Regenerate.
4176
5ae72758
DJ
41772005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
4178
4179 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4180 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4181 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4182 (USUAL_OBJDUMP_FOR_TARGET): New.
4183 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4184 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 4185 * configure, Makefile.in: Regenerated.
5ae72758 4186
cc96343e
PB
41872005-10-05 Paolo Bonzini <bonzini@gnu.org>
4188
4189 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4190 before other host packages.
4191
f70224b5
PB
41922005-10-05 Paolo Bonzini <bonzini@gnu.org>
4193
4194 PR bootstrap/22340
4195
4196 * configure.in (default_target): Remove.
4197 * Makefile.tpl (all): Do not use prerequisites as subroutines
4198 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4199 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4200 use prerequisites as subroutines.
4201 (check-host, check-target): New.
4202 (bootstrap configure & all targets): Do not use stage*-start
4203 if the directory layout is already ok.
4204 (non-bootstrap configure & all targets): Prepend a $(unstage).
4205 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
4206 (NOTPARALLEL): Remove.
4207 (unstage, stage variables): New variables.
4208 (unstage, stage targets): Simply expand to those variables.
4209
4210 * configure: Regenerate.
4211 * Makefile.in: Regenerate.
4212
c13c918a
JW
42132005-10-04 James E Wilson <wilson@specifix.com>
4214
4215 * Makefile.def (lang_env_dependencies): Add libmudflap.
4216 * Makefile.in: Regenerate.
4217
376a0e54
CM
42182005-10-03 Catherine Moore <clm@cm00re.com>
4219
4220 * configure.in (bfin-*-*): Support bfin.
4221 * configure: Regenerated.
4222
d320aacb
L
42232005-09-30 H.J. Lu <hongjiu.lu@intel.com>
4224
4225 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4226 * configure: Regenerated.
4227
7e0f7140
GK
42282005-09-28 Geoffrey Keating <geoffk@apple.com>
4229
4230 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4231 (LIPO_FOR_TARGET): New.
4232 (CONFIGURED_LIPO_FOR_TARGET): New.
4233 (USUAL_LIPO_FOR_TARGET): New.
4234 (STRIP_FOR_TARGET): New.
4235 (CONFIGURED_STRIP_FOR_TARGET): New.
4236 (USUAL_STRIP_FOR_TARGET): New.
4237 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4238 STRIP_FOR_TARGET.
4239 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4240 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4241 * Makefile.in: Regenerate.
4242 * configure: Regenerate.
0e7ef45c 4243
096f7d00
DE
42442005-09-19 David Edelsohn <edelsohn@gnu.org>
4245
4246 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4247 (rs6000-*-aix*): Same.
4248 * configure: Regenerate.
4249
42502005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
4251
4252 * configure.in: Recognize f95 in the --enable-languages option,
4253 and substitute it for fortran, issuing a warning.
4254 * configure: Regenerate.
4255
2016dfcc
BE
42562005-09-07 Ben Elliston <bje@au.ibm.com>
4257
4258 Import from Autoconf sources:
4259
4260 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
4261 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
4262 Elliston. Handle weird characters correctly.
4263
6dd2fda9
DD
42642005-08-30 Phil Edwards <phil@codesourcery.com>
4265
4266 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
4267 * configure: Regenerated.
4268
e6db70d4
RE
42692005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
4270
f7c83eac
AS
4271 * Makefile.def (libssp): Add to lang_env_dependencies.
4272 * Makefile.in: Regenerate.
e6db70d4 4273
e1e3d0f5
CG
42742005-08-17 Christian Groessler <chris@groessler.org>
4275
4276 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4277 * Makefile.in: Regenerate.
4278
05cbd757
PB
42792005-08-12 Paolo Bonzini <bonzini@gnu.org>
4280
4281 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4282 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4283 Look for alternate names of the target cc and c++
4284 * configure: Regenerate.
4285
55db4b87
PB
42862005-08-08 Paolo Bonzini <bonzini@gnu.org>
4287
4288 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4289 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4290 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4291 tools; remove code to manually set them.
4292 (Target tools): Look in the environment for them.
4293 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4294 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4295 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4296 build directory.
4297 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4298 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4299 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4300 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4301 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4302 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4303 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4304 * configure: Regenerate.
4305 * Makefile.in: Regenerate.
4306
414e5532
MM
43072005-07-27 Mark Mitchell <mark@codesourcery.com>
4308
4309 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 4310 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
4311 * Makefile.in: Regenerated.
4312
a19b6204
MM
43132005-07-26 Mark Mitchell <mark@codesourcery.com>
4314
4315 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4316 (CFLAGS_FOR_TARGET): Use it.
4317 (CXXFLAGS_FOR_TARGET): Likewise.
4318 * Makefile.in: Regenerated.
4319 * configure.in (--with-build-sysroot): New option.
4320 * configure: Regenerated.
4321
b73aa406
PB
43222005-07-24 Paolo Bonzini <bonzini@gnu.org>
4323
4324 * Makefile.tpl: Wrap install between unstage and stage
4325 * Makefile.in: Regenerate.
4326
6e4d0bcb
KC
43272005-07-16 Kelley Cook <kcook@gcc.gnu.org>
4328
4329 * all files: Update FSF address.
4330
49f58d10
JB
43312005-07-14 Jim Blandy <jimb@redhat.com>
4332
4333 * configure.in: Add cases for Renesas m32c.
4334 * configure: Regenerated.
0e7ef45c 4335
1d9c9cd7
KC
43362005-07-14 Kelley Cook <kcook@gcc.gnu.org>
4337
4338 * COPYING, compile, config-ml.in, config.guess,
4339 config.sub, install-sh, missing, mkinstalldirs,
4340 symlink-tree, ylwrap: Sync from upstream sources.
4341
1587117a
EC
43422005-07-13 Eric Christopher <echristo@redhat.com>
4343
4344 * configure.in: Add toplevel noconfigdir support for tpf.
4345 * configure: Regenerate.
4346
bb780410
DD
43472005-07-11 Jakub Jelinek <jakub@redhat.com>
4348
4349 * Makefile.def (target_modules): Add libssp.
4350 * configure.in (target_libraries): Add target-libssp.
4351 * configure: Rebuilt.
4352 * Makefile.in: Rebuilt.
4353
064d0a7c
PB
43542005-07-11 Paolo Bonzini <bonzini@gnu.org>
4355
4356 PR ada/22340
4357
4358 * Makefile.def: Sync with gcc.
4359 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4360 * Makefile.in: Regenerate.
4361
b2edd3b5
AS
43622005-07-07 Andreas Schwab <schwab@suse.de>
4363
4364 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4365 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4366 * Makefile.in: Regenerated.
4367
5f128533
KH
43682005-07-07 Kazu Hirata <kazu@codesourcery.com>
4369
4370 * configure.in: Add --enable-libssp and --disable-libssp.
4371 * configure: Regenerate with autoconf-2.13.
4372
4e3fc8e5
GK
43732005-07-06 Geoffrey Keating <geoffk@apple.com>
4374
4375 * configure.in: Don't build sim or rda when targetting darwin.
4376 * configure: Regenerate.
4377
c7357d6a
BE
43782005-07-04 Ben Elliston <bje@gnu.org>
4379
4380 * src-release (do-proto-toplev): Remove dejagnu bits.
4381 (DEJAGNU_SUPPORT_DIRS): Remove.
4382 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
4383 (GDBD_SUPPORT_DIRS): Likewise.
4384 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
4385 (INSIGHTD_SUPPORT_DIRS): Likewise.
4386 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
4387
43882005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
4389
4390 * setup.com (mpw): Remove unused directive.
4391
7d329e61
PB
43922005-06-22 Paolo Bonzini <bonzini@gnu.org>
4393
4394 * Makefile.def (stagefeedback): Come after profile.
4395 Define profiledbootstrap target.
4396 * Makefile.tpl (profiledbootstrap): Remove.
4397 (stageprofile-end): Zap stagefeedback.
4398 (stagefeedback-start): Copy all .gcda files, not only GCC's.
4399 * Makefile.in: Regenerate.
4400
e5fbed21
DD
44012005-06-13 Zack Weinberg <zack@codesourcery.com>
4402
4403 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
4404 In 'cpp' stanza, support '#line' as well as '# '.
4405
59f7ec45
HPN
44062005-06-07 Hans-Peter Nilsson <hp@axis.com>
4407
4408 * configure.in (unsupported_languages): New macro.
4409 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
4410 non-ported target libraries in noconfigdirs.
4411 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4412 non-linux-gnu. Remove libgcj_ex_libffi.
9eb322aa 4413 <lang_frag loop>: Set add_this_lang=no if the language is in
59f7ec45
HPN
4414 unsupported_languages.
4415 * configure: Regenerate.
4416
c10e9ba7
DD
44172005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
4418
4419 * configure.in: Fix typo in handling of --with-mpfr-dir.
4420 * configure: Regenerate.
4421
20deb2b8
JB
44222005-06-02 Jim Blandy <jimb@redhat.com>
4423
4424 * config.sub: Add cases for the Renesas m32c. (This patch has been
4425 accepted into the master sources.)
4426
cdb9b172 44272005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
4428 Michael Snyder <msnyder@redhat.com>
4429 Stan Cox <scox@redhat.com>
cdb9b172 4430
f7c83eac 4431 * configure.in: Set noconfigdirs for ms1.
cdb9b172 4432
f7c83eac 4433 * configure: Regenerate.
cdb9b172 4434
1dc3053f
PB
44352005-05-25 Paolo Bonzini <bonzini@gnu.org>
4436
4437 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4438 (Dependencies): Consider target modules for bootstrap dependencies.
4439 Make target bootstrap modules depend on each stage's gcc.
4440 * Makefile.in: Regenerate.
4441
c60fe18b
PB
44422005-05-20 Paolo Bonzini <bonzini@gnu.org>
4443
4444 * Makefile.def (configure-gcc): Depend on binutils having been built.
4445 (all-gcc): No need to do it here.
4446 * Makefile.in: Regenerate.
4447
27258dd4
PB
44482005-05-19 Paul Brook <paul@codesourcery.com>
4449
0e7ef45c 4450 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
4451 language cannot be built.
4452 * configure: Regenerate.
4453
42ecbf5e
DJ
44542005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4455
4456 * ylwrap: Import from Automake 1.9.5.
4457
ae380b45
MS
44582005-05-04 Mike Stump <mrs@apple.com>
4459
4460 * configure.in: Always pass --target to target configures as
4461 otherwise rebuilds that do --recheck will fail.
811d3af8 4462 * configure: Rebuilt.
ae380b45 4463
d545f33b
PB
44642005-05-04 Paolo Bonzini <bonzini@gnu.org>
4465
4466 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4467 STAGE_HOST_EXPORTS.
4468 (configure, all): Add bootstrap support.
4469 (Host modules, target modules): Pass post-stage1 flags and exports.
4470 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4471 * Makefile.in: Regenerate.
4472
2faa2958
PB
44732005-04-29 Paolo Bonzini <bonzini@gnu.org>
4474
4475 Sync from gcc:
4476
4477 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
4478
f7c83eac 4479 * config.sub: Update from master copy.
2faa2958
PB
4480
4481 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
4482
f7c83eac
AS
4483 * configure.in <crisv32-*-*, cris-*-*>: New local variable
4484 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
4485 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
4486 "*-*-elf" and "*-*-linux*".
4487 * configure: Regenerate.
2faa2958 4488
a7254363
PB
44892005-04-06 Paolo Bonzini <bonzini@gnu.org>
4490
f7c83eac 4491 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
4492 (TARGET_CONFIGARGS): Include --with-target-subdir.
4493 (configure, all): New macros. Use them throughout.
4494
a8637a7d
PB
44952005-04-05 Paolo Bonzini <bonzini@gnu.org>
4496
4497 * Makefile.tpl: Sync with gcc.
4498 * Makefile.in: Regenerate.
4499
dd387d52
JR
45002005-03-30 J"orn Rennecke <joern.rennecke@st.com>
4501
4502 * config/mh-mingw32: Delete.
4503 * configure.in: Don't use it.
4504 * configure: Regenerate.
4505
e90269c8
PB
45062005-03-31 Paolo Bonzini <bonzini@gnu.org>
4507
4508 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4509 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4510 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
4511 (HOST_LIB_PATH): Generate from Makefile.def.
4512 (TARGET_LIB_PATH): Likewise.
4513 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4514 * Makefile.in: Regenerate.
4515 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4516 (RPATH_ENVVAR): Include Darwin case.
4517 * configure: Regenerate.
4518
9a237d9e
PB
45192005-03-25 Paolo Bonzini <bonzini@gnu.org>
4520
4521 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4522 * configure: Regenerate.
4523
479759c8
ZW
45242005-03-21 Zack Weinberg <zack@codesourcery.com>
4525
4526 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4527 gcc_version, and gcc_version_trigger from set of flags to pass.
4528 * Makefile.tpl: Remove definitions of above variables.
4529 (config.status): Remove dependency on $(gcc_version_trigger).
4530 * Makefile.in: Regenerate.
4531 * configure.in: Do not reference config/gcc-version.m4 nor
4532 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
4533 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
4534 * configure: Regenerate.
4535
4cfaf6d5
DD
45362005-03-16 Manfred Hollstein <manfred.h@gmx.net>
4537 Andrew Pinski <pinskia@physics.uc.edu>
4538
4539 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4540 * Makefile.in: Regenerate.
4541
33a3fb7b
AO
45422005-03-01 Alexandre Oliva <aoliva@redhat.com>
4543
4544 PR libgcj/20160
4545 * ltmain.sh: Avoid creating archives with components that have
4546 duplicate basenames.
4547
2da12f12
PB
45482005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
4549
479759c8
ZW
4550 PR bootstrap/20250
4551 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4552 instead of check.
4553 * Makefile.in: Regenerate.
2da12f12 4554
b00612cc
PB
45552005-02-28 Paolo Bonzini <bonzini@gnu.org>
4556
4557 Sync from gcc.
4558
4559 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
4560
4561 PR bootstrap/17383
4562 * Makefile.def (target_modules): Remove "stage", now unnecessary.
4563 * Makefile.tpl (HOST_SUBDIR): New substitution.
4564 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4565 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4566 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4567 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4568 (Host modules, Bootstrapped modules): Use it.
4569 (Build modules, Target modules): Do not create symlink trees,
4570 always configure out-of-srcdir.
4571 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4572 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4573 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4574 $(HOST_SUBDIR). Create a symlink for host_subdir.
4575
4576 * Makefile.in: Regenerate.
4577 * configure: Regenerate.
4578
4579 Merged from libada-gnattools-branch:
4580 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
4581
4582 * Makefile.def: Add gnattools as a module, depending on target-libada.
4583 * Makefile.in: Regenerate.
4584 * configure.in: Include gnattools in host_tools; disable it if ada
4585 is disabled.
4586 * configure: Regenerate.
4587
c3e65f62
NC
45882005-02-23 Nick Clifton <nickc@redhat.com>
4589
4590 * configure: Regenerate.
4591
e4d180c2
NC
45922005-02-22 Paul Schlie <schlie@comcast.net>
4593
4594 * configure.in: Allow darwin targeted ports to build tk, itcl and
4595 libgui.
4596
e3c770b1
EB
45972005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
4598
4599 PR libgcj/10353
4600 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4601 * configure: Regenerate.
4602
9c73618c
AC
46032005-02-08 Andrew Cagney <cagney@gnu.org>
4604
4605 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
4606 gdb/ section. Update GDB's URL.
4607
c46f8c51
AC
46082005-01-31 Andrew Cagney <cagney@gnu.org>
4609
4610 * gettext.m4: Only set ENABLE_NLS when gettext is present.
4611
c7e66c6d
HPN
46122005-01-29 Hans-Peter Nilsson <hp@axis.com>
4613
4614 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4615 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4616 target-libgloss when not *-*-elf and *-*-aout.
4617 * configure: Regenerate.
4618
a53bf506
AC
46192005-01-27 Andrew Cagney <cagney@gnu.org>
4620
4621 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
4622
45181ed1
AC
46232005-01-24 Andrew Cagney <cagney@gnu.org>
4624
4625 * gettext.m4: Only fall back to ../intl/ when it's present.
4626
a1e0f4e4
KC
46272005-01-17 Kelley Cook <kcook@gcc.gnu.org>
4628
4629 * install-sh, config.sub: Import from upstream.
4630
46312005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
4632
4633 PR bootstrap/18222
4634 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4635 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4636 * Makefile.in: Regenerate.
4637
c50382e2
PB
46382005-01-03 Paolo Bonzini <bonzini@gnu.org>
4639
4640 Revert 2004-12-28 Makefile changes, a better fix will be
4641 applied to mainline and src after GCC 4.0 branches.
4642
11d07737
PB
46432004-12-28 Paolo Bonzini <bonzini@gnu.org>
4644
4645 PR bootstrap/17383
4646
4647 * Makefile.def (target_modules): Remove stage parameter,
4648 it is always true now.
4649 * Makefile.tpl (configure-build-[+module+],
4650 configure-target-[+module+]): Always build symlink tree
4651 for the directory and for include. BUILD_SUBDIR and
4652 TARGET_SUBDIR cannot be . anymore.
4653 * Makefile.in: Regenerate.
4654
dadfdbe2
DD
46552004-12-25 David Edelsohn <edelsohn@gnu.org>
4656
4657 Revert 2004-12-08 Makefile changes.
4658
dbf85af7
JR
46592004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
4660
4661 * configure.in (sh64-*-*): Reenable gprof.
4662 * configure: Regenerate.
4663
6b8fea99
JB
46642004-12-09 Jim Blandy <jimb@redhat.com>
4665
4666 * MAINTAINERS: List 'depcomp' as part of automake.
4667
7341462c
DE
46682004-12-08 David Edelsohn <edelsohn@gnu.org>
4669
4670 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4671 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4672 (EXTRA_TARGET_FLAGS): Add PICFLAG.
4673 * Makefile.in: Regenerate.
4674
21fde4dc
DD
46752004-12-07 Matt Kraai <kraai@ftbfs.org>
4676
4677 * Makefile.tpl: Generate normal dependencies if the LHS module is
4678 not bootstrapped.
4679 * Makefile.in: Regenerate.
4680
3da796a2
RS
46812004-12-03 Richard Sandiford <rsandifo@redhat.com>
4682
4683 * configure.in: Include config/gxx-include-dir.m4. Use
4684 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
4685 * configure: Regenerate.
4686
73fb7068
RS
46872004-12-03 Richard Sandiford <rsandifo@redhat.com>
4688
4689 * config.if: Delete.
4690 * configure.in: Set libstdcxx_incdir directly.
4691 * configure: Regenerate.
4692 * MAINTAINERS: Remove mention of config.if.
4693 * src-release (DEVO_SUPPORT): Remove config.if.
4694
6c8e6ce9
EC
46952004-12-02 Eric Christopher <echristo@redhat.com>
4696
3b6098f8
EC
4697 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
4698 of things to remove.
6c8e6ce9 4699 * Makefile.in: Regenerate.
479759c8 4700
b8658a2f
RS
47012004-12-02 Richard Sandiford <rsandifo@redhat.com>
4702
4703 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4704 * configure: Regenerate.
4705
afefada0
RS
47062004-12-02 Richard Sandiford <rsandifo@redhat.com>
4707
4708 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
4709 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
4710 * configure: Regenerate.
4711
5dcac624
DA
47122004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4713
4714 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4715 (hppa*64*-*-*): Delete incorrect comment.
4716 * configure: Rebuilt.
4717
57d1eb1a
DD
47182004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4719
4720 * install-sh, compile: Import from automake.
4721
47222004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4723
4724 * config.guess, config.sub: Import from savannnah.
4725
6d389afc
MS
47262004-11-12 Mike Stump <mrs@apple.com>
4727
4728 * Makefile.def: Add html support.
4729 * Makefile.tpl: Likewise.
4730 * Makefile.in: Regenerate.
4731
69e57115
GK
47322004-11-11 Geoffrey Keating <geoffk@apple.com>
4733
4734 PR 18423
4735 * configure.in: Remove all instances of build-fixincludes from
4736 noconfigdirs.
4737 (build_configargs): Supply --target to subdirectories.
4738 * configure: Regenerate.
4739
4740 * Makefile.def: Make gcc install depend on fixincludes install.
4741 * Makefile.in: Regenerate.
4742
ba719b26
HPN
47432004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
4744
4745 * configure.in (noconfigdirs) [mmix-*-*]: Disable
4746 target-libgfortran.
4747 * configure: Regenerate.
4748
c37653e7
DE
47492004-11-07 David Edelsohn <edelsohn@gnu.org>
4750
4751 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4752 like CC.
4753
1eefd493
PB
47542004-11-05 Paolo Bonzini <bonzini@gnu.org>
4755
4756 * Makefile.def (host fixincludes): Specify missing targets.
4757 * Makefile.in: Regenerate.
4758
02b1af09
L
47592004-11-04 H.J. Lu <hongjiu.lu@intel.com>
4760
4761 PR other/17783
4762 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4763 * configure: Regenerated.
4764
7f266840
DJ
47652004-11-04 Daniel Jacobowitz <dan@debian.org>
4766
4767 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4768 * configure: Regenerated.
4769
47444073
AL
47702004-10-28 Eric B. Weddington <ericw@evcohs.com>
4771
4772 PR target/18151
4773 * configure.in (case ${target}): Do not build fixincludes for avr.
4774 * configure: Regenerated.
4775
caeba88f
AL
47762004-10-26 Paolo Bonzini <bonzini@gnu.org>
4777
4778 * configure.in (case ${target}): Do not build fixincludes
4779 on platforms where it is not used.
4780 * configure: Regenerated.
4781
0fdbe983
DJ
47822004-10-23 Daniel Jacobowitz <dan@debian.org>
4783
4784 * configure.in: Use an absolute path to install-sh.
4785 * configure: Regenerated.
4786
1c0f67c1
AC
47872004-10-19 Andrew Cagney <cagney@gnu.org>
4788
4789 * src-release (do-djunpack, do-md5sum): Install the generated file
4790 directly into the proto-toplev/ directory.
479759c8 4791
a9cfce9c
AC
47922004-10-19 Andrew Cagney <cagney@gnu.org>
4793
4794 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
4795
ac0fa625
DD
47962004-10-12 Kelley Cook <kcook@gcc.gnu.org>
4797
4798 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4799 * configure: Regenerate.
4800
d27cc32e
PB
48012004-10-06 Paolo Bonzini <bonzini@gnu.org>
4802
4803 Fix wrong conflict resolution in:
4804
4805 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
4806
4807 * Makefile.in: Regenerate.
4808 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4809 in the recursive `make', instead of hardwiring `all'.
4810 (Autogenerated TARGET-* variables): New.
4811
1763908f
UW
48122004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4813
4814 Merged from GCC / libtool upstream:
4815 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
4816 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4817 * ltcf-cxx.sh (tpf*): Likewise.
4818 * ltconfig (tpf*): Add TPF OS configuration support.
4819
0490e016
NC
48202004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
4821
4822 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 4823 * configure: Regenerate.
0490e016 4824
32be62b5
RS
48252004-09-24 Michael Roth <mroth@nessie.de>
4826
4827 * configure.in (--without-headers): Add missing double quotes.
4828 * configure: Regenerate.
4829
6048df60
DD
48302004-09-24 Kelley Cook <kcook@gcc.gnu.org>
4831
4832 * ylwrap: Revert to previous version.
4833
315b3b02
L
48342004-09-23 H.J. Lu <hongjiu.lu@intel.com>
4835
6048df60 4836 PR bootstrap/17369
315b3b02
L
4837 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4838 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4839 SET_GCC_LIB_PATH_CMD.
4840 (BASE_TARGET_EXPORTS): Likewise.
4841 * Makefile.in: Regenerated.
4842
4843 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4844 * configure: Regenerated.
4845
fe69863c
DD
48462004-09-23 Kelley Cook <kcook@gcc.gnu.org>
4847
4848 * config.guess: New upstream version
4849 * compile, depcomp, install-sh, ylwrap: Likewise.
4850
48512004-09-19 Roger Sayle <roger@eyesopen.com>
4852
4853 * config/mh-x86omitfp: New host makefile fragment. Add
4854 -fomit-frame-pointer to the default BOOT_CFLAGS.
4855 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4856 * configure: Regenerate.
4857
48582004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
4859
4860 PR target/11572
4861 * configure.in (*-*-darwin*): Renable libobjc.
4862 * configure: Regenerate.
4863
be75bbe1 48642004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 4865
be75bbe1
DB
4866 * Makefile.def: Remove libbanshee.
4867 * Makefile.tpl: Ditto.
4868 * configure.in: Ditto.
4869 * Makefile.in: Regen.
4870 * configure: Ditto.
4871
1b882a91
PB
48722004-09-07 Paolo Bonzini <bonzini@gnu.org>
4873
4874 * missing: Import latest version from master repository.
4875
eb1352ed
NC
48762004-09-04 Nick Clifton <nickc@redhat.com>
4877
4878 * config.sub: Import latest version from master repository.
4879 * config.guess: Likewise.
4880 This includes these changes:
479759c8 4881
eb1352ed
NC
4882 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
4883
4884 * config.sub: Handle crisv32, alias etraxfs.
4885 * config.guess (crisv32:Linux:*:*): Handle.
4886
4887 2004-08-13 Brad Smith <brad@comstyle.com>
4888
4889 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4890 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4891
4892 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
4893
4894 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4895 assume the processor is a powerpc. This is because coreutils
4896 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4897 in this case, due to a MacOS X bug that causes
4898 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4899 to return a negative number.
4900 Problem reported by Petter Reinholdtsen in:
4901 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4902
4903 2004-07-19 Ben Elliston <bje@gnu.org>
4904
4905 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4906
4907 2004-06-24 Ben Elliston <bje@gnu.org>
4908
4909 * config.guess: Update copyright years.
4910 * config.sub: Likewise.
4911
4912 2004-06-22 Robert Millan <robertmh@gnu.org>
4913
4914 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4915 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4916
4917 2004-06-22 Stanley F. Quayle <stan@stanq.com>
4918
4919 * config.guess (*:*VMS:*:*): New entry. Replaces
4920 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4921 manufacturer.
4922
4923 2004-06-22 Ben Elliston <bje@gnu.org>
4924
4925 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4926 * config.sub: Likewise.
4927
4928 2004-06-22 Ben Elliston <bje@gnu.org>
4929
4930 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4931 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4932
4933 2004-06-11 Ben Elliston <bje@gnu.org>
4934
4935 * config.guess (pegasos:OpenBSD:*:*): Remove.
4936
4937 2004-06-11 Ben Elliston <bje@gnu.org>
4938
4939 From Wouter Verhelst <wouter@grep.be>:
4940 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4941
4942 2004-06-11 Ben Elliston <bje@gnu.org>
4943
4944 * config.guess (luna88k:OpenBSD:*:*): New.
4945
4946 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4947
4948 * config.guess (m32r*:Linux:*:*): New case.
4949 * config.sub: Handle m32rle.
4950
4951 2004-03-12 Ben Elliston <bje@wasabisystems.com>
4952
4953 From Jens Petersen <petersen@redhat.com>:
4954 * config.sub: Handle sparcv8.
4955
4956 2004-03-03 Ben Elliston <bje@wasabisystems.com>
4957
4958 From Tom Smith <smith@cag.lkg.hp.com>:
4959 * config.guess: Version suffixes are equally significant on Tru64
4960 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
4961 prefix of "P" (patched kernel).
4962
4963 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
4964
4965 * config.sub: Add support for National Semiconductor CRX target.
4966
2a3124ca 49672004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 4968
2a3124ca
RH
4969 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4970 *-*-netware, but add target-libmudflap.
4971 Consolidate *-*-netware targets (of which really only i?86 exists)
4972 into a single entry.
4973 * configure: Likewise.
4974
0df3d27f
PB
49752004-09-01 Paolo Bonzini <bonzini@gnu.org>
4976
4977 * Makefile.tpl (sorry): Remove.
4978 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4979 (cleanstrap targets): Depend on distclean, not distclean-stage1.
4980 (do-clean): Clean per-stage directories too.
4981 (do-distclean): Run distclean-stage1 too.
4982 (.NOTPARALLEL): Enable during toplevel bootstrap.
4983 (stage[+id+]-bubble): Enable parallel execution during
4984 the recursive invocation.
4985 * Makefile.in: Regenerate.
4986
4987 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
4988
4989 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
4990
4991 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4992 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4993 * configure: regenerate
479759c8
ZW
4994 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
4995 -mdynamic-no-pic
0df3d27f
PB
4996
49972004-08-31 Paolo Bonzini <bonzini@gnu.org>
4998
4999 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5000 include.
5001 * configure.in: Fix indentation.
5002 * configure: Regenerate.
5003
ee025550
PB
50042004-08-31 Paolo Bonzini <bonzini@gnu.org>
5005
5006 * Makefile.def (build_modules): Add fixincludes.
5007 (dependencies): Make gcc depend on fixincludes.
5008 * configure.in (build_tools): Add fixincludes.
5009 (build_configdirs): Always include build_libs.
5010 * Makefile.in: Regenerate.
5011 * configure: Regenerate.
5012
50132004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
5014
5015 * Makefile.def (bootstrap stages): Add 'lean' parameter.
5016 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5017 phony targets; do not generate timestamp files.
5018 (distclean-stageN): Remove references to their timestamp files.
5019 (restageN, touch-stageN): Remove.
5020 (stageN-bubble): Rewritten.
5021 (compare): Support lean bootstraps.
5022 * Makefile.in: Regenerate.
5023
5024 * configure.in: Only warn when bootstrapping but
5025 build != host or build != target. Support lean bootstraps.
5026 * configure: Regenerate.
5027
5028 Sync from gcc:
5029 2004-08-26 Phil Edwards <phil@codesourcery.com>
5030
5031 * configure.in: Give a better error message if GMP/MPFR are missing
5032 and a language needing them has been requested.
5033 * configure: Regenerated.
5034
5035 2004-08-25 Phil Edwards <phil@codesourcery.com>
5036
5037 * configure.in: Print a list of available language front-ends if
5038 a requested one is missing. Tidy stray tab characters.
5039 * configure: Regenerated.
5040
72b2455a
PB
50412004-08-17 Paolo Bonzini <bonzini@gnu.org>
5042
5043 * Makefile.in: Regenerate.
5044 * configure: Regenerate.
5045
5046 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5047 stage_*_flags.
5048 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5049 for bootstrapped modules if toplevel bootstrap is going.
5050 (GCC bootstrap): Generate per-stage targets for all bootstrapped
5051 modules. Adjust for changes in Makefile.def. Enable several
5052 rules even in non-bootstrap mode, just to avoid peppering the
5053 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5054 (stage-[+prev+]-bubble): Remove.
5055
5056 * Makefile.def (Dependencies): Depend on all-build-bison,
5057 all-build-flex, all-build-byacc, all-build-texinfo, rather
5058 than the host variations.
5059 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
5060 with BUILD_SUBDIR.
5061 (BISON): Update for recent Bisons.
5062 (YACC): Fix typo.
5063 (cross): Depend on all-build.
5064 (all): Do not depend on all-build.
5065 (prebootstrap): Remove.
5066 (dep-kind): Accept separate prefixes for MODULE and ON variables.
5067 (Prebootstrap dependencies): Add them to the per-stage targets
5068 and to all-prebootstrap.
5069 * configure.in (build_configdirs): Always enable build_tools.
5070 (BUILD_DIR_PREFIX): Remove.
5071
5072 * Makefile.def (gcc): Add target variable.
5073 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5074 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5075 in the recursive `make', instead of hardwiring `all'.
5076 (Autogenerated TARGET-* variables): New.
5077
de0b4a87
JW
50782004-08-17 Robert Millan <robertmh@gnu.org>
5079
5080 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5081 (instead of FreeBSD).
5082 * configure: Regenerate.
5083
ad681c85
NN
50842004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
5085
675c6968
NN
5086 * Makefile.def, configure.in, src-release: Remove useless, bogus
5087 references to tix.
5088 * Makefile.in, configure: Regenerate.
5089
ad681c85
NN
5090 * src-release: Stop distributing mmalloc with gdb (which doesn't
5091 use it).
5092 * Makefile.def: GDB doesn't depend on mmalloc anymore.
5093 * Makefile.in: Regenerate.
5094
11b04d1f
DD
50952004-08-09 Mark Mitchell <mark@codesourcery.com>
5096
5097 * configure.in (arm*-*-eabi*): New target.
5098 * configure: Regenerate.
5099
f2420bea
NN
51002004-08-01 Robert Millan <robertmh@gnu.org>
5101
5102 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5103 libmudflap for all GNU-based systems (with Glibc).
5104 * configure: Regenerate.
5105
9e6ce191
PB
51062004-08-06 Paolo Bonzini <bonzini@gnu.org>
5107
5108 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5109 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5110 (Dependencies): New section.
5111 * Makefile.tpl (Dependencies): Generate from Makefile.def.
5112 (configure-target-[+module+]): Depend on maybe-all-gcc
5113 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
5114 (toplevel profiledbootstrap): Fix dependencies.
5115 * Makefile.in: Regenerate.
5116
df4a6958
MM
51172004-08-03 Mark Mitchell <mark@codesourcery.com>
5118
5119 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5120 target-libiberty to noconfigdirs.
5121
11b04d1f
DD
51222004-08-03 Paul Brook <paul@codesourcery.com>
5123
5124 * configure.in: Check for MPFR as well as GMP.
5125 * configure: Regenerate.
5126
b813574b
PB
51272004-08-03 Paolo Bonzini <bonzini@gnu.org>
5128
5129 * Makefile.def (host-modules): Add gcc.
5130 * Makefile.in: Regenerate.
5131 * Makefile.tpl (sorry): New rule.
5132 (configure-host, all-host, [+make_target+]-host, do-check,
5133 install-host): Do not add gcc as a special case.
5134 (host modules): Add a small special-casing for gcc. Export
5135 extra_make_flags through the environment.
5136 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5137 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5138 other recursive targets for gcc): Remove.
5139
5140 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5141 (stage, unstage): New rules.
5142 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5143 distclean-stage[+id+]): Use stage_current.
5144 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5145 the stage*-start rules.
5146
61edac0c
JW
51472004-07-19 Robert Millan <robertmh@gnu.org>
5148
5149 Synced from gcc:
5150
5151 2004-04-26 Robert Millan <robertmh@gnu.org>
5152
5153 Add patches from libtool CVS.
5154 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5155 * ltconfig: Likewise.
5156 * ltcf-c.sh: Likewise.
5157 * ltcf-cxx.sh: Likewise.
5158 * ltcf-gcj.sh: Likewise.
5159
3e707e94
PB
51602004-07-12 Paolo Bonzini <bonzini@gnu.org>
5161
5162 * configure.in: Add noconfigdirs for crx-*-*.
5163 * configure: Regenerate.
5164
51652004-07-12 Paolo Bonzini <bonzini@gnu.org>
5166
5167 Synced from gcc:
5168
5169 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
5170
5171 * configure.in: Build libmudflap by default on FreeBSD.
5172 * configure: Regenerated.
5173
5174 2004-07-09 Mark Mitchell <mark@codesourcery.com>
5175
5176 * configure.in: Do not build libmudflap by default on non-GNU/Linux
5177 systems.
5178 * configure: Regenerated.
5179
5180 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5181
5182 PR target/16344
5183 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5184 feedback based compiler.
5185 * Makefile.in: Rebuilt.
5186
5187 2004-07-05 Phil Edwards <phil@codesourcery.com>
5188
5189 * configure.in: Do not prepend $srcdir to /dev/null in
5190 makefile fragments.
5191 * configure: Regenerate.
5192
a7ee7660
AO
51932004-07-08 Alexandre Oliva <aoliva@redhat.com>
5194
5195 * Makefile.def (host_modules): Set bootstrap=true for flex.
5196 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5197 * Makefile.in: Rebuilt.
5198
6a9cf61e
PB
51992004-07-01 Paolo Bonzini <bonzini@gnu.org>
5200
5201 * Makefile.def (build_modules): Add bison, byacc, flex,
5202 m4, texinfo.
5203 (flags_to_pass): Add FLEX.
5204 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5205 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5206 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5207 DEFAULT_MAKEINFO): Remove.
5208 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5209 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5210 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5211 objdir or else use configured tool.
5212 (all-build): New.
5213 (all): Depend on it.
5214 (Build module dependencies): Add.
5215 * Makefile.in: Regenerate.
5216 * configure.in: Better support for multiple build modules,
5217 matching what is done for host/target modules. Do not look
5218 for "plausible" locations of build tools if Canadian cross.
5219 Use autoconf's AC_PROG_CC to find a C compiler. Define
5220 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
5221 * configure: Regenerate.
5222
95b6a1f2
PB
52232004-06-22 Paolo Bonzini <bonzini@gnu.org>
5224
5225 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5226 * Makefile.in: Regenerate.
5227
7ffa0b57
PB
52282004-06-22 Paolo Bonzini <bonzini@gnu.org>
5229
5230 * Makefile.tpl (configure-build-[+module+],
5231 configure-[+module+], configure-target-[+module+]): Pass
5232 [+extra_configure_args+].
5233 (all-build-[+module+], all-[+module+], check-[+module+],
5234 install-[+module+], [+make_target+]-[+module+],
5235 all-target-[+module+], check-target-[+module+],
5236 install-target-[+module+], [+make_target+]-target-[+module+]):
5237 Pass [+extra_make_args+].
5238 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5239 (GCC_HOST_EXPORTS): Remove.
5240 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5241 cross, check-gcc, check-gcc-c++, install-gcc,
5242 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5243 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5244 * Makefile.in: Regenerate.
5245
929ba6e7
CF
52462004-06-21 Christopher Faylor <cgf@alum.bu.edu>
5247
5248 * configure.in: Check for srcdir/winsup rather than build directory
5249 winsup.
5250 * configure: Regenerate.
5251
b76d7de0
CV
52522004-06-17 Corinna Vinschen <vinschen@redhat.com>
5253
5254 * configure.in: Don't build Cygwin native newlib if winsup
5255 directory is missing. Emit warning instead.
5256 * configure: Regenerate.
5257
656fdd47
PB
52582004-06-09 Paolo Bonzini <bonzini@gnu.org>
5259
5260 * Makefile.tpl (touch-stage[+id+]): New.
5261 (restage[+prev+]): Depend on touch-stage[+id+].
5262
5263 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5264 Use it throughout.
5265
5266 * Makefile.def: Add profile and feedback bootstrap stages.
5267 Remove next field from bootstrap stages.
5268 * Makefile.tpl (LN, LN_S): Substitute.
5269 (stageN-start, stageN-end): Use double-colon rules, to
5270 provide a hook for additional setup commands.
5271 (distclean-stageN-gcc, restageN): Create dependencies from
5272 [+prev+], not from [+next+].
5273 (stageN-bubble): Add commands for successive stages from
5274 [+prev+], using double-colon rules.
5275 (all-stageN-gcc): Fix typo.
5276 (stagefeedback-start, profiledbootstrap): New.
5277 * Makefile.in: Regenerate.
5278 * configure.in: Call ACX_PROG_LN.
5279 * configure: Regenerate.
5280
498d4a71
CF
52812004-06-03 Paolo Bonzini <bonzini@gnu.org>
5282
5283 * configure.in: Fix --enable-bootstrap breakage introduced in trees
5284 without gcc.
5285 * configure: Regenerate.
5286
377d8c42
PB
52872004-06-01 Paolo Bonzini <bonzini@gnu.org>
5288
5289 * Makefile.tpl: Fix typo.
5290 * Makefile.in: Regenerate.
5291
f5f8a794
PB
52922004-06-01 Paolo Bonzini <bonzini@gnu.org>
5293
5294 * configure.in: Remove new- prefix from toplevel
5295 bootstrap targets.
5296 * configure: Regenerate.
5297
f7a4c34f
PB
52982004-06-01 Paolo Bonzini <bonzini@gnu.org>
5299
5300 Merge this patch from the gcc tree:
5301
5302 2004-05-30 Andreas Jaeger <aj@suse.de>
5303 Jim Wilson <wilson@specifixinc.com>
5304
5305 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5306 like CC.
5307
319cab08
PB
53082004-06-01 Paolo Bonzini <bonzini@gnu.org>
5309
5310 * Makefile.tpl (all.normal): Rename to all.
5311 (all): Replace with a rule to pick the default
5312 target from configure.
5313 (all-gcc, configure-gcc): Use conditionals to
5314 do nothing when toplevel bootstrap is going on.
5315 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5316 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5317 * configure.in: Support --enable-bootstrap.
5318
5319 * Makefile.def: Remove new- prefix from toplevel
5320 bootstrap targets.
5321 * Makefile.tpl: Likewise.
5322
5323 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
5324 target.
5325
5326 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5327 $(RECURSE_FLAGS) to recursive invocation of make.
5328
5329 * Makefile.in: Regenerate.
5330 * configure: Regenerate.
5331
88f64edc
DJ
53322004-05-27 Daniel Jacobowitz <dan@debian.org>
5333
5334 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5335 * configure: Regenerate.
5336
378fce5b
DD
53372004-05-25 Daniel Jacobowitz <drow@false.org>
5338
5339 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5340 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5341 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
5342 targets.
5343 * Makefile.in: Regenerate.
5344
dfdffa2c
PB
53452005-05-24 Paolo Bonzini <bonzini@gnu.org>
5346
5347 * configure.in: Test the ability to symlink directories.
5348 * configure: Regenerate.
5349
5350 * Makefile.def (bootstrap-stage): New definitions.
5351 * Makefile.tpl (configure-stage1-gcc,
5352 configure-stage2-gcc, configure-stage3-gcc,
5353 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5354 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5355 new-restage3, compare): Autogenerate, see Makefile.in
5356 entry for behavioral changes.
5357 (distclean-stage1, new-stage1-start, new-stage1-end,
5358 new-stage1-bubble, distclean-stage2, new-stage2-start,
5359 new-stage2-end, new-stage2-bubble, distclean-stage3,
5360 new-stage3-start, new-stage3-end): New autogenerated targets.
5361 (objext, prebootstrap, BOOT_CFLAGS,
5362 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5363 targets.
5364
5365 * Makefile.in: Regenerate.
5366 (distclean-stage1, new-stage1-start, new-stage1-end,
5367 new-stage1-bubble, distclean-stage2, new-stage2-start,
5368 new-stage2-end, new-stage2-bubble, distclean-stage3,
5369 new-stage3-start, new-stage3-end): New targets.
5370 (all-stage1-gcc): Move prebootstrap dependency from here...
5371 (configure-stage1-gcc): ...to here.
5372 (new-bootstrap): Use bubble targets.
5373 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5374 Use per-stage distclean targets.
5375 (configure-stage1-gcc, configure-stage2-gcc,
5376 configure-stage3-gcc, all-stage1-gcc,
5377 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5378 Use new-stageN-start to prepare the tree.
5379
04cf1b77
PB
53802004-05-23 Paolo Bonzini <bonzini@gnu.org>
5381
5382 * Makefile.def (host_modules): add libcpp.
5383 * Makefile.tpl: Add dependencies on and for libcpp.
5384 * Makefile.in: Regenerate.
5385 * configure.in: Add libcpp host module.
5386 * configure: Regenerate.
5387
80b200a1
ZW
53882004-05-17 Zack Weinberg <zack@codesourcery.com>
5389
5390 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5391 of libf2c.
5392 * configure, Makefile.in: Regenerate.
5393
4b1cb4fe
DD
53942004-05-13 Diego Novillo <dnovillo@redhat.com>
5395
5396 Merge from tree-ssa-20020619-branch.
5397
5398 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5399 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5400 (HOST_GMPLIBS): Define.
5401 (HOST_GMPINC): Define.
5402 (TARGET_LIB_PATH): Add libmudflap.
5403 (GFORTRAN_FOR_TARGET): Define.
5404 (configure-build*): Export GFORTRAN.
5405 (configure-gcc): Export GMPLIBS and GMPINC.
5406 (all-gcc): Add maybe-all-libbanshee.
5407 (configure-target-libgfortran): Define.
5408 * Makefile.in: Regenerate.
5409 * configure.in (host_libs): Add libbanshee.
5410 (target_libraries): Add target-libmudflap and target-libgfortran.
5411 Add --with-libbanshee.
5412 Handle --disable-libmudflap.
5413 (*-*-freebsd*): Use with_gmp.
5414 Add $(libgcj) to noconfigdirs.
5415 * configure: Regenerate.
5416 * depcomp: New file.
5417 * MAINTAINERS: Add tree-ssa maintainers.
5418
54192004-04-28 Paolo Bonzini <bonzini@gnu.org>
5420
5421 * config/acx.m4: Fix fastcompare support for new-bootstrap.
5422 * configure: Regenerate.
5423
b8908782
DD
54242004-04-27 Paolo Bonzini <bonzini@gnu.org>
5425
5426 Revert:
5427 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5428
5429 * Makefile.def (flags_to_pass): Remove *dir variables that
5430 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5431 as well as prefix and exec_prefix.
5432 * Makefile.in: Regenerate.
5433
54342004-04-26 Paolo Bonzini <bonzini@gnu.org>
5435
5436 * Makefile.def (host_modules): Mark with the bootstrap
5437 flag packages on which gcc depends.
5438 * Makefile.tpl (all-bootstrap): Use it.
5439 * Makefile.in: Regenerate.
5440
54412004-04-26 Paolo Bonzini <bonzini@gnu.org>
5442
5443 * Makefile.def (flags_to_pass): Remove *dir variables that
5444 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5445 as well as prefix and exec_prefix.
5446 * Makefile.in: Regenerate.
5447
54482004-04-26 Paolo Bonzini <bonzini@gnu.org>
5449
80b200a1
ZW
5450 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5451 * configure: Regenerate.
5452 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5453 * gcc/Makefile.tpl (compare): Use the result of the test.
5454 * gcc/Makefile.in: Regenerate.
b8908782
DD
5455
54562004-04-23 Paolo Bonzini <bonzini@gnu.org>
5457
5458 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5459 Always relocate gcc and prev-gcc to the original names, even
5460 if the build fails.
5461 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5462 New targets.
5463
0f260896
RO
54642004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5465
5466 * configure.in (mips*-*-irix5*): Enable ld.
5467 * configure: Regenerate.
5468
51860f05
JW
54692004-04-15 James E Wilson <wilson@specifixinc.com>
5470
5471 * Makefile.tpl (configure-[+module+], configure-gcc,
5472 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5473 Set and export LDFLAGS.
5474 * Makefile.in: Regenerate.
5475
54752a6b
NN
54762004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
5477
5478 PR bootstrap/14871
5479 * Makefile.tpl: If we don't have built-in-tree target tools,
5480 use the ones found by configure rather than hacking around with
5481 program_transform_name.
5482 * configure.in: Give Makefile.tpl the information necessary
5483 to do that.
5484 * Makefile.in: Regenerate.
5485 * configure: Regenerate.
5486
54872004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
5488
5489 PR bootstrap/14760
5490 * configure.in: When computing baseargs, strip *all* copies of
5491 offending options. Also, don't match/substitute the trailing space,
5492 so that this actually works when two similar options are separated by
5493 only one space.
5494 * configure: Regenerate.
5495
54962004-04-06 David Edelsohn <edelsohn@gnu.org>
5497
80b200a1
ZW
5498 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5499 (rs6000-*-aix*): Same.
5500 * configure: Regenerate.
54752a6b 5501
5e2b61fb
SS
55022004-03-25 Stan Shebs <shebs@apple.com>
5503
5504 Remove MPW support, no longer used.
5505 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
5506 mpw-install: Remove files.
5507 * src-release (DEVO_SUPPORT): Remove names of removed files.
5508 * MAINTAINERS: Likewise.
5509
1a6f2dc7
NN
55102004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
5511
a0049f1b
NN
5512 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5513 STRICT_WARN, WARN_CFLAGS flags passed down to make.
5514 * Makefile.in: Regenerate.
5515
1a6f2dc7
NN
5516 * configure.in (top level bootstrap support): Rework --enable-werror
5517 to set @stage2_werror_flag@.
5518 * configure: Regenerate.
5519 * Makefile.tpl (top level bootstrap support): Pass
5520 @stage2_werror_flag@ down to configure in stages 2 and 3.
5521 * Makefile.in: Regenerate.
5522
920e3419
NN
55232004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
5524
5525 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5526 for stages 2 and 3 as well as in make. As a consequence, remove
5527 OUTPUT_OPTION (now detected by configure) from the flags passed down
5528 to make.
5529 * Makefile.in: Regenerate.
5530
5531 * Makefile.tpl (new-bootstrap): Fix typo.
5532 * Makefile.in: Regenerate.
5533
4fa63067
NN
55342004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
5535
5536 * Makefile.tpl: Rearrange by moving recursive_targets rules
5537 into their proper sections.
5538 * Makefile.tpl (top level bootstrap support): Move disabling
5539 of coverage flags from 'make' to 'configure'; improve comments.
5540 * Makefile.in: Regenerate.
5541
5542 * Makefile.tpl (experimental top level bootstrap) Move stage1
5543 language setting from all- target to configure- target; disable
5544 intermodule optimization in stage 1; prevent gratuitous rebuilds
5545 of stage 1.
5546 * Makefile.in: Regenerate.
5547 * configure.in: Comma-separate stage 1 language list for top
5548 level bootstrap.
5549 * configure: Regenerate.
5550
5551 * Makefile.tpl: Clean up experimental top level bootstrap support:
5552 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5553 prev-gcc in configure- targets as well as all- targets.
5554 * Makefile.in: Regenerate.
5555
fb8a10fd
NN
55562004-03-17 Paolo Bonzini <bonzini@gnu.org>
5557
5558 * configure.in: Remove symbolic link section.
5559 * configure: Regenerate.
5560 * Makefile.tpl (links): Remove.
5561 * Makefile.in: Regenerate.
5562
947f426e 55632004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 5564 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
5565
5566 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 5567 Set with AC_CHECK_PROGS.
947f426e
NN
5568 * configure.in: Fix comment typo from last patch.
5569 * configure: Regenerate.
5570
1d39f329
NN
55712004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
5572
5573 * Makefile.tpl: Introduce experimental top level bootstrap support.
5574 * Makefile.in: Regenerate.
5575 * configure.in: Introduce support for top level bootstrap.
5576 * configure: Regenerate.
5577
4b0ac75d 55782004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 5579 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
5580
5581 PR bootstrap/14522
5582 * configure.in: Cope with shells that do not support unquoted ^
5583 * configure: Regenerate.
5584
2e70b094 55852004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 5586 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
5587
5588 PR bootstrap/14522
5589 * configure.in: Cope with shell that do not support nesting
5590 quotes inside quoted backquote substitutions.
5591 * configure: Regenerate.
5592
55932004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
5594
5595 PR bootstrap/14522
5596 * configure.in: Fix escaping of $.
5597 * configure: Regenerate.
5598
9e07f89d
NN
55992004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
5600
5601 * configure: Regenerate.
5602
56032004-03-08 Paolo Bonzini <bonzini@gnu.org>
5604
5605 PR ada/14131
5606 Move language detection to the top level.
5607 * configure.in: Find default values for the tools as
5608 soon as possible. Disable ada if GNAT is not found.
5609 Emit error message about missing languages. Expand
5610 --enable-languages=all for the gcc subdirectory.
5611
1712ab83
RS
56122004-03-01 Richard Sandiford <rsandifo@redhat.com>
5613
5614 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5615 and disable libgcj.
5616 * configure: Regenerated.
5617
3dee29da
NN
56182004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5619
5620 PR bootstrap/7087
5621 * Makefile.tpl: Guard XFOO sed statements better.
5622 * Makefile.tpl: Add dependency for configure-target-libada.
5623 * Makefile.in: Regenerate (incidentally fixes broken
5624 commit when libada-branch was merged).
5625
0558264b
AC
56262004-02-28 Andrew Cagney <cagney@redhat.com>
5627
5628 * src-release (CVS_NAMES): Define.
5629 (do-tar, do-tar): Prune $(CVS_NAMES).
5630
c38f9803
AC
56312004-02-23 Andrew Cagney <cagney@redhat.com>
5632
5633 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
5634 2004-02-19.09.
5635
55636792
NN
56362004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
5637
5638 PR bootstrap/11932
5639 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5640
1e600082
AC
56412004-02-19 Andrew Cagney <cagney@redhat.com>
5642
5643 * config.guess: Update from version 2003-06-12 to 2004-02-16.
5644 * config.sub: Update from version 2003-06-13 to 2004-02-16.
5645
3769cd82
DD
56462004-02-11 David Edelsohn <edelsohn@gnu.org>
5647
5648 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5649 (rs6000-*-aix*): Same.
5650 * configure: Regenerate.
5651
a92834c8
DD
56522004-02-11 Kelley Cook <kcook@gcc.gnu.org>
5653
5654 * configure.in (host): Add in missing $noconfigdirs to defines.
5655 * configure: Regenerate.
5656
a2592b1b
DD
56572004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
5658 Nathanael Nerode <neroden@gcc.gnu.org>
5659
5660 PR ada/6637, PR ada/5911
80b200a1 5661 Merge with libada-branch:
a2592b1b
DD
5662 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5663 with appropriate dependencies. Add --enable-libada configure switch.
5664 * configure, Makefile.in: Regenerate.
5665
e31d1ea3
DD
56662004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5667
5668 * configure.in: Don't pass --with-stabs on IRIX 5 either.
5669 * configure: Regenerate.
5670
db85f5c0
JJ
56712004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5672
5673 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 5674
fc434214
DD
56752004-01-23 DJ Delorie <dj@redhat.com>
5676
5677 * Makefile.def (target_modules) [libiberty]: Don't stage.
5678 * Makefile.in: Rebuilt.
5679
ad445c2c 56802004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 5681
ad445c2c
JJ
5682 * COPYING.NEWLIB: Update to include copyrights for new
5683 iconv code.
5684
72bbedde
AC
56852004-01-15 Andrew Cagney <cagney@redhat.com>
5686
5687 * src-release: Update copyright year.
5688 (do-proto-toplev): Configure using i686-pc-linux-gnu.
5689 (NEWLIB_SUPPORT_DIRS): Delete macro.
5690 (newlib.tar.bz2): Delete rule.
5691
a6d6062d
DD
56922004-01-14 Loren J. Rittle <ljrittle@acm.org>
5693
5694 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5695 * Makefile.tpl (configure-target-[+module+]): Support stage.
5696 * Makefile.in: Rebuilt.
5697
f8b73030
MR
56982003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5699
5700 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
5701 throughout.
5702
aff0e9df
NN
57032004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
5704
bb5dca17
NN
5705 * configure.in: Use ./config.cache, not config.cache.
5706 * configure: Regenerate.
5707 * Makefile.tpl: Special-casing not needed for GCC any more.
5708 * Makefile.in: Regenerate.
5709
82252c06
NN
5710 * configure.in: Don't share a cache file for host dirs.
5711 * configure: Regenerate.
5712
aff0e9df
NN
5713 * config-ml.in: Don't mess with the cache file.
5714
95036d20
NN
57152004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
5716
ac7b618e
NN
5717 * Makefile.tpl: Make GCC use a separate config.cache.
5718 * Makefile.in: Regenerate.
5719
95036d20
NN
5720 PR bootstrap/11932, PR bootstrap/11933
5721 (I don't know if it will fix either of them, but it relates
5722 to them.)
5723 * configure.in: Don't use shared config.cache for target
5724 directories.
5725 * configure: Regenerate.
5726
08c1856b
DD
57272003-12-31 Roger Sayle <roger@eyesopen.com>
5728
5729 * configure.in (ia64*-*-hpux*): Disable building java libraries.
5730 * configure: Regenerated.
5731
c1968181 57322003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 5733
9eb322aa
MF
5734 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5735 * configure: Regenerated.
c1968181 5736
10ecffb9
NN
57372003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
5738
5739 Port change over from GCC:
5740 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
5741 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5742 (configure-build-[+module+], configure-[+module+]): Likewise.
5743 (configure-target-[+module+], configure-gcc, config.status): Likewise.
5744 * Makefile.in: Regenerate.
5745
f2ab5990
TF
57462003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
5747
5748 * configure.in (raw_libstdcxx_flags): Remove the leading space.
5749 * configure: Regenerate.
5750
41a7d11a
JJ
57512003-11-27 Jeff Johnston <jjohnstn@redhat.com>
5752
80b200a1 5753 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
5754 stdlib.
5755
d9441a1f
DD
57562003-11-14 Arnaud Charlet <charlet@act-europe.fr>
5757
5758 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5759 * Makefile.in: Regenerate.
5760
3a48a978
DD
57612003-10-20 Phil Edwards <phil@codesourcery.com>
5762
5763 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
5764 * configure: Regenerate.
5765
f0b24077
NN
57662003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
5767
5768 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5769 HOST_FLAGS_TO_PASS.
5770 * Makefile.in: Regenerate.
5771
5fbad20a
DD
57722003-10-05 Mohan Embar <gnustuff@thisiscool.com>
5773
5774 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5775 * configure: Rebuilt
5776 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5777 * Makefile.in: Rebuilt
5778
78be4155
L
57792003-10-03 H.J. Lu <hongjiu.lu@intel.com>
5780
5781 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5782
051fcc7a
L
57832003-10-01 Phil Edwards <pme@gcc.gnu.org>
5784
5785 * config-ml.in: Use ac_configure_args directly instead of
5786 ml_arguments. Only set ml_norecursion if --no[-]recursion is
5787 actually seen.
5788
57892003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
5790
5791 * config-ml.in: Propagate INSTALL variables.
5792
f27d4f92
DJ
57932003-09-21 Daniel Jacobowitz <drow@mvista.com>
5794
5795 * configure.in: Pass a computed --program-transform-name
5796 to subconfigures.
5797 * configure: Regenerated.
5798
cae4d560
NN
57992003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
5800
5801 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5802 * Makefile.in: Regenerate.
5803
5804 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5805 * Makefile.in: Regenerate.
5806
8ff944f6
DJ
58072003-09-17 Daniel Jacobowitz <drow@mvista.com>
5808
5809 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5810 quoting.
5811 * configure: Regenerated.
5812
d9a35680
MC
58132003-09-12 Michael Chastain <mec@shout.net>
5814
5815 Fix PR gdb/857.
5816 * src-release (do-proto-topleve): Remove junk files
5817 intl/config.cache, intl/config.status,
5818 intl/config.h, intl/stamp-h.
5819
710068b9
AC
58202003-09-14 Andrew Cagney <cagney@redhat.com>
5821
5822 * src-release (dejagnu.tar): New target.
5823 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
5824 (do-djunpack): Use $(PACKAGE) for the package name.
5825
e1008165
DD
58262003-09-04 DJ Delorie <dj@redhat.com>
5827
5828 * configure: Regenerate.
5829
21998d12
NC
58302003-09-04 Robert Millan <robertmh@gnu.org>
5831
5832 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 5833
ccca4bb3
DD
58342003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5835
5836 * configure.in: Ensure arguments to sed are properly spaced.
5837 * configure: Regenerate.
5838
ee949b5e
DJ
58392003-08-28 Daniel Jacobowitz <drow@mvista.com>
5840
5841 Merge from gcc:
5842 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
5843 * install-sh: Update to newer upstream versions (associated with
5844 aclocal 1.7).
5845 * missing: Likewise, plus $1Help2man -> $1 typo fix.
5846
75addda2
DJ
58472003-08-27 Daniel Jacobowitz <drow@mvista.com>
5848
5849 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5850 * configure: Regenerated.
5851
8d2877d8
NN
58522003-08-23 Phil Edwards <pme@gcc.gnu.org>
5853
5854 * configure.in: Use newline instead of semicolon when assuming
5855 shell arguments in a for loop.
5856 * configure: Regenerated.
5857
d2cc0e0d
GK
58582003-08-20 Geoffrey Keating <geoffk@apple.com>
5859
5860 PR 8180
5861 * configure.in: When testing with_libs and with_headers, treat
5862 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
5863 * configure: Regenerate.
80b200a1 5864
d2cc0e0d
GK
5865 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5866 make, shell, etc.
5867 (baseargs): Likewise.
5868 * configure: Regenerate.
5869
04d1ab34
GK
58702003-08-19 Geoffrey Keating <geoffk@apple.com>
5871
5872 * configure.in: Disable libgcj for darwin not on powerpc.
5873 * configure: Rebuild.
5874
ca506da8
MC
58752003-08-15 Michael Chastain <mec@shout.net>
5876
5877 * src-release (do-proto-toplev): Remove junk files
5878 dejagnu/example/calc/config.status,
5879 dejagnu/example/calc/config.log.
5880
a4aa3f49
DD
58812003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
5882
5883 * config-ml.in, symlink-tree: Add license.
5884
ede4fbe4
NN
58852003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
5886
5887 Merge from gcc:
5888
5889 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
5890 * Makefile.tpl (check, check-c++): Express dependencies using
5891 dependencies rather than commands.
5892 * Makefile.in: Regenerate.
5893
5894 2003-07-31 Geoffrey Keating <geoffk@apple.com>
5895 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
5896 * Makefile.in: Update.
5897
970f29af
AC
58982003-08-01 Andrew Cagney <cagney@redhat.com>
5899
5900 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
5901 * configure: Ditto.
5902
b2884a0c
DD
59032003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
5904
5905 * configure.in: Enable libgcj for darwin.
5906 * configure: Rebuild.
5907
c07f46a4
NN
59082003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
5909
5910 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
5911
9175bfc0
NN
59122003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
5913
5914 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5915 creating target and build subdirs to build all parent dirs as needed.
5916 * Makefile.in: Rebuild.
5917 * configure.in: Don't build dirs explicitly here.
5918 * configure: Rebuild.
5919
b9abda6a
AO
59202003-07-22 Alexandre Oliva <aoliva@redhat.com>
5921
5922 * Makefile.tpl (all-make): Depend on intl.
5923 * Makefile.in: Rebuilt.
5924
eef8ffd4
NN
59252003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
5926
5927 * config.if: Remove unused libc_interface determination.
5928
295efaf0
NN
59292003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
5930
5931 * Makefile.in: Regenerate, correctly this time.
5932
e5c3f801
NN
59332003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
5934
5935 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
5936 unused INSTALL_PROGRAM_ARGS.
5937 * configure.in: Use AC_PROG_INSTALL.
5938 * Makefile.in: Regenerate.
5939 * configure: Regenerate.
5940
4a18bd6b
AO
59412003-07-10 Alexandre Oliva <aoliva@redhat.com>
5942
5943 * configure: Rebuilt.
5944 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
5945 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
5946 newlib nor libgloss.
5947 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
5948 * configure.in (am33_2.0-*-linux*): Added.
5949
fbd1054d
BW
59502003-07-09 Bob Wilson <bob.wilson@acm.org>
5951
5952 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
5953 * configure: Regenerate.
5954
b40e3958
L
59552003-07-06 H.J. Lu <hongjiu.lu@intel.com>
5956
5957 * config-ml.in: Replace PWD with PWD_COMMAND.
5958 * Makefile.tpl: Likewise.
5959 * Makefile.in: Regenerated.
5960
4a5be7ba
NN
59612003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
5962
5963 * configure.in: Clean up config-lang.in handling. Delete
5964 useless assignment to "subdirs".
5965 * configure: Regenerate.
5966
9c14acb8
NN
59672003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
5968
5969 * configure.in: Rename 'target_libs' to 'target_libraries'.
5970 Remove useless reference to 'target_libs'.
5971 * configure: Regenerate.
5972
8f32e830
KS
59732003-06-23 Keith Seitz <kseitz@sources.redhat.com>
5974
5975 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
5976 * Makefile.in: Regenerate.
5977
12f0bd74
NN
59782003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
5979
5980 * Makefile.def: Introduce flags_to_pass.
5981 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
5982 * Makefile.in: Regenerate.
5983
b07c2aad
HPN
59842003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
5985
5986 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
5987 and target-libgloss.
5988 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
5989 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 5990 * configure: Regenerate.
b07c2aad 5991
56f25033
DD
59922003-06-17 Benjamin Kosnik <bkoz@redhat.com>
5993
5994 * configure.in: Update testsuite_flags to new location.
5995 * configure. Regenerate.
80b200a1 5996
4ec9a3b2
NN
59972003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
5998
5999 * Makefile.tpl: Remove BUILD_CC stuff.
6000 * Makefile.in: Regenerate.
6001
059083b1 60022003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 6003
059083b1
L
6004 * config.guess: Update to 2003-06-12 version.
6005 * config.sub: Update to 2003-06-13 version.
6006
535b046a
TS
60072003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6008
6009 * MAINTAINERS: Add myself as MIPS co-maintainer.
6010
00c22daa 60112003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 6012
00c22daa
L
6013 * config.guess: Update to 2003-06-06 version.
6014 * config.sub: Update to 2003-06-06 version.
6015
1047cb91
DD
60162003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6017
6018 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6019 * configure. Regenerate.
6020
123494c8
NN
60212003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
6022
1047cb91
DD
6023 * configure.in: Disable serial configure by default.
6024 * configure: Regenerate.
6025 * Makefile.tpl: Abolish .NOTPARALLEL.
6026 * Makefile.in: Regenerate.
6027
7f121bbf
NN
6028 * Makefile.tpl: Replace {build,host,target}_canonical by
6029 {build,host,target}.
6030 * Makefile.in: Regenerate.
6031
123494c8
NN
6032 * Makefile.tpl: Fix stupid pasto.
6033 * Makefile.in: Regenerate.
6034
ec7e0995
NN
60352003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
6036
6037 * Makefile.tpl: Remove bogus conditional.
6038 * Makefile.in: Regenerate.
6039
27b1cc72
NN
60402003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
6041
2a4cbe27
NN
6042 * Makefile.tpl: Make 'recursive targets' using autogen rather
6043 than shell loop. Remove duplicate 'clean' targets and false
6044 comments.
6045 * Makefile.def: Add systematic dependencies to 'recursive' targets.
6046 Add systematic method of specifying missing targets in subdirs.
6047 Add copyright boilerplate.
6048 * Makefile.in: Regenerate.
6049 * configure.in: Add 'recursive targets' to maybe list.
6050 * configure: Regenerate.
6051
27b1cc72
NN
6052 * Makefile.tpl: Rename [+target+] to [+make_target+].
6053 * Makefile.def: Rename 'target' to 'make_target'.
6054
01e51bd0
NC
60552003-05-30 Nick Clifton <nickc@redhat.com>
6056
6057 * README-maintainer-mode: Update URL for locating blessed config
6058 tools.
6059
2fd84b42
NC
60602003-05-29 Robert Millan <rmh@debian.org>
6061
6062 * ltconfig: Import this patch and modify for use with current
6063 version of ltconfig:
6064
6065 2003-05-21 Bruno Haible <bruno@clisp.org>
6066
6067 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
6068 GNU/FreeBSD.
6069
8945c6bb
DD
60702003-05-28 DJ Delorie <dj@redhat.com>
6071
6072 * Makefile.tpl: Make maybe-check-gcc .PHONY.
6073 * Makefile.in: Regenerate.
6074
2f9632a1
JJ
60752003-05-28 Jeff Johnston <jjohnstn@redhat.com>
6076
80b200a1 6077 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 6078
3a12db16 60792003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 6080
3a12db16
DD
6081 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6082 newlib or libgloss.
6083 * Makefile.in: Regenerate.
6084
44482353
DD
60852003-05-21 DJ Delorie <dj@redhat.com>
6086
6087 * Makefile.tpl: Add missing empty maybe-check-gcc target.
6088 * Makefile.in: Regenerate.
6089
fec2c52d
MR
60902003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6091
6092 * configure.in: Use curly braces in the definition of tooldir.
6093 * configure: Regenerate.
6094
16ae0395
NN
60952003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
6096
6097 * configure.in: Switch more things to use maybe dependencies.
80b200a1 6098 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
6099 Factor out common code from autogen IF statements.
6100 * configure: Regenerate.
6101 * Makefile.in: Regenerate.
6102
ec11bdc6
DD
61032003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
6104
6105 * configure.in: Accept i[3456789]86 for machine type.
6106 * configure: Regenerate.
6107
dd12c3a8
NN
61082003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
6109
6110 * configure.in: Switch more things to use maybe dependencies.
6111 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
6112 * configure: Regenerate.
6113 * Makefile.tpl: Switch more things to use maybe dependencies.
6114 * Makefile.in: Regenerate.
6115
cf662e21
AJ
61162003-05-16 Andreas Schwab <schwab@suse.de>
6117
6118 * Makefile.tpl (install-opcodes): Define.
6119 * Makefile.in: Rebuild.
6120
5481b376
AJ
61212003-05-13 Andreas Jaeger <aj@suse.de>
6122
6123 * config.guess: Update to 2003-05-09 version.
6124 * config.sub: Update to 2003-05-09 version.
6125
3959a22a
AJ
61262003-05-13 Michael Eager <eager@mvista.com>
6127
6128 * configure.in: Correct sed script so that options in quotes are not
6129 deleted.
6130 * configure: Rebuild.
6131
564b43e5
CV
61322003-05-12 Corinna Vinschen <corinna@vinschen.de>
6133
6134 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6135 and $$s/newlib/libc/sys/cygwin32 include paths.
6136 * configure: Ditto.
6137
bb947dc9
L
61382003-05-05 H.J. Lu <hjl@gnu.org>
6139
6140 * config-ml.in: Restored from gcc repository.
6141
77f7441a
CD
61422003-05-02 Chris Demetriou <cgd@broadcom.com>
6143
80b200a1
ZW
6144 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6145 * Makefile.in: Regenerate.
77f7441a 6146
a26d7085
DJ
61472003-04-27 Daniel Jacobowitz <drow@mvista.com>
6148
6149 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
6150 and Makefile.def.
6151
e4c4d240
DJ
61522003-04-27 Daniel Jacobowitz <drow@mvista.com>
6153
6154 * Makefile.tpl: Clean $(BUILD_SUBDIR).
6155 * Makefile.in: Regenerated.
6156
62a3fc85
DD
61572003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6158
6159 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6160 * Makefile.in: Regenerate.
6161
61622003-04-18 Jakub Jelinek <jakub@redhat.com>
6163
6164 * configure.in (powerpc64*-*-linux*): Remove.
6165 * configure: Rebuilt.
6166
5b474aa8
DD
61672003-04-17 Phil Edwards <pme@gcc.gnu.org>
6168
6169 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
6170 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6171 and restrap.
6172 * Makefile.in: Regenerate.
6173
61742003-04-16 Richard Earnshaw <rearnsha@arm.com>
6175
6176 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6177 * configure: Regenerated.
6178
bc295afe
AO
61792003-04-11 Alexandre Oliva <aoliva@redhat.com>
6180
6181 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6182 * */configure: Rebuilt.
6183
3728fade
NN
61842003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
6185
6186 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6187 * Makefile.in: Regenerate.
6188
ce5b542e
MC
61892003-03-14 Michael Chastain <mec@shout.net>
6190
6191 * Makefile.in: Regenerate with correct Makefile.def.
6192
3db0a37f
NN
61932003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
6194
6195 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
6196 Make macro.
6197 * Makefile.in: Regenerate.
6198 * configure.in: Clean up gxx_include_dir logic.
6199 * configure: Regenerate.
6200
34349c6e
DD
62012003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6202
6203 * configure.in (gxx_include_dir): Fix typo.
6204 * configure: Regenerated.
6205
686c28c9
AC
62062003-03-06 Andrew Cagney <cagney@redhat.com>
6207
6208 * texinfo/texinfo.tex: Import version 2003-02-03.16.
6209
bba45b8b 62102003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 6211
bba45b8b
NN
6212 * configure.in: Include $(build_tooldir)/sys-include in
6213 FLAGS_FOR_TARGET.
6214 * configure: Regenerated.
6215
2683747f
NN
62162003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
6217
bba45b8b
NN
6218 * Makefile.tpl: Reindent.
6219 * Makefile.in: Regenerate.
6220 * configure.in: Reindent. Don't set unused variables.
6221 * configure: Regenerate.
6222
2683747f
NN
6223 * Makefile.tpl: Always pass down RANLIB.
6224 * Makefile.in: Regenerate.
6225
6226 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6227 * Makefile.in: Regenerate.
6228 * configure.in: Remove unused logic relating to --enable-shared
6229 and --enable-threads. Remove bogus comments. Remove redundant
6230 noconfigdirs.
6231 * configure: Regenerate.
6232
6233 * configure.in: Replace ${libstdcxx_version} by its value.
6234 Remove reference to mh-dgux.
6235 * configure: Regenerate.
6236
50212802
NN
62372003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6238
6239 * Makefile.tpl: Rearrange.
6240 * Makefile.in: Regenerate.
6241
a6be7fc6
NC
62422003-02-25 Nick Clifton <nickc@redhat.com>
6243
6244 * configure: Remove site-file supprot - it is obsolete.
6245
f8a495c8
NC
62462003-02-24 Uwe Stieber <uwe@wwws.de>
6247
6248 * configure.in: Add support for kaOS as cross build target system.
6249 * configure: Regenerated.
6250
3decd77d
DD
62512003-02-20 Sean McNeil <sean@blue.mcneil.com>
6252
6253 * Makefile.tpl: Add definition of CPPFLAGS to pass into
6254 configure-target-* as some target builds may require additional
6255 flags for preprocessor tests.
6256 * Makefile.in: Regenerated.
6257
f4ff34a3
AO
62582003-02-19 Alexandre Oliva <aoliva@redhat.com>
6259
6260 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6261 * ltconfig: Handle it.
6262 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6263 auto-detecting it.
6264
b7e4a931
AO
62652003-02-19 Alexandre Oliva <aoliva@redhat.com>
6266
6267 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6268 it is used as argument to $CC.
6269 * ltcf-gcj.sh: Likewise.
6270
6b784d9f
AO
62712003-02-19 Alexandre Oliva <aoliva@redhat.com>
6272
6273 * configure.in: Introduce --enable-maintainer-mode.
6274 * configure: Rebuilt.
6275 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6276 for maintainer mode.
6277 * Makefile.in: Rebuilt.
6278
8bcd8a07
AC
62792003-02-19 Andrew Cagney <ac131313@redhat.com>
6280
6281 * configure: Regenerate using autoconf 2.13.
6282
ee3fd329
AM
62832003-02-19 Alan Modra <amodra@bigpond.net.au>
6284
6285 * config.guess: Import latest version.
6286 * config.sub: Import latest version.
6287
e9e45685
JM
62882003-02-18 Jason Merrill <jason@redhat.com>
6289
6290 * Makefile.tpl (check-c++): Allow parallelism.
6291
859789af
AC
62922003-02-17 Andrew Cagney <ac131313@redhat.com>
6293
6294 * configure: Regenerate using autoconf 000227.
6295
b3f16a9b
GK
62962003-02-15 Geoffrey Keating <geoffk@apple.com>
6297
6298 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6299 don't configure target-libobjc.
6300 * configure: Regenerate.
6301
72e60e02
DD
63022003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6303
6304 * Makefile.tpl (RANLIB): Define.
6305 * Makefile.in: Regenerate.
6306
91f0e695
KS
63072003-02-06 Keith R Seitz <keiths@redhat.com>
6308
6309 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6310 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6311 * Makefile.in: Regenerated.
6312 * configure.in: Remove all traces of snavigator, db, and grep.
6313 * configure: Regenerated.
6314
122bfa92
FCE
63152003-01-31 Frank Ch. Eigler <fche@redhat.com>
6316
6317 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6318 * Makefile.in: Regenerated.
6319
264095c3
AO
63202003-01-30 Alexandre Oliva <aoliva@redhat.com>
6321
6322 * config.if: Copy from GCC.
6323
a84dbcb3
AO
63242003-01-27 Phil Edwards <pme@gcc.gnu.org>
6325
6326 * configure.in: Revert 24Jan change.
6327 * configure: Regenerate.
6328
19618276
NN
63292003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6330
6331 * configure.in: Revert previous change.
6332 * configure: Regenerate.
6333
b7f27a92
NN
63342003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6335
6336 * configure.in: Make rda native-only.
6337 * configure: Regenerate.
6338
83326456
NN
63392003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
6340
6341 * configure.in: Add missing \.
6342 * configure: Rebuilt.
6343
5e367fa5
JJ
63442003-01-17 Jakub Jelinek <jakub@redhat.com>
6345
6346 * configure.in (baseargs): Avoid using \| in sed regular
6347 expressions.
6348 * configure: Rebuilt.
6349
e01f337c
JJ
63502003-01-16 Jakub Jelinek <jakub@redhat.com>
6351
6352 * configure.in (baseargs): Remove all supported forms of
6353 --cache-file, --srcdir, --host, --build and --target options
6354 from argument lists.
6355 * configure: Rebuilt.
6356
aa236487
AO
63572003-01-15 Alexandre Oliva <aoliva@redhat.com>
6358
6359 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6360 * configure: Rebuilt.
6361
586c0873
NN
63622003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
6363
6364 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6365 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6366 * Makefile.in: Regenerate.
6367 * configure: Regenerate.
6368
497f816e
DD
63692003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
6370
6371 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6372 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6373 * Makefile.in: Regenerate.
6374
bfbe5519
AO
63752003-01-09 Alexandre Oliva <aoliva@redhat.com>
6376
6377 * configure.in: Remove Makefile in build, host and target modules
6378 unless configure was run with --no-recursion.
6379 * configure: Rebuilt.
6380
3f234ef5
CD
63812003-01-08 Chris Demetriou <cgd@broadcom.com>
6382
6383 * config.guess: Update to 2003-01-03 version.
6384 * config.sub: Update to 2003-01-03 version.
6385
a3982d48
CF
63862003-01-07 Christopher Faylor <cgf@redhat.com>
6387
6388 * configure: Regenerate with proper autoconf 2.13.
6389
75778ec4
CF
63902003-01-07 Christopher Faylor <cgf@redhat.com>
6391
80b200a1
ZW
6392 * configure.in: Add AC_PREREQ for consistency.
6393 * configure: Regenerate.
75778ec4 6394
c180f501
AC
63952003-01-06 Andrew Cagney <ac131313@redhat.com>
6396
6397 * configure.in (GDB_TK): Add tcl directories conditional on
6398 gdb/gdbtk directory being present.
6399 * configure: Regenerate.
5481b376 6400
46ca2cc2
DA
64012003-01-04 John David Anglin <dave.anglin@nrc.ca>
6402
6403 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
6404 by gcc if LD is not defined and we are not doing a Canadian Cross.
6405 * configure: Rebuilt.
6406
53dd8dab
DJ
64072003-01-01 Daniel Jacobowitz <drow@mvista.com>
6408
6409 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
6410
50ceb20c
TT
64112002-12-31 Tom Tromey <tromey@redhat.com>
6412
6413 * Makefile.in: Rebuilt.
6414 * Makefile.def (target_modules) [libffi]: Allow installation.
6415
e78b5cfe
AS
64162002-12-31 Andreas Schwab <schwab@suse.de>
6417
6418 * configure.in: Fix use of $program_transform_name.
6419 * configure: Regenerated.
6420
67448102
DJ
64212002-12-30 Daniel Jacobowitz <drow@mvista.com>
6422
6423 * configure.in (baseargs): Don't remove first configure argument.
6424 * configure: Regenerated.
6425
e6bfb94a
AO
64262002-12-29 Alexandre Oliva <aoliva@redhat.com>
6427
6428 * Makefile.tpl (local-distclean): Don't remove...
6429 (multilib.ts): ... this. Moved into...
6430 (multilib.out): ... this. Don't use sub-make.
6431 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6432 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6433 (configure-build-[+module+], configure-[+module+],
6434 configure-target-[+module+], configure-gcc): ... these. Test
6435 for Makefile existence. Drop config.status from dependencies.
6436 * Makefile.in: Rebuilt.
6437 * configure.in: Move gcc-version-trigger to the end of
6438 ac_configure_args. Add comments to maybedep.tmp and
6439 serdep.tmp. Introduce --disable-serial-configure. Remove
6440 nonopt from baseargs, matching and removing corresponding
6441 whitespace while at it.
6442 * configure: Rebuilt.
6443
8f0dfb36
AO
64442002-12-28 Alexandre Oliva <aoliva@redhat.com>
6445
6446 * configure.in (host_configargs): Replace reference to
6447 no-longer-defined buildopts with --build=${build_alias}.
6448 * configure: Rebuilt.
6449
43be203f
AO
64502002-12-28 Alexandre Oliva <aoliva@redhat.com>
6451
6452 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
6453 program_transform_name to standard idiom.
6454 (AUTOGEN, AUTOCONF): Define.
6455 (Makefile.in): Use $(AUTOGEN).
6456 (Makefile): Depend on config.status, and use autoconf-style rule to
6457 build it. Move original commands to...
6458 (config.status): ... this new target.
6459 (configure): Add $(srcdir). Depend on config/acx.m4. Use
6460 $(AUTOCONF).
6461 * Makefile.in: Rebuilt.
6462
a0da8069
NN
64632002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
6464
d18f1c9f
NN
6465 * Makefile.tpl: Fix dramatic bustage due to change in
6466 program_transform_name.
6467 * Makefile.in: Regenerate.
6468
6469 * configure.in: Remove unnecessary PATH setting.
6470 * configure: Regnerate.
6471
6472 * configure.in: Don't default to unprefixed tools unless
6473 the native tools will work.
6474 * configure: Regenerate.
6475
a0da8069
NN
6476 * configure.in: Convert to autoconf script. Blow away lots
6477 of now-redundant Makefile fragments.
6478 * configure: Generate using Autoconf.
6479 * Makefile.tpl: Rewrite to reflect autoconfiscation.
6480 * Makefile.in: Regenerate.
6481
c567df0a
NN
64822002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
6483
5481b376 6484 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
6485 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6486
5481b376 6487 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 6488 where they belong.
2c7f9a32 6489
2dabcfb4
AS
64902002-12-24 Andreas Schwab <schwab@suse.de>
6491
6492 * Makefile.tpl (multilib.out): Fix missing space.
6493 * Makefile.in: Regenerate.
6494
1086bc09
NN
64952002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
6496
6497 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
6498 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
6499 * Makefile.in: Regenerate.
6500 * configure.in: Remove unnecessary leftovers.
6501
1086bc09
NN
65022002-12-21 Geoffrey Keating <geoffk@apple.com>
6503
6504 * configure.in (extra_ranlibflags_for_target): New variable.
6505 (*-*-darwin): Add -c to ranlib commands.
6506 * configure (tooldir): Handle extra_ranlibflags_for_target.
6507
14e9ca95
JJ
65082002-12-20 Jeff Johnston <jjohnstn@redhat.com>
6509
6510 * COPYING.NEWLIB: Updated.
6511 * COPYING.LIBGLOSS: Ditto.
6512
14c428fb
NN
65132002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6514
6515 * Makefile.tpl: Revert HJL's change.
6516 * Makefile.in: Regenerated.
6517 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6518 always.
6519
313b8244
AS
65202002-12-19 Andreas Schwab <schwab@suse.de>
6521
6522 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6523 * Makefile.in: Regenerate.
6524
efeae3db
L
65252002-12-18 H.J. Lu <hjl@gnu.org>
6526
6527 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6528 * Makefile.in: Regenerated.
6529
6530 * configure.in (build_prefix): New. Substitute.
6531
43d92c63
NN
65322002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
6533
59da4fe6
NN
6534 * Makefile.tpl: Don't let real targets depend on phony targets.
6535 * Makefile.in: Regenerate.
6536
43d92c63
NN
6537 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6538 * Makefile.in: Regenerate.
6539
b72e6a2d
JM
65402002-12-16 Jason Merrill <jason@redhat.com>
6541
6542 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6543 previous 'make bootstrap'.
6544 * Makefile.in: Regenerate.
6545
95c72c44
HPN
65462002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
6547
6548 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6549
7d695d07
JM
65502002-12-13 Jason Merrill <jason@redhat.com>
6551
6552 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
6553 library tests.
6554 (check-c++): Just depend on it and check-target-libstdc++-v3.
6555 * Makefile.in: Regenerate.
6556
54103d1e
NN
65572002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
6558
6559 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6560 * Makefile.in: Regenerate.
6561
4024f1e1
JJ
65622002-12-12 Jeff Johnston <jjohnstn@redhat.com>
6563
80b200a1
ZW
6564 * COPYING.NEWLIB: Update list of alternate Regent of California
6565 licenses and discuss official revoking of advertising clause.
6566 * COPYING.LIBGLOSS: Ditto.
4024f1e1 6567
7dda0df6
AO
65682002-12-12 Alexandre Oliva <aoliva@redhat.com>
6569
6570 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6571 * Makefile.in: Rebuilt.
6572
d03be79e 65732002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 6574
929293f4
NN
6575 * configure: Fix bug put in by gremlins.
6576
d03be79e
NN
6577 * Makefile.tpl: Substitute more autoconfily.
6578 * configure: Substitute more autoconfily.
6579 * Makefile.in: Regenerate.
6580
65812002-12-08 Andrew Cagney <ac131313@redhat.com>
6582
6583 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
6584 * Makefile.in (all-sim): Ditto.
a36d530e
DD
6585
65862002-12-06 DJ Delorie <dj@redhat.com>
6587
6588 * Makefile.tpl: Change configure dependencies to not have real
6589 targets depend on phony targets.
b4a77b47 6590
db1ac78d
NN
65912002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
6592
bcaf2395
NN
6593 * configure.in: Revert unintentional change.
6594
b4fa093e
NN
6595 * src-release: Configure host subdirs.
6596
db1ac78d
NN
6597 * Makefile.tpl: Change dependency for */multilib.out so that
6598 it works when gcc isn't in the tree.
6599
6600 * configure.in: Substitute more.
6601 * configure: Run subconfigures from the Makefile.
6602 * Makefile.tpl: Run subconfigures from the Makefile; add a few
6603 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
6604
15723a45
NN
66052002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
6606
e2b9e2dc
NN
6607 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
6608 and corresponding dependencies.
6609 * Makefile.in: Regenerate.
6610
2af579c4
NN
6611 * configure.in (host_tools): Order binutils, gas and ld for
6612 convenience in running the testsuites.
6613
a2cc058a
NN
6614 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
6615 * Makefile.in: Regenerate.
6616 * configure.in: Introduce rules to serialize subconfigure runs.
6617
15723a45
NN
6618 * configure.in: Introduce BASE_CC_FOR_TARGET.
6619 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
6620 Realize configure-build-* targets. Realize configure-target-* targets.
6621 * Makefile.in: Regenerate.
6622
ae831be5
NN
66232002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6624
6625 * configure: Move gcc_version_trigger stuff from here...
6626 * configure.in: ...to here.
6627
6628 * configure.in: Separate subconfigure options added by this file from
6629 options given by the user. Add machinery to put args for host
6630 subconfigures into the Makefile.
6631
6632 * Makefile.tpl: Remove 'vault' targets.
6633 * Makefile.tpl: Reorder and comment dependencies.
6634 * Makefile.in: Regenerate.
6635
bbf7c8ac
NN
66362002-11-28 Geoffrey Keating <geoffk@apple.com>
6637
6638 * configure.in: Move host-specific darwin noconfigdirs into
6639 the host-specific section.
6640
930314a4
NN
66412002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6642
52d7cdee
NN
6643 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
6644 during replay.
6645 * Makefile.in: Regenerate.
6646
930314a4
NN
6647 (finishing slow-motion replay)
6648 * configure: Remove skip-this-dir support.
6649 * Makefile.tpl: Remove skip-this-dir support.
6650
6651 * Makefile.tpl: Remove leftover support for non-autoconfiscated
6652 subdirectories.
6653 * Makefile.in: Regenerate.
6654
6655 * Makefile.tpl: Strip out useless setting of 'dir'.
6656 * Makefile.in: Regenerate.
5481b376 6657
930314a4
NN
66582002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6659
6660 (finishing slow-motion replay)
6661 * configure.in: Fix deeply stupid bug.
6662
6663 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
6664 shell code in CXX_FOR_TARGET
6665 * Makefile.def: Introduce raw_cxx.
6666 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6667 RAW_CXX_FOR_TARGET.
6668 * Makefile.in: Regenerate.
6669
66702002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6671
6672 (finishing slow-motion replay)
6673 * Makefile.tpl: Remove unnecessary ifs.
6674 * Makefile.in: Regenerate.
6675
5481b376 6676 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
6677 dependencies. Maybe-ize build-libiberty. Create dummy install
6678 targets for 'no_install' modules.
5481b376 6679 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 6680 build_modules stuff to configure.in.
5481b376 6681 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
6682 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
6683 * Makefile.in: Regenerate.
6684
3866be5d
NN
66852002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6686
6687 (continuing slow-motion replay)
6688 * Makefile.tpl: Make all-target, install-target behave similarly
6689 to all, install (only hitting configured targets). Eliminate
6690 unused macro defintions.
6691
6692 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6693 build != host.
6694
6695 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6696
6697 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6698
5481b376 6699 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
6700 configuring. Remove references to "dosrel".
6701 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 6702 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 6703 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 6704 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
6705 and redundant dependency; rearrange slightly.
6706 * Makefile.def: Add host-side libtermcap, utils.
6707
6708 * Makefile.in: Regenerate.
6709
e393202e
NN
67102002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6711
6712 (Continuing slow-motion replay)
6713 * Makefile.def: Add list of recursive targets to autogenerate.
6714 Add build_modules.
6715 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
6716 targets. Autogenerate *-build-* targets.
6717 * Makefile.in: Regenerate.
6718
583d52d7
NN
67192002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6720
6721 (Continuing slow-motion replay)
6722 * configure: More autoconf-style substitutions.
6723 * Makefile.tpl: More autoconf-style substitutions.
6724 * Makefile.in: Regenerate.
6725
67262002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6727
6728 (Continuing slow-motion replay)
6729 * configure: Substitute more variables in a more autoconf-friendly
6730 way. Simplify slightly.
6731 * Makefile.tpl: Make more variables substitutable in an
6732 autoconf-friendly way.
6733 * Makefile.in: Regenerate.
6734
874e38b4
NN
67352002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6736
6737 (Continuing slow-motion replay)
6738 * configure.in (v810*): Remove special setting of tools.
6739
6740 * configure: Add support for extra required flags for ar or nm.
6741 * configure.in (aix4.3+): Use above support for target-specific
6742 issues, rather than using config/mt-aix43.
6743
852e5f18
NN
67442002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6745
6746 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
6747 * configure: Remove 'removing', which doesn't work. Replace $subdir
6748 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
6749 with $srcdir. Reformat indentation. Substitute some variables
6750 formerly hard-coded in the Makefile for build=host.
6751 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6752 * Makefile.def: Autogenerate more.
6753 * Makefile.in: Regenerate.
6754
c9a0d920
DD
67552002-11-13 Bruce Korb <bkorb@gnu.org>
6756
6757 * Makefile.tpl: syntactic cleanup
6758
dd2768ff
KB
67592002-11-04 Kevin Buettner <kevinb@redhat.com>
6760
6761 * Makefile.def (host_modules): Add rda.
6762 * Makefile.in: Regenerate.
6763 * configure.in (target_tool): Add target-rda to list.
6764
1aa8389d
DD
67652002-10-25 Phil Edwards <pme@gcc.gnu.org>
6766
6767 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
6768 and restrap targets to this rule.
6769 * Makefile.in: Regenerate.
6770
28f46298
HPN
67712002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
6772
6773 * configure.in (i[3456]86-*-linux*): Add check to disable
6774 ${libgcj} for glibc1.
6775
ff72e302
NC
67762002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
6777
6778 * configure.in: Add tic4x target.
6779
8607b6c9
NN
67802002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
6781
6782 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6783 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6784 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6785 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6786 * Makefile.in: Regenerate.
6787
f8f61f4a
NN
67882002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6789
c86f794b
NN
6790 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6791 * Makefile.in: Regenerate.
6792
a9590527
NN
6793 * Makefile.def: Remove order dependency comments.
6794 * Makefile.tpl: Add explicit install-install dependencies.
6795 * Makefile.in: Regenerate.
6796
8412ce72
NN
6797 * Makefile.tpl: Remove material now in src-release. (Finally!)
6798 * Makefile.in: Regenerate.
6799
8b9f37f1
NN
6800 * configure: Restore my original patch by syncing with gcc version.
6801
f8f61f4a
NN
6802 * Bring following over from gcc:
6803
68042002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
6805
6806 * configure.in (s390*-*-linux*): Enable libgcj.
6807
403d9505
NN
68082002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6809
6810 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
6811
95f6f383
AM
68122002-10-02 Alan Modra <amodra@bigpond.net.au>
6813
e4673b0a 6814 * configure: Move stray lines back to where they belong.
95f6f383 6815
748503c8
NN
68162002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
6817
a581b5c3
NN
6818 * Makefile.tpl: Insert configure-target target, for src-release.
6819
c084f5b4
NN
6820 * configure: Finish reverting change which Andrew Cagney started
6821 reverting. Should fix bustage.
6822
7aa673ed 6823 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
6824 * src-release: New file. Contains material for making net
6825 releases for gdb, binutils, et al., formerly in Makefile.in.
6826
82a9b2d9
NC
68272002-09-30 Nick Clifton <nickc@redhat.com>
6828
6829 * cpu: New top level directory. Intended to hold input files for
6830 CGEN which have FSF copyright assignment.
6831 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6832
c2463a00
AC
68332002-09-29 Andrew Cagney <ac131313@redhat.com>
6834
6835 Revert below (note that src does not contain Makefile.tpl):
6836 * Makefile.tpl: Make subsituted variables more autoconfy.
6837 * Makefile.in: Regenerate.
6838
f03b4789
NN
68392002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
6840
c11e16a9
NN
6841 * configure: Revert accidentally applied changes.
6842
f03b4789
NN
6843 * Makefile.tpl: Make more autoconf-friendly.
6844 * Makefile.in: Regenerate.
6845 * configure: Make substitution more autoconf-like.
6846
68472002-09-28 Richard Earnshaw <rearnsha@arm.com>
6848
6849 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
6850 single entry to handle all these.
6851 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
6852 libjava on arm-*-elf.
6853
c0292023
GK
68542002-09-27 Geoffrey Keating <geoffk@apple.com>
6855
6856 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
6857 things that depend on them.
6858
c66d951e
NN
68592002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
6860
6861 * Makefile.tpl: Make subsituted variables more autoconfy.
6862 * Makefile.in: Regenerate.
6863 * configure: Make seds more autoconfy.
6864
907a7241 68652002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
6866
6867 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
6868 * Makefile.in: Regenerate.
6869 * configure.in: Rewrite sed statements to look autoconfy.
6870
907a7241
NN
6871 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
6872 all-target-foo on configure-target-foo.
6873 * Makefile.def: Ditto.
6874 * Makefile.in: Rebuild.
6875
405ea7a0
NN
68762002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
6877
6878 * Makefile.def: New file.
6879 * Makefile.tpl: New file.
6880 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
6881
6882 * configure.in: Minor rearrangement. Simplify tests.
6883
bdc57bfd
JT
68842002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
6885
6886 * configure.in (with_headers): Skip copy if value is "yes".
6887 (with_libs): Likewise.
6888
ae03d6e2
NN
68892002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6890
6891 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
6892 * configure.in (sh*-*-pe*): Ditto.
6893 * configure.in (mips*-*-pe*): Ditto.
6894 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
6895
6896 * configure.in: Rearrange.
6897
707960fe
NC
68982002-09-12 Nick Clifton <nickc@redhat.com>
6899
6900 * Import these changes from the config master repository:
6901
6902 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
6903
6904 * config.sub: Add tic4x target.
6905
6906 2002-09-03 Ben Elliston <bje@redhat.com>
6907
6908 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
6909 Reported by <Duncan_Stodart@insession.com>.
6910
36ea319f
JJ
69112002-09-10 Jeff Johnston <jjohnstn@redhat.com>
6912
6913 * COPYING.NEWLIB: More updates.
6914
cf57480a
JJ
69152002-09-09 Jeff Johnston <jjohnstn@redhat.com>
6916
6917 * COPYING.NEWLIB: Update.
6918
fd31a171
AC
69192002-08-23 Andrew Cagney <ac131313@redhat.com>
6920
23b632fc
AC
6921 * texinfo/texinfo.tex: Import version 2002-06-04.06.
6922
fd31a171
AC
6923 * config.guess: Import version 2002-08-23.
6924 * config.sub: Import version 2002-08-22.
6925
a08bafb5
AO
69262002-08-20 Alexandre Oliva <aoliva@redhat.com>
6927
6928 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
6929 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
6930 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
6931
17240c1f
NC
69322002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
6933
6934 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
6935
e70ad0c6
L
69362002-08-04 H.J. Lu (hjl@gnu.org)
6937
6938 * configure.in (mips*-*-linux*): Don't skip target-libffi.
6939
574e6d11
DD
69402002-07-31 Alan Modra <amodra@bigpond.net.au>
6941
6942 * configure.in: Move generic linux case to end. Copy generic
6943 linux noconfigdirs to mips*-*-linux* entry and new
6944 powerpc64*-*-linux* entry. Add target-libffi for the latter.
6945
611e7523
CD
69462002-07-19 Chris Demetriou <cgd@broadcom.com>
6947
6948 * MAINTAINERS: Clarify on config.guess and config.sub, and add
6949 one instance of them which was missed to the list to update.
6950
51759676
CD
69512002-07-16 Chris Demetriou <cgd@broadcom.com>
6952
6953 * config.guess: Update to 2002-07-09 version.
6954 * config.sub: Update to 2002-07-03 version.
6955
7c1f909c
DD
69562002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
6957
6958 * configure.in: Remove two redundant tests.
6959
d7cf5d30
DD
69602002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6961
6962 * configure.in (mips*-*-irix6*o32): Enable stabs.
6963
c74222f7
DD
69642002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
6965
5b53c336
DD
6966 * configure.in: Don't build grez.
6967 * Makefile.in: Ditto.
6968
c74222f7
DD
6969 * Makefile.in: Remove references to bsp, cygmon, libstub.
6970 * configure.in: Ditto.
6971
6972 * configure.in: Remove leftover reference to gdbtest.
6973
edd1b227
DD
69742002-07-08 Phil Edwards <pme@gcc.gnu.org>
6975
6976 * configure.in (gxx_include_dir): Change to match versioned
6977 C++ headers if --enable-version-specific-runtime-libs is used.
6978
486186e3
AO
69792002-07-04 Steve Ellcey <sje@cup.hp.com>
6980
6981 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
6982
ff0a3bf8
DD
69832002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
6984
6985 * configure.in: Make --without-x work.
6986
1dfa8174
NC
69872002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
6988
6989 * contrib: New directory. Created to contain a copy of the
5481b376 6990 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
6991 the FSF GCC sources.
6992
07637366
DD
69932002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
6994
b6f83f2a
DD
6995 * configure.in: Rearrange target Makefile fragment collection.
6996
07637366
DD
6997 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
6998 cvs[src].
6999 * configure.in: Ditto.
7000
f48556b1
DD
70012002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
7002
7003 * Makefile.in: Eliminate 'apache' targets.
7004 * configure.in: Eliminate 'apache' targets.
7005
7006 * configure.in: Eliminate redundant tests. Reorganize.
7007
7008 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7009
7010 * config-ml.in: Eliminate references to Cygnus configure.
7011
7012 * Makefile.in: Eliminate references to building emacs.
7013
70142002-07-01 Denis Chertykov <denisc@overta.ru>
7015
7016 * configure.in: Add support for ip2k.
7017
cdb9e2b8
BE
70182002-06-24 Ben Elliston <bje@redhat.com>
7019
7020 * configure.in (host_tools): Remove cgen.
7021
7022 * Makefile.in (all-cgen): Remove; runs from its source directory.
7023 (check-cgen, install-cgen, clean-cgen): Likewise.
7024 (all-opcodes): No not depend on all-cgen.
7025 (all-sim): Likewise.
7026
3558860c
DD
70272002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
7028
7029 * configure.in: Fix AIX configury bug.
7030
e3b0c936
DD
70312002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7032
cdb9e2b8 7033 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 7034
cdb9e2b8
BE
7035 * configure.in: Move definition of libstdcxx_flags right above
7036 usage, rather than way earlier.
8ee424c0 7037
c712250a
DD
7038 * configure.in: Pull definition of is_cross_compiler earlier.
7039
9ee1a75c
DD
7040 * configure.in: Rearrange a little.
7041
e3b0c936
DD
7042 * configure.in: Remove references to librx.
7043 * Makefile.in: Remove references to librx.
7044
b2bd228e
DD
70452002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7046
7047 * configure.in: Eliminate ${gasdir} variable.
7048
7cd52483
DB
70492002-06-18 Dave Brolley <brolley@redhat.com>
7050
7051 * configure.in: Add support for frv.
7052 * config.sub: Add support for frv.
7053
6c5e141a
DD
70542002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7055
7056 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7057
0d18b56d
JT
70582002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7059
7060 * configure.in (vax-*-netbsd*): Re-enable gas.
7061
fd8958d5
DD
70622002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
7063
27f15fdd
DD
7064 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7065 BUILD_PREFIX_1, to correct nomenclature.
7066 * configure: Likewise.
7067
fd8958d5
DD
7068 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7069 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7070
0c2442b7
DD
70712002-05-31 Olaf Hering <olh@suse.de>
7072
7073 * config-ml.in: Propogate DESTDIR also.
7074
a3602181
JT
70752002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
7076
7077 * configure.in (vax-*-netbsd*): Don't build gas for this
7078 platform.
7079
c95f53ae
MM
70802002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
7081
7082 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7083 and libgcj for AVR.
7084
1d7c1053
NC
70852002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
7086
7087 * config.sub: Add DLX target.
7088
4b37028f
JT
70892002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7090
7091 * config.guess: Update to 2002-05-22 version.
7092 * config.sub: Likewise.
7093
d5de0a84
NC
70942002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7095
7096 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7097 * config-ml.in: Likewise.
7098 * configure: Likewise.
7099 * configure.in: Likewise.
7100
c92a0210
DD
71012002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
7102
115a77aa
DD
7103 * configure.in: Simplify makefile fragment collection.
7104
7105 * configure.in: Remove code to build emacs.
e99daf2b 7106
91e060aa
DD
7107 * configure.in : Remove --srcdir argument from targargs and buildargs
7108 (it's always overridden in the Makefile anyway). Rearrange a bit.
7109
7110 * configure: Move some logic to configure.in.
7111 * configure.in: Move some logic from configure.
c92a0210 7112
91217342
JJ
71132002-05-07 Jeff Johnston <jjohnstn@redhat.com>
7114
7115 * COPYING.LIBGLOSS: New file.
7116
d3d8a9ee
NC
71172002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
7118
7119 * Makefile.in: Honour DESTDIR.
7120
3a036cdc
AO
71212002-05-05 Alexandre Oliva <aoliva@redhat.com>
7122
7123 * configure.in (noconfigdirs): Don't disable libgcj on
7124 sparc64-*-solaris* and sparcv9-*-solaris*.
7125
6d095fe4
AO
71262002-05-03 Alexandre Oliva <aoliva@redhat.com>
7127
7128 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7129
dac55df9
TF
71302002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
7131
7132 * configure.in (FLAGS_FOR_TARGET): Do not add
7133 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7134 on i[3456]86-*-linux*.
7135
a018e15b
TF
71362002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
7137
7138 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
7139
7140 * configure.in (noconfigdirs): Do not add target-newlib if
7141 target == i[3456]86-*-linux*, and host == target.
7142
5f284831
MM
71432002-04-29 Mark Mitchell <mark@codesourcery.com>
7144
7145 * config.guess: Updated to 2002-04-26's version.
7146 * config.sub: Updated to 2002-04-26's version.
7147
33babf59
DD
71482002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
7149
bd5f7da2
DD
7150 * configure.in: delete reference to absent file
7151
a0c4f3a0
DD
7152 * configure.in: replace '[' with 'test'
7153
66f1ba4f
DD
7154 * configure.in: Eliminate references to gash.
7155 * Makefile.in: Eliminate references to gash.
7156
7c3ab50c
DD
7157 * configure.in: remove useless references to 'pic' makefile fragments.
7158
bbc025f5
DD
7159 * configure.in: (*-*-windows*) Finish removing.
7160
33babf59
DD
7161 * configure.in: Eliminate redundant test for libgui.
7162
d5ec694c
DD
71632002-04-26 Joel Sherrill <joel@OARcorp.com>
7164
7165 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7166 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7167
57a5346c
DD
71682002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
7169
7170 * configure.in: remove references to dead files
7171
dbf93899
DD
71722002-04-18 Tom Tromey <tromey@redhat.com>
7173
7174 * configure.in: Disallow configuring libgcj when it is already
7175 installed and we're using Solaris 2.8 linker. Do enable libgcj on
7176 Solaris 2.8 by default. For PR libgcj/6158.
7177
26eadf68
DD
71782002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7179
7180 * configure.in: Move default CC setting out of config/mh-* fragments
7181 directly into here.
7182
a0a2c6c6
DD
71832002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7184
7185 * configure.in: don't even try to configure or make a subdirectory
7186 if there's no configure script for it.
7187
9972f812
DD
71882002-04-15 Mark Mitchell <mark@codesourcery.com>
7189
7190 * MAINTAINERS: Remove chill maintainers.
7191 * Makefile.in (CHILLFLAGS): Remove.
7192 (CHILL_LIB): Remove.
7193 (TARGET_CONFIGDIRS): Remove libchill.
7194 (CHILL_FOR_TARGET): Remove.
7195 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7196 CHILL_LIB.
7197 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7198 (CHECK_TARGET_MODULES): Likewise.
7199 (INSTALL_TARGET_MODULES): Likewise.
7200 (CLEAN_TARGET_MODULES): Likewise.
7201 (configure-target-libchill): Remove.
7202 (all-target-libchill): Remove.
7203 * configure.in (target_libs): Remove target-libchill.
7204 Do not compute CHILL_FOR_TARGET.
7205 * libchill: Remove directory.
5481b376 7206
75205f78
DD
72072002-04-15 DJ Delorie <dj@redhat.com>
7208
7209 * Makefile.in, configure.in, configure: Sync with gcc, entries
7210 follow...
7211
72122002-04-08 Tom Tromey <tromey@redhat.com>
7213
7214 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7215 Fixes PR libgcj/6068.
7216
72172002-03-30 Krister Walfridsson <cato@df.lth.se>
7218
7219 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7220
72212002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7222
7223 * configure.in (alpha*-dec-osf*): Enable libgcj.
7224
72252002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
7226
7227 Fix for: PR bootstrap/3591, target/5676
7228 * configure.in (mcore-pe): Disable the configuration of
7229 libstdc++-v3 since exceptions are not supported.
7230
72312002-03-20 Anthony Green <green@redhat.com>
7232
7233 * configure.in: Enable libgcj for xscale-elf target.
7234
72352002-02-28 Alexandre Oliva <aoliva@redhat.com>
7236
7237 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7238 libjava.
7239 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
7240
72412002-02-22 Alexandre Oliva <aoliva@redhat.com>
7242
7243 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
7244 libstdc++-v3 and libjava.
7245
72462002-02-11 Adam Megacz <adam@xwt.org>
7247
7248 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
7249 boehm-gc
7250
72512002-02-09 Alexandre Oliva <aoliva@redhat.com>
7252
7253 * config.guess: Updated to 2002-01-30's version.
7254 * config.sub: Updated to 2002-02-01's version.
7255 Contribute sh64-elf.
7256 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7257 * configure.in: Added sh64-*-*.
7258
72592002-01-17 H.J. Lu <hjl@gnu.org>
7260
7261 * Makefile.in (all-fastjar): Also depend on all-libiberty.
7262 (all-target-fastjar): Also depend on all-target-libiberty.
7263
7264Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
7265
7266 * configure, configure.in: Use temp file for long sed commands.
7267
72682001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
7269
7270 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
7271 libf2c.
7272
72732001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
7274
7275 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
7276
72772001-10-11 Hans-Peter Nilsson <hp@axis.com>
7278
7279 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7280
72812001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
7282
7283 * configure: Handle temporary files securely using mkdir.
7284
72852001-09-26 Will Cohen <wcohen@redhat.com>
7286
7287 * configure.in (*-*-linux*): Disable configuration of target-newlib
7288 and target-libgloss.
7289
72902001-09-26 Alexandre Oliva <aoliva@redhat.com>
7291
7292 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
7293 RANLIB.
7294
72952001-08-11 Graham Stott <grahams@redhat.com>
7296
7297 * Makefile.in (check-c++): Add missing semicolon.
7298
72992001-07-25 Andrew Haley <aph@cambridge.redhat.com>
7300
7301 * configure.in (sh-*-linux*): New.
7302
73032001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7304
7305 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7306 and libgcj on m68hc11/m68hc12.
7307
73082001-06-27 H.J. Lu (hjl@gnu.org)
7309
7310 * Makefile (CFLAGS_FOR_BUILD): New.
7311 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
7312
73132001-06-01 Hans-Peter Nilsson <hp@axis.com>
7314
7315 * configure.in (libstdcxx_flags): Do not try to execute
7316 libstdc++-v3/testsuite_flags until it exists.
7317
73182001-05-18 Benjamin Kosnik <bkoz@redhat.com>
7319
7320 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
7321
73222001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
7323
7324 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
7325
7326Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
7327
7328 * configure.in: Move *-chorusos target case to the proper switch.
7329 Disable libgcj.
7330
73312001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7332
7333 * Makefile.in (STAGE1_CFLAGS): Pass down.
7334
73352001-04-13 Alan Modra <amodra@one.net.au>
7336
7337 * config.guess: Add hppa64-linux support. Note for next import that
7338 this is already in the master file.
7339 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
7340
73412001-03-22 Colin Howell <chowell@redhat.com>
7342
7343 * Makefile.in (DO_X): Do not backslash single-quotes in
7344 backquotes (two places).
7345
73462001-03-18 Laurynas Biveinis <lauras@softhome.net>
7347
7348 * Makefile.in (DO_X): Quote nested quotes.
7349
73502001-03-15 Laurynas Biveinis <lauras@softhome.net>
7351
7352 * Makefile.in (DO_X): Use double quotes for quoting
7353 "RANLIB=$${RANLIB}".
7354
73552001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
7356
7357 * configure.in: Only use `lang_requires' for languages athat are
7358 actually enabled.
7359
73602001-03-07 Tom Tromey <tromey@redhat.com>
7361
7362 * configure.in: Allow config-lang.in to set `lang_requires' to list
7363 of other required languages.
7364
73652001-03-06 Laurynas Biveinis <lauras@softhome.net>
7366
7367 * Makefile.in: Remove RANLIB definition. Use RANLIB
7368 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
7369 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
7370
73712001-02-28 Benjamin Kosnik <bkoz@redhat.com>
7372 Alexandre Oliva <aoliva@redhat.com>
7373
7374 * Makefile.in (check-c++): Use tabs, not spaces.
7375
73762001-02-19 Benjamin Kosnik <bkoz@redhat.com>
7377
7378 * Makefile.in (check-c++): New rule.
7379
7380 * configure.in (target_libs): Remove libg++.
7381 (noconfigdirs): Remove libg++.
7382 (noconfigdirs): Same.
7383 (noconfigdirs): Same.
7384 (noconfigdirs): Same.
7385
7386 * config-ml.in: Remove libg++ references.
7387
7388 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
7389 (ALL_TARGET_MODULES): Same.
7390 (configure-target-libg++): Remove.
7391 (all-target-libg++): Remove.
7392 (configure-target-libio): Remove.
7393 (all-target-libio): Remove.
7394 (check-target-libio): Remove.
7395 (.PHONY): Remove.
7396 (libg++.tar.bz2): Remove.
7397 (all-target-cygmon): Remove libio.
7398 (all-target-libstdc++): Remove.
7399 (configure-target-libstdc++): Remove.
7400 (TARGET_LIB_PATH): Remove libstdc++.
7401 (ALL_GCC_CXX): Remove libstdc++.
7402 (all-target-gperf): Correct.
7403
74042001-02-15 Anthony Green <green@redhat.com>
7405
7406 * configure: Introduce GCJ_FOR_TARGET.
7407 * configure.in: Ditto.
7408 * Makefile.in: Ditto.
7409
74102001-02-08 Chandrakala Chavva <cchavva@redhat.com>
7411
7412 * configure.in: for *-chorusos, don't config target-newlib and
7413 target-libgloss.
7414
74152001-02-04 Mark Mitchell <mark@codesourcery.com>
7416
7417 Remove V2 C++ library.
7418 * configure.in: Remove --enable-libstdcxx_v3 support.
7419
74202001-01-27 Richard Henderson <rth@redhat.com>
7421
7422 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
7423
74242001-01-26 Tom Tromey <tromey@redhat.com>
7425
7426 * configure.in: Allow libgcj to be built on Sparc Solaris.
7427
74282001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
7429
7430 * configure.in: Enable libgcj on several additional platforms.
7431
74322001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
7433
7434 * configure.in: Enable libgcj for linux targets.
7435
74362001-01-09 Mike Stump <mrs@wrs.com>
7437
7438 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
7439 failures of subdirectories.
7440
74412001-01-02 Laurynas Biveinis <lauras@softhome.net>
7442
7443 * configure: handle DOS-style absolute paths.
7444
74452001-01-02 Laurynas Biveinis <lauras@softhome.net>
7446
7447 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
7448
74492000-12-18 Benjamin Kosnik <bkoz@redhat.com>
7450
7451 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
7452 (libstdcxx_incdir): Pass down.
7453 * config.if: Remove expired bits for cxx_interface, add stub.
7454 (libstdcxx_incdir): Add variable for g++ include directory.
7455 * configure.in (gxx_include_dir): Use it.
7456
74572000-12-15 Andreas Jaeger <aj@suse.de>
7458
7459 * configure.in: Handle lang_dirs.
7460
74612000-12-13 Anthony Green <green@redhat.com>
7462
7463 * configure.in: Disable libgcj for any target not specifically
7464 listed. Disable libgcj for x86 and Alpha Linux until compatible
7465 with g++ abi.
7466
74672000-12-13 Mike Stump <mrs@wrs.com>
7468
7469 * Makefile.in (local-distclean): Also remove fastjar.
7470
74712000-12-10 Anthony Green <green@redhat.com>
7472
7473 * configure.in: Define libgcj. Disable libgcj target libraries for
7474 most targets.
7475
74762000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
7477
7478 * configure.in (target_libs): Revert 2000-12-08 patch.
7479 (noconfigdirs): Added target-libjava.
7480
74812000-12-09 Laurynas Biveinis <lauras@softhome.net>
7482
7483 * Makefile.in: handle DOS-style absolute paths.
7484
74852000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7486
7487 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
7488 libjava.
7489 * configure.in (target_libs): Removed `target-libjava'.
7490
74912000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7492
7493 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
7494 (ALL_MODULES): Added fastjar.
7495 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
7496 (all-target-libjava): all-fastjar replaces all-zip.
7497 (all-fastjar): Added.
7498 (configure-target-fastjar, all-target-fastjar): Likewise.
7499 * configure.in (host_tools): Added fastjar.
7500
75012000-12-07 Mike Stump <mrs@wrs.com>
7502
7503 * Makefile.in (local-distclean): Remove leftover built files.
7504
75052000-11-16 Fred Fish <fnf@be.com>
7506
7507 * configure.in (enable_libstdcxx_v3): Fix typo,
7508 libstd++ -> libstdc++.
7509
75102000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
7511
7512 * configure: Provide the original toplevel configure arguments
7513 (including $0) to subprocesses in the environment rather than
7514 through gcc/configargs.h.
7515
75162000-11-12 Mark Mitchell <mark@codesourcery.com>
7517
7518 * configure: Turn on libstdc++ V3 by default.
7519
75202000-10-16 Michael Meissner <meissner@redhat.com>
7521
7522 * configure (gcc/configargs.h): Only create if there is a build GCC
7523 directory created.
7524
75252000-10-05 Phil Edwards <pme@gcc.gnu.org>
7526
7527 * configure: Save configure arguments to gcc/configargs.h.
7528
75292000-10-04 Andris Pavenis <pavenis@latnet.lv>
7530
7531 * Makefile.in (bootstrap): avoid recursion if subdir missing
7532 (cross): ditto
7533 (do-proto-toplev): ditto
7534
7535Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
7536
7537 * configure.in: Do not build byacc for hppa64. Provide paths to the
7538 X11 libraries for hppa64.
7539
75402000-09-02 Anthony Green <green@cygnus.com>
7541
7542 * Makefile.in (all-gcc): Depend on all-zlib.
7543 (CLEAN_MODULES): Add clean-zlib.
7544 (ALL_MODULES): Add all-zlib.
7545 * configure.in (host_libs): Add zlib.
7546
75472000-08-25 Alexandre Oliva <aoliva@redhat.com>
7548
7549 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
7550 $targargs to tell whether newlib is going to be built.
7551
7552 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
7553 $$r/TARGET_SUBDIR/libio for _G_config.h.
7554
75552000-08-14 Zack Weinberg <zack@wolery.cumb.org>
7556
7557 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
7558
7559 * configure: Make enable_threads and enable_shared defaults
7560 explicit. Substitute enable_threads into generated Makefiles.
7561 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
7562 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
7563
75642000-08-02 Manfred Hollstein <manfredh@redhat.com>
7565
7566 * configure.in: Re-enable all references to libg++ and librx.
7567
ffb97b2f 75682002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 7569
ffb97b2f
DD
7570 * configure.in: Add *-*-freebsd* configurations.
7571
bbf6e9e3
AC
75722002-04-07 Andrew Cagney <ac131313@redhat.com>
7573
7574 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
7575 (do-tar, do-bz2): New rules.
7576 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
7577 (gdb-tar): New rule.
7578 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
7579 (insight_dejagnu.tar): New rule.
7580 (insight.tar): New rule.
7581 (gdb+dejagnu.tar): New rule.
7582 (gdb.tar): New rule.
7583
8f1579c0
AC
75842002-04-07 Andrew Cagney <ac131313@redhat.com>
7585
7586 * MAINTAINERS: Update dejagnu/
7587
ba3c59ab
AO
75882002-03-16 Alexandre Oliva <aoliva@redhat.com>
7589
7590 * ltmain.sh (relink_command): Fix typo in previous change.
7591
6243d5dd
AO
75922002-03-15 Alexandre Oliva <aoliva@redhat.com>
7593
7594 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
7595 (relink_command): Added --tag flags.
7596 (mode=install): If relinking fails; error out.
7597
80413487
RH
75982002-03-12 Richard Henderson <rth@redhat.com>
7599
7600 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
7601 .NOTPARALLEL tag.
7602 (do-check): Rename from check.
7603 (check): Allow parallel check.
7604
3daeddf6
RH
76052002-03-11 Richard Henderson <rth@redhat.com>
7606
7607 * Makefile.in (.NOTPARALLEL): Add fake tag.
7608
fad93c55
L
76092002-03-07 H.J. Lu (hjl@gnu.org)
7610
7611 * configure.in: Enable gprof for mips*-*-linux*.
7612
2e8357fc
AO
76132002-02-28 Alexandre Oliva <aoliva@redhat.com>
7614
7615 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7616 libjava.
7617 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
7618
bd48e1a9
AC
76192002-02-24 Andrew Cagney <ac131313@redhat.com>
7620
7621 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
7622
39121370
DJ
76232002-02-23 Daniel Jacobowitz <drow@mvista.com>
7624
7625 * config.guess: Import from master sources, rev 1.232.
7626 * config.sub: Import from master sources, rev 1.246.
7627
081ff160
AO
76282002-02-23 Alexandre Oliva <aoliva@redhat.com>
7629
7630 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
7631 because its Makefile is there; test for the executable instead.
7632
20a5393b
AO
76332002-02-09 Alexandre Oliva <aoliva@redhat.com>
7634
7635 Contribute sh64-elf.
7636 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7637 * configure.in: Added sh64-*-*.
7638
38135629
JJ
76392002-02-04 Jeff Johnston <jjohnstn@redhat.com>
7640
80413487
RH
7641 * COPYING.NEWLIB: Remove advertising clause from
7642 Berkeley and Red Hat licenses.
38135629 7643
48d19748
MD
76442002-02-01 Mo DeJong <supermo@bayarea.net>
7645
7646 * Makefile.in: Add all-tix to deps for all-snavigator
7647 so that tix is built when building snavigator.
7648
f6e1c110
BE
76492002-02-01 Ben Elliston <bje@redhat.com>
7650
7651 * config.guess: Import from master sources, rev 1.229.
7652 * config.sub: Import from master sources, rev 1.240.
7653
4867be41
DJ
76542002-01-27 Daniel Jacobowitz <drow@mvista.com>
7655
7656 From Steve Ellcey <sje@cup.hp.com>:
7657 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7658 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7659 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7660 IA64.
7661 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7662 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7663 soname_spec, sys_lib_search_path_spec): Ditto.
7664
e82380cc
JT
76652002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
7666
7667 * configure.in (*-*-netbsd*): New. Skip target-newlib,
7668 target-libiberty, and target-libgloss. Skip Java-related
7669 libraries if not supported for NetBSD on target CPU.
7670
1319fb9c
NC
76712002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
7672
7673 * configure.in: Import StrongARM and XScale target_configdirs from
7674 FSF GCC version.
7675
b020f6ac
L
76762002-01-16 H.J. Lu (hjl@gnu.org)
7677
7678 * config.guess: Import from master sources, rev 1.225.
7679 * config.sub: Import from master sources, rev 1.238.
7680
7681 * MAINTAINERS: Updated notes on config.guess and config.sub.
7682
a0c1c920
NC
76832002-01-11 Steve Ellcey <sje@cup.hp.com>
7684
7685 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7686 ld and gdb are not supported.
7687
a9fa5e1f
JJ
76882002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7689
7690 * Change reference to Cygnus Solutions to be Red Hat.
7691
94077108
JJ
76922002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7693
7694 * COPYING.NEWLIB: Update generic copyright date.
7695
05ecd75c
MS
76962002-01-07 Mark Salter <msalter@redhat.com>
7697
7698 * configure.in: Remove target-bsp and target-cygmon from arm builds.
7699 Allow target-libgloss to be built for arm, strongarm, and xscale.
7700
a106bb62
BE
77012002-01-03 Ben Elliston <bje@redhat.com>
7702
7703 * MAINTAINERS: Update URL for config.* scripts.
7704
0e254642
AM
77052001-12-18 Alan Modra <amodra@bigpond.net.au>
7706
7707 * config.sub: Import latest version.
7708 * config.guess: Likewise.
7709
0a0d0041
TF
77102001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
7711
7712 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7713 options for i[3456]86-pc-linux* native builds.
7714
d932cae7
NC
77152001-12-05 Laurent Guerby <guerby@acm.org>
7716
7717 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 7718 libiberty.
d932cae7
NC
7719
7720 Import this patch from gcc:
5481b376 7721
d932cae7
NC
7722 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
7723
7724 * symlink-tree: handle DOS-style absolute paths.
7725
49b7683b
DD
77262001-11-28 DJ Delorie <dj@redhat.com>
7727 Zack Weinberg <zack@codesourcery.com>
7728
7729 When build != host, create libiberty for the build machine.
7730
7731 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7732 CONFIG_ARGUMENTS.
7733 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7734 New variables.
7735 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7736 and rules.
7737 (all.normal): Depend on ALL_BUILD_MODULES.
7738 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7739 (all-build-libiberty): Depend on configure-build-libiberty.
7740
7741 * configure: Calculate and substitute proper value for
7742 ALL_BUILD_MODULES.
7743 * configure.in: Create the build subdirectory.
7744 Calculate and substitute TARGET_CONFIGARGS (formerly
7745 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7746
26ef82f4
GK
77472001-11-26 Geoffrey Keating <geoffk@redhat.com>
7748
7749 * config.sub: Update to version 1.232 on subversion.
7750
43e64072
NC
77512001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
7752
7753 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7754 files from .po files for a distribution.
7755
66f6c0d5
HPN
77562001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
7757
7758 * COPYING.NEWLIB: Mention preserved notice in specific parts.
7759
4a02fdb2
JH
77602001-11-13 Jeff Holcomb <jeffh@redhat.com>
7761
7762 Merged from net gcc:
7763 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
7764 * ltcf-c.sh: Use $objext, not $ac_objext.
7765 2001-07-27 Mark Kettenis <kettenis@gnu.org>
7766 * ltcf-cxx.sh: Add support for GNU.
7767 2001-07-22 Timothy Wall <twall@redhat.com>
7768 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
7769 default settings if using GNU tools with that configuration.
7770 * ltcf-cxx.sh: Ditto.
7771 * ltcf-gcj.sh: Ditto.
7772 2001-07-21 Michael Chastain <chastain@redhat.com>
7773 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7774 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
7775 * ltmain.sh: Mark as gcc-local.
7776
227b9953
JH
77772001-11-13 Jeff Holcomb <jeffh@redhat.com>
7778
7779 * Makefile.in (all-bison): Revert 2001-10-24.
7780 Don't depend on texinfo.
7781
cbbab8fb
JJ
77822001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
7783
80413487 7784 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 7785
922b2485
DD
77862001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
7787
7788 * configure.in (--enable-languages): Be more permissive about
7789 syntax. Check for empty lists better. Warn about $LANGUAGES.
7790
f08fa01d
HPN
77912001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
7792
7793 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7794
fee3da4e
JH
77952001-10-24 Jeff Holcomb <jeffh@redhat.com>
7796
7797 Makefile.in (all-bison): Don't depend on texinfo.
7798
73fb1ef9
AM
77992001-10-03 Alan Modra <amodra@bigpond.net.au>
7800
7801 * gettext.m4: Test po/POTFILES.in exists before trying to read.
7802
373688ac
AO
78032001-09-29 Alexandre Oliva <aoliva@redhat.com>
7804
7805 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7806
9c07660b
HPN
78072001-09-28 Hans-Peter Nilsson <hp@axis.com>
7808
7809 * config.sub, config.guess: Import latest from subversions.
7810
3f152009
AO
78112001-09-21 Alexandre Oliva <aoliva@redhat.com>
7812
7813 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7814 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7815 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7816 avoid quotes nesting problems.
7817 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7818 (DO_X): Export only variables that are set.
7819
8f6a59e5
BE
78202001-09-19 Ben Elliston <bje@redhat.com>
7821
7822 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7823 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7824 semantics. Use the shell built-in "type" command instead.
7825
a1ec19fa
TS
78262001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7827
7828 * config.sub: Reverted the earlier change, this version is not the
7829 master file.
7830
4008bd9b
TS
78312001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7832
7833 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
7834 Add support for mips64.
7835
dd1e52a4
JH
78362001-09-03 Jeff Holcomb <jeffh@redhat.com>
7837
7838 * configure.in: Enable libstdc++-v3 for h8300 targets.
7839
91549d1c
EC
78402001-08-30 Eric Christopher <echristo@redhat.com>
7841 Jason Eckhardt <jle@redhat.com>
7842
7843 * config.sub: Add support for mipsisa32.
7844
cf966cf9
EC
78452001-08-30 Eric Christopher <echristo@redhat.com>
7846
7847 * config.sub, config.guess: Import latest from subversions.
7848
82208dc5
AM
78492001-08-20 Alan Modra <amodra@bigpond.net.au>
7850
7851 * config.sub, config.guess: Import latest from subversions.
7852
4dca8403
DD
78532001-07-26 DJ Delorie <dj@redhat.com>
7854
7855 * MAINTAINERS: Clarify libiberty merge rules and procedures.
7856
1107dce2
AM
78572001-06-19 Alan Modra <amodra@bigpond.net.au>
7858
7859 * Makefile.in: Revert 2001-06-17.
7860 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
7861
e09a6604
L
78622001-06-17 H.J. Lu <hjl@gnu.org>
7863
7864 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
7865 (gas+binutils.tar.bz2): Likewise.
7866 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
7867
31a8b634
AC
7868Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
7869
7870 * Makefile.in (VER): When present, extract the version number from
5481b376 7871 the file version.in.
31a8b634 7872
dc70af01
AO
78732001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
7874
7875 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7876 gcc/xgcc is built, use -print-prog-name to find out the program
7877 name to use.
7878
839bbd8c
AO
78792001-06-04 Mark Mitchell <mark@codesourcery.com>
7880
7881 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
7882 with_gcc]: Use `gcc -shared' to build a shared library.
7883
566e9a30
AO
78842001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
7885
7886 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
7887 archives.
7888
e877bb69
AO
78892001-05-28 Simon Patarin <simon.patarin@inria.fr>
7890
7891 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
7892 libraries when using g++ with native linker.
7893
1605288b
AO
78942001-05-28 Alexandre Oliva <aoliva@redhat.com>
7895
7896 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
7897
11a383ba
TR
78982001-05-24 Tom Rix <trix@redhat.com>
7899
7900 * configure.in : enable ld for aix
cf966cf9 7901
18611226
AO
79022001-05-22 Alexandre Oliva <aoliva@redhat.com>
7903
7904 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
7905 [aix4*|aix5*]: Prepend blank.
7906
6be7c12c
AO
79072001-05-20 Alexandre Oliva <aoliva@redhat.com>
7908
7909 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7910 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
7911 of subdir/configure scripts to use the new libtool.m4.
7912
4ed00bba
L
79132001-05-14 H.J. Lu <hjl@gnu.org>
7914
7915 * config.if (libc_interface): Set to -libc6.2- for cross
7916 compiling to Linux/glibc 2.2.
7917
b1af961c
AO
79182001-05-03 Alexandre Oliva <aoliva@redhat.com>
7919
7920 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
7921 libgcj.
7922
5ec3e74e
AO
79232001-04-26 Alexandre Oliva <aoliva@redhat.com>
7924
7925 * configure.in (noconfigdirs): Don't reset it from scratch in the
7926 target case; only append to it.
7927
b3ed1d6b
AO
79282001-04-26 Alexandre Oliva <aoliva@redhat.com>
7929
7930 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
7931 sparc-*-solaris2.8]: Disable ${libgcj}.
7932
96111c10
AO
79332001-04-25 Alexandre Oliva <aoliva@redhat.com>
7934
7935 * configure.in (libgcj_saved): Copy from $libgcj.
7936 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
7937 --disable-libgcj.
7938
b5bf43f2
AO
79392001-04-20 Alexandre Oliva <aoliva@redhat.com>
7940
7941 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
7942 1.641.2.228.
7943
8cc32590
AO
79442001-04-12 Alexandre Oliva <aoliva@redhat.com>
7945
7946 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7947 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
7948
dec0cb0c
AO
79492001-04-01 Alexandre Oliva <aoliva@redhat.com>
7950
7951 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
7952 New macros.
7953 (bootstrap, cross): Use RECURSE_FLAGS.
7954 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
7955
6a9c3886
AO
79562001-03-27 Alexandre Oliva <aoliva@redhat.com>
7957
7958 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
7959
d4fc7db8
NC
79602001-03-23 Nick Clifton <nickc@redhat.com>
7961
7962 * README-maintainer-mode: Add note about inability to use "make
7963 distclean" in maintainer mode.
7964
7389ff65
AO
79652001-03-22 Alexandre Oliva <aoliva@redhat.com>
7966
7967 Re-installed:
7968 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
7969 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
7970 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
7971 * ltcf-cxx.sh: Likewise.
7972 * ltcf-gcj.sh: Likewise.
7973
b3e0dc8e
PB
79742001-03-22 Philip Blundell <philb@gnu.org>
7975
7976 * config.sub, config.guess: Import latest from subversions.
7977
469b781c
AO
79782001-03-22 Alexandre Oliva <aoliva@redhat.com>
7979
7980 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7981 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
7982
b0dad762
MC
79832001-03-20 Michael Chastain <chastain@redhat.com>
7984
7985 * Makefile.in: all-m4 depends on all-texinfo.
7986
c559bb17
AO
79872001-03-08 Alexandre Oliva <aoliva@redhat.com>
7988
7989 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
7990
fef4ae2e
JJ
79912001-02-22 Jeff Johnston <jjohnstn@redhat.com>
7992
7993 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
7994 longer valid.
7995
8d6dd99d
NC
79962001-02-16 Nick Clifton <nickc@redhat.com>
7997
7998 * configure.in (noconfigdirs): Allow configuration of texinfo
7999 for Cygwin hosts.
8000
a85d7ed0
NC
80012001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
8002
8003 * config.guess: Add linux target for S/390.
8004 * config.sub: Likewise.
8005 * configure.in: Likewise.
8006
51221c5e
DD
80072001-02-06 Ben Elliston <bje@redhat.com>
8008
8009 * configure: Output host type to stdout, not stderr.
8010
9dec4c71
MS
80112001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8012
8013 * config.guess: Import from subversions.gnu.org (revision 1.181).
8014 * config.sub: Import from subversions.gnu.org (revision 1.199).
8015
9add9c04
AM
80162001-01-30 Alan Modra <alan@linuxcare.com.au>
8017
8018 * config.guess: Handle hppa64-linux systems.
8019
8679174d
MS
80202001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8021
8022 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8023 Don't unset, it's non-portable and no longer necessary, set to empty
8024 instead.
8025
02d01ed4
MS
80262001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8027
8028 * ltconfig: Shell portability fix for the tagname validity check.
8029
4cc5853d
MS
80302001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8031
8032 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8033
7487e485
AO
80342001-01-27 Alexandre Oliva <aoliva@redhat.com>
8035
8036 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8037 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8038
f332af52
AO
80392001-01-24 Alexandre Oliva <aoliva@redhat.com>
8040
8041 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8042 keep at least one of build_libtool_libs or build_old_libs set to
8043 yes.
8044
ef099754
AO
80452001-01-24 Alexandre Oliva <aoliva@redhat.com>
8046
8047 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8048 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8049
8341f2fc 80502000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 8051
8341f2fc
AJ
8052 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8053
80542000-11-03 Philip Blundell <pb@futuretv.com>
8055
8056 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8057 files.
ebf0fa2e 8058
c320a39f
JJ
80592001-01-15 Jeff Johnston <jjohnstn@redhat.com>
8060
8061 * COPYING.NEWLIB: Put into source repository.
8062
8817b92e
BE
80632001-01-15 Ben Elliston <bje@redhat.com>
8064
8065 * configure.in (host_tools): Add sid.
8066 Always configure cgen.
8067 * Makefile.in (all-sid): New target.
8068 (check-sid, clean-sid, install-sid): Likewise.
8069
35590697
AJ
80702001-01-07 Andreas Jaeger <aj@suse.de>
8071
80413487 8072 * config.sub, config.guess: Update from subversions.
35590697 8073
6ee6cea6
AO
80742000-12-12 Alexandre Oliva <aoliva@redhat.com>
8075
8076 * configure.in: Disable language-specific target libraries for
8077 languages that aren't enabled.
8078
077b8428
NC
80792000-11-24 Nick Clifton <nickc@redhat.com>
8080
8081 * configure.in (xscale-elf): Add target.
8082 (xscale-coff): Add target.
8083 (c4x, c5x, tic54x): Move after ARM targets.
8084
9e28a1ed
AO
80852000-11-23 Alexandre Oliva <aoliva@redhat.com>
8086
8087 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
8088
be98a80a
ILT
80892000-11-20 Ian Lance Taylor <ian@zembu.com>
8090
8091 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
8092
5cec67bf
AO
80932000-11-18 Alexandre Oliva <aoliva@redhat.com>
8094
8095 * Makefile.in: Merge with GCC and libgcj.
8096 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
8097 configure-target-<library> when their configure scripts need the C
8098 or C++ library to have already been built to work properly.
8099 (do_proto_toplev): Set them to an empty string.
8100
d932cae7 81012000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
8102
8103 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8104 (REALLY_SET_LIB_PATH): Use them.
8105
d932cae7 81062000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
8107
8108 * config.sub: Add support for Sun Chorus
8109
8602ff0c
NC
81102000-11-02 Per Lundberg <plundis@chaosdev.org>
8111
8112 * config.sub: Add support for the *-storm-chaos OS.
8113
f9e0997d
NC
81142000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
8115
80413487
RH
8116 * configure.in (noconfigdirs): Don't compile some
8117 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 8118
d64552c5
AO
81192000-09-30 Alexandre Oliva <aoliva@redhat.com>
8120
8121 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
8122 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
8123 all affected `configure' scripts.
8124
97f60b31
AO
81252000-09-25 Alexandre Oliva <aoliva@redhat.com>
8126
8127 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
8128 ltcf-c.sh.
8129
6e8dd58f
PB
81302000-09-12 Philip Blundell <philb@gnu.org>
8131
8132 * config.sub, config.guess: Update from subversions.
8133
103a2e99
AO
81342000-09-06 Alexandre Oliva <aoliva@redhat.com>
8135
51601921
AO
8136 * Makefile.in (all-zlib): Added dummy target.
8137
103a2e99
AO
8138 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
8139 multi-language branch.
8140
2809b4b9
AO
81412000-09-05 Alexandre Oliva <aoliva@redhat.com>
8142
8143 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8144 (bootstrap*): Depend on all-bootstrap.
8145
7450026c
AO
81462000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
8147
8148 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8149 crosses, but add gcc/include to the header search path for them.
8150
6cf86f7f
AO
81512000-08-31 Alexandre Oliva <aoliva@redhat.com>
8152
8153 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
8154 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
8155 * gettext.m4: New file, extracted from aclocal.m4.
8156
ce2ea6e3
AO
81572000-08-22 Alexandre Oliva <aoliva@redhat.com>
8158
8159 * config-ml.in (CC, CXX): Avoid trailing whitespace.
8160 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
8161 sub-configures.
8162
9765193e
DE
81632000-08-20 Doug Evans <dje@casey.transmeta.com>
8164
8165 * Makefile.in (ALL_MODULES): Add all-cgen.
8166 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8167 (all-cgen): New target.
8168 (all-opcodes,all-sim): Depend on all-cgen.
8169 * configure.in (host_tools): Add cgen.
8170 Only configure cgen if --enable-cgen-maint.
8171
d7b32520
AO
81722000-08-17 Alexandre Oliva <aoliva@redhat.com>
8173
8174 * config-ml.in (CC, CXX): Don't introduce a leading space.
8175
e52ef561
AO
81762000-08-16 Alexandre Oliva <aoliva@redhat.com>
8177
8178 * configure.in (libstdcxx_flags): Use
8179 libstdc++-v3/src/libstdc++.INC.
8180
88f9c2a0
AO
81812000-08-15 Alexandre Oliva <aoliva@redhat.com>
8182
8183 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
8184
98fbe43f
JM
81852000-08-11 Jason Merrill <jason@redhat.com>
8186
8187 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
8188 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
8189 (FLAGS_FOR_TARGET): Not here.
8190 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
8191
279ddab4
DD
81922000-08-07 DJ Delorie <dj@redhat.com>
8193
8194 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
8195 "if we're also building gcc, and it's a gcc that will run on the
8196 build machine, we want to use its includes instead of the system's
8197 default includes".
8198
60523a83
AO
81992000-08-03 Alexandre Oliva <aoliva@redhat.com>
8200
24ffec7a
AO
8201 * configure.in (libstdcxx_flags): Don't use `"'.
8202
60523a83
AO
8203 * config-ml.in: Adjust multilib search paths to the
8204 appropriate multilib tree.
8205
daf644b5
AO
82062000-08-02 Alexandre Oliva <aoliva@redhat.com>
8207
8208 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
8209 commas in $LANGUAGES.
8210
63266560
DD
82112000-08-01 Alexandre Oliva <aoliva@redhat.com>
8212
8213 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
8214
82152000-07-31 Alexandre Oliva <aoliva@redhat.com>
8216
8217 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
8218 CXX_FOR_TARGET for sed.
8219
82202000-07-30 Alexandre Oliva <aoliva@redhat.com>
8221
8222 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
8223 Do not override if already set in the environment or in configure.
8224 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
8225 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
8226
9e449d3e
AO
82272000-07-27 Alexandre Oliva <aoliva@redhat.com>
8228
8229 * Makefile.in (FLAGS_FOR_TARGET): New macro.
8230 (GCC_FOR_TARGET): Use it.
8231 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
8232 * configure.in: ... here.
8233 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
8234 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
8235
8bbd92e0
AO
82362000-07-24 Alexandre Oliva <aoliva@redhat.com>
8237
fd1f87b2
AO
8238 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
8239 (configure-target-libchill, configure-target-libobjc): Likewise.
8240
8bbd92e0
AO
8241 * configure.in: Use the same cache file for all target libs.
8242 * config-ml.in: But different cache files per multilib variant.
8243
25c6c112
JL
82442000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8245
8246 * configure (topsrcdir): Don't use dirname.
8247
ba73c63f
JM
82482000-07-20 Jason Merrill <jason@redhat.com>
8249
8250 * configure.in: Remove all references to libg++ and librx.
8251
8252 * configure, configure.in, Makefile.in: Unify gcc and binutils.
8253
1af08294
HPN
82542000-07-20 Hans-Peter Nilsson <hp@axis.com>
8255
8256 * config.sub: Update to subversions version 2000-07-06.
8257
ba73c63f
JM
82582000-07-12 Andrew Haley <aph@cygnus.com>
8259
8260 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
8261 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
8262
82632000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
8264
8265 * symlink-tree: Check number of arguments.
8266
d932cae7 82672000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
8268
8269 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
8270
ba73c63f
JM
82712000-07-05 Jim Wilson <wilson@cygnus.com>
8272
8273 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
8274 search path for a g++ extracted from the build tree. This
8275 will allow link tests run by configure scripts in
8276 subdirectories to succeed.
8277
92ee2f86
UC
82782000-07-01 Koundinya K <kk@ddeorg.soft.net>
8279
80413487 8280 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 8281
23f2f29f
CV
82822000-06-28 Corinna Vinschen <vinschen@cygnus.com>
8283
8284 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
8285 `os2'. Force ac_cv_exeext to be ".exe" in that case.
8286
f04f5a67
TW
82872000-06-19 Timothy Wall <twall@cygnus.com>
8288
8289 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
8290 * config.sub: Add tic54x target.
8291
11da68be
NC
82922000-06-07 Phillip Thomas <pthomas@suse.de>
8293
8294 * README-maintainer-mode: New file: Contains notes on using
8295 --enable-maintainer-mode with binutils.
8296
d932cae7 82972000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
8298
8299 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
8300
d932cae7 83012000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
8302
8303 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8304 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
8305
9442cea3
L
830620000-05-21 H.J. Lu (hjl@gnu.org)
8307
80413487
RH
8308 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8309 directory are used if they exist. Make sure
8310 $(build_tooldir)/include is searched for header files,
8311 $(build_tooldir)/lib/ for library files.
9442cea3 8312 (GCC_FOR_TARGET): Likewise.
80413487 8313 (CXX_FOR_TARGET): Likewise.
9442cea3 8314
d932cae7 83152000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
8316
8317 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8318
d932cae7 83192000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
8320
8321 * Makefile.in (configure-target-libiberty): Depend on
8322 configure-target-newlib.
8323
ba73c63f
JM
83242000-05-16 Alexandre Oliva <aoliva@cygnus.com>
8325
8326 * configure.in, Makefile.in: Merge all libffi-related
8327 configury stuff from the libgcj tree.
8328
d932cae7 83292000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
8330
8331 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8332 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
8333
d932cae7 83342000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
8335
8336 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8337 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 8338 current version information. Add to proto-toplev directory.
b5a23627
AC
8339 (gdb-taz): Build do-djunpack.
8340
ba73c63f
JM
83412000-05-15 David Edelsohn <edelsohn@gnu.org>
8342
8343 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
8344
7c86ed39
L
83452000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8346
8347 * ltmain.sh: Preserve in relink_command any environment
8348 variables that may affect the linker behavior.
8349
d932cae7 83502000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
8351
8352 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
8353
d932cae7 83542000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
8355
8356 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
8357
ed0a91a5
EZ
83582000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8359
8360 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 8361 with the version name.
ed0a91a5 8362
ba73c63f 83632000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 8364
ba73c63f 8365 * config.if: Tweak.
6cafa39f 8366
ba73c63f 83672000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 8368
ba73c63f 8369 * djunpack.bat: New file.
66156876 8370
d932cae7 83712000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
8372
8373 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
8374 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
8375 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
8376 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 8377
ba73c63f
JM
83782000-04-16 Dave Pitts <dpitts@cozx.com>
8379
80413487
RH
8380 * config.sub (case $basic_machine): Change default for "ibm-*"
8381 to "openedition".
ba73c63f 8382
d932cae7 83832000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
8384
8385 * Makefile.in (gdb-taz): New target. GDB specific archive.
8386 (do-md5sum): New target.
8387 (MD5PROG): Define.
8388 (PACKAGE): Default to TOOL.
8389 (VER): Default to a shell script.
8390 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 8391 md5 checksum generation.
b35ece4e
AC
8392 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
8393 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
8394 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 8395 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 8396
d932cae7 83972000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
8398
8399 * configure (warn_cflags): Delete.
8400
ba73c63f 84012000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 8402 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 8403
80413487
RH
8404 * configure.in (enable_libstdcxx_v3): Add.
8405 (target_libs): Add bits here to switch between libstdc++-v2 and
8406 libstdc++-v3.
8407 * config.if: And this file too.
8408 * Makefile.in: Add libstdc++-v3 targets.
35590697 8409
ba73c63f
JM
84102000-04-05 Michael Meissner <meissner@redhat.com>
8411
8412 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 8413
d332c5ac
JM
84142000-03-29 Jason Merrill <jason@casey.cygnus.com>
8415
8416 * configure.in: -linux-gnu*, not -linux-gnu.
8417
d932cae7 84182000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
8419
8420 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
8421 (do-tar-bz2): Replace TOOL with PACKAGE.
8422 (gdb.tar.bz2): Remove GDBTK from GDB package.
8423 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 8424 dejagnu.tar.bz2): New packages.
6dcbc97b 8425
96ce09a7
ILT
84262000-02-27 Andreas Jaeger <aj@suse.de>
8427
8428 * configure.in: Add entry for mips*-*-linux*, move catch all
8429 *-*-*linux* entry below this one.
8430
2031769e
ILT
84312000-02-27 Ian Lance Taylor <ian@zembu.com>
8432
8433 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
8434
4bab746c
NC
84352000-02-24 Nick Clifton <nickc@cygnus.com>
8436
8437 * config.sub: Support an OS of "wince".
8438
d932cae7 84392000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
8440
8441 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 8442 version.
ada59422 8443
5b93d8bb
AM
84442000-02-23 Linas Vepstas <linas@linas.org>
8445
8446 * config.sub: Add support for Linux/IBM 370.
8447 * configure.in: Likewise.
8448
2fb651f6
NC
84492000-02-22 Nick Clifton <nickc@cygnus.com>
8450
8451 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
8452
b8441c25
CF
84532000-02-20 Christopher Faylor <cgf@cygnus.com>
8454
8455 * config.guess: Guess "cygwin" rather than "cygwin32".
8456
d332c5ac
JM
84572000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8458
8459 * configure (gcc_version): When setting, narrow search to
8460 lines containing `version_string'.
8461
ba73c63f
JM
84622000-02-15 Denis Chertykov <denisc@overta.ru>
8463
8464 * config.sub: Add support for avr target.
8465
d932cae7 84662000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
8467
8468 * config.sub: Add mmix-knuth-mmixware.
8469
84702000-01-27 Christopher Faylor <cgf@redhat.com>
8471
8472 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
8473 structure stuff to -L library search.
8474 (CXX_FOR_TARGET): Ditto.
8475 (CROSS_CHECK_MODULES): Fix spelling mistake.
8476
84772000-01-24 Mark Mitchell <mark@codesourcery.com>
8478
8479 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
8480 the C++ compiler.
8481
84822000-01-12 Richard Henderson <rth@cygnus.com>
8483
8484 * configure.in: Don't build some bits for beos.
8485
84862000-01-12 Joel Sherrill (joel@OARcorp.com)
8487
8488 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
8489 as include files.
8490
91b2c84d
GK
84912000-01-06 Geoff Keating <geoffk@cygnus.com>
8492
8493 * configure.in: Use mt-aix43 to handle *_TARGET defs,
8494 not mh-aix43.
8495
ba73c63f
JM
84961999-12-14 Richard Henderson <rth@cygnus.com>
8497
8498 * config.guess (alpha-osf, alpha-linux): Detect ev67.
8499 * config.sub: Accept alphaev[78], alphaev8.
8500
85011999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8502
8503 * config.guess, config.sub: Update from autoconf.
8504
8505Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8506
8507 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
8508 necessary libraries are missing.
8509
85101999-10-25 Andreas Schwab <schwab@suse.de>
8511
8512 * configure: Fix quoting inside arguments of eval.
8513
85141999-10-21 Nick Clifton <nickc@cygnus.com>
8515
8516 * config-ml.in: Allow suppression of some ARM multilibs.
8517
8518Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
8519
8520 * config.guess: Add OS/390 match pattern.
8521 * config.sub: Add mvs, openedition targets.
8522 * configure.in (i370-ibm-opened*): New.
8523
ef14edc4
ILT
85241999-09-04 Steve Chamberlain <sac@pobox.com>
8525
8526 * config.sub: Add support for configuring for pj.
8527
afb478e8
NC
85281999-08-31 Nick Clifton <nickc@cygnus.com>
8529
fd6848f6 8530 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 8531
ba73c63f 85321999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
8533
8534 * configure.in: Do not configure or build ld for AIX
8535 platforms. ld is known to be broken on these platforms.
8536
ba73c63f
JM
8537Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8538
8539 * config-ml.in: Pass compiler flag corresponding to multidirs to
8540 subdir configures.
8541
c363de44
ILT
85421999-08-09 Ian Lance Taylor <ian@zembu.com>
8543
8544 * Makefile.in (LDFLAGS): Define.
8545
dc8bc5a6
ILT
85461999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
8547
8548 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
8549 noconfigdirs.
8550 (*-*-cygwin*): Likewise.
8551
6ca3858e
ILT
85521999-08-08 Ian Lance Taylor <ian@zembu.com>
8553
71141bb6
ILT
8554 * mkdep: New file.
8555 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
8556 (BINUTILS_SUPPORT_DIRS): Add mkdep.
8557
6ca3858e
ILT
8558 From Eli Zaretskii <eliz@is.elta.co.il>:
8559 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
8560 long file name when using DJGPP on MS-DOS.
8561
ba73c63f
JM
8562Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
8563
8564 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
8565
2735a327
AM
85661999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
8567
8568 * Makefile.in (check-target-libio): Remove all-target-libstdc++
8569 dependency as this causes "make check" to globally "make all"
8570
ba73c63f
JM
8571Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
8572
8573 * configure.in (target_libs): Added target-zlib.
8574 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
8575 (CONFIGURE_TARGET_MODULES): Likewise.
8576 (CHECK_TARGET_MODULES): Likewise.
8577 (INSTALL_TARGET_MODULES): Likewise.
8578 (CLEAN_TARGET_MODULES): Likewise.
8579 (configure-target-zlib): New target.
8580 (all-target-zlib): Likewise.
8581 (all-target-libjava): Depend on all-target-zlib.
8582 (configure-target-libjava): Depend on configure-target-zlib.
8583
8584 * Makefile.in (configure-target-libjava): Depend on
8585 configure-target-newlib.
8586 (configure-target-boehm-gc): New target.
8587 (configure-target-qthreads): New target.
8588
80413487
RH
8589 * configure.in (target_libs): Added target-qthreads.
8590 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
8591 (CONFIGURE_TARGET_MODULES): Likewise.
8592 (CHECK_TARGET_MODULES): Likewise.
8593 (INSTALL_TARGET_MODULES): Likewise.
8594 (CLEAN_TARGET_MODULES): Likewise.
8595 (all-target-qthreads): New target.
8596 (configure-target-libjava): Depend on configure-target-qthreads.
8597 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
8598
8599 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
8600 (CONFIGURE_TARGET_MODULES): Likewise.
8601 (CHECK_TARGET_MODULES): Likewise.
8602 (INSTALL_TARGET_MODULES): Likewise.
8603 (CLEAN_TARGET_MODULES): Likewise.
8604 (all-target-libjava): New target.
8605 (all-target-boehm-gc): Likewise.
8606 * configure.in (target_libs): Added libjava, boehm-gc.
8607
08d836d6
ILT
86081999-07-22 Ian Lance Taylor <ian@zembu.com>
8609
8610 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
8611 configure.bat in SUPPORT_FILES.
8612 (gas+binutils.tar.bz2): Likewise.
8613
8614 * makeall.bat: Remove; obsolete.
8615
8f36e47c
ILT
86161999-07-21 Ian Lance Taylor <ian@zembu.com>
8617
8618 From Mark Elbrecht:
8619 * configure.bat: Remove; obsolete.
8620
56e82f25
ILT
86211999-07-11 Ian Lance Taylor <ian@zembu.com>
8622
8623 * configure: Add -W -Wall to the default CFLAGS when compiling with
8624 gcc.
8625
1001d816
JL
8626Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
8627
8628 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
8629
106117aa
MM
86301999-06-30 Mark Mitchell <mark@codesourcery.com>
8631
8632 * configure.in: Build ld on IRIX6.
8633
c376f4ed
ILT
86341999-06-12 Ian Lance Taylor <ian@zembu.com>
8635
8636 * Makefile.in: Change distribution targets to use bzip2 instead of
8637 gzip.
8638 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 8639 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 8640
306b7445
NC
86411999-06-04 Nick Clifton <nickc@cygnus.com>
8642
8643 * config.sub: Add mcore target.
8644
d932cae7 86451999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
8646
8647 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
8648
d932cae7 86491999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
8650
8651 * config.guess (dummy): Changed to $dummy.
8652
6c3175b0
NC
86531999-05-24 Nick Clifton <nickc@cygnus.com>
8654
ba73c63f
JM
8655 * config.sub: Tidied up case statements.
8656
86571999-05-22 Ben Elliston <bje@cygnus.com>
8658
8659 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
8660 <jiro@din.or.jp>.
8661
8662 * config.guess: Merge with FSF version. Future changes will be
8663 more accurately recorded in this ChangeLog.
8664 * config.sub: Likewise.
8665
d932cae7 86661999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
8667
8668 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 8669
252b5132
RH
86701999-04-30 Tom Tromey <tromey@cygnus.com>
8671
8672 * ltmain.sh: [mode link] Always use CC given by ltconfig.
8673
86741999-04-23 Tom Tromey <tromey@cygnus.com>
8675
8676 * ltconfig, ltmain.sh: Update to libtool 1.2f.
8677
86781999-04-20 Drew Moseley <dmoseley@cygnus.com>
8679
8680 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
8681 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
8682 Bad merge removed these two changes.
8683
ba73c63f 8684Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 8685 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
8686
8687 * config.guess (interix Alpha): Add.
8688
252b5132
RH
86891999-04-11 Richard Henderson <rth@cygnus.com>
8690
8691 * configure.in (i?86-*-beos*): Do config gperf; don't config
8692 gdb, newlib, or libgloss.
8693
d932cae7 86941999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 8695
ba73c63f
JM
8696 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
8697 link a trivial program with -mabi=64. If it fails, remove mabi=64
8698 from multidirs.
8699
d932cae7 87001999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
8701
8702 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
8703
252b5132
RH
87041999-04-08 Nick Clifton <nickc@cygnus.com>
8705
8706 * config.sub: Add support for mcore targets.
8707
87081999-04-07 Michael Meissner <meissner@cygnus.com>
8709
8710 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
8711 not mt-ospace, in order to shut up assembler warning about using
8712 symbols that are named the same as registers.
8713
87141999-04-07 Drew Moseley <dmoseley@cygnus.com>
8715
8716 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
8717 dependency list for all-target-cygmon.
8718
87191999-04-05 Doug Evans <devans@casey.cygnus.com>
8720
8721 * config-ml.in: Check $host, not $target, for selective multilibs.
8722 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
8723 thumb interworking, and underscore prefix multilibs.
8724
87251999-04-04 Ian Lance Taylor <ian@zembu.com>
8726
8727 * missing: Update to version from current automake.
8728
8729Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
8730
8731 * configure (gxx_include_dir): Removed.
8732
8733 * configure.in (gxx_include_dir): Handle it.
8734 * Makefile.in: Likewise.
8735
87361999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
8737
8738 * config.sub (mips64vr4111,mips64vr4111el) Add.
8739
87401999-03-21 Ben Elliston <bje@cygnus.com>
8741
80413487 8742 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
8743
8744Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
8745
252b5132
RH
8746 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
8747 config/mh-djgpp.
8748
8749Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
8750
8751 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
8752 all-target-newlib to dependency list for all-target-bsp.
8753
8754Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
8755
8756 * config.sub: Add i386-uwin support.
8757 * config.guess: Likewise.
8758
8759Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8760
8761 * configure.in: cleanup, add mh-*pic handling for arm, special
8762 case powerpc*-*-aix*
8763
8764Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
8765
8766 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
8767 can be built.
8768
8769Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
8770
8771 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 8772 targets.
252b5132
RH
8773
87741999-03-02 Nick Clifton <nickc@cygnus.com>
8775
8776 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
8777
d932cae7 87781999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
8779
8780 * config.sub: Check for "cygwin*" rather than "cygwin32*"
8781
87821999-02-24 Nick Clifton <nickc@cygnus.com>
8783
8784 * config.sub: Fix typo in arm recognition.
8785
d932cae7 87861999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
8787
8788 * configure.in (noconfigdirs): Changed target_configdirs to
8789 include target-bsp only for m68k-*-elf* and m68k-*-coff*
8790 rather than m68k-*-* since it is not known to work on
8791 m68k-aout. Ditto for arm-*-*oabi.
8792
d932cae7 87931999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
8794
8795 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
8796
87971999-02-19 Ben Elliston <bje@cygnus.com>
8798
8799 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
8800 Smart and improved by Andrew Cagney.
8801
d932cae7 88021999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
8803
8804 * config.guess: Recognize openbsd-*-hppa.
8805
d932cae7 88061999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
8807
8808 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
8809 only if it is not empty.
8810
88111999-02-17 Nick Clifton <nickc@cygnus.com>
8812
8813 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 8814
fd6848f6 8815 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
8816
8817 * config.sub: Modified to recognize uname's armv* syntax.
8818
88191999-02-17 Mark Salter <msalter@cygnus.com>
8820
8821 * configure.in: Added target-bsp for sparclite.
8822
d932cae7 88231999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
8824
8825 * config.sub: Recognize alphapca5[67] and up to alphaev8.
8826
88271999-02-08 Nick Clifton <nickc@cygnus.com>
8828
8829 * configure.in: Add support for strongarm port.
8830 * config.sub: Add support for strongarm target.
8831
d932cae7 88321999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 8833
252b5132
RH
8834 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
8835 the old name config/mh-cygwin32.
8836 Enable texinfo.
8837
d932cae7 88381999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
8839
8840 * configure.in: Do build ld for ix86 Solaris.
8841
d932cae7 88421999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
8843
8844 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
8845 $AR_FOR_TARGET. Likewise for RANLIB.
8846
d932cae7 88471999-02-02 Catherine Moore <clm@cygnus.com>
35590697 8848
80413487
RH
8849 * config.sub (oabi): Recognize.
8850 * configure.in (arm-*-oabi): Handle.
252b5132 8851
d932cae7 88521999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
8853
8854 * config.guess: Improve detection of i686 on UnixWare 7.
8855
d932cae7 88561999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
8857
8858 * config.guess: Add support for i386-pc-interix.
8859 * config.sub: Likewise.
8860 * configure.in: Likewise.
252b5132 8861
d932cae7 88621999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
8863
8864 * Makefile.in: Remove unneeded all-target-libio from
8865 from all-target-winsup target since it is now unneeded.
8866 Add all-target-libtermcap in its place since it is now
8867 needed.
8868
d932cae7 88691998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
8870
8871 * configure.in: makefile stub for cygwin target is probably
8872 unnecessary. Remove it for now.
252b5132 8873
d932cae7 88741998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
8875
8876 * configure.in: libtermcap.a should be built when cygwin is the
8877 target as well as the host.
8878 * config.guess: Allow mixed case in cygwin uname output.
8879 * Makefile.in: Add libtermcap target.
252b5132 8880
d932cae7 88811998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
8882
8883 * config.sub: Clean up handling of hppa2.0.
8884
d932cae7 88851998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
8886
8887 * config.guess: Use C code to identify more HP machines.
8888
8889Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
8890
8891 * config.sub: Handle hppa2.0.
8892
ba73c63f
JM
8893Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
8894
8895 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 8896 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
8897
88981998-12-15 Mark Salter <msalter@cygnus.com>
8899
8900 * configure.in: Added target-bsp for several target architectures.
8901
8902 * Makefile.in: Added rules for bsp.
8903
252b5132
RH
8904Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
8905
8906 * config.guess: Improve detection of hppa2.0 processors.
8907
8908Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
8909
8910 * config.guess: Recognize FreeBSD using ELF automatically.
8911
89121998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
8913
8914 * configure (skip-this-dir): Add handling for new shell script, which
8915 might be created by a sub-directory's configure to indicate, this particular
8916 directory is "unwanted".
8917 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
8918
252b5132
RH
8919Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
8920
8921 * ltconfig: import from libtool, after changing libtool to
8922 account for the cygwin name change.
8923
8924Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
8925
8926 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
8927 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
8928
8929Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
8930
8931 * configure.in: Add libtermcap to list of cygwin dependencies.
8932
d932cae7 89331998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 8934
80413487
RH
8935 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
8936 they include winsup/include when it's a cygwin target.
252b5132
RH
8937
89381998-11-12 Tom Tromey <tromey@cygnus.com>
8939
8940 * configure.in (host_tools): Added zip.
8941 * Makefile.in (all-target-libjava): Depend on all-zip.
8942 (all-zip): New target.
8943 (ALL_MODULES): Added all-zip.
8944 (NATIVE_CHECK_MODULES): Added check-zip.
8945 (INSTALL_MODULES): Added install-zip.
8946 (CLEAN_MODULES): Added clean-zip.
8947
d932cae7 89481998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
8949
8950 * Makefile.in: lose "32" from comment about cygwin.
8951
d932cae7 89521998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
8953
8954 * configure.in: Use -Os to build target libraries for the fr30.
8955
d932cae7 89561998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
8957
8958 * config.sub: Add fr30.
8959
d932cae7 89601998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 8961
80413487 8962 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
8963 cygwin* instead of cygwin32*.
8964 * config.sub: Check cygwin* instead of cygwin32*.
8965
d932cae7 89661998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
8967
8968 * config.guess: Match any version of Unixware7.
8969
252b5132
RH
89701998-10-20 Syd Polk <spolk@cygnus.com>
8971
8972 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
8973 if desired.
8974
d932cae7 89751998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
8976
8977 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
8978 these if the appropriate directories and files to not exist.
8979
d932cae7 89801998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
8981
8982 * Makefile.in (DEVO_SUPPORT): Add config.if.
8983
d932cae7 89841998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
8985
8986 * configure: Add pattern to replace "build_tooldir"'s
8987 definition in the generated Makefile with "tooldir"'s
8988 actual value.
8989
252b5132
RH
8990Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
8991
8992 * config.sub: Bring back lost sparcv9.
8993
ba73c63f
JM
8994 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
8995
8996Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
8997
8998 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
8999 CC_FOR_TARGET and friends.
9000
9001Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 9002
ba73c63f
JM
9003 * Makefile.in (build_tooldir): New variable, same as tooldir.
9004 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9005 -B$(build_tooldir)/bin/.
9006 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9007
252b5132
RH
9008Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
9009
9010 * config.sub: Add support for i[34567]86-pc-udk.
9011 * configure.in: Likewise.
9012
9013Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
9014
9015 * Makefile.in: add bzip2 package building bits for user
9016 tools module
9017 * configure.in: ditto
9018
ba73c63f
JM
9019Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
9020
9021 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9022 (ALL_TARGET_MODULES): Add all-target-libobjc.
9023 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9024 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9025 (all-target-libchill): Add dependencies.
9026 * configure.in (target_libs): Add libchill.
35590697 9027
252b5132
RH
90281998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
9029
ba73c63f 9030 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
9031
9032Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
9033
9034 * Makefile.in (all-automake): fix dependencies.
9035
9036Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
9037
9038 * configure.in: Minor cleanups for building in the $(target_alias)
9039 subdir.
9040
90411998-09-22 Jim Wilson <wilson@cygnus.com>
9042
9043 * Makefile.in (bootstrap): Set r and s before make all. Use
9044 BASE_FLAGS_TO_PASS in make all.
9045 (cross): Likewise.
9046
90471998-09-20 Mark Mitchell <mark@markmitchell.com>
9048
9049 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9050
252b5132
RH
9051Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
9052
9053 * config.sub: Fix typo in last change.
9054
90551998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9056
9057 * config.sub: Add support for C4x target.
9058 * configure.in: Likewise.
9059
90601998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
9061
9062 * config.sub: Recognize sparcv9 just like sparc64.
9063
9064Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
9065
9066 * config.guess: Match "Pent II" or "PentII" for OpenServer.
9067
9068Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
9069
9070 * config.guess: Correctly identify Pentium II sco boxes.
9071
9072 * config.guess: Fix "tr" code. From Weiwen Liu.
9073
9074Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
9075
9076 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9077 stabs.
9078
9079Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
9080
9081 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9082 (ALL_TARGET_MODULES): Add all-target-libchill.
9083 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9084 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9085 (all-target-libchill): Add dependencies.
9086 * configure.in (target_libs): Add libchill.
9087
9088Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9089
9090 * config.guess: Avoid assumptions about "tr" behaves when
9091 LANG is set to something other than English.
9092
9093Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
9094
9095 * configure (gxx_include_dir): Changed to
9096 '${prefix}/include/g++'-${libstdcxx_interface}.
9097
9098 * config.if: New to determine the interfaces.
9099
9100Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
9101
9102 * config.guess: Detect and handle MPE/IX.
9103 * config.sub: Deal with MPE/IX.
9104
9105Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
9106
9107 * configure.in: Use mh-aix43.
9108
91091998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
9110
9111 * configure: Fix --without/--disable cases for gxx-include-dir.
9112
9113Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
9114
9115 * mdata-sh: Imported. Needed for automake support.
9116
9117Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
9118
ba73c63f 9119 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
9120 "chmod og=u `find . -print`".
9121
9122Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
9123
ba73c63f 9124 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
9125
9126Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
9127
9128 * Makefile.in: Undo previous patch.
9129
9130Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
9131
9132 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
9133 to here ...
9134 (install-no-fixedincludes): and here
9135 (INSTALL_MODULES): ... from here.
9136
9137Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
9138
9139 * config.sub: Merge with FSF.
9140
9141 * config.guess: Merge with FSF.
9142
9143Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
9144
9145 * configure (extraconfigdirs): New variable.
9146 (SUBDIRS): Add extraconfigdirs and recurse on them too.
9147 * Makefile.in (all): Move higher in file.
9148 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
9149 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
9150 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
9151 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
9152 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
9153
91541998-07-23 Brendan Kehoe <brendan@cygnus.com>
9155
9156 * Makefile.in (all-target-libjava): Depend on all-gcc and
9157 all-target-newlib.
9158 (configure-target-libjava): Depend on $(ALL_GCC).
9159
9160Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
9161
9162 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
9163 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
9164
9165Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
9166
9167 * ylwrap: Change absolute path checks to check for DOS style path
9168 names.
9169
9170 * ylwrap: Don't use a full path name if the source file is in the
9171 same directory. From hjl@lucon.org (H.J. Lu).
9172
9173 * config-ml.in: Default to being verbose, to match Feb 18 change to
9174 configure.
9175
9176Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
9177
9178 Brought over from egcs:
9179
9180 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9181
9182 * configure.in (target_subdir): Set to ${target_alias} instead
9183 of "libraries".
9184
9185 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9186
9187 * configure.in (target_subdir): Set to libraries if enable_multilib.
9188
9189Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
9190
9191 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
9192 multilibs, force reconfiguration the first time we create
9193 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
9194
9195Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
9196
9197 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
9198 avoid confusion with --no-recursion.
9199
9200Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
9201
9202 * configure.in: Win32 hosts shouldn't use install -x
9203 * install-sh: remove -x option, and special .exe-handling
9204 hack.
9205
9206Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
9207
9208 * config.guess: Recognize i586-pc-beos.
9209 * configure.in: Don't build some bits for beos.
9210
9211Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
9212
9213 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
9214 CFLAGS default to -O2.
9215
9216 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
9217 when using GNU ld.
9218
9219Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
9220
9221 * ltmain.sh: Correct install when using a different shell.
9222
9223Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
9224
9225 * ltconfig, ltmain.sh: Update to libtool 1.2b.
9226
9227Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
9228
9229 * makefile.vms: Update to build binutils/makefile.vms. Add install
9230 target.
9231
9232Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
9233
9234 * ltconfig: Update to correct AIX handling.
9235
9236Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9237
9238 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
9239
9240 * configure.in (target_subdir): Set to ${target_alias} instead
9241 of "libraries".
9242
92431998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
9244
9245 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
9246 (Makefile): Depend on $(gcc_version_trigger).
9247
9248 * configure (gcc_version): Change default initializer to empty
9249 string.
9250 (gcc_version_trigger): New variable; pass this variable down
9251 to subdir configures to enable them checking gcc's version
9252 themselves. Emit make macros for both gcc_version vars.
9253 (topsrcdir): Initialize reliably.
9254 (recursion line): Remove --with-gcc-version=${gcc_version}.
9255
92561998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9257
9258 * configure (enable_version_specific_runtime_libs): Implement new flag
9259 --enable-version-specific-runtime-libs which installs C++ runtime stuff
9260 in $(libsubdir); emit definition in each generated Makefile.
9261 (gxx_include_dir): Initialize depending on
9262 $enable_version_specific_runtime_libs.
9263
92641998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9265
9266 * configure (gcc_version): Initialize properly depending on
9267 how and where configure is started.
9268 (recursion line): Pass a --with-gcc-version=${gcc_version}
9269 to configures in subdirs.
9270
9271Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
9272
9273 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 9274 cygmon
252b5132
RH
9275
9276Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
9277
9278 * configure.in: Add cygmon and libstub support for mn10200.
9279
92801998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
9281
9282 * configure (gcc_version): Add new variable describing the
9283 particular gcc version we're building.
9284 * Makefile.in (libsubdir): Add new macro for the directory
9285 in which the compiler finds executables, libraries, etc.
9286 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
9287 and libsubdir.
9288
9289Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9290
ba73c63f
JM
9291 * Makefile.in (local-clean): Remove *.log.
9292 (warning.log): Built with warn_summary from build.log.
9293 (mail-report.log): Run test_summary.
9294 (mail-report-with-warnings.log): Run test_summary including
9295 warning.log in the report.
252b5132
RH
9296
9297Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
9298
9299 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
9300
9301Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
9302
9303 * Makefile.in (grep): Grep no longer depends on libiberty.
9304
9305Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
9306
9307 * Makefile.in: all-snavigator needs all-libgui.
9308
9309Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
9310
9311 * configure.in: Add cygmon and libstub support for mn10300.
9312
9313Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
9314
9315 * missing: Update to version from automake 1.3.
9316
9317 * ltmain.sh: On installation, don't get confused if the same name
9318 appears more than once in the list of library names.
9319
9320Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
9321
9322 * config.sub: Accept m68060 and m5200 as CPU names.
9323
9324Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
9325
9326 * configure: Use && rather than using -a in test, because odd
9327 strings can confuse test.
9328 * configure.in: Likewise.
9329
9330Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
9331
9332 * ltconfig, ltmain.sh: Bring in Visual C++ support.
9333
9334Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9335
9336 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
9337 bootstrap4-lean): New targets.
9338
9339Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
9340
9341 * mpw-* Delete. Not used.
252b5132
RH
9342
9343Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
9344
9345 * COPYING.LIB: Update FSF address.
9346
9347Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
9348
9349 * ltconfig, ltmain.sh: Update to libtool 1.2a.
9350
9351 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
9352 GAS_SUPPORT_DIRS.
9353
9354Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
9355
9356 * ltconfig, ltmain.sh: Avoid producing a version number if
9357 -version-info was not used.
9358
9359Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
9360
9361 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
9362 building with newlib.
9363
93641998-04-30 Paul Eggert <eggert@twinsun.com>
9365
ba73c63f 9366 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 9367 Solaris `make' causes it to continue to next definition.
252b5132 9368
afb8d725
JM
9369Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
9370
9371 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
9372 the right GUI libraries and files are installed along with GDB.
9373
252b5132
RH
9374Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
9375
9376 * configure.in: Change alpha to alpha* in several places.
9377
9378Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
9379
9380 * config.sub: Recognize sparc86x.
9381
9382Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 9383
252b5132
RH
9384 * configure.in (--enable-target-optspace): Remove debug echo.
9385
9386Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
9387
9388 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
9389
9390Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
9391
9392 * ltconfig: Update cygwin32 support.
9393
9394 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
9395 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
9396 (GDB_SUPPORT_DIRS): Likewise.
9397
9398Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
9399
9400 * configure.in (target_makefile_frag): If --enable-target-optspace,
9401 use -Os to compile target libraries rather than -O2. Default to
9402 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
9403 not used.
9404 * configure.in (target_cflags): Ditto for d30v.
9405
9406Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
9407
9408 * Makefile.in (all-bfd): Depend on all-intl.
9409 (all-binutils): Likewise.
9410 (all-gas): Likewise.
9411 (all-gprof): Likewise.
9412 (all-ld): Likewise.
9413
252b5132
RH
94141998-04-19 Brendan Kehoe <brendan@cygnus.com>
9415
9416 * configure.in (host_tools): Fix typo, lbtool -> libtool.
9417
9418Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
9419
9420 * Makefile.in (all-bfd): Depend upon all-libiberty.
9421
9422 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
9423
9424Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
9425
9426 * Makefile.in: Add libstub.
9427
9428 * configure.in: Ditto. Build libstub for targets that have cygmon
9429 support.
9430
9431Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
9432
9433 * configure.in: Don't set PICFLAG on ix86-cygwin32.
9434
9435Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
9436
9437 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
9438 use mh-sysv5 if specified. Support gprof on SCO Open Server.
9439
9440Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
9441
9442 * configure: Define DEFAULT_M4 by searching PATH.
9443 * Makfile.in: Use DEFAULT_M4.
9444
9445Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
9446
9447 * ltconfig: Add cygwin32 support.
9448
9449 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
9450 to configure and build.
9451
9452Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
9453
9454 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
9455
9456Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
9457
9458 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
9459
9460Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
9461
9462 * Makefile.in: add ash make rules
9463 * configure.in: add ash to native_only and host_tools lists
9464
9465Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
9466
9467 * Makefile.in (all-gettext, all-intl): New targets.
9468 (ALL_MODULES): Added all-gettext, all-intl.
9469 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
9470 (INSTALL_MODULES): Added install-gettext, install-intl.
9471 (CLEAN_MODULES): Added clean-gettext, clean-intl.
9472
9473 * configure.in (host_tools): Added gettext.
9474 (native_only): Likewise.
9475 (noconfigdirs) [various cases]: Likewise.
9476 (host_libs): Added intl.
9477
afb8d725
JM
9478Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
9479
9480 * configure: Do not disable building gdbtk for cygwin32 hosts.
9481
ba73c63f
JM
9482Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
9483
9484 * configure.in: Add thumb-coff target.
9485 * config.sub: Add thumb-coff target.
9486
252b5132
RH
9487Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9488
9489 * Makefile.in: Revert yesterday's change.
9490 (all-target-winsup): all-target-librx stays out of here.
9491
9492Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
9493
ba73c63f
JM
9494 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
9495 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
9496 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
9497 Remove references to librx and libg++.
9498
9499Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
9500
9501 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
9502 recursive makes
9503
9504Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
9505
9506 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
9507 for newlib directory.
9508 (CXX_FOR_TARGET): Likewise.
9509
9510Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
9511
9512 * ltconfig: Update after libtool/ltconfig.in change for
9513 hpux11.
9514
9515Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
9516
9517 * ltconfig, ltmain.sh: Update to libtool 1.2.
9518
9519Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
9520
9521 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
9522 (install-gcc-cross): Instead, override LANGUAGES here.
9523
95241998-03-18 Dave Love <d.love@dl.ac.uk>
9525
9526 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
9527 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
9528
9529Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
9530
9531 * configure.in: Add Thumb-pe target.
9532
9533Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 9534
252b5132
RH
9535 * Makefile.in - changed sn targets to snavigator
9536 * configure.in - changed sn targets to snavigator
9537
9538Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
9539
9540 * config-ml.in: After building symlink tree call make distclean
9541 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
9542 to be the case for libiberty.
9543
9544Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
9545
9546 * configure: When making link, also check the current
9547 directory. The configure scripts may create one.
9548
9549Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
9550
9551 * config.sub: Accept alphapca56 and alphaev6 properly.
9552
9553Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9554
9555 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
9556
252b5132
RH
9557Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
9558
80413487 9559 * config.sub (sco5): Fix typo.
252b5132
RH
9560
9561Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
9562
9563 * Makefile.in (INSTALL_MODULES): Move install-tcl before
9564 install-itcl.
9565 (install-itcl): Remove dependency on install-tcl.
9566
9567Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
9568
9569 * configure.in: Remove libgloss from noconfigdirs for MN10300.
9570
252b5132
RH
9571Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
9572
9573 * configure.in: Don't build libgui for a cygwin32 target when not on
9574 a cygwin32 host.
9575
9576Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
9577
9578 * configure (redirect): Set to null, so default behavior of
9579 configure is now --verbose.
9580
95811998-02-16 Dave Love <d.love@dl.ac.uk>
9582
9583 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
9584 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
9585
9586Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
9587
9588 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
9589 this change to sync Makefile.in with its ChangeLog entries.
9590
9591Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
9592
9593 * ltmain.sh (mkdir): Check that the directory doesn't exist
9594 before we exit with error, so that we don't get races during
9595 parallel builds.
9596
9597Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
9598
9599 * ltconfig, ltmain.sh: Update from libtool 1.0i.
9600
9601Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
9602
9603 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
9604 PICFLAG_FOR_TARGET.
9605 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
9606
9607 * configure: Emit a definition for the new macro enable_shared
9608 into each Makefile.
9609
252b5132
RH
9610Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9611
9612 * configure.in (host_tools, native_only): Add libtool.
9613
9614Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
9615
9616 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
9617 Fix typo in ming config comment.
9618
9619Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
9620
9621 * ltconfig, ltmain.sh: Update from libtool 1.0h.
9622
9623Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
9624
9625 * config.sub: Add tic30 cases, and map c30 to tic30.
9626
ba73c63f
JM
9627Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
9628
9629 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
9630 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
9631 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
9632 (CLEAN_TARGET_MODULES): Similarly
9633 (all-target-libf2c): Add dependences.
35590697 9634 * configure.in (target_libs): Add libf2c.
ba73c63f 9635
252b5132
RH
9636Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
9637
ba73c63f
JM
9638 * configure.in: Remove expect from noconfigdirs when target
9639 is cygwin32. OK to build expect and dejagnu with Canadian
9640 Cross.
252b5132
RH
9641
9642Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
9643
9644 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
9645 host.
9646
9647 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
9648 and mingw32.
9649
9650Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
9651
9652 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
9653 here as it is not defined in the toplevel Makefile.
9654
9655Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
9656
9657 * configure (package_makefile_rules_frag): New variable, which names
9658 a file with generic rules, ...
9659 Change comment to mention we now have FIVE parts.
9660 * configure: Undo last change.
9661
9662Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
9663
9664 * config.guess: More accurate determination of HP processor types.
9665 * config.sub: More accurate determination of HP processor types.
9666
9667Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
9668
9669 * configure (package_makefile_frag): Move inserting the
9670 ${package_makefile_frag} to where it should be according
9671 to the comment.
9672
ba73c63f 9673Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
9674
9675 * config.guess: Add support for Linux/ARM.
9676
9677Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
9678
9679 * .cvsignore: Remove *-info and *-install since they match
9680 release-info and mpw-install, which we don't want to just ignore.
9681
9682Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
9683
9684 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
9685
9686Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
9687
9688 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
9689 local_prefix to sub-make invocations.
9690
9691Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
9692
9693 * configure.in: Check makefile fragments in the source
9694 directory.
9695
9696Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9697
ba73c63f
JM
9698 * configure.in: Check whether host and target makefile
9699 fragments exist before adding them to *_makefile_frag.
252b5132
RH
9700
9701Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
9702
9703 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 9704
252b5132
RH
9705Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
9706
9707 * configure.in: Make sure we only replace RPATH_ENVVAR on
9708 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
9709 regexp to sed.
9710
9711 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
9712 to sub-makes.
9713
97141998-01-13 Lee Iverson (leei@ai.sri.com)
9715
9716 * config-ml.in (multi-do): LDFLAGS must include multilib
9717 designator.
9718
9719Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
9720
9721 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
9722
9723Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
9724
9725 * config.sub: Add mingw32 support.
9726 * configure.in: Likewise.
252b5132
RH
9727
9728Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
9729
9730 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
9731
9732Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
9733
9734 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9735 * configure (gxx_include_dir): Provide a definition for subdirs
9736 which do not use autoconf.
9737
9738Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
9739
9740 * config.guess: Sync with egcs. Picks up new alpha support,
9741 BeOS & some additional linux support.
9742
ba73c63f 9743Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9744
9745 * config.guess: HP 9000/803 is a PA1.1 machine.
9746
ba73c63f
JM
9747Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
9748
9749 * configure.in: It's alpha*-...
252b5132
RH
9750
9751Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9752
ba73c63f
JM
9753 * configure.in (host_makefile_frag, target_makefile_frag):
9754 Handle multiple config files.
9755 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
9756 alpha-*-*.
252b5132
RH
9757
9758Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
9759
9760 * mkdep: New file.
9761
9762Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
9763
9764 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
9765
9766Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
9767
9768 * Makefile.in: Add libgui directory.
9769 (GDB_TK): Add all-libgui.
9770 * configure.in: Add libgui directory.
9771 * configure: Add all-libgui to GDB_TK.
9772
9773Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
9774
9775 * config-ml.in (multidirs): Add m32r to multilib list.
9776
9777Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
9778
9779 * Makefile.in (all-target-gperf): Change dependency to
9780 all-target-libstdc++.
9781
9782Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
9783
9784 * config.guess: Add BeOS support.
9785
9786Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
9787
9788 Source directory cvs renamed to cvssrc:
9789 * configure.in (host_tools): Change cvs to cvssrc.
9790 (native_only): Likewise.
9791 (noconfigdirs) [various cases]: Likewise.
9792 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
9793 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
9794 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
9795 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
9796 (all-cvssrc): Rename target from all-cvs.
9797
9798Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
9799
9800 * configure (gxx_include_dir): Fix thinko.
9801
9802Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
9803
9804 * Makefile.in (INSTALL_TARGET_CROSS): Define.
9805 (install-cross, install-gcc-cross): New targets.
9806
9807Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
9808
9809 * configure.in (noconfigdirs): Add support for Thumb target.
9810
9811 * config.sub (maybe_os): Add support for Thumb target.
9812
9813Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
9814
9815 * Makefile.in: Add rules for cygmon.
9816
9817 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
9818
9819Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
9820
9821 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9822 * configure (gxx_include_dir): Provide a definition for subdirs
9823 which do not use autoconf.
9824
9825Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
9826
9827 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 9828 11/18/97 build
252b5132
RH
9829
9830Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
9831
9832 * From Franz Sirl.
9833 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
9834 found on RedHat Linux systems.
9835
9836Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
9837
9838 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
9839 guesses.
9840
9841Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
9842
9843 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
9844
9845Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
9846
9847 * ltmain.sh: If mkdir fails, check whether the directory was created
9848 anyhow by some other process.
9849
9850Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
9851
9852 * configure.in (d30v-*-*): Configure all directories.
9853
9854Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
9855
9856 * configure.in (d30v-*-*): Configure newlib, libiberty directories
9857 for the D30V.
9858
9859Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
9860
9861 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
9862
9863Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
9864
80413487
RH
9865 * include/libiberty.h: Add extern "C" { so it can be used with C++
9866 progrms.
9867 * include/remote-sim.h: Add extern "C" { so it can be used with C++
9868 programs.
252b5132
RH
9869
9870Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
9871
9872 * configure.in (d30v-*-*): Configure GCC now.
9873
9874Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
9875
9876 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
9877 is no longer needed.
9878
9879Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
9880
9881 * Makefile.in: check-target-libio depends on all-target-libstdc++.
9882
9883Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
9884
9885 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
9886 targets using "$@" to provide support for similar but not identical
9887 targets without having to duplicate code.
9888
9889Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
9890
9891 * makefile.vms: Fix to work with DEC C.
9892
9893Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
9894
9895 * config.sub: Add mips-tx39-elf to marketing names.
9896
9897Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
9898
9899 * ltmain.sh: Handle symlinks in generated script.
9900
9901Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
9902
9903 * configure: Handle autoconf style directory options: --bindir,
9904 --datadir, --includedir, --infodir, --libdir, --libexecdir,
9905 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
9906 --sysconfdir.
9907 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
9908 (sharedstatedir, localstatedir, oldincludedir): New variables.
9909 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
9910 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
9911 sbindir, sharedstatedir, and sysconfdir.
9912
9913Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
9914
9915 * Makefile.in (bootstrap-lean): New target.
9916
9917Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
9918
9919 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 9920 sn, and gnuserv from noconfigdirs.
252b5132
RH
9921
9922Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
9923
9924 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
9925
9926Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
9927
ba73c63f 9928 * Makefile.in (cross): New target.
252b5132
RH
9929
9930Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 9931 Jeff Law <law@cygnus.com>
252b5132
RH
9932
9933 * Makefile.in (bootstrap2, bootstrap3): New targets.
9934 (all-bootstrap): Remove outdated and confusing target.
9935 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
9936
afb8d725
JM
9937Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
9938
9939 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 9940 windows. Consistent with gdb/configure.
afb8d725 9941
252b5132
RH
99421997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
9943
252b5132
RH
9944 * configure.in: Name Linux target fragment.
9945
9946 * configure: Rewrite so that project Makefile fragment is inserted
9947 first and appears last in the resulting Makefile.
9948
9949Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
9950
9951 * Makefile.in (install-itcl): Install tcl first.
9952
252b5132 9953Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 9954
252b5132
RH
9955 * configure.in: remove bison from noconfigdirs for Cygwin32 host
9956
9957Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9958
9959 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
9960
9961 * configure.in (skipdirs): Add target-librx for Linux.
9962 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
9963
9964Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
9965
9966 * Makefile.in (bootstrap): New target.
9967
9968Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
9969
9970 * config.sub: Accept 'amigados' for backward compatability.
9971
9972Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
9973
9974 * config.guess: Merge with FSF.
9975
ba73c63f
JM
9976Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
9977
9978 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
9979
252b5132
RH
9980Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
9981
9982 * config.sub: Add "marketing-names" patch.
9983
9984Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
9985
80413487 9986 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
9987
9988Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
9989
9990 * config.sub: Handle v850-elf.
9991
ba73c63f
JM
9992Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
9993
9994 * .cvsignore (*-install): Remove.
9995
252b5132
RH
9996Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
9997
9998 * ltconfig: Set CONFIG_SHELL in libtool.
9999 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10000
10001Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10002
10003 * configure.in (target_subdir): Set to libraries if enable_multilib.
10004
10005Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
10006
10007 * config.guess: Update from gcc directory.
10008
10009Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
10010
10011 * Makefile.in (all-sim): Depends on all-readline.
10012
10013Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10014
10015 * Makefile.in (BISON, YACC): Use $$s.
10016 (all-bison): Depend on all-texinfo.
10017
10018Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
10019
10020 * Makefile.in (BISON): Add -L flag.
10021 (YACC): Likewise.
10022
10023Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10024
35590697
AJ
10025 * configure.in (noconfigdirs): Add support for v850e target.
10026
252b5132
RH
10027 * config.sub (maybe_os): Add support for v850e target.
10028
10029Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10030
35590697
AJ
10031 * configure.in (noconfigdirs): Add support for v850ea target.
10032
252b5132
RH
10033 * config.sub (maybe_os): Add support for v850ea target.
10034
10035Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
10036
10037 * config.sub: Add mipstx39. Delete r3900.
10038
10039Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10040
10041 * Makefile.in (all-autoconf): Depends on all-texinfo.
10042
10043Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
10044
10045 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10046 eabi targets.
10047
10048Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
10049
10050 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10051
10052 * configure: When handling a Canadian Cross, handle YACC as well as
10053 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 10054 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
10055
10056Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
10057
10058 * Makefile.in (BISON): bison, not byacc or bison -y.
10059 (YACC): bison -y or byacc or yacc.
10060 (various): Add *-bison as appropriate.
10061 (taz): No need to mess with BISON anymore.
10062
10063Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
10064
10065 * configure: If OSTYPE matches *win32*, try to find a good value for
10066 CONFIG_SHELL.
10067
10068Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
10069
10070 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10071 configure.in if it is present.
10072
10073Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
10074
10075 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10076
10077Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
10078
10079 * config.sub: Recognize `arc' cpu.
10080 * configure.in: Likewise.
10081 * config-ml.in: Likewise.
10082
10083Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
10084
10085 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10086
10087Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
10088
10089 * configure: Changed sed delimiter from ':' to '|' when
10090 attempting to substitute ${config_shell} for SHELL. On
10091 NT ${config_shell} may contain a ':' in it.
10092
10093Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
10094
10095 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10096
10097Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
10098
10099 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
10100
10101Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
10102
10103 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
10104
10105 * ylwrap: If the program is a relative path, force it to be
10106 absolute.
10107
10108Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
10109
10110 * configure (tooldir): Set BISON to `bison -y' and not just bison.
10111
10112Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
10113
10114 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
10115 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
10116 for libraries.
252b5132
RH
10117
10118Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
10119
10120 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 10121 separated by spaces.
252b5132
RH
10122
10123Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
10124
10125 * ylwrap: New file.
10126 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
10127
10128 * ltmain.sh: Handle /bin/sh at start of install program.
10129
10130 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
10131
10132 * ltconfig, ltmain.sh: New files, from libtool 1.0.
10133 * missing: New file, from automake 1.2.
10134
10135Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
10136
10137 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
10138 check-tk to CHECK_X11_MODULES.
10139
10140Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
10141
10142 * config.sub: Merge with FSF.
10143
10144Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
10145
10146 * config.guess: Merge with FSF.
10147
10148Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
10149
10150 * configure: Treat msdosdjgpp like go32.
10151 * configure.in: Likewise. Don't remove gprof for go32.
10152
10153 * configure: Change Makefile.tem2 to Makefile.tm2.
10154
10155Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
10156
10157 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
10158
10159Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10160
10161 * install-sh (chmodcmd): Set to null if the DST directory already
10162 exists. Same as Nov 11th change.
10163
10164Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
10165
35590697 10166 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
10167
10168Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
10169
10170 * config.guess: Update from FSF.
10171
10172Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
10173
10174 * Makefile.in (GDB_TK): Depend on itcl and tix.
10175
10176Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
10177
10178 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
10179 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
10180 (INSTALL_SCRIPT): New variable.
10181 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
10182 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
10183 to -x.
10184 * install-sh: Add support for -x option.
10185
10186Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
10187
10188 * configure.in, Makefile.in: Treat tix like itcl.
10189
10190Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
10191
10192 * Makefile.in (WINDRES): New variable.
10193 (WINDRES_FOR_TARGET): New variable.
10194 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
10195 (EXTRA_HOST_FLAGS): Add WINDRES.
10196 (EXTRA_TARGET_FLAGS): Add WINDRES.
10197 (EXTRA_GCC_FLAGS): Add WINDRES.
10198 ($(DO_X)): Pass down WINDRES.
10199 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10200 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
10201 DLLTOOL_FOR_TARGET.
10202
10203Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
10204
10205 * configure.in: configure sim before gdb for win32-x-ppc
10206
10207Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10208
10209 Move gperf into the toplevel, from libg++.
10210 * configure.in (target_tools): Add target-gperf.
10211 (native_only): Add target-gperf.
10212 * Makefile.in (all-target-gperf): New target, depend on
10213 all-target-libg++.
10214 (configure-target-gperf): Empty rule.
10215 (ALL_TARGET_MODULES): Add all-target-gperf.
10216 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
10217 (CHECK_TARGET_MODULES): Add check-target-gperf.
10218 (INSTALL_TARGET_MODULES): Add install-target-gperf.
10219 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
10220
10221Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 10222
252b5132
RH
10223 * config.sub (mn10200): Recognize new basic machine.
10224
10225Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10226
10227 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
10228 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
10229
10230Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10231
10232 * configure.in: If we're building mips-sgi-irix6* native, turn on
10233 ENABLE_MULTILIB and set TARGET_SUBDIR.
10234
10235Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
10236
10237 * Makefile.in (all-sn): Depend on all-grep.
10238
10239Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
10240
10241 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
10242
10243 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
10244 Makefile. From Jeff Makey <jeff@cts.com>.
10245 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
10246
10247 * Makefile.in (DISTBISONFILES): Remove.
10248 (taz): Don't futz with DISTBISONFILES. Change BISON to use
10249 $(DEFAULT_YACC).
10250
10251 * configure.in: Build itl, db, sn, etc., when building for native
35590697 10252 cygwin32.
252b5132
RH
10253
10254 * Makefile.in (LD): New variable.
10255 (EXTRA_HOST_FLAGS): Pass down LD.
10256 ($(DO_X)): Likewise.
10257
10258Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
10259
10260 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
10261
10262Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
10263
10264 * configure.in (targargs): Strip out any supplied --build argument
35590697 10265 before adding our own. Always add --build.
252b5132
RH
10266
10267Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
10268
10269 * configure.in (targargs): Pass --build if we're doing
10270 a cross-compile.
10271
10272Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
10273
ba73c63f 10274 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
10275 sed. Otherwise sed chokes on NT path names with drive
10276 designators. Also look for "?:*" as the leading characters in an
10277 absolute pathname.
10278
10279Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
10280
10281 * config.sub: Support for r3900.
10282
10283Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
10284
10285 * configure.in: Use install-sh, not install.sh.
10286
10287Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
10288
10289 * Makefile.in (taz): Improve check for BISON so it doesn't try to
10290 apply it twice.
10291
10292Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
10293
10294 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
10295 install-binutils.
10296
10297Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
10298
10299 * Makefile.in: Add automake targets.
10300 * configure.in (host_tools): Add automake.
10301
10302Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
10303
10304 * configure: Default CXX to c++, not gcc.
10305 * Makefile.in (CXX): Set to c++, not gcc.
10306 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
10307
10308Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
10309
10310 * install-sh: try appending a .exe if source file doesn't
10311 exist
10312
10313Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
10314
10315 * configure.in: Turn on multilib by default.
10316 (cross_only): Remove target-libiberty.
10317
10318 * Makefile.in (all-gcc): Don't depend on libiberty.
10319
10320Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
10321
10322 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
10323
10324Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
10325
10326 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
10327 (DISTBISONFILES): Add ld/Makefile.in
10328
10329Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
10330
10331 * configure.in: if target is cygwin32 but host isn't cygwin32,
10332 don't configure gdb tcl tk expect, not just gdb.
10333
10334Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
10335
10336 * configure.in: Added gnuserv everywhere sn appears.
10337
10338 * Makefile.in (ALL_MODULES): Added all-gnuserv.
10339 (CROSS_CHECK_MODULES): Added check-gnuserv.
10340 (INSTALL_MODULES): Added install-gnuserv.
10341 (CLEAN_MODULES): Added clean-gnuserv.
10342 (all-gnuserv): New target.
10343
10344Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
10345
10346 * config.guess: Fixes for MIPS OpenBSD systems.
10347
10348Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
10349
10350 * Makefile.in (INSTALL_XFORM): Remove.
10351 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
10352
10353 * mkinstalldirs: New file, copied from automake.
10354 * Makefile.in (installdirs): Rename from install-dirs. Use
10355 mkinstalldirs. Change all users.
10356 (DEVO_SUPPORT): Add mkinstalldirs.
10357
10358Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
10359
10360 * install-sh: Rename from install.sh.
10361 * Makefile.in (INSTALL): Change install.sh to install-sh.
10362 (DEVO_SUPPORT): Likewise.
10363
10364 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
10365 Graichen <graichen@rzpd.de>.
10366
10367Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
10368
10369 * config.guess: Recognize OpenBSD systems correctly.
10370
10371Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10372
10373 * README, Makefile.in (ETC_SUPPORT): Remove references to
10374 cfg-paper*, configure.{texi,man,info*}._
10375
10376Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
10377
10378 * Makefile.in (all.normal): Ensure that gcc is built after all
10379 the x11 - ie gdb - targets.
10380
10381Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
10382
10383 * makefile.vms: Don't run conf-a-gas.
10384
10385Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
10386
80413487 10387 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
10388
10389Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
10390
10391 * configure.in: Remove noconfigdirs case since gdb also
10392 configures and builds for tic80-coff.
10393
10394Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
10395
10396 * configure: Set cache_file to config.cache.
10397 * Makefile.in (local-distclean): Remove config.cache.
10398
10399Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
10400
10401 * COPYING: Update FSF address.
10402
10403Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
10404
10405 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
10406 noconfigdirs.
10407
10408Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
10409
10410 * Makefile.in (install-dirs): Don't crash if prefix, and hence
10411 MAKEDIRS, is empty.
10412
10413Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
10414
10415 * config.sub: Tweak mn10300 entry.
10416
10417Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
10418
10419 * configure.in (host_tools): Put sim before gdb, so gdb's
10420 configure.tgt can determine if the simulator was configured.
10421
10422Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
10423
10424 * config.sub: Move BeOS $os case to be with other Cygnus
10425 local cases.
10426
10427Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
10428
10429 * config.sub: Remove misplaced comment that broke Linux.
10430
10431Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
10432
10433 * config.sub: Add BeOS support.
10434
10435Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
10436
10437 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
10438
10439Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
10440
10441 * configure.in (noconfigdirs): Remove tcl and tk from
10442 noconfigdirs for cygwin32 builds.
10443
10444Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
10445
10446 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
10447
10448Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
10449
10450 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
10451 make-all.com, use makefile.vms instead.
10452
10453Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
10454
10455 * config.sub: Accept -lnews*.
10456
10457Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
10458
10459 * configure.in (noconfigdirs): Disable target-newlib,
35590697 10460 target-examples and target-libiberty for d30v.
252b5132
RH
10461
10462Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10463
10464 * configure.in (noconfigdirs): Enable ld for d30v.
10465
10466Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
10467
10468 * configure.in (tic80-*-*): Build compiler.
10469
10470Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
10471
10472 * configure.in (d30v-*): Remove sim directory from list of
35590697 10473 unsupported d30v directories
252b5132
RH
10474
10475Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10476
35590697
AJ
10477 * config.sub, configure.in: Add d30v target cpu.
10478
252b5132
RH
10479Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
10480
10481 * makefile.vms: New file.
10482 * make-all.com: Remove.
10483
10484Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
10485
10486 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
10487
10488Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
10489
10490 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
10491
10492Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
10493
10494 * Makefile.in (ALL_MODULES): Added all-db.
10495 (CROSS_CHECK_MODULES): Addec check-db.
10496 (INSTALL_MODULES): Added install-db.
10497 (CLEAN_MODULES): Added clean-db.
10498
10499Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
10500
10501 * config.guess: Merge with latest FSF sources.
10502
10503Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
10504
10505 * Makefile.in (ALL_MODULES): Added all-itcl.
10506 (CROSS_CHECK_MODULES): Added check-itcl.
10507 (INSTALL_MODULES): Added install-itcl.
10508 (CLEAN_MODULES): Added clean-itcl.
10509
10510Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
10511
10512 * configure.in: build gdb for mn10200
10513
10514Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
10515
10516 * Makefile.in (all-target-winsup): Depend on all-target-libio.
10517
10518Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
10519
10520 * configure.in (tic80-*-*): Turn off most targets right now.
10521
10522Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
10523
10524 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
10525 rather than the makeinfo program.
10526 (do-info): Depend upon all-texinfo.
10527
10528Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
10529
10530 * configure.in: Remove uses of config/mh-linux.
10531
10532 * config.sub, config.guess: Merge with latest FSF sources.
10533
10534Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
10535
10536 * config.sub (case $basic_machine): Add tic80 entries.
10537
10538Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
10539
10540 * config.sub, config.guess: Merge with latest FSF sources.
10541
10542Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10543
10544 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
10545 * mpw-config.in: Test for NewFolderRecursive.
10546 * mpw-install: Use symbolic name for startup filename.
10547 * mpw-README: Add various additional details.
10548
10549Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
10550
10551 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
10552
10553Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
10554
10555 * configure.in: Do build gcc and the target libraries for
10556 the mn10200.
10557
10558Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
10559
10560 * configure.in: don't avoid building gdb for mn10300 any more
10561 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
10562 instead of single-quoting it.
10563
10564Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
10565
10566 * configure.in: Don't use --with-stabs on IRIX 6.
10567
10568Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
10569
10570 * configure.in (m32r): Build gdb, libg++ now.
10571
10572Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10573
10574 * configure.in (mips*-sgi-irix6*): Remove gdb and related
10575 directories from noconfigdirs.
10576
10577Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
10578
10579 * config.sub (basic_machine): added mips16 configuration
10580
10581Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10582
10583 * config.sub: Handle d10v-unknown.
10584
10585Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
10586
10587 * config.sub: Handle v850-unknown.
10588
10589Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
10590
10591 * Makefile.in: add findutils
10592 * configure.in: add findutils to list of host_tools
10593
10594Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
10595
10596 * config.sub: Handle mn10200 and mn10300.
10597
10598Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10599
10600 * configure.in (d10v-*): Do not build librx.
10601
10602Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
10603
10604 * configure.in (mn10300): Build everything except gdb & libgloss.
10605
10606Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
10607
10608 * config.guess: Patch for Dansk Data Elektronik servers,
10609 from Niels Skou Olsen <nso@dde.dk>.
10610
10611 For ncr, use /bin/uname rather than uname, since GNU uname does not
10612 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
10613
10614 Patch for MIPS R4000 running System V,
10615 from Eric S. Raymond <esr@snark.thyrsus.com>.
10616
10617 Fix thinko for nextstep.
10618
10619 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
10620
10621 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
10622 * config.guess: Guess mips-dec-mach_bsd4.3.
10623
10624 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
10625 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
10626 release numbers.
10627 * config.guess (mips-mips-riscos*): Emit just enough of the
10628 release number.
10629
10630 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
10631 * config.guess (sparc-auspex-sunos*): Added.
10632 (f300-fujitsu-*): Added.
10633
10634 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
10635 * config.guess: Recognize a Tadpole as a sparc.
10636
10637Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10638
10639 * config.guess: Don't assume that NextStep version is either 2 or
10640 3. NextStep 4 (aka OpenStep 4) has come out now.
10641
10642Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10643
10644 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
10645 From Rik Faith <faith@cs.unc.edu>.
10646
10647Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10648
10649 * config.sub: Contributions from bug-gnu-utils to:
10650 Support plain "hppa" (no version given) architecture, reported by
10651 OpenStep.
10652 OpenBSD like NetBSD.
10653 LynxOs is not a hardware supplier.
10654
10655 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 10656 OpenBSD like NetBSD.
252b5132
RH
10657 Stratus systems.
10658 More Pyramid systems.
10659 i[n>4]86 Intel chips.
10660 M680[n>4]0 Motorola chips.
10661 Use unknown instead of lynx for hardware manufacturer.
10662
10663Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10664
10665 * install.sh (chmodcmd): Set to null if the DST directory already
10666 exists.
10667
10668Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10669
10670 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
10671 not use mt-ppc target Makefile fragment any more.
10672
10673Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10674
10675 * configure.in (*-*-windows): Exclude everything but those dirs
10676 needed to build windows.
10677
10678Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
10679
10680 * Makefile.in (all-target-winsup): Depend on all-target-librx.
10681
10682Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10683
10684 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
10685
10686Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10687
10688 * Undo my previous change.
10689
10690Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
10691
10692 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
10693 unconditionally.
10694 (MAKEOVERRIDES): Define (revert this part of October 18 change).
10695
10696Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10697
10698 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
10699 host to add it's own flags.
252b5132
RH
10700
10701Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
10702
10703 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
10704
10705Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
10706
10707 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
10708 (CXX_FOR_TARGET): Likewise.
10709 (GCC_FOR_TARGET): Define.
10710 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
10711 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
10712 CC_FOR_TARGET was specified on the command line.
10713 (MAKEOVERRIDES): Don't define.
10714
10715Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
10716
10717 * configure.in (m32r): Fix spelling of libg++ libs.
10718
10719Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
10720
10721 * config.sub (-apple*): Remove, now redundant.
10722
10723Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
10724
10725 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
10726
10727 * configure: Rework yesterday's sed script patch.
10728
10729 * config.sub: Merge with FSF.
10730
10731Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
10732
10733 * config.guess: Merge from FSF.
10734
10735 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
10736 * config.guess: Use pc instead of unknown, for pc clone systems.
10737 Change linux to linux-gnu.
252b5132
RH
10738
10739 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 10740 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
10741
10742Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
10743
10744 * test-build.mk (HOLES): Add "xargs" for gdb.
10745
10746 * configure: Avoid hpux10.20 sed bug.
10747
10748Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
10749
4bddf3ad 10750 * configure.in: Add support for windows host
252b5132
RH
10751 (that is a build done under the Microsoft build environment).
10752
10753Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
10754
10755 * Makefile.in: Replace all uses of srcroot with s, to shrink
10756 command line lengths.
10757
10758 Patches from Geoffrey Noer <noer@cygnus.com>:
10759 * configure.in: If configuring for newlib, pass --with-newlib to
10760 subdirectories.
10761 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
10762 -Bnewlib/ and -Lwinsup to gcc.
10763 (CXX_FOR_TARGET): Likewise.
10764
10765Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
10766
10767 * Makefile.in (ETC_SUPPORT): Add configure.
10768
10769Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
10770
35590697 10771 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
10772 host configuration file.
10773
10774Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
10775
10776 * configure.in: Break mn10x00 support into separate
10777 mn10200 and mn10300 configurations.
10778 * config.sub: Likewise.
10779
10780Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
10781
10782 * configure.in: Add lots of stuff to noconfigdirs for
10783 the mn10x00 targets.
10784
10785 * config.sub, configure.in: Add mn10x00 support.
10786
10787Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
10788
10789 * make-all.com: Call conf-a-gas, not config-a-gas.
10790
10791Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
10792
10793 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 10794 targets.
252b5132
RH
10795
10796Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
10797
10798 * mpw-README: Add much more detail for native PowerMac.
10799 * mpw-install: New file.
10800 * mpw-configure: Add --norecursion and --help options.
10801 * mpw-config.in: Translate readme and install files when
10802 copying to objdir.
10803 * mpw-build.in: Don't always depend on byacc and flex.
10804 (install-only-top): New action.
10805
10806Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
10807
10808 * configure.in: You can now configure GDB for the v850.
10809
10810Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
10811
10812 * configure.in (noconfigdirs): Don't configure any C++ dirs
10813 if targeting D10V.
10814
10815Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
10816
10817 * config.sub: Recognize mips64vr5000.
10818
10819Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
10820
10821 * configure.in: Use a single line for host_tools and native_only.
10822
10823Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
10824
10825 * config.sub, configure.in: Add entries for m32r.
10826
10827Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
10828
10829 * Makefile.in (inet-install): Don't run install-gzip.
10830
10831Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
10832
10833 * configure.in: Don't config lots of things for *-*-windows*.
10834
10835Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
10836
10837 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
10838 (host_libs, host_tools): Copy from configure.in.
10839 * mpw-configure: Don't complain about directories not found.
10840
10841Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10842
10843 * configure.in (i[345]86): Recognize i686 for pentium pro.
10844 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
10845 file.
10846
10847 * config.guess (i[345]86): Ditto.
10848
10849Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10850
10851 * configure.in (noconfigdirs): Removed gdb for D10V.
10852
10853Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
10854
10855 * configure.in: Remove ld, target-libio, target-libg++, and
10856 target-libstdc++ from noconfigdirs.
10857
10858Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
10859
10860 * configure: Fix three locations where shell scripts were
10861 being run directly rather than with config_shell.
10862
10863Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
10864
10865 * configure.in (v850-*-*): Set up initial $noconfigdirs.
10866 * config.sub (basic_machine): Recognize v850.
10867
10868Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
10869
10870 * mpw-configure: Handle multiple enable/disable options and
10871 pass them down recursively, handle -c and -s flags appropriately
10872 depending on choice of compiler, add escape mechanism for
10873 quoted arguments to gC.
10874
10875Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10876
10877 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
10878 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
10879 so that -mrelocatable-lib and -mno-eabi are used.
10880
10881 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
10882 not support --print-multi-lib, don't abort.
10883
252b5132
RH
10884Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
10885
10886 * make-all.com: Run config-a-gas.
10887 * setup.com: Don't copy subdirectory files around.
10888
10889Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
10890
10891 * configure.in (*-*-ose): Remove exclusion of libgloss for this
10892 target, it now compiles correctly.
10893
10894Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
10895
10896 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
10897
10898Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10899
35590697 10900 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
10901
10902Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10903
10904 * configure.in (native_only): Add prms.
10905
10906Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
10907
10908 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
10909 (BINUTILS_SUPPORT_DIRS): Likewise.
10910
10911Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10912
10913 * configure.in (d10v-*-*): Don't configure ld or gdb until the
10914 d10v support is added.
10915
10916Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10917
10918 * configure.in (d10v-*-*): New target.
10919
10920Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
10921
10922 * config.guess (HP 9000/811): Recognize this as a PA1.1
10923 machine.
10924
10925Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
10926
10927 * Makefile.in (do-tar-gz): New target, split out from tail end of
10928 taz target. Run each command separately, don't use pipes.
10929 (taz): Use it.
10930
10931Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
10932
10933 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
10934 * mpw-build.in: No builds should depend on building byacc or flex,
10935 they are assumed to be installed already.
10936
10937Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10938
10939 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
10940 variable that CC_FOR_TARGET needs.
10941
10942Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10943
10944 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
10945 options have changed since the last time the subdirectory was
10946 configured, and if it has, reconfigure.
10947 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
10948 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
10949
10950Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
10951
10952 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
10953 CLEAN_MODULES): Add bash.
10954 (all-bash): New target.
10955
10956Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
10957
10958 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
10959
10960Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10961
10962 * config.sub (basic_machine): Recognize d10v as a valid processor.
10963
10964Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
10965
10966 * mpw-configure: Add support for --bindir.
10967 * mpw-build.in: Use a GCC-specific build script for GCC actions.
10968
10969Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
10970
10971 * configure.in: add bash, time, gawk to list of hosttools and things
10972 to only build for native toolchains
10973
10974Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10975
10976 * Makefile.in (docdir): Remove.
10977
10978Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10979
10980 * Makefile.in (datadir): Set to $(prefix)/share.
10981
10982Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
10983
10984 * configure.in: build diff and patch for cygwin32-hosted
10985 toolchains.
10986
10987Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
10988
10989 * config.sub: Accept -rtems*.
10990
10991Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
10992
80413487 10993 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
10994 remove diff from the list of things not buildable
10995 via Canadian Cross
252b5132
RH
10996
10997Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
10998
10999 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 11000 don't get ". ".
252b5132
RH
11001
11002Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
11003
11004 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11005
11006Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
11007
11008 * Makefile.in (taz): Handle case where tex3patch didn't even get
11009 checked out. Also, if it was found, put the symlink in a new util
11010 subdirectory.
11011
11012Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11013
11014 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11015
11016Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
11017
11018 * config.sub: Recognize -openvms.
11019 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11020 * make-all.com, setup.com: New files.
11021
11022Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11023
11024 * Makefile.in (taz): tex3patch moved to texinfo/util.
11025
11026Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
11027
afb8d725 11028 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
11029 * configure.in: remove make from disable-if-Can-Cross list
11030 enable gdb if ${host} and ${target} are cygwin32
11031
11032Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
11033
11034 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
11035 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11036
11037Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11038
11039 * config.guess: Combine mips-mips-riscos cases, and use cpp to
11040 distinguish sysv/svr4/bsd variants.
11041 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11042
11043Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
11044
11045 * configure.in: Added copyright notice.
11046 * move-if-change: Added copyright notice.
11047
11048Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11049
11050 * configure.in (powerpcle-*-solaris*): Until we get shared
11051 libraries working, don't build gdb, sim, make, tcl, tk, or
11052 expect.
11053
11054Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
11055
11056 * config.guess: Merge with FSF:
11057
11058 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11059 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11060
11061 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
11062 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11063
11064 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
11065 * config.guess: Combine two OSF1 rules.
11066 Also recognize field test versions. From mjr@zk3.dec.com.
11067 * config.guess (dgux): Use /usr/bin/uname rather than uname,
11068 because GNU uname does not support -p. From pmr@pajato.com.
11069
11070Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
11071
11072 * Makefile.in (MAKEDIRS): Removed $(tooldir).
11073
11074Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
11075
11076 * mpw-README: Document GCCIncludes.
11077
11078Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
11079
11080 * configure.in (alpha-*-linux*): Set enable_shared to yes.
11081
11082Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11083
11084 * mpw-configure: Handle --enable-FOO and --disable-FOO.
11085
11086Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
11087
11088 * configure.in (*-*-cygwin32): Configure make.
11089
11090Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
11091
11092 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11093
11094Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
11095
11096 * Makefile.in (all-inet): Depend on all-perl.
11097
11098 * Makefile.in (inet-install): New target.
11099
11100 * Makefile.in (all-inet): Depend on all-tcl.
11101 (all-inet): Depend on all-send-pr.
11102
11103Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11104
11105 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
11106 temporarily.
11107
11108Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
11109
11110 * configure.in: Don't configure --with-gnu-ld on AIX.
11111
11112Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11113
11114 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
11115
11116Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
11117
11118 * Makefile.in (ALL_MODULES): Added all-inet.
11119 (CROSS_CHECK_MODULES): Added check-inet.
11120 (INSTALL_MODULES): Added install-inet.
11121 (CLEAN_MODULES): Added clean-inet.
11122 (all-indent): New target.
11123
11124 * configure.in (host_tools): Added inet.
11125 (native_only): Added inet.
11126 (noconfigdirs): Added inet.
11127
11128Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
11129
11130 * configure.in: Don't configure libgloss if we are not configuring
11131 newlib.
11132
11133Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
11134
11135 * configure.in: Don't configure libgloss for unsupported
11136 architectures.
11137
11138Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11139
11140 * Makefile.in (CLEAN_MODULES): Add clean-apache.
11141
11142Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
11143
11144 * Makefile.in (ALL_MODULES): Include all-apache.
11145 (CROSS_CHECK_MODULES): Include check-apache.
11146 (INSTALL_MODULES): Include install-apache.
11147 (all-apache): New target.
11148
11149 * configure.in: Added apache everywhere perl is seen.
11150
11151Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11152
11153 * Makefile.in: Add support for clean-{module} and
11154 clean-target-{module} rules.
11155
11156Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
11157
11158 * configure.in (*-*-ose) do not build libgloss.
11159
11160Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11161
11162 * config.guess (prep*:SunOS:5.*:*): Turn into
11163 powerpele-unknown-solaris2.
11164
11165Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
11166
11167 * configure.in: Permit --enable-shared to specify a list of
11168 directories.
11169
11170Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11171
11172 * configure.in (host==solaris): Pass only the first word of $CC
11173 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
11174
11175Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11176
11177 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
11178
11179Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
11180
11181 * Makefile.in (ALL_MODULES): Include all-perl.
11182 (CROSS_CHECK_MODULES): Include check-perl.
11183 (INSTALL_MODULES): Include install-perl.
11184 (ALL_X11_MODULES): Include all-guile.
11185 (CHECK_X11_MODULES): Include check-guile.
11186 (INSTALL_X11_MODULES): Include install-guile.
11187 (all-perl): New target.
11188 (all-guile): New target.
11189
11190 * configure.in (host_tools): Include perl and guile.
11191 (native_only): Include perl and guile.
11192 (noconfigdirs): Don't build guile and perl; no ports have been
11193 done.
11194
11195Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
11196
80413487
RH
11197 * configure (--enable-*): Handle quoted option lists such as
11198 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
11199
11200Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11201
11202 * Makefile.in ({,inst}all-target): New rule so we can make and
11203 install all of the target directories easily.
11204
11205Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11206
11207 * configure.in: Add missing global flag in sed substitution when
11208 deleting `target-' from ${configdirs}.
11209
11210Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
11211
11212 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
11213 option.
11214
11215 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
11216 config/mh-necv4.
11217
11218 * install.sh: Correct misspelling of transformbasename.
11219
11220 * config.guess: Recognize mips-*-sysv*.
11221
11222Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
11223
11224 * config.sub: Recognize mon960.
11225
11226Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
11227
11228 * configure: Restore Canadian Cross handling of BISON and LEX,
11229 removed in Feb 20 change.
11230
11231Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
11232
11233 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
11234 Mention make install. Remove the old copyright date as well the
11235 clumsy and rather pointless copyright on the README file.
11236
11237Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
11238
11239 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
11240 Makefile after running symlink-tree, then run `make distclean' to
11241 avoid clobbering any generated files in srcdir.
11242
11243Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
11244
11245 * configure.in (m68k-*-netbsd*): Build everything now.
11246
11247Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11248
11249 * Makefile.in (taz): Fix quoting.
11250
11251Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
11252
11253 * configure.in (sparclet-*-*): Build everything now.
11254
11255Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11256
11257 * configure.in (m68k-*-linux*): New host.
11258
11259Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
11260
11261 * configure: Check for bison before byacc.
11262
11263Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
11264
11265 * Makefile.in configure: Change the way LEX and BISON/YACC are
11266 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
11267 searching PATH. These are used as fallbacks by Makefile.in if
11268 flex/bison/byacc aren't in objdir.
11269
11270Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
11271
11272 * Makefile.in: Make everything which depends upon all-bfd also
11273 depend upon all-opcodes, in case --with-commonbfdlib is used.
11274
11275Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11276
11277 * configure.in (host *-*-cygwin32): Don't build gdb if we are
11278 building NT native compilers on Unix.
11279
11280Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
11281
11282 * configure.in: Don't get CC from the host Makefile fragment if we
11283 can find gcc in PATH, or if this is a Canadian Cross. Move the
11284 Solaris test for /usr/ucb/cc to the post target script, just after
11285 the compiler sanity test.
11286
11287Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
11288
11289 * config.sub: Merge with FSF.
11290
11291Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
11292
11293 * Makefile.in (RPATH_ENVVAR): New variable.
11294 (REALLY_SET_LIB_PATH): Use it.
11295 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
11296
11297Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
11298
11299 * config.sub, configure.in: Recognize sparclet cpu.
11300
11301Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
11302
11303 * config.guess: Support m68k-cbm-sysv4.
11304
11305Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11306
11307 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
11308 m68k-unknown-linuxaout from linker help string. Put quotes around
11309 $ld_help_string.
11310
11311Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
11312
11313 * config.guess (powerpc-harris-powerunix): Add guess for port
11314 to new target.
11315
11316Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11317
11318 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
11319
11320Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
11321
11322 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
11323 $(REALLY_SET_LIB_PATH) in Makefile.
11324 * Makefile.in (SET_LIB_PATH): New variable.
11325 (REALLY_SET_LIB_PATH): New variable.
11326 ($(DO_X)): Use $(SET_LIB_PATH).
11327 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
11328 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
11329 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
11330 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
11331 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
11332 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
11333 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
11334 (install-dosrel): Likewise.
11335 (all-opcodes): Depend upon all-libiberty.
11336
11337Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
11338
11339 * config.guess (*:CYGWIN*): New
11340
11341Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11342
11343 * Makefile.in (all-target-winsup): All all-target-libiberty.
11344
11345Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11346
11347 * configure.in (noconfigdirs): Add missing # in front of comment.
11348
11349Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
11350
11351 * configure.in: add second pass to things added to noconfigdirs
11352 so *-gm-magic can exclude libgloss properly.
11353
11354Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
11355
11356 * mpw-configure (extralibs_name, rez_name): Set correctly
11357 for MWC68K compiler.
11358
11359 * mpw-README: Add more info on the necessary build tools.
11360
11361Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
11362
11363 * configure.in, config.sub: Recognize cygwin32.
11364
11365Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
11366
11367 * config.guess, config.sub: Recognize A/UX.
11368
11369Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
11370
11371 * config.sub: Merge with gcc/config.sub.
11372
11373Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
11374
11375 * mpw-build.in (do-binutils): Add build of stamps.
11376
11377Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
11378
11379 * config.sub: Add recognition for mips64vr4100*-* targets.
11380
11381Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11382
11383 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
11384 Add creation of gconfigargs with `--enable-shared' turned on.
11385 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
11386 ($(host)-stamp-stage3-configured): Likewise.
11387 (HOLES): Add chatr and ldd.
11388 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
11389
11390Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
11391
11392 * configure: Pass --nfp to recursive configures.
11393
11394Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
11395
11396 * Makefile.in (DLLTOOL): New.
11397 (DLLTOOL_FOR_TARGET): New.
11398 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
11399 (EXTRA_TARGET_FLAGS): Ditto.
11400 (EXTRA_GCC_FLAGS): Ditto.
11401 (CONFIGURE_TARGET_MODULES): Ditto.
11402 (DO_X): Ditto.
11403 * configure: Add DLLTOOL.
11404
11405Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
11406
11407 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
11408 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
11409 mh-sco, since old workarounds no longer needed, and don't
11410 build ld, since libraries have weak symbols in COFF.
11411
11412Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
11413
11414 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
11415
11416Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
11417
11418 * configure.in: Make sure that ${CC} can be used to compile an
11419 executable.
11420
afb8d725
JM
11421Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11422
11423 * Makefile.in (all-gdb): Depend on $(GDB_TK).
11424 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
11425 nothing depending on whether gdbtk is being built.
11426
252b5132
RH
11427Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
11428
11429 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
11430
11431Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
11432
11433 * configure.in (noconfigdirs): Put ld or gas in this early, if the
11434 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
11435
11436Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
11437
11438 * config-ml.in: Add support for
11439 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
11440 Simplify setting of multidirs from --disable-foo.
11441
11442Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11443
11444 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
11445 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
11446 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 11447 non-empty, pass them on to the GCC make.
252b5132
RH
11448 (all-bootstrap): New rule that is like all-gcc, except it executes
11449 the GCC bootstrap rule instead of the GCC all rule.
11450
11451Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
11452
11453 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
11454
11455Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11456
11457 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
11458 DG/UX support.
11459
11460Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
11461
11462 * config.sub (i*86*) Change [345] to [3456]
11463
11464Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11465
11466 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
11467 --with-gnu-ld=no.
11468
11469Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11470
11471 * config-ml.in (rs6000*, powerpc*): Add switches to control which
11472 AIX multilibs get built.
11473
11474Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11475
11476 * configure.in (i386-win32): Don't build expect if we're not
11477 building the tcl subdir.
11478
11479Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
11480
11481 * Makefile.in: (configure-target-examples, all-target-examples):
11482 New targets, configure and build example programs.
11483
11484Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11485
11486 * mpw-configure: If an mpw-config.in generated a file mk.sed,
11487 use it as input to sedit the generated MPW makefile.
11488 * mpw-README: Add a suggestion about Gestalt.h.
11489
11490Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
11491
11492 * config.sub: Accept *-*-ieee*.
11493
11494Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
11495
11496 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
11497 Ronald F. Guilmette <rfg@monkeys.com>.
11498
11499Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11500
11501 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
11502 for powerpc-pe native.
11503 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
11504 (target==powerpc-pe): duplicate i386-win32 entry.
11505
11506Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11507
11508 * configure.in (noconfigdirs): Exclude target-newlib for all versions
11509 of vxworks, not just vxworks5.1.
11510
11511Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
11512
11513 * mpw-configure: Add support for exec-prefix.
11514
11515Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11516
11517 * config.guess: Recognize HP model 816 machines as having
11518 a PA1.1 processor.
11519
11520Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
11521
11522 * configure: Ignore new autoconf configure options.
11523
252b5132
RH
11524Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11525
11526 * config.guess: Recognize Pentium under SCO.
11527 From Robert Lipe <robertl@arnet.com>.
11528
11529Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11530
11531 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
11532
11533Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
11534
11535 * configure.in: Don't configure gas for alpha-dec-osf*.
11536
11537Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
11538
11539 * configure.in: Default to --with-stabs for some targets for which
11540 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
11541 i[345]86*-*-unixware*.
11542
11543Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
11544
11545 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
11546 rather than basing it on the target. Simplify handling of options
11547 controlling which directories to configure. Remove extraneous
11548 slash in multi-clean target.
11549
11550Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
11551
11552 * config-ml.in: Prefix more variables with ml_ so they don't collide
11553 with configure's.
11554
11555Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
11556
11557 * configure: Don't turn -v into --v.
11558
11559Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
11560
11561 * configure.in (targargs): Fix typo.
11562
11563 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
11564
11565Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
11566
11567 * configure.in: Strip --host and --target options from
11568 CONFIG_ARGUMENTS, and always configure for --host only. Add
11569 --with-cross-host option when building with a cross-compiler.
11570 * configure: Canonicalize the arguments put into config.status by
11571 always using `=' for an option with an argument. Pass a presumed
11572 --host or --target explicitly.
11573
11574Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
11575
11576 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
11577 into general OS recognition case.
11578
11579Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11580
11581 * configure.in (target_configdirs): add target-winsup only
11582 for win32 target systems.
11583
11584Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
11585
11586 * Makefile.in (all-target-libgloss): Depend upon
11587 configure-target-newlib, since when libgloss is built it looks to
11588 see if the newlib directory exists.
11589
11590Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
11591
11592 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
11593 cfg-ml-*.in.
11594
11595Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
11596
11597 * configure: Handle LD and LD_FOR_TARGET when configuring a
11598 Canadian Cross.
11599
252b5132
RH
11600Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11601
11602 * configure.in (target_libs): add target-winsup.
11603 (target==i386-win32): add patch diff flex make to $noconfigdirs.
11604 (target==ppcle-pe): remove ld from $noconfigdirs.
11605
11606Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
11607
11608 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
11609 Preserve relative path names in $srcdir. Build symlink tree if
11610 configuring cross target dir and srcdir=. (= no VPATH support).
11611 (configure-target-libg++): Depend on configure-target-librx.
11612 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
11613 * config-ml.in: New file.
11614 * symlink-tree: New file.
11615 * configure: Ensure srcdir="." if that's what it is.
11616
11617Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
11618
11619 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
11620 includes and FLEX_SKELETON setting.
11621 * mpw-configure (--with-gnu-ld): New option, controls whether
11622 to use PPCLink or ld with PowerMac GCC.
11623 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
11624 * mpw-config.in: Configure grez if targeting Mac.
11625
11626 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
11627 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
11628 just macos.
252b5132
RH
11629 * configure.in: Configure grez resource compiler if targeting Mac.
11630 * Makefile.in (all-grez, install-grez): New targets.
11631
11632Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
11633
11634 * configure: CXX defaults to gcc, not g++. If we find
35590697 11635 gcc in the path, set CC to gcc -O2.
252b5132
RH
11636
11637Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
11638
11639 * configure: Default ${build} correctly. Avoid picking up extra
11640 spaces when reading CC and CXX from Makefile. When doing a
11641 Canadian Cross, use plausible default values for numerous
11642 variables.
11643 * configure.in: When doing a Canadian Cross, don't try to
11644 configure tools whose configure script can't handle it.
11645
11646Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11647
11648 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
11649
11650Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
11651
11652 * configure: Remove dubious bug reporting address.
11653
11654Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
11655
11656 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
11657 configure script, run that instead of this directory's configure.
11658 In either case, print a message that we're configuring the sub-dir.
11659
11660Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
11661
11662 * configure.in: Before checking for the existence of various files,
11663 use sed to filter out "target-".
11664
11665Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
11666
11667 * Makefile.in (DO_X): Split rule to decrease command line length
11668 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
11669 (Philippe De Muyter).
11670
11671Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11672
11673 * Makefile.in (all-patch): depend on all-libiberty.
11674
11675Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
11676
11677 * configure.in: If the only directory in target_configdirs which
11678 actually exists is libiberty, then set target_configdirs to empty,
11679 to avoid trying to build a target libiberty in a gas or gdb
11680 distribution.
11681
11682Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
11683
11684 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
11685 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
11686 systems.
252b5132
RH
11687
11688Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11689
11690 * configure.in (copy_dirs): Use sys-include instead of include
11691 for --with-headers option.
11692
11693Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
11694
11695 * Makefile.in, configure.in: Make winsup builds work with
11696 new scheme.
11697
11698Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
11699
11700 * configure.in: Build the linker on AIX.
11701
11702Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
11703
11704 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
11705 where needed.
11706
11707Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
11708
11709 * Makefile.in (all-gcc): Fix typo.
11710
11711Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
11712
11713 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
11714
11715Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
11716
11717 * configure.in: Rename libFOO to target-libFOO, and xiberty
11718 to target-xiberty, to provide more flexibility.
11719 (target_subdir): Define. Create if cross.
11720 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
11721 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
11722 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
11723 check-libFOO -> check-target-libFOO, etc.
11724 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
11725 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
11726 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
11727 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
11728 allow ALL_GCC="" to only configure.
11729 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
11730 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
11731 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
11732
11733Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
11734
11735 * Makefile.in (taz): Build "info" in etc explicitly.
11736
11737Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
11738
11739 * configure.in: Make sure that CC is undefined (as opposed to
11740 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
11741 problem with autoconf trying to configure on a host without GCC.
11742
11743Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11744
11745 * mpw-configure: Set host alias from choice of host compiler,
11746 only use generic MPW Makefile sed if present, edit a file
11747 named "hacked_Makefile.in" instead of "Makefile.in" if present.
11748 * mpw-README: Add problem notes about CW6 and CW7.
11749
11750Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
11751
11752 * Makefile.in (taz): Use ";" instead of ";;".
11753
11754Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
11755
11756 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
11757 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
11758 DISTDOCDIRS.
11759 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
11760 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
11761
11762Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
11763
11764 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
11765 and gnats, because they are now subsumed by DISTSTUFFDIRS.
11766 Move bfd to DISTSTUFFDIRS.
11767
11768Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11769
11770 * Makefile.in (X11_LIB): Removed.
11771 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
11772
11773 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
11774
11775Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11776
11777 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
11778 names.
11779
11780Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11781
11782 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
11783
11784Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
11785
11786 * configure.in (i[345]86-*-win32): Always build newlib.
11787 Don't configure cvs, autoconf or texinfo.
11788 * Makefile.in (LD_FOR_TARGET): New.
11789 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
11790 Pass down LD_FOR_TARGET.
11791
11792Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
11793
11794 * winsup: New directory.
11795 * Makefile.in: Build winsup.
11796 * configure.in: Winsup is configured when target is win32.
11797 Can only build win32 target GDB when native.
35590697 11798
252b5132
RH
11799Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
11800
11801 * config.guess: Recognize HP model 819 machines as having
11802 a PA 1.1 processor.
11803
11804Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
11805
11806 * configure: Fix sed loop which substitutes for CC and CXX to
11807 avoid bug found in various sed implementations.
11808
11809Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11810
11811 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
11812 simulator. Use standard powerpc-*-eabi*.
11813
11814Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
11815
11816 * configure.in: Stop putting gas and binutils in noconfigdirs for
11817 powerpc-*-aix* and rs6000-*-*.
11818
11819Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
11820
11821 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
11822 -mcall-aixdesc libraries.
11823
11824Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
11825
11826 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11827
11828 * config.sub (arm | armel | armeb): Fix shell syntax.
11829
11830Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11831
11832 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
11833 -msoft-float and -mcpu=common support.
11834 (powerpc*-*-eabisim*): Add support for building -mcall-aix
11835 libraries.
11836
11837Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11838
11839 * configure.in: Allow configuration and build of emacs19 for the alpha.
11840
11841Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11842
11843 * configure.in (CC): Get ^CC, not just any old CC, from
11844 ${host_makefile_frag}.
11845
11846Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11847
35590697 11848 * configure.in (CC): Try to get CC from
252b5132
RH
11849 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
11850
11851Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11852
11853 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
11854 only if it exists in $(srcdir).
11855
11856Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
11857
11858 * configure: If CC and CXX are not set in the environment, set
11859 them, based on either an existing Makefile or on searching for gcc
11860 in PATH. Substitute for CC and CXX in Makefile.
11861 * configure.in: Remove libm from target_libs. Separate
11862 target_configdirs from configdirs. If CC is not set in
11863 environment, try to get it from a host Makefile fragment. Rewrite
11864 changes of configdirs to use skipdirs instead. A few minor
11865 tweaks. Take directories out of target_configdirs as they are
11866 taken out of configdirs. Remove existing Makefile files from
11867 subdirectories. Substitute for TARGET_CONFIGDIRS and
11868 CONFIG_ARGUMENTS in Makefile.
11869 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
11870 by configure.in.
11871 (CONFIG_ARGUMENTS): Likewise.
11872 (CONFIGURE_TARGET_MODULES): New variable.
11873 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
11874 ($(CONFIGURE_TARGET_MODULES)): New target.
11875 (configure-libg++, configure-libio): New targets.
11876 (all-libg++): Depend upon configure-libg++.
11877 (all-libio): Depend upon configure-libio.
11878 (configure-libgloss, all-libgloss): New targets.
11879 (configure-libstdc++): New target.
11880 (all-libstdc++): Depend upon configure-libstdc++.
11881 (configure-librx, all-librx): New targets.
11882 (configure-newlib): New target.
11883 (all-newlib): Depend upon configure-newlib
11884 (configure-xiberty): New target.
11885 (all-xiberty): Depend upon configure-xiberty.
11886
11887Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11888
11889 * configure.in (host i[345]86-*-win32): Expand the
11890 noconfigdirs again.
11891
11892Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
11893
11894 * mpw-configure: Fix sed command file name.
11895
11896Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
11897
35590697 11898 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
11899 noconfigdirs again.
11900
11901Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
11902
11903 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
11904 or powerpc*-*-pe*, since they are not yet supported.
11905
11906Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11907
11908 Add PowerMac support and many other enhancements.
11909 * mpw-configure: New option --cc to select compiler to use,
11910 paste options set according to --cc into the generated
11911 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
11912 if mpw-make.sed is present.
11913 * mpw-config.in: Don't test for gC1, test for mpw-touch,
11914 add forward includes for PowerPC include files.
11915 * mpw-build.in: Build using Makefile.PPC if present.
11916 (do-byacc, etc): Remove separate version resource builds.
11917 (do-gas): Build "stamps" before "all".
11918 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
11919 * mpw-README: Update to reflect --cc option, PowerMac support,
11920 and recently-reported compatibility problems.
11921
11922Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
11923
11924 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
11925 embedded m68k systems (-aout, -coff, -elf, -vxworks).
11926 (--with-multilib-top): Pass to recursive invocations.
11927
11928Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
11929
11930 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
11931 v810-*-*.
11932
11933Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11934
11935 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
11936 gdb, ld and opcodes on v810-*-*.
11937
252b5132
RH
11938Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
11939
11940 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
11941 (local-maintainer-clean): New target.
11942 (maintainer-clean): New target.
11943 (realclean): Just depend upon maintainer-clean.
11944
11945Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11946
11947 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
11948
11949Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
11950
11951 * configure.in: Build ld in mips*-*-bsd* case.
11952
11953Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
11954
11955 * config.sub: Accept -lites* OS. From Ian Dall.
11956
11957Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
11958
11959 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 11960 targets.
252b5132
RH
11961
11962Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11963
11964 * configure.in: treat i386-win32 canadian cross the same as
11965 i386-go32 canadian cross.
11966
11967Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11968
11969 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
11970 running under the simulator to build a reduced set of libraries.
11971 (powerpc-*-eabiaix): Add fine grained multilib support added to
11972 other powerpc targets yesterday.
11973
11974Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11975
11976 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
11977 -disable-softfloat, -disable-relocatable, -disable-aix, and
11978 -disable-sysv to control which multilib libraries get built.
11979
11980Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
11981
11982 * configure: Add Makefile.tem to list of files to remove in trap
11983 handler.
11984
11985Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
11986
11987 * config.guess (*Linux*): Add missing "exit"s.
11988 Also, need specific check for alpha-unknown-linux (uses COFF).
11989
11990Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
11991
11992 * config.guess: Merge with FSF:
11993
11994 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
11995 * config.guess (AIX4): More robust release numbering discovery.
11996
11997 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
11998 * config.guess (i386-sequent-ptx): Properly get version number.
11999
12000 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
12001 * config.guess (mips:*:4*:UMIPS): New case.
12002
12003Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
12004
12005 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12006 (i386-win32 host): Likewise. Don't build readline.
12007
afb8d725
JM
12008Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
12009
12010 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
12011 SUPPORT_FILES to submakes.
12012
252b5132
RH
12013Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
12014
12015 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12016 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12017 mpw-configure.
12018
12019Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
12020
12021 * configure.in (appdirs): Use =, not ==, in test expression when
12022 trying to build the text to print in the warning message for
12023 Solaris users.
12024
12025Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
12026
12027 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12028
12029Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12030
12031 * config.guess: Recognize lynx-2.3.
12032
12033Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
12034
12035 * config.sub (z8ksim): Deleted
12036 (z8k-*-coff): New, this is the one true name of the target.
12037
12038Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
12039
12040 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12041
12042Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
12043
12044 * config.guess (*:Linux:*:*): First try asking the linker what the
12045 default object file format is (elf, aout, or coff). Then if this
12046 fails, try previous methods.
12047
12048Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12049
12050 * configure.in: Don't build newlib for *-*-vxworks5.1.
12051
12052Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12053
12054 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12055 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12056
12057Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
12058
12059 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12060
12061Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
12062
12063 * cfg-ml-com.in: New file.
12064 * cfg-ml-pos.in: New file.
12065
12066Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12067
12068 * COPYING.NEWLIB: Add HP free copyright to list.
12069
12070Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12071
12072 * config.sub: Recognize -eabi* for the system, not just -eabi.
12073
12074Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
12075
12076 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12077 * config.sub, configure.in (win32): New target and host.
12078
12079Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
12080
12081 * configure.in: Add i386-pe configuration.
12082
12083Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
12084
12085 * mpw-build.in (install): Install GDB after LD.
12086
12087Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
12088
12089 * mpw-config.in (elf/mips.h): Always forward-include, needed
12090 for GDB to build.
12091
12092Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
12093
12094 * testsuite: New directory for customer acceptance and whole tool
12095 chain tests.
12096
12097Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12098
12099 * configure: If per-host line isn't found, but AC_OUTPUT is found
12100 and a configure script exists, run it instead.
12101
12102Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12103
12104 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
12105
12106Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
12107
12108 * configure: Set build_{cpu,vendor,os,alias} to host values when
12109 --build isn't specified.
12110
12111Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12112
12113 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
12114 (FLAGS_TO_PASS): Pass them.
12115 (EXTRA_TARGET_FLAGS): Ditto.
12116
252b5132
RH
12117Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12118
12119 * Makefile.in (all-libg++): Depend on all-libstdc++.
12120
12121Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12122
12123 * configure.in (noconfigdirs): Enable all packages for
12124 i386-unknown-netbsd.
12125
12126Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
12127
12128 * configure.in (noconfigdirs): Don't configure tk for i386-go32
12129 hosted builds (DOS builds)
12130
12131Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12132
12133 Changes for ARM based on patches from Richard Earnshaw:
12134 * config.sub: Handle armeb and armel.
12135 * configure.in: Omit arm linker only for riscix.
12136
12137Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
12138
12139 * config.guess: Update from FSF.
12140
12141Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
12142
12143 * config.sub: Recognize powerpcle as the little endian varient of
12144 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
12145 powerpcle variant. Convert pentium into i586, not i486. Add p5
12146 alias for i586. Map new x86 variants p6, k5, nexgen into i586
12147 temporarily.
12148
12149Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
12150
12151 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
12152
12153Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
12154
12155 * config.sub: Accept -lites* as a basic system type.
12156
12157Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
12158
12159 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
12160 installed, and if so return linuxoldld as the system name.
12161
12162Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
12163
12164 * config.guess: Add hppa1.1-hp-lites support.
12165
12166Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
12167
12168 * configure.in: Don't build newlib for m68k-vxworks5.1.
12169
12170Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12171
12172 * configure.in (mips-sgi-irix6): Use mh-irix5.
12173
12174Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
12175
12176 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
12177
12178Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12179
12180 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 12181 OSF/1. Fix compiler flags.
252b5132
RH
12182 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
12183
12184Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
12185
12186 * configure.in: Recognize --with-newlib.
12187 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
12188
afb8d725
JM
12189Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12190
12191 * Makefile.in: move {all,check,install}-gdb from *_MODULES
12192 to *_X11_MODULES due to gdbtk needing X include files et al.
12193
252b5132
RH
12194Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
12195
12196 Merge in support for Mac MPW as a host.
12197 (Old change descriptions retained for informational value.)
12198
12199 * mpw-config.in: Add generic include forwards for cpu-specific
12200 include files in aout and elf directories.
12201
12202 * mpw-configure: Added copyright.
12203 * mpw-config.in: Check for presence of required build tools.
12204 (target_libs): Add newlib.
12205 (target_tools): Add examples.
12206 (Read Me): Generate as "Read Me for MPW" instead.
12207 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
12208 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
12209 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
12210
12211 * mpw-configure: Remove subdir-specific makefile hackery,
12212 delete mk.tmp after using it.
12213
12214 * mpw-build.in (all): Display start and end times.
12215
12216 * mpw-configure (host_canonical): Set.
12217 (target_cpu): Always add to makefiles.
12218 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
12219 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
12220 (mpw-mh-mpw): Look for in srcdir and srcroot.
12221 Use sed instead of mpw-edit-prefix to edit prefix definitions.
12222
12223 * mpw-build.in: (install-only): New target.
12224
12225 * mpw-configure (host_alias, target_alias): Rename from hostalias
12226 and targetalias, add into generated Makefile.
12227 (mk.tmp): If present, add into generated Makefile.
12228 * mpw-build.in (all-gas): Build config.h first before gas proper.
12229
12230 * mpw-configure (config.status): Write only if changed.
12231 * mpw-config.in (readline): Configure it (not built, just used for
12232 definitions).
12233
12234 * mpw-config.in (elf/mips.h): Add a forward include.
12235
12236 * mpw-config.in: Forward-include most .h files in include into
12237 extra-include.
12238 (readline): Don't build.
12239 mpw-build.in (install): Install GDB.
12240
12241 * mpw-configure (prefix, mpw_prefix): Handle it.
12242 * mpw-config.in (mmalloc, readline): Don't configure.
12243 * mpw-build.in (thisscript): Rename to ThisScript.
12244 Use mpw-build instead of BuildProgram everywhere.
12245 (mmalloc, readline): Don't build.
12246 * mpw-README: New file, basic documentation about the MPW port.
12247
12248 * mpw-config.in: Use forward-include to create include files.
12249
12250 * mpw-configure: Add more things to the top of each configured
12251 Makefile, including contents of config/mpw-mh-mpw.
12252 * mpw-config.in (extra-include): Create this directory and fill it
12253 with Posix-like include files when configuring.
12254
12255 * config.sub (apple, mac, mpw): Add various aliases.
12256
12257 * mpw-build.in: New file, top-level build script fragment for MPW.
12258 * mpw-configure: New file, configure script for MPW.
12259 * mpw-config.in: New file, config fragment for MPW.
12260
12261Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12262
12263 * configure.in (host_libs): Remove glob, since it is gone from the
12264 sources.
12265
12266Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12267
12268 * Makefile.in: define empty GDB_NLM_DEPS var.
12269
12270 * configure.in(target_makefile_frag): use config/mt-netware
12271 for netware targets.
12272
12273Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
12274
12275 * config.sub: Merge in recent FSF changes. Remove linux special
12276 cases.
12277
12278Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12279
4bddf3ad 12280 Revert this change:
252b5132
RH
12281
12282 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
12283
12284 * build-all.mk: Use CC=cc -Xs on Solaris.
12285
252b5132
RH
12286Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12287
12288 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
12289 stop using it.
12290 * Makefile.in: Nuke all references to glob subdirectory.
12291
12292Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12293
12294 * configure.in: Fix --enable-shared logic in per-host.
12295
12296Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
12297
12298 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
12299
12300Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12301
12302 * configure.in (noconfigdirs): Don't build gas on AIX, for
12303 powerpc*-*-aix* as well as for rs6000*-*-aix*.
12304
12305Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
12306
12307 * configure: Fix --cache-file to work if the file argument is a
12308 relative path.
12309
12310Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
12311
12312 * configure: If the --cache-file is used, pass it down to
12313 configure in subdirectories.
12314
12315Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
12316
12317 * config.sub: add vxworks29k configuration.
12318
12319Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12320
12321 * Makefile.in (taz): Do "diststuff" part quietly.
12322
12323Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
12324
12325 * config.sub: Mini-merge with gcc/config.sub.
12326
12327Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12328
12329 * config.guess (IRIX): Sed - to _.
12330
12331Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12332
12333 * Makefile.in (source-vault, binary-vault): New targets.
12334
12335Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
12336
12337 * config.sub: Recognize -eabi as a basic system type.
12338
12339Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12340
12341 * configure.in (enable_shared stuff): Fix typo.
12342
12343Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
12344
12345 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
12346
12347Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12348
12349 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
12350
12351Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12352
12353 * configure.in (rs6000-*-*): Don't build gas.
12354
12355Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
12356
12357 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
12358 reduce command line length.
12359 (AS_FOR_TARGET): Check for as.new, not Makefile.
12360 (NM_FOR_TARGET): Check for nm.new, not Makefile.
12361
12362Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
12363
12364 * config.guess: Merge from FSF.
12365
12366Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12367
12368 * configure: Don't use $ when handling program_suffix.
12369
12370Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
12371
12372 * configure.in: Configure tk for hppa/hpux.
12373
12374Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
12375
12376 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
12377
12378Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12379
12380 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
12381 to LIBCXXFLAGS. Tests are better run without it.
12382
12383Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
12384
12385 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
12386
12387Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
12388
12389 * configure.in (*-*-netware*): Don't configure xiberty.
12390
12391Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
12392
12393 * configure.in: Remove tk from native_only list.
12394
12395Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
12396
12397 * build-all.mk: Add mips-ncd-elf target to sun4 targets
12398 for special NCD build.
12399
12400Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12401
12402 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
12403 makeall.bat, they're only useful for binutils snapshots.
12404 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
12405 makeall.bat to specified SUPPORT_FILES.
12406
12407Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
12408
12409 * build-all.mk: Add Ericsson targets to sun4 and solaris
12410 hosts. Add BNR's sun4 target to solaris host, so their
12411 build-from-source will be tested in-house first.
12412
12413Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12414
12415 * Makefile.in (LIBCFLAGS): New variable.
12416 (CFLAGS_FOR_TARGET): Ditto.
12417 (LIBCFLAGS_FOR_TARGET): Ditto.
12418 (LIBCXXFLAGS): Ditto.
12419 (CXXFLAGS_FOR_TARGET): Ditto.
12420 (LIBCXXFLAGS_FOR_TARGET): Ditto.
12421 (BASE_FLAGS_TO_PASS): Pass them.
12422 (EXTRA_TARGET_FLAGS): Ditto.
12423
4bddf3ad 12424 * configure.in: Support --enable-shared.
252b5132
RH
12425
12426Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
12427
12428 * configure.in (target_libs): Include libstdc++ again.
12429 * config.guess: Update from FSF (for FreeBSD).
12430
12431Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12432
12433 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
12434 makeall.bat.
12435 (DISTDOCDIRS): Add `etc'.
12436 (ETC_SUPPORT_PFX): New variable.
12437 (taz): Include anything from etc starting with a word in
12438 ETC_SUPPORT_PFX.
12439
12440Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12441
12442 * config.sub: Update for recent FSF changes. Remove obsolete
12443 h8300hds entry. Add -windows* and -osx as basic os. Minor
12444 spacing changes.
12445
12446Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12447
12448 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
12449
12450 * config.guess: Merge with FSF.
12451 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
12452
12453Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12454
12455 * configure: Since the "trap 0" handler will override the exit
12456 status on many systems, only use it for "exit 1", and make it set
12457 a non-zero exit status; reset it before "exit 0". Also, check
12458 exit status of config.sub, and error out if it failed.
12459
12460Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
12461
12462 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
12463 and install libgloss.
12464
12465Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12466
12467 * Makefile.in (all-binutils): Depend upon all-byacc.
12468
12469 * configure.in: Don't build emacs on Irix 5.
12470
12471Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12472
12473 * configure.in (*-*-netware*): Add libio.
12474
12475Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12476
12477 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
12478 (CHECK_TARGET_MODULES): Ditto.
12479 (INSTALL_TARGET_MODULES): Ditto.
12480 (TARGET_LIBS): Ditto.
12481 (all-libstdc++): Note dependencies.
12482
12483Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12484
12485 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
12486
12487Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12488
12489 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
12490 -fexternal-templates.
12491
12492 * configure.in (target_libs): Add libstdc++.
12493 (noconfigdirs): Add libstdc++ as appropriate.
12494
12495Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12496
12497 * config.guess: Update from FSF.
12498
12499Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12500
12501 * configure: Use ${config_shell} when running ${configsub}.
12502
12503Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
12504
12505 * config.sub: No longer recognize h8300h.
12506
12507Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12508
12509 * config.sub: Remove extraneous differences between config.sub and
12510 gcc/config.sub.
12511
12512Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12513
12514 * Makefile.in (DISTSTUFFDIRS): Add gas.
12515
12516Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
12517
12518 * COPYING.NEWLIB: New file.
12519
12520Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
12521
12522 * config.guess (HP-UX): Patch from Harlan Stenn
12523 <harlan@landmark.com> to also emit release level.
12524
12525Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12526
12527 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
12528
12529Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
12530
12531 * config.sub: Merge nextstep cleanup from FSF.
12532
12533Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12534
12535 * configure.in (arm-*-*): Don't configure ld for this target.
12536
12537Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12538
12539 * configure.in (*-*-netware): don't configure libg++, libio,
12540 librx, or newlib.
12541
12542Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12543
12544 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
12545 configure ld--it works, but it doesn't support shared libraries.
12546
12547Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12548
12549 * config.guess (*-unknown-freebsd*): Get rid of possible
12550 trailing "(Release)" in version string.
12551 Patch from Paul Richards <paul@isl.cf.ac.uk>.
12552
12553Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
12554
12555 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
12556 Fix type: *-next-neststep -> *-next-nextstep.
12557
12558 * config.guess: Merge from FSF:
12559
12560 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12561
12562 * config.guess: Recognize powerpc-ibm-aix3.2.5.
12563
12564 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12565
12566 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
12567 instead of UNIX_SV for UnixWare 1.0).
12568
12569Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
12570
12571 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
12572 to make gdb/nlm/* build after the compiler and linker.
12573
12574Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
12575
12576 * config.guess (netbsd, freebsd, linux): Accept any machine,
12577 not just i[34]86.
12578 (m68k-atari-sysv4): Relocate to match FSF version.
12579
12580 * config.guess: More merges from the FSF:
12581
12582 Add a space before function call or macro invocation.
12583
12584 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12585
12586 * config.guess: Add trap cmd to remove dummy.c and dummy when
12587 interrupted.
12588
12589 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12590
12591 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
12592 (dummy): Redirect stderr from compilation of dummy.c.
12593
12594 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
12595
12596 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
12597
12598Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
12599
12600 * configure: Accept and ignore --cache*, for compatibility with
12601 new autoconf.
12602
12603Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
12604
12605 * config.guess: Merge from FSF:
12606
12607 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12608
12609 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
12610 (PATH): Add /.attbin at end for finding uname.
12611 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
12612
12613 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
12614
80413487 12615 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
12616
12617 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
12618
80413487
RH
12619 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
12620 to select whether to use ELF or COFF.
252b5132
RH
12621
12622 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12623
80413487 12624 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
12625
12626 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12627
12628 * config.guess: Guess the OS version for HPUX.
12629
12630 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12631
12632 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
12633
12634Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12635
12636 * configure.in: Recognize --with-headers, --with-libs, and
12637 --without-newlib.
12638 * Makefile.in (all-xiberty): Depend upon all-ld.
12639
12640Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12641
12642 * configure.in: Change i[34]86 to i[345]86.
12643
12644Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12645
12646 * configure (version): A few more tweaks to help message.
12647
12648Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
12649
12650 * Makefile.in: Remove (for now) librx as a host library,
12651 now that we're building it for target.
12652
12653Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12654
12655 * configure: Fix up help message; from karl@owl.hq.ileaf.com
12656 (Karl Berry).
12657
12658Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
12659
12660 * configure.in: Also configure librx.
12661
12662Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12663
12664 * Makefile.in: Update various rules to reflect that librx
12665 is now needed for libg++.
12666
12667Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12668
12669 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
12670
12671Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12672
12673 * configure.in: Configure the examples directory.
12674
12675Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12676
12677 * configure: Simplify Jun 2 1994 change.
12678
12679Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12680
12681 * change CC to /usr/latest/bin/gcc for lynx host builds, since
12682 /bin/gcc isn't good enough to build gcc.
12683
12684Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
12685
12686 * Makefile.in (GDB_SUPPORT_FILES): Remove
12687 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
12688 (gdb.tar.gz): Add new rule to use standard distribution building
12689 mechanism.
12690
12691Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12692
12693 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
12694 Bill Cox <bill@cygnus.com>.
12695
12696Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
12697
12698 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
12699
12700Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
12701
12702 * configure: Search current dir first in .gdbinit.
12703
12704Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
12705
12706 * config.sub: Recognize freebsd (merged from gcc config.sub).
12707
12708Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
12709
12710 * config.sub: Refer to NeXT's operating system as nextstep.
12711
12712 * config.sub (case $basic_machine): Re-order the cases, to match
12713 the order in the FSF version (which is mostly alphabethical).
12714 Merge in some additions and changes from the FSF.
12715
12716Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
12717
12718 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
12719 * config.sub: Recognize cxux7.
12720 * configure.in: Use mh-cxux for m88k-harris-cxux*.
12721
12722Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12723
12724 * config.sub: Fix typo powerpc -> powerpc-*.
12725
12726Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
12727
12728 * Makefile.in: `all-emacs19' depends on `all-byacc'.
12729
12730 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
12731 parallel with all-emacs and install-emacs). Top-level command
12732 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
12733
12734Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12735
12736 * test-build.mk ($(host)-stamp-stage2-installed): Remove
12737 $(relbindir)/make before doing ``make install'', and use
12738 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
12739 installing over running make binary.
12740 ($(host)-stamp-stage3-installed): Likewise.
12741
12742Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12743
12744 * config.guess: Recognize Mach.
12745
12746Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12747
12748 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
12749 see whether --exec-prefix was used.
12750
12751Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12752
12753 * README: Explicitly mention libg++/README. (Zoo's idea.)
12754
12755Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12756
12757 * Makefile.in: Add all-librx target similar to all-libproc.
12758
12759Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
12760
12761 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
12762 with post 1.2 uname bogosity.
12763
12764Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12765
12766 * configure: Remove temporary files on receipt of a signal.
12767
12768Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
12769
12770 * configure: If there is a package_makefile_frag, remove
12771 ${subdir}/Makefile.tem after copying it in.
12772
12773Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12774
12775 * build_all.mk: support rs6000 lynx identifies itself as
12776 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
12777 since /bin/gcc is too feeble to compile a modern gcc.
12778
12779Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12780
12781 * brought devo/test-build.mk update-to-date with progressive/
12782 test-build.mk. Add lynx targets and hppa flag info.
12783
12784Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12785
12786 * configure.in: Use mh-ncrsvr43. Patch from
12787 Tom McConnell <tmcconne@sedona.intel.com>.
12788
12789Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
12790
12791 * config.guess (i386-unknown-bsdi): No longer need to
12792 check #if defined(__bsdi__) && defined(__i386__).
12793
12794Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12795
12796 * configure: Set program_transform_nameoption correctly.
12797
12798Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12799
12800 * brought build-all.mk update-to-date with progressive build-all.mk,
12801 added new targets and hppa info.
35590697 12802
252b5132
RH
12803Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12804
12805 * configure: If config.guess result is a prefix of the user
12806 specified target, assume a native build and use the user specified
12807 target as the host alias. Remove SunOS patch suffix removal hack.
12808 * configure.in: Remove SunOS patch suffix removal hack.
12809
12810 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
12811 in NATIVE_CHECK_MODULES.
12812
12813Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
12814
12815 * Makefile.in: Rename HOST_ONLY to NATIVE.
12816 * configure: Delete SunOs patch suffix from host_canonical
12817 and build_canonical variables that are prepended to Makefiles.
12818 * configure.in: Add comments for easier maintenance.
12819
12820Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12821
12822 * Makefile.in: Add all-libproc target similar to all-gui.
12823
12824Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
12825
12826 * Makefile.in (CHECK_MODULES): split into
12827 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
12828
12829Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
12830
12831 * config.guess (i386-unknown-bsdi): New system to guess.
12832
12833Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12834
12835 * Makefile.in: Add all-gui target (but not yet build by "all").
12836
12837Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
12838
12839 * config.sub: Move deletion of patch suffix from here...
12840 * configure.in: To here, at Ian's suggestion. The top-
12841 level scripts might need to know of a patch level.
12842
12843Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
12844
12845 * config.sub: Strip off patch suffix so rtl is recognized
12846 as a sunos4.1.3 machine, even though it's been patched.
12847
12848Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
12849
12850 * Makefile.in (INSTALL_LAST): Delete.
12851 (INSTALL_DOSREL): New.
12852
12853Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12854
12855 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
12856 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
12857 whether we pass down --with-gnu-ld anyhow.
12858
12859Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
12860
12861 * Makefile.in (INSTALL_LAST): Change operation so it works
12862 on more flavors of make.
12863 * configure.in (go32): Don't build libg++ or libio.
12864
12865Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
12866
12867 * Makefile.in (Move HOST_PREFIX_1 and friends up so
12868 they can be overriden by templates.
12869
12870Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
12871
12872 * configure.in (target==go32): Don't build gdb.
12873 * dosrel: New directory.
12874
12875Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
12876
12877 * configure.in (host==go32): Configure dosrel too.
12878 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
12879 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
12880 be set by incoming names or templates.
12881 (INSTALL_LAST): New rule.
252b5132
RH
12882
12883Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
12884
12885 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
12886
12887Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12888
252b5132
RH
12889 * configure.in (appdirs): New variable. Currently empty, but will
12890 be used in gas distribution. If nonempty, lists a set of
12891 directories at least one of which must get configured, or top
12892 level configuration is considered to have failed.
12893 (rs6000-*-lynxos*): Use new file name.
12894
12895Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12896
12897 Eliminate XTRAFLAGS.
12898 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
12899 newlib include files using -idirafter, and also use -nostdinc.
12900 (CXX_FOR_TARGET): Likewise.
12901 (XTRAFLAGS): Removed.
12902 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
12903 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
12904 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
12905 ($(DO_X)): Don't pass down XTRAFLAGS.
12906
12907Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12908
12909 * configure.in (mips*-dec-bsd*): New target; do build linker.
12910 (mips*-*-bsd*): New target; don't build linker.
12911
12912Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12913
12914 * configure.in: support rs6000-*-lynxos* configuration.
12915 support sunos4 as a cross target.
12916
12917 * config.sub: look for lynx*, not lynx since the OS version may
12918 legitimately be part of the name.
12919
12920Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12921
12922 * configure.in (i[34]86-*-sco*): Move to be with other i386
12923 targets.
12924 (romp-*-*): New target. Skip various binary utilities.
12925 (vax-*-*): New target. Don't build newlib.
12926 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
12927
12928Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12929
12930 * configure.in: Only set host_makefile_frag if config
12931 directory exists.
12932
12933Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12934
12935 * install.sh: If $dstdir exists, don't check whether each
12936 component does.
12937
12938Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12939
12940 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
12941
12942Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
12943
35590697
AJ
12944 * configure.in (*-*-lynxos*): Don't configure newlib for either
12945 native or cross Lynx.
252b5132
RH
12946
12947Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
12948
12949 * config.sub (sparc64-elf): Fix os.
12950 (z8k): Remove duplicate.
12951
12952Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12953
12954 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
12955 gcc/stmp-fixproto, to try to prevent fixproto from being run.
12956
12957Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
12958
12959 * configure: Make file links cleanly even if Lynx fails on
80413487 12960 an NFS symlink (at least fail cleanly).
252b5132
RH
12961
12962Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12963
12964 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
12965 -XNh2000.
12966
12967Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12968
12969 * configure: Unknown options are fatal again.
12970
12971Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
12972
12973 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 12974 compatibility.
252b5132
RH
12975
12976Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
12977
12978 * build-all.mk: Add `clean' target.
12979
12980Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12981
12982 * config.guess: Add SINIX support.
12983 * configure.in: Add mips-*-sysv4* support.
12984
12985Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
12986
12987 * build-all.mk: Document all useful targets.
12988 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
12989 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
12990
12991Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12992
12993 * configure: Support --silent, --quiet.
12994
12995Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12996
12997 * configure: Support --disable-FEATURE.
12998
12999Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13000
13001 * config.guess: Recognize NCR running SVR4.3.
13002
13003Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
13004
13005 * config.guess: Make BSDI generate i386-unknown-bsd386.
13006 Patch from Paul Eggert <eggert@twinsun.com>.
13007
13008Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13009
13010 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13011
13012Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13013
13014 * configure: Make unrecognized options give nonfatal warnings
13015 instead of fatal errors, and pass them to any subdirectory
13016 configures in case they recognize them.
13017 Make --x equivalent to --with-x.
13018
13019Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13020
13021 * configure: Add --enable-* options. Clean up usage message and
13022 some comments.
13023
13024Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
13025
13026 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13027
13028Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13029
13030 * configure.in (hppa*-*-*): Enable binutils.
13031
13032Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13033
13034 * config.sub: Recognize cisco.
13035
13036Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
13037
13038 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13039
13040Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13041
13042 * config.guess: about target *-hitachi-hiuxwe2, don't print more
13043 than one configuration name. Add comment.
13044
13045Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
13046
13047 * config.guess: about target *-hitachi-hiuxwe2, fixed
13048 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
13049 macro is incorrect.]
13050
13051Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13052
13053 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13054 than the "make ls" stuff which used to be here.
13055
13056Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13057
13058 * config.guess: Recognize i[34]86-unknown-freebsd.
13059 From Shawn M Carey <smcarey@rodan.syr.edu>.
13060
13061Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
13062
13063 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13064
13065Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
13066
13067 * config.guess: Check for ptx.
13068
13069Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
13070
13071 * config.sub: Add os9k checking.
13072
13073Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13074
13075 * config.guess: Handle OSF1 running on HPPA processors
13076
13077Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13078
13079 * configure: If subdir configure fails, print out a message with
13080 subdirectory name, in case subdir's configure code didn't identify
13081 itself.
13082
13083Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
13084
13085 * configure.in: Remove embedded newlines from configdirs.
13086 Avoid mismatches of substrings. Fix matching strings at end
13087 of configdirs.
13088
13089Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
13090
13091 * config.guess: Add Lynx/rs6000 config support.
13092
13093Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13094
13095 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13096
13097Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
13098
13099 * configure.in (hppa*-*-osf*): Treat this just like most other
13100 PA configurations (eg no binutils or ld).
13101 (hppa*-*-*elf*): These configurations have binutils and ld.
13102
13103Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13104
13105 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
13106
13107Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13108
13109 * configure.in (rs6000-*-*): Build gas.
13110
13111Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13112
80413487 13113 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
13114
13115Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13116
13117 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
13118 for GDB and GDB has been fixed to not need it.
13119
252b5132
RH
13120Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13121
13122 * config.guess: Recognize vax hosts.
13123
13124Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13125
13126 * configure (while loop): Don't use "break 2" inside case
13127 statement -- the case statement isn't an enclosing loop.
13128
13129Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
13130
13131 * config.guess: Clean up NeXT support, to allow nextstep
13132 on Intel machines. Make OS be nextstep.
13133
13134Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
13135
13136 * config.guess: Add alternate forms for Convex.
13137
13138Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
13139
13140 * configure: Completely rewrite option processing. Take
13141 advantage of pattern-matching to avoid invoking test frequently.
13142 Also clean up host and target defaulting logic.
13143
13144Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13145
13146 * Makefile.in: Replace all occurrances of "rootme" with "r" and
13147 "$${rootme}" with "$$r", to increase the likelihood that the do-*
13148 commands (plus user environment) will fit SCO limits.
13149
13150Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13151
13152 * configure.in: Don't issue warnings about directories which are
13153 not being configured if -norecursion is set. Correct test for
13154 --with-gnu-as and --with-gnu-ld to not get confused by substring
13155 matches.
13156
13157 * configure.in: Don't build gas for alpha-dec-osf1*.
13158
13159Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
13160
13161 * configure: Back out Per's change of 12/19/1993. It changes the
13162 behavior of configure in unexpected and confusing ways.
13163
13164 Also, use different delim char when calculating
13165 program_transform_name so that the name can contain slashes.
13166
13167Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
13168
13169 * configure.in, config.sub: Add support for VSTa micro-kernel.
13170
13171Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
13172
13173 * configure.in: Nuke hacks which were used to get a special
13174 version of GAS for HPPA configurations.
13175
13176Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
13177
13178 * configure: If only ${target_alias} is given, use that
13179 as the default for ${host_alias}.
13180 * configure: Add missing back-slashes before nested quotes.
13181
13182Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13183
13184 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
13185
13186Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
13187
13188 * config.guess: Recognize some Tektronix configurations.
13189 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
13190
13191Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13192
13193 * config.sub: Match any flavor of SH.
13194
13195Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
13196
13197 * configure.in: Don't try to configure newlib for Alpha.
13198
13199Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13200
13201 * configure.in: Don't build ld for Irix 5. Don't build gas,
13202 libg++ or libio for any Alpha target.
13203
13204 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
13205
13206Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
13207
13208 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
13209 default arguments -- so it tried to compress itself.
13210
13211Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13212
13213 * configure.in (notsupp): ensure that a space is always at the end
13214 of the configdirs list, since the grep checks for an explicit space
13215
13216Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13217
13218 * configure.in (target i386-sysv4.2): don't build ld, since static
13219 versions of many libraries are not available.
13220
13221Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13222
13223 * config.guess: Recognize Apollos (using environment variables).
13224 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
13225
13226Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13227
13228 * config.guess: Recognize Sony news mips running newsos.
13229
13230Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
13231
13232 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
13233 "fi ; else" for bash.
13234
13235Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
13236
13237 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
13238
13239Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
13240
13241 * config.sub: accept unixware as an alias for svr4.2.
13242 Fix some inconsistancies with the gcc version.
13243
13244Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13245
13246 * Makefile.in (DISTDOCDIRS): Add gdb.
13247
13248Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
13249
13250 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
13251
13252Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13253
13254 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
13255 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
13256 this now.
13257
13258Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13259
13260 * config.sub: Accept hiux* as an OS name.
13261
13262 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
13263 etc/make-stds.texi. The underscore came from gcc, and dje now
13264 agrees that RUNTESTFLAGS is the correct name.
13265
13266Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
13267
13268 * install.sh: Remove 'set -e'. It makes any conditionals
13269 in the script useless.
13270
13271 * config.guess: Automatically recognize arm-acorn-riscix
13272 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
13273
13274Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
13275
13276 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
13277
13278Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13279
13280 * Makefile.in (DISTDOCDIRS): New variable.
13281 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 13282 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
13283
13284Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13285
13286 * configure.in (hppa target): check the source directory for the
13287 pagas sub-directory
13288
13289Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
13290
13291 * config.sub: Allow -aout* and -elf*.
13292
13293Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13294
13295 * configure.in: Don't build ld on i386-solaris2, same as for
13296 sparc-solaris2.
13297
13298Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
13299
13300 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
13301
13302Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13303
13304 * configure.in: Configure gdb for alpha.
13305
13306Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13307
13308 * Makefile.in (CXXFLAGS): Add -O.
13309
13310Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13311
13312 * config.guess: added support for DG Aviion
13313
13314Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13315
13316 * configure.in: Produce warning message for subdirectories not
13317 configurable for this host/target combination. Don't try to
13318 configure gdb for vms.
13319
13320Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13321
13322 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
13323 appropriate files before making "diststuff".
13324 (DISTBISONFILES): New var: list of files to be edited.
13325 (DISTSTUFFDIRS): Add binutils.
13326
13327Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13328
13329 * config.sub: also handle mipsel and mips64el (for little endian mips)
13330
13331Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13332
13333 * configure.in: Add * to end of all OS names.
13334
13335Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
13336
13337 * configure.in: Build newlib for LynxOS native.
13338
13339Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13340
13341 * config.guess: Add support for delta 88k running SVR3.
13342
13343 * configure.in: Add comment about HP compiler vs. emacs.
13344
13345Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13346
13347 * configure.in: don't build ld on solaris2 (not a viable option
13348 due to bugs in getpwnam & getpwuid)
13349
13350Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13351
13352 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
13353 config.guess will produce a full version number.
13354
13355Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13356
13357 * configure.in: Build linker and binutils for alpha-dec-osf1.
13358
13359Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13360
13361 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
13362 and gdb/testsuite/Makefile.in.
13363
13364Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13365
13366 * configure.in: recognize mips*- instead of mips-
13367
13368Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
13369
13370 * config.sub: Accept linux*coff and linux*elf as operating
13371 systems.
13372
13373Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13374
13375 * config.sub: Recognize mips64, and mips3 as an alias for it.
13376
13377Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13378
13379 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
13380 gdb knows how to handle OSF/1 shared libraries.
13381
13382Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13383
13384 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
13385 * config.guess: Recognize Hitachi's HIUX.
13386 * config.sub: Recognize h3050r* and hppahitachi.
13387 Remove redundant cases for hp9k[23]*.
13388
13389Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13390
13391 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
13392 if gas and ld are in the source tree and are in ${configdirs}.
13393 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 13394 --with options (but still pass them down on the command line,
252b5132
RH
13395 if they were explicitly specified).
13396
13397Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13398
13399 * configure: substitute SHELL value in Makefile.in with
13400 ${CONFIG_SHELL}
13401
13402Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13403
13404 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
13405 *-*-solaris2* targets.
13406
13407Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13408
13409 * Makefile.in: define M4, and pass it down to sub-makes;
13410 all-autoconf now depends on all-m4
13411
13412Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13413
13414 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
13415 presence of {ar,ranlib} instead of a configured directory
13416
13417Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
13418
13419 * config.guess: Accept 34?? as well as 33?? for NCR.
13420
13421Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13422
13423 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
13424 of 'gas' in sed commands, since 'gash' is now in the tree as well.
13425
13426Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13427
13428 * configure: grab values for $(CC) and $(CXX) from the
13429 environment, so that someone can do "CC=gcc configure; make" and
13430 have it work right (matching the way that autoconf works now)
13431
13432 * configure.in, Makefile.in: add support for gash, the tcl
13433 interface to Galaxy
13434
13435 * config.guess: add NetBSD variants (hp300, x86)
13436
13437Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
13438
13439 * install.sh: Support -d option (in the manner of SunOS 4 install,
13440 as it is more deterministic than that of GNU install)
13441 (chmodcmd): Set file to mode 755 by default (should also do default
13442 chgrp and chown, but I don't feel like dealing with that now)
13443
13444Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
13445
13446 * config.sub: Remove h8300hhms alias.
13447
13448Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13449
13450 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
13451
13452Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13453
13454 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
13455 as stmp-fixinc
13456
13457Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13458
13459 * config.sub: recognize m88110-bug-coff.
13460
13461Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13462
13463 * Makefile.in (all-libio): all dependencies on the toolchain used
13464 to build this (gcc, gas, ld, etc)
13465
13466Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13467
13468 * config.guess: Deal with OSF/1 1.3 on alpha.
13469
13470Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13471
13472 * install.sh: add some 'else true' clauses for portability
13473
13474 * configure.in: don't build libio for h8[35]00-*-* targets
13475
13476Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
13477
13478 * Makefile.in: Add support for new libio.
13479
13480Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13481
13482 * install.sh: If one command fails, don't try the rest. Don't try
13483 to remove $dsttmp (via trap) unless we have already created it.
13484 If $src doesn't exist, detect it and exit with an error.
13485
13486 * config.guess: Recognize BSD on hp300.
13487
13488Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
13489
13490 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
13491 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
13492
13493Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
13494
13495 * Makefile.in (all-send-pr): depends on all-prms
13496
13497Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13498
13499 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
13500
13501Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13502
13503 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
13504 Added test for mips-mips-riscos5.
13505
13506Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13507
13508 * configure.in: use mh-hp300 for 68k HP hosts
13509
13510Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13511
13512 * configure: add support for CONFIG_SHELL, so that you can use
13513 some alternate shell for evaluating configure scripts
13514
13515Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
13516
13517 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
13518 in configure script to bug-gdb@prep.ai.mit.edu when building
13519 distribution archive.
13520 * Makefile.in (COMPRESS): Remove def.
13521 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
13522 gdb.tar.Z and make-gdb.tar.Z respectively.
13523 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
13524 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
13525 to convergence with 'taz' target in Makefile.in.
13526
13527Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13528
13529 * install.sh (dsttmp): use trap to ensure that tmp files go
13530 away on error conditions
13531
13532Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13533
13534 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
13535
13536Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13537
13538 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
13539 its parent is '/' not ''.
13540
13541 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
13542
13543Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
13544
13545 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
13546 that ${newsrcdir}/configure.in does.
13547
13548Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13549
13550 * test-build.mk: support for CONFIG_SHELL
13551
13552Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
13553
13554 * config.sub (netware): Add as a basic system type.
13555
13556Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13557
13558 * Makefile.in (Makefile): depend on configure.in. Also drop the
13559 $(srcdir)/ from the dependency on Makefile.in.
13560
13561Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
13562
13563 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
13564 (h8300hhms is temporary until multi-libraries are implemented).
13565 * configure.in: Handle h8300h too.
13566
13567Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13568
13569 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
13570
13571Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
13572
13573 * configure: Remove extraneous output when guessing host type.
13574 * config.guess: Remove extraneous output when guessing using C
13575 compiler rather than uname, or when guessing fails.
13576
13577Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13578
13579 * Makefile.in: remove all.cross and install.cross targets
13580
13581 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
13582 definitions
13583
13584Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
13585
13586 * configure.in (target sh): Build gprof.
13587
13588Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13589
13590 * config.sub: change -solaris to -solaris2
13591
13592Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13593
13594 * configure.in: Use config/mh-riscos for mips-*-sysv*.
13595
13596Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
13597
13598 * configure: Correct error message for missing Makefile.in to
13599 print correct directory.
13600
13601Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13602
13603 * install.sh: kludge around 386BSD shell bug
13604
13605Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
13606
13607 * config.guess: Recognize NeXT.
13608 * config.guess: Recognize i486-ncr-sysv4.
13609 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
13610
13611Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
13612
13613 * Makefile.in (MAKEINFOFLAGS): New variable.
13614 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
13615 * build-all.mk, test-build.mk: Pass down --no-split as
13616 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
13617
13618Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
13619
13620 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
13621
13622Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
13623
13624 * Makefile.in (libg++.tar.z): New rule.
13625 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
13626 * Makefile.in (taz): Only do a single chmod.
13627
13628Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13629
13630 * install.sh: don't use dirname anymore (replaced with sed usage)
13631
13632Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
13633
13634 * Makefile.in: Change extension for gzip'd files from '.z' to
13635 '.gz' per new FSF standard usage.
13636
13637Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13638
13639 * configure: put quotes around the final value of program_transform_name
13640
13641Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13642
13643 * Makefile.in: new install.sh support; update install-info rules
13644
13645Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
13646
13647 * configure.in: Build diff for crosses, but not for go32 host.
13648
13649 * configure.in: Build gprof only for native, and don't build it
13650 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
13651
13652Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
13653
13654 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
13655
13656Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13657
13658 * configure.in (host_tools): Add prms.
13659
13660Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13661
13662 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
13663 with $(FLAGS_TO_PASS) on the command line
13664
13665 * config.sub: Recognize lynx and lynxos
13666
13667Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
13668
13669 * config.sub: Accept -ecoff*, not just -ecoff.
13670
13671Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13672
13673 * Makefile.in (taz): Use .gz suffix instead of .z.
13674 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
13675 names.
13676
13677Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13678
13679 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
13680
13681Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13682
13683 * Makefile.in (install-no-fixedincludes): install gcc last, so
13684 that rebuilds that might happen during 'make install' don't get
13685 bogus gcc include files
13686
13687Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13688
13689 Change from Utah for HPPA support:
13690 * config.guess: Recognize hppa1.x-hp-bsd.
13691
13692Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
13693
13694 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
13695 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
13696
13697Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
13698
13699 * config.sub: Add support for rom68k and bug boot monitors.
13700
13701Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
13702
13703 * Makefile.in: Make all-opcodes depend on all-bfd.
13704
13705Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
13706
13707 * config.guess: Added special check for i[34]86-univel-sysv4*.
13708
13709Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
13710
13711 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
13712 the processor rather than assuming i486.
13713
13714Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13715
13716 * config.guess: Recognize SunOS6 as Solaris3.
13717
13718Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
13719
13720 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
13721 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
13722
13723Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
13724
13725 * build-all.mk (all-cross): New target for Canadian Cross.
13726 Added Q2 go32 targets.
13727 * test-build.mk: Configure go32 cross sparclite-aout and
13728 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
13729 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
13730
13731Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13732
13733 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
13734 GO32 hosted toolchains
13735
13736Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
13737
13738 * configure: change so "-exec-prefix" gets passed down rather
13739 than "-exec_prefix" so autoconf generated Makefiles get the
13740 exec_prefix set right.
13741
13742Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13743
13744 * config.guess: get the Solaris2 minor version number
13745
13746 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
13747
13748Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13749
13750 * config.guess: Recognize some Sequent platforms.
13751
13752Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13753
13754 * Makefile.in: added the vault-install target
13755
13756 * configure.in: actually use the Sun3 makefile fragment that's in
13757 config, also added the release dir to configdirs
13758
13759Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13760
13761 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
13762
13763Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13764
13765 * configure.in: remove some program from Alpha targetted toolchains
13766
13767Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
13768
13769 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
13770 gprof.
13771 (taz): Run "make diststuff" in those directories instead of "make
13772 proto-dir". Look for "VERSION=" only at start of line in subdir
13773 Makefile. Use "gzip -9" for compression.
13774 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
13775 (binutils.tar.z): New target.
13776
13777Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13778
13779 * Makefile.in (taz): Include gpl.texinfo.
13780
13781Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13782
13783 * Makefile.in (setup-dirs): Merged into "taz" target.
13784 (taz): Only do `proto-dir' stuff if a directory is actually needed
13785 for this target.
13786
13787Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
13788
13789 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
13790 (FLAGS_TO_PASS): Pass down MUNCH_NM.
13791 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
13792 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
13793 (gcc-no-fixedincludes): Correct for current gcc Makefile.
13794
13795Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
13796
13797 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
13798 config.sub, and move-if-change to gdb testsuite distribution
13799 archive, so the testsuite can be extracted, configured, and
13800 run separately from the gdb distribution. Blow away the Chill
13801 tests that require a Chill compiled executable, since GNU Chill
13802 is not yet publically available.
13803
13804Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13805
13806 * test-build.mk: set environment variables in a single command,
13807 instead of a list of assignments and exports
13808
13809 * config.guess: recognize Alpha/OSF1 systems
13810
13811Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13812
13813 * configure: Change help message to prefer --options rather than
13814 -options.
13815
13816Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13817
13818 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
13819 zippy@ecst.csuchico.edu.
13820 * config.guess: Recognize miniframe.
13821
13822Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
13823
9eb322aa
MF
13824 * Makefile.in: Use srcroot to find runtest rather than rootme.
13825 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
252b5132
RH
13826
13827Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
13828
13829 * test-build.mk: Extensive additions to support building on a
13830 machine other than the host.
13831
13832Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13833
13834 * configure (tooldir): Fix for i386-aix again.
13835
13836Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
13837
13838 * configure, Makefile.in: Change definition of $(tooldir)
13839 to match the FSF.
13840
13841Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
13842
13843 * config.guess: Recognize i[34]86/SVR4.
13844
13845Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13846
13847 * Makefile.in (all-gdb): gdb depends on sim.
13848
13849Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
13850
13851 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
13852 at the same time we make the prototype gdb directory.
13853 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
13854 files at the same time as the gdb base release distribution.
13855
13856Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
13857
13858 * Makefile.in (check): Use individual check targets rather than
13859 DO_X rule.
13860 (check-gcc): Added.
13861
13862Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
13863
13864 * config.sub: Use sysv3.2 not sysv32 for canonical OS
13865 for System V release 3.2.
13866
13867Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13868
13869 * config.sub: Recognize hppaosf.
13870 * configure.in: Do configure ld/binutils/gas for it.
13871
13872Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13873
13874 * configure (tooldir): Alter syntax used to set this, for systems
13875 where "\$" isn't handled right, like i386-aix.
13876
13877Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
13878
13879 * configure: Pass program-transform-name, not
13880 program_transform_name, to recursive configures.
13881
13882Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
13883
13884 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
13885 of gas+ld+binutils.
13886
13887Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
13888
13889 * config.guess: Recognize AIX3.2 as distinct from 3.1.
13890
13891Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13892
13893 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
13894
252b5132
RH
13895Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13896
13897 * Makefile.in (PRMS): Set back to all-prms.
13898
13899Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
13900
13901 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
13902 targets, rather than for MIPS hosts.
13903
13904Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13905
13906 * configure.in: add comment for --with-x default values
13907
13908 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
13909
13910 * Makefile.in: add check-* targets for each of the directories in
13911 the tree. Add a definition of RUNTEST that will use the one we
13912 just built, if it exists. Pass this down via FLAGS_TO_PASS.
13913
13914Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
13915
13916 * configure.in: Removed obsolete references to bfd_target and
13917 target_makefile_frag.
13918
13919 * build-all.mk: Set assorted targets for Q2.
13920 * config.sub: Recognize z8k-sim and h8300-hms.
13921 * test-build.mk: Really don't pass host to configure.
13922 (HOLES): Added uname.
13923
13924Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
13925
13926 * configure: Handle an empty program-prefix, program-suffix or
13927 program-transform-name correctly.
13928
13929Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
13930
13931 * build-all.mk: -G 8 no longer required for MIPS targets.
13932 * test-build.mk: Don't pass host argument to configure; make it
13933 guess.
13934
13935Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
13936
13937 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
13938 * Makefile.in (COMPRESS): New macro, like GZIP.
13939
13940Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
13941
13942 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
13943
13944 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
13945 with gas currently defaults to -G 0.
13946
13947Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
13948
13949 * Makefile.in (all-flex): flex depends on byacc.
13950
13951 * build-all.mk: If host not specified, use config.guess. Pass TAG
13952 to test-build.mk as RELEASE_TAG.
13953 * test-build.mk (configargs): New variable containing arguments to
13954 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
13955 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
13956
13957 * config.guess: Use /bin/uname when checking -X argument on SCO,
13958 to avoid invoking GNU uname which doesn't understand -X.
13959
13960 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
13961
13962 * configure.in: Build gas for mips-*-*.
13963
13964Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13965
13966 * Makefile.in (all.normal): insert missing backslash.
13967
13968Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
13969
4bddf3ad 13970 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
13971
13972 * Makefile.in: Complete overhaul to merge many almost identical
13973 targets.
13974
13975Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13976
13977 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
13978 (gdb.tar.Z): Adjusted.
13979
13980 * Makefile.in (setup-dirs, taz): New targets; should be general
13981 enough to adapt for gdb sometime. Build only .z file.
13982 (gas.tar.z): New target.
13983
13984Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13985
13986 * build-all.mk: Use CC=cc -Xs on Solaris.
13987
252b5132
RH
13988Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
13989
13990 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
13991 for handling BISON for FSF releases.
13992
13993Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13994
13995 * configure: Actually implement the change zoo just documented.
13996
13997Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13998
13999 * configure: when using config.guess, only set target_alias when
14000 it's not already been set (ie, on the command line)
14001
14002Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14003
14004 * Makefile.in: add installcheck target, set PRMS to install-prms
14005
14006Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14007
14008 * configure: add support for package_makefile_fragment, handle the
14009 case where a directory has a configure.in file but no Makefile.in
14010 more gracefully (with an actual understandable error message, even);
14011 add support for --without (and add this to the usage message); also
14012 explicitly add a --host=${host_alias} to the command line when
14013 config.guess is used
14014
14015Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14016
14017 * configure: Must use both --host and --target in recursive calls.
14018
14019Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
14020
14021 * Makefile.in: Change deja-gnu to dejagnu.
14022
14023Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
14024
14025 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14026
14027Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14028
14029 * configure.in: canonicalize all instances to *-*-solaris2*,
14030 also strip out a number of tools to not build for go32 host
14031
14032Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14033
14034 * config.guess: add GPL.
14035
14036 * Makefile.in, config.guess, config.sub, configure: bump
14037 copyrights to 93.
14038
14039Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
14040
14041 * Makefile.in (do-info): Removed obsolete check for existence of
14042 localenv file.
14043
14044 * Makefile.in (MAKEOVERRIDES): Define to be empty.
14045
14046Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14047
14048 * Makefile.in: a couple of 'else true' for decstation,
14049 support for TclX
14050
14051 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14052
14053Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
14054
14055 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14056
14057Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
14058
14059 * config.guess: Recognize i386-ibm-aix (PS/2).
14060 * configure.in: Use config/mh-aix386 file for it.
14061
14062Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
14063
14064 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14065 CC_FOR_TARGET instead.
14066 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14067
14068Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
14069
14070 * Makefile.in: Add sim to list of directories sent with gdb
14071
14072Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
14073
14074 * configure.in: Put back mips-dec-bsd* case.
14075
14076Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
14077
14078 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14079 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
14080 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
14081
14082Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14083
14084 * configure.in: remove no-op mips-dec-bsd* in "case $target"
14085
14086 * Makefile.in (dir.info): only run gen-info-dir if it exists,
14087 (install-info): install dir.info only if it exists,
14088 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14089
14090Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
14091
14092 * configure.in: For vms target, skip bfd, ld, binutils. Do build
14093 gas for mips-dec-bsd.
14094
14095Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
14096
14097 * configure (makesrcdir): If ${srcdir} is relative and not ".",
14098 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
14099
14100Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
14101
14102 * configure.in: Added "dejagnu" to hosttools list.
14103
14104Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
14105
14106 * config.sub, configure.in, config.guess: Add support
14107 for Bosx, an AIX variant from Bull.
14108 Patches from F.Pierresteguy@frcl.bull.fr.
14109
14110Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
14111
14112 * devo/dejagnu: Initial creation of devo/dejagnu.
14113 Migrated dejagnu testcases and support files for testing software
14114 tools to reside as subdirectories, currently called "testsuite",
14115 within the directory of the software tool. Migrated all programs,
14116 support libraries, etc. beloging to dejagnu proper from
14117 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
14118 with no modifications. The changes to these files which will
14119 allow them to configure, build, and execute properly will be made
14120 in a future update.
14121
14122Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14123
14124 * Makefile.in: Change send_pr to send-pr.
14125 * configure.in: Likewise.
14126 * send_pr: Renamed directory to send-pr.
14127
14128Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
14129
14130 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
14131
14132Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
14133
14134 * README: Update for gdb-4.8 release.
14135 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
14136 gdb-xxx.tar.z (gzip'd) file also.
14137
14138Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14139
14140 * Makefile.in: make all-diff depend on all-libiberty
14141
14142Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
14143
14144 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
14145
14146Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14147
14148 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
14149
14150Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
14151
14152 * Makefile.in (DEVO_SUPPORT): Remove etc directory
14153 (ETC_SUPPORT): Only add the files GDB wants from etc/.
14154 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
14155
14156Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14157
14158 * Makefile.in: makeinfo binary is in a new location
14159
14160Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
14161
14162 * config.sub: Accept -ecoff as an OS.
14163
14164 * Makefile.in: Various changes to eliminate a level of make
14165 recursion and reduce the required command line length.
14166 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
14167 sub-makes.
14168 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
14169 variables holding settings for specific sub-makes.
14170 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
14171 in terms of BASE_FLAGS_TO_PASS.
14172 (TARGET_LIBS): New variable listing directories which use
14173 TARGET_FLAGS_TO_PASS.
14174 (subdir_do): Eliminated.
14175 (do-*): New set of targets to replace subdir_do.
14176 (various): All targets which used subdir_do now depend on do-*.
14177 (local-clean): Renamed from do_clean.
14178 (local-distclean): New target, dependency of distclean and
14179 realclean.
14180 (install-info): Don't create directories. Depend on dir.info
14181 rather than calling make recursively.
14182 (install-dir.info): Eliminated.
14183 (install-info-dirs): Create all info directories here.
14184 (dir.info): Depend upon do-install-info.
14185
14186 * test-build.mk (HOLES): Added false.
14187
14188Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
14189
14190 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
14191
14192Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14193
14194 * Makefile.in (info): remove dependency on all-texinfo. The
14195 problem was really in texinfo/C, not at this level.
14196
14197Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
14198
14199 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
14200
14201Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
14202
14203 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
14204 GDB releases.
14205
14206Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14207
14208 * configure: Include srcdir in message about target of link not
14209 being found. Don't convert `-' to `_' in `with' options being
14210 passed to subdirs.
14211
14212Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14213
14214 * configure.in: add uudecode to host_tools
14215
14216 * Makefile.in: added {all,install}-uudecode targets, added them to
14217 the appropriate lists
14218
14219Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
14220
14221 * Makefile.in (all-gcc): Added dependency on all-gas.
14222
14223 * configure.in (mips-*-*): Build ld and binutils.
14224
14225Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14226
14227 * configure: check return code from mkdir, print error message and
14228 exit on failure.
14229
14230Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
14231
14232 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
14233
14234Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
14235
14236 * test-build.mk (HOLES): Added tar, cpio and uudecode.
14237
14238Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14239
14240 * config.sub (h8500): Recognize this as a cpu type.
14241
14242Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14243
14244 * configure: source directory missing is no longer a warning
14245
14246 * configure.in: recognize irix[34]* instead of irix[34]
14247
14248 * Makefile.in: define and pass down X11_LIB
14249
252b5132
RH
14250Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
14251
14252 * guess-systype: Renamed to ...
14253 * config.guess: ... by popular request.
14254 * configure.in, Makefile.in: Update accordingly.
14255
14256Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
14257
14258 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
14259 + Add Convex, Cray/Unicos, and Encore/Multimax support.
14260 + Execute ./dummy instead of assuming . is in PATH.
14261
14262Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
14263
14264 * guess-systype: New shell script. Attempts to guess the
14265 canonical host name of the executing host.
14266 Only a few hosts are supported so far.
14267 * configure: Call guess-systype if no host is specified.
14268
14269Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
14270
14271 * Makefile.in (gcc-no-fixedincludes): Made to work with current
14272 gcc Makefile.
14273
14274
14275Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
14276
14277 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
14278 (all-gcc, install-gcc, subdir_do): Use it.
14279
14280Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14281
14282 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
14283
14284Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
14285
14286 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
14287 set exclusively by configure, using configure.in .
14288
14289Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14290
14291 * test-build.mk: set $PATH for all builds
14292
14293 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
14294
14295Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
14296
14297 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
14298 the one used in gcc/Makefile.in, so that a null expansion doesn't
14299 override the one needed to build gcc with a native cc.
14300
14301
14302Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14303
14304 * configure: Accept -with arguments.
14305
14306Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14307
14308 * Makefile.in: added h8300sim
14309
14310Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
14311
252b5132
RH
14312 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
14313 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
14314 (all-cygnus, native, build-cygnus): Make
14315 $(canonhost)-stamp-3stage-done, not $(host)....
14316 * test-build.mk (stamp-3stage-compared): Use tail +10c for
14317 i386-sco3.2v4. Added else true to if command.
14318
14319Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
14320
14321 * config.sub: (from FSF) Sequent uses a BSD-like OS.
14322
14323Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
14324
14325 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
14326
14327Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14328
14329 * configure.in: don't remove binutils from Solaris builds
14330
14331Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
14332
14333 * Makefile.in: get rid of earlier definitions for *clean,
14334 also handle the recursive info rule better
14335
14336Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
14337
14338 * Makefile.in (mostlyclean, distclean, realclean): Fix to
14339 do more-or-less the right thing.
14340
14341Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
14342
14343 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
14344 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
14345
14346Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14347
14348 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
14349 $(host_canonical).
14350
14351 * configure.in: split the configdirs list into 4 categories (native
14352 v. cross, library v. tool) and handle the cross-only and native-
14353 only in more reasonable (and correct!) way.
14354
14355Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
14356
14357 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
14358 configdirs anymore.
14359
14360Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14361
14362 * Makefile.in: extensive cleanup:: removed all of the explicit
14363 clean-* targets, collapsed many wrappers around subdir_do into
14364 one, added additional targets to satisfy standards.texi, deleted
14365 some old targets, some changes for consistency
14366
14367Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14368
14369 * configure.in: handle some programs as cross-only, and others as
14370 native only
14371
14372 * test-build.mk: handle partial holes in a more generic manner
14373
14374 * Makefile.in: m4 depends on libiberty
14375
252b5132
RH
14376Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14377
14378 * configure.in: add m4, textutils, fileutils, sed, shellutils,
14379 time, wdiff, and find to configdirs
14380
14381 * Makefile.in: all, clean, and install rules for the new programs
14382 added to configure.in
14383
14384Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14385
14386 * configure.in: use mh-sun for all *-sun-* hosts
14387
252b5132
RH
14388Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14389
14390 * Makefile.in: define flags for X11 include files and library file
14391 locations, pass them down to the programs that need this info
14392
14393 * build-all.mk: added a 'native' target, to 3stage the native toolchain
14394
252b5132
RH
14395Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14396
14397 * configure.in: start building libg++ for HP-UX targets
14398
14399Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
14400
14401 * README: Update references to files moved into etc/.
14402
14403Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
14404
14405 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
14406 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
14407
14408Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
14409
14410 * configure: accept dash as well as underscore in long option
14411 names for FSF compatibility.
14412
14413Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
14414
14415 * config.sub: added -sco3.2v4 support from FSF.
14416
14417Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14418
14419 * configure.in: expand the section that adds or removes
14420 directories from the list of programs to build, to handle native
14421 vs. cross in addition to host v. native
14422
14423Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
14424
14425 * Makefile.in: Replace C++ in macro names with CXX.
14426 This is less likely to break ...
14427
14428Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14429
14430 * test-build.mk: add -w to GNU_MAKE
14431
14432Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14433
14434 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
14435 add 'sparc' to list of recognized cpus. This needed to make
14436 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
14437 Delete some redundant ose68 variants. Recognize -wrs as an os,
14438 then changes that into $CPU-wrs-vxworks.
14439
14440 * configure.in: remove most references to gdbtest, regularize
14441 target based program removal
14442
14443 * test-build.mk: import from p3 tree (many fixes and changes)
14444
14445Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14446
14447 * Makefile.in: added rules to handle tcl, tk, and expect
14448
14449 * configure.in: handle those directories if they exist
14450
14451Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14452
14453 * config.sub: removed bogus hppabsd and hppahpux names, since
14454 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
14455
14456Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14457
14458 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
14459 depends upon all-xiberty
14460
14461 * Makefile.in: changes from p3, including:
14462
14463 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
14464
14465 * Makefile.in (XTRAFLAGS): include newlib directories if
14466 newlib/Makefile exists, rather than if host != target.
14467
14468 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
14469
14470 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14471 from the same source tree and not building a cross-compiler. This
14472 matters for the libg++ configuration if reconfiguring a tree that
14473 has already been installed.
14474
14475 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
14476
14477 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14478 pick up the machine and system specific header files.
14479
14480 * Makefile.in: added AS_FOR_TARGET, passed down in
14481 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14482 the C compiler to use to create programs which are run in the
14483 build environment, set it to default to $(CC), and passed it down
14484 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14485
14486 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
14487
14488 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
14489 We need them for unusual native builds, like systems without
14490 ranlib.
14491
14492 * configure: also define $(host_canonical) and
80413487
RH
14493 $(target_canonical), which are the full, canonical names for the
14494 given host and target
252b5132
RH
14495
14496Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
14497
14498 * Makefile.in: Added separate definitions for C++.
14499
14500Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
14501
14502 * configure.in (configdirs): Add deja-gnu.
14503
14504Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
14505
14506 * README: Update for configure.texi and gdb-4.7 release.
14507
14508Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
14509
14510 * Makefile.in: Move "all" target to top of file.
14511 Previously, first target was ".PHONY" which caused BSD4.4 make
14512 to build .PHONY when make was run without arguments.
14513
14514Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
14515
14516 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
14517 Library-copylefted code in libiberty.
14518
14519Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
14520
14521 * config.sub: Replace m68kmote with plain old m68k.
14522
14523Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
14524
14525 * Makefile.in: Remove space from blank line, avoid Make complaints.
14526
14527Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
14528
14529 * config.sub: Complain if no argument is given. Added support for
14530 386bsd as OS and target alias.
14531
14532Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
14533
14534 * Makefile.in (XTRAFLAGS): include newlib directories if
14535 newlib/Makefile exists, rather than if host != target.
14536
14537Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
14538
14539 * config.sub: recognize sparclite-wrs-vxworks.
14540
14541 * Makefile.in (install-xiberty): added *-xiberty make rules (from
14542 p3.) Added clean-xiberty to clean.
14543
14544Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14545
14546 * configure.in: use *-*-* instead of nested cases for host and target
14547
14548Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
14549
14550 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14551 from the same source tree and not building a cross-compiler. This
14552 matters for the libg++ configuration if reconfiguring a tree that
14553 has already been installed.
14554
14555Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
14556
14557 * config.sub (i486v/i486v4): Merge in from FSF version.
14558
14559Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
14560
14561 * configure: only set PWD if it is already set.
14562
14563Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
14564
14565 * configure: just set PWD=`pwd` at the top, since Ultrix sh
14566 doesn't have unset and all success paths (and most error paths)
14567 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
14568 to just ${PWD} to avoid confusion.)
14569
14570Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
14571
14572 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
14573 even for a native compilation.
14574
14575Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
14576
14577 Changes to make the gdb.tar.Z rule work better.
14578
14579 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
14580 (DEVO_SUPPORT): Add configure.texi.
14581 (bfd-ilrt.tar.Z): Remove ancient rule.
14582
14583Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
14584
14585 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14586 pick up the machine and system specific header files.
14587
14588 * configure.in, config.sub: added new target m68010-adobe-scout,
14589 with alias of adobe68k. Changed configure.in to check for
14590 -scout before -sco* to avoid a false match.
14591
14592 * Makefile.in: added AS_FOR_TARGET, passed down in
14593 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14594 the C compiler to use to create programs which are run in the
14595 build environment, set it to default to $(CC), and passed it down
14596 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14597
14598Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
14599
14600 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
14601 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
14602 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
14603 FOR_TARGET variants, to newlib and libg++.
14604
14605Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
14606
14607 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
14608 first.
14609
14610Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
14611
14612 * config.sub: Accept `elf' as an environment.
14613
14614Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14615
14616 * Makefile.in (all-opcodes): cd into the right directory
14617
14618Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
14619
14620 * configure: added -program_transform_name option, used as
14621 argument to sed when installing programs.
14622 configure.texi: added documentation for -program_prefix,
14623 -program_suffix and -program_transform_name.
14624
14625Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
14626
14627 * config.sub: Accept i486 where i386 ok.
14628
14629Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
14630
14631 * config.sub: accept we32k
14632
14633Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
14634
35590697 14635 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
14636
14637 * Makefile.in: don't create all directories for ``make install'';
14638 let the subdirectories create the ones they need.
14639
14640Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14641
80413487 14642 * COPYING: new file, GPL v2
252b5132
RH
14643
14644Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14645
14646 * Makefile.in: use the new gen-info-dir, which needs a template
14647 argument (which also lives in texinfo)
14648
14649 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
14650
252b5132
RH
14651Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
14652
14653 * config.sub (ncr3000): Change i386 to i486.
14654
14655Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14656
14657 * Makefile.in: add install-rcs, install-grep to
14658 install-no-fixedincludes, removed install-bison and install-libgcc
14659
14660Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
14661
14662 * configure.in: grab the HPUX makefile fragment if on HPUX
14663
14664Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14665
14666 * Makefile.in: eradicate bison spoor (ditto libgcc).
14667 configure.in: recognise m68{k,000}-ericsson-OSE.
14668 es1800 is alias for m68k-ericsson-OSE
14669
14670Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14671
14672 * configure.in: rearrange the parts that remove programs from
14673 configdirs, based now on HOST==TARGET or by canonical triple.
14674
14675Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14676
14677 * test-build.mk: recurse explicitly with -f test-build.mk when
14678 appropriate. predicate stage3 and comparison on the existence
14679 of gcc. That is, if gcc isn't around, we aren't three-staging.
14680 On very clean, also remove ...stamp-co. Build in-place before
14681 doing other builds.
14682
14683Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14684
14685 * Makefile.in, configure.in: add tgas
14686
14687Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14688
14689 * Makefile.in: a number of changes merged in from progressive.
14690
14691 * configure.in: add libm.
14692
14693 * .cvsignore: ignore some stuff that comes from test-build.mk.
14694
252b5132
RH
14695Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
14696
14697 * config.sub: Add es1800 (m68k-ericsson-es1800).
14698
14699Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14700
14701 * configure: Add program_suffix (parallel to program_prefix)
14702 * Makefile.in: adjust directory-creating script for losing decstation
14703
14704Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
14705
14706 * configure: Minor $subdir-related fixes.
14707
14708Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14709
14710 * configure: fix various problems with propogating
14711 makefile_target_frag in subdirs.
14712 * configure.in: config libgcc if its there
14713
14714Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
14715
14716 * config.sub: HPPA merge.
14717
252b5132
RH
14718Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
14719
14720 * Makefile.in: Replace all-bison with all-byacc in all
14721 dependency lines for other tools (which now use byacc).
14722
14723Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
14724
14725 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
14726
252b5132
RH
14727Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
14728
14729 * Makefile.in: make gprof rules similar to byacc rules (instead of
14730 vestigal $(unsubdir) that didn't work...)
14731
14732Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
14733
14734 * config.sub: Add support for Linux.
14735 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
14736 (at least for libg++).
14737
14738Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14739
14740 * configure.texi: fix doc for the -nfp option to configure
14741
14742Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
14743
14744 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
14745
14746Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
14747
14748 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
14749 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
14750 * configure.in: added solaris* host_makefile_frag hook.
14751
14752Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14753
14754 * config.sub: changed recognition of m68000 so that various
14755 m68k types can be specified via m680[01234]0
14756
14757Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14758
14759 * config.sub (basic_machine): fix sed so that '-foo' isn't
14760 completely substituted out while .+'-foo' loses the '-foo'
14761
14762Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14763
14764 * config.sub ($os): Add -aout.
14765
14766Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
14767
14768 * configure: If host_makefile_frag is absolute, don't
14769 prefix ${invsubdir} (relevant to libg++ auto-configure).
14770
14771Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14772
14773 * Makefile.in (tooldir): Define it.
14774 (all-ld): Depend on all-flex.
14775
14776Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
14777
14778 * Makefile.in (check): Fix libg++ special case.
14779
14780Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
14781
14782 * configure: do not bury `pwd` into config.status, thus do fewer
14783 pwd's.
14784
14785 * configure: print the "Building in" message only when building in
14786 other than "." AND verbose.
14787
14788 * configure: remove -s, rework -v to better accomodate guested
14789 configures.
14790
14791 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
14792
14793Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
14794
14795 * Makefile.in: macroize flags passed on recursion. remove
14796 fileutils.
14797
14798Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
14799
14800 * configure: get makesrcdir right for subdirs deeper than 1.
14801
14802 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
14803 install.
14804
14805Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
14806
14807 * Makefile.in: don't print subdir_do or recursion lines.
14808
14809Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
14810
14811 * standards.texi: added menu item.
14812
14813 * Makefile.in: build and install standards.info.
14814
14815 * standards.texi: new file.
14816
14817Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14818
14819 * configure: test for and move config.status pieces from
14820 ${subdir}/.
14821
14822Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
14823
252b5132
RH
14824 * configure: Test for existance of files before trying to mv
14825 them, to avoid numerous non-existance messages.
14826
14827Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
14828
14829 * configure: correct final line of config.status.
14830
14831 * configure: patch from eggert. Avoids a protection problem if
14832 the original Makefile.in is read only.
14833
14834 * configure: use move-if-change from gcc to create config.status.
14835 Some makefiles depend on config.status to tell if a directory
14836 has been reconfigured for a different host. This change
14837 prevents those directories from remaking everything in the case
14838 where the reconfig was only intended to rebuild a Makefile.
14839
14840 * configure: test for config.sub with "config.sub sun4" rather
14841 than "config.sub ${host_alias}". Otherwise we can't tell a bad
14842 host alias from a missing config.sub.
14843
14844Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14845
14846 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
14847 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
14848
14849Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
14850
14851 * configure: mkdir ${subdir} as needed.
14852
14853Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
14854
14855 * Makefile.in,configure.in: added autoconf.
14856
14857Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14858
14859 * Makefile.in: no longer pass against on recursion.
14860
14861 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
14862 definitions are not inherited.
14863
14864 * configure: correct makesrcdir when subdir is .
14865
14866Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
14867
14868 * configure: Add support for 'subdirs' variable, which is
14869 like 'configdirs', except that configure doesn't re-invoke
14870 itself for subdirs, it just creates a Makefile for each subdir.
14871 * configure.texi: Document subdirs.
14872
14873Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14874
14875 * configure.in: added flex to configdirs
14876
14877Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
14878
14879 * Makefile.in: remove clean-stamps from clean.
14880
14881Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
14882
14883 * configure.in: Add gdbtest to configdirs.
14884
14885Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
14886
14887 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
14888 to recursive makes.
14889 * configure.in: Recognize new ncr3000 config.
14890
14891Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
14892
14893 * Makefile.in, configure.in: removed references to gdbm.
14894
14895Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
14896
14897 * config.sub: Don't canonicalize os value
14898 newsos* to bsd (readline needs to check for newsos).
14899 (This fix was earlier made Jan 31, but got re-broken.)
14900
14901Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
14902
14903 * configure.in: sco is an os, not a vendor!
14904
14905 * configure: Quote $( better. Keep various shells happy.
14906
14907Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
14908
14909 * Makefile.in: eliminate stamp-files.
14910
14911Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
14912
14913 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
14914 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
14915
14916Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
14917
14918 * config.sub: fix iris/iris3.
14919
14920Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
14921
14922 * configure: re-add -rm.
14923
14924Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
14925
14926 * Maskefile.in: add .stmp-rcs to all.
14927
14928 * configure.in: remove gas from rs6000 build, use aix host fragment.
14929
14930Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
14931
14932 * configure: pass down site_option during recursion.
14933
14934Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
14935
14936 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
14937
14938Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
14939
14940 * configure: Change exec_prefix so that it really defaults to prefix.
14941
14942Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
14943
14944 * Makefile.in, configure.in: Add support for mmalloc library.
14945
14946Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
14947
14948 * Makefile.in: add stmp dependencies for a few more things.
14949
14950Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
14951
14952 * configure: adjusted error message on objdir/srcdir configure
14953 collision, per john's suggestion.
14954
14955 * Makefile.in: add libiberty stmp to all and all.cross.
14956
14957Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
14958
14959 * Makefile.in: remove force dependencies, add grep to all.
14960
14961Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
14962
14963 * Makefile.in: drop flex. make stamp files work.
14964
14965 * configure: added test for conflicting configuration in srcdir,
14966 remove trailing slashes from srcdir. Otherwise emacs gdb mode
14967 gets cranky. use relative paths for configure and srcdir
14968 whenever possible. Send some error messages to stderr that were
14969 going to stdout.
14970
14971Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
14972
14973 * Makefile.in: Fix libg++ rule to check for gcc directory
14974 before using gcc/gcc. Also pass XTRAFLAGS.
14975
14976Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
14977
14978 * Makefile.in: added stmp-files so that directories aren't polled
14979 when they are already built.
14980
14981 * configure.texi: fixed a node pointer problem.
14982
14983Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
14984
4bddf3ad 14985 * config.sub configure.in gdb/configure.in
252b5132
RH
14986 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
14987 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
14988 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
14989
14990Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14991
14992 * configure: -recurring becomes -silent. corrected help message
14993 for -site= option.
14994
14995 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
14996
14997Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14998
14999 * configure: when building Makefile for crosses, replace
15000 tooldir and program_prefix. default srcdir from location of
15001 config.sub. remove "for host in hosts" and "for target in
15002 targets" loops.
15003
15004Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15005
15006 * Makefile.in: Do not pass bindir or mandir to cvs.
15007
15008Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
15009
15010 * Makefile.in, configure.in: removed traces of namesubdir,
15011 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
15012 copyrights to '92, changed some from Cygnus to FSF.
15013
15014 * configure.texi: remove most references to multiple hosts,
15015 multiple targets, subdirs, etc.
15016
15017 * configure.man: removed rcsid. reference config.sub not
15018 config.subr.
15019
15020 * Makefile.in: mkdir $(infodir) on install-info.
15021
15022Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
15023
15024 * configure.texi: Explain better about .gdbinit and about
15025 the environment that configure.in sections run in.
15026
15027Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
15028
15029 * configure.in: Ultrix is only a decstation if it's a MIPS.
15030
15031Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
15032
15033 * README: DOC.configure => cfg-paper.texi.
15034
15035Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
15036
15037 * config.sub (near case $os): Don't convert newsos* to bsd!
15038
15039Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
15040
15041 * Makefile.in: Reinstall change from gdb-4.3 that reduces
15042 the number of copies of COPYING that go into the GDB tar file.
15043
15044Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
15045
4bddf3ad 15046 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
15047 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15048 Fix SCO configuration stuff.
15049
15050Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
15051
15052 * Makefile.in: For libg++, make sure the -I pointing
15053 to the gcc directory goes *after* all the libg++-local -I flags.
15054 Also, move just-gcc dependency from just-libg++ to all-libg++.
15055
15056Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
15057
15058 * configure: Change -x to -f to keep Ultrix /bin/test happy.
15059
15060Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
15061
15062 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
15063
15064Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
15065
15066 * config.sub: Add stratus configuration frags. Also
15067 submitted to FSF.
15068
15069Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
15070
15071 * Makefile.in (DEV_SUPPORT): add configure.man.
15072
15073 * config.sub(Decode manufacturer-specific): add -none*.
15074
15075Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
15076
15077 * Makefile.in: remove form feeds to make Sun's make happy.
15078 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
15079
15080Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
15081
15082 * Makefile.in (AR_FLAGS): Make quieter.
15083
15084Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
15085
15086 * configure.in: Add libg++.
15087 * configure: When verbose, don't output the command line at each
15088 level; it will be unremarkably the same as the previous version,
15089 which will be the same as what the user typed.
15090
15091Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
15092
15093 * configure.in, Makefile.in: fix clean-info, add flex. add
15094 fileutils.
15095
15096 * configure: be less sensitive to spaces in Makefile.in. Do not
15097 look for sources in "..". Doing so breaks subdirectories that
15098 might have their own configure. If a subdir has it's own
15099 configure script, use it.
15100
15101Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
15102
15103 * cfg-paper.texi: some changes suggested by rms.
15104
15105Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
15106
15107 * config.sub: Merge in some small additions from the FSF version,
15108 taken from the gcc distribution, to bring the Cygnus and FSF
15109 versions into closer sync.
15110
15111Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
15112
15113 * configure.in: Changed svr4 references to sysv4.
15114
15115Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
15116
15117 * configure: added -V for version number option.
15118
15119Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
15120
15121 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
15122 renamed from DOC.configure to cfg-paper.texi.
15123
15124Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15125
15126 * configure, config.subr, config.sub: config.subr is now
15127 config.sub again.
15128
15129Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
15130
15131 * configure.texi: new file, in progress.
15132
15133 * Makefile.in: build info file and install the man page for
15134 configure.
15135
15136 * configure.man: new file, first cut.
15137
15138 * configure: find config.subr again now that configuration "none"
15139 has gone. removed all traces of the -ansi option. removed all
15140 traces of the -languages option.
15141
15142 * config.subr: resync from rms.
15143
d932cae7 151441991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15145
15146 * configure, config.sub, config.subr: merge config.sub into
15147 config.subr, call the result config.subr, remove config.sub, use
15148 config.subr.
15149
15150 * Makefile.in: revised install for dir.info.
15151
d932cae7 151521991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15153
15154 * configure.in: add decstation host makefile frag.
15155
15156 * Makefile.in: BISON now bison -y again. also install-gcc on
15157 install. clean-gdbm on clean. infodir belongs in datadir.
15158 Make directories for info install. Build dir.info here then
15159 install it.
15160
d932cae7 151611991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15162
15163 * Makefile.in: fix for bad directory tests.
15164
d932cae7 151651991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15166
15167 * configure: \{1,2\} appears to be a sysv'ism. Use a different
15168 regexp. -srcdir relative was being handled incorrectly.
15169
15170 * Makefile.in: unwrapped some for loops so that parallel makes
15171 work again and so one can focus one's attention on a particular
15172 package.
15173
d932cae7 151741991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15175
15176 * configure: added PWD as a stand in for `pwd` (for speed). use
15177 elif wherever possible. make -srcdir work without -objdir.
15178 -objdir= commented out.
15179
d932cae7 151801991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15181
15182 * configure: +options become --options. -subdirs commented out.
15183 added -host, -datadir. Renamed -destdir to -prefix. Comment in
15184 Makefile now at top of generated Makefile. Removed cvs log
15185 entries. added -srcdir. create .gdbinit only if there is one
15186 in ${srcdir}.
15187
15188 * Makefile.in: idestdir and ddestdir go away. Added copyrights
15189 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
15190 and mandir now keyed off datadir by default.
15191
d932cae7 151921991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15193
15194 * Freshly created ChangeLog.
15195
15196\f
15197Local Variables:
15198mode: change-log
15199left-margin: 8
15200fill-column: 76
15201version-control: never
15202End:
This page took 1.262119 seconds and 4 git commands to generate.